@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:legacy.ao .

bioregistry:legacy.ao a bioregistry.schema:0000001 ;
    rdfs:label "Annotation Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Annotation Ontology specification is currently used as input for the activities of the http://www.w3.org/community/openannotation/'>W3C Open Annotation Community Group that works towards a common, RDF-based, specification for annotating digital resources. The Group effort starts by working towards a reconciliation of two proposals that have emerged over the past two years: the http://code.google.com/p/annotation-ontology/'>Annotation Ontology and the http://www.openannotation.org/spec/beta/'>Open Annotation Model. Initially, editors of these proposals will closely collaborate to devise a common draft specification that addresses requirements and use cases that were identified in the course of their respective efforts. The goal is to make this draft available for public feedback and experimentation in the second quarter of 2012. The final deliverable of the Open Annotation Community Group will be a specification, published under an appropriate open license, that is informed by the existing proposals, the common draft specification, and the community feedback. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/annotation-ontology/annotation-ontology> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://code.google.com/archive/p/annotation-ontology/> ;
    bioregistry.schema:0000005 "annotatesResource"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/ao/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/annotation-ontology/annotation-ontology/raw/refs/heads/master/ao.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Paolo Ciccarese" ;
            foaf:mbox "paolo.ciccarese@gmail.com" ] ;
    bioregistry.schema:0000024 "http://purl.org/ao/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/ao/annotatesResource> ;
    bioregistry.schema:0000029 "legacy.ao" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

