@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:OA .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:oa .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:OA .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:oa .

bioregistry.metaresource:lov dcterms:hasPart lov:oa .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:oa .

bioregistry:oa a bioregistry.schema:0000001 ;
    rdfs:label "Web Annotation Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The W3C Web Annotation Working Group is chartered to develop a set of specifications for an interoperable, sharable, distributed Web Annotation architecture."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:OA,
        bioportal:OA,
        biocontext:oa,
        zazuko:oa,
        lov:oa ;
    dcat:keyword "ontology",
        "quality" ;
    foaf:homepage <http://www.w3.org/ns/oa> ;
    bioregistry.schema:0000005 "sourceDateStart"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/oa#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/OA/4/oa.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/oa#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/oa#sourceDateStart> ;
    bioregistry.schema:0000029 "oa" .

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

aberowl:OA dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:OA dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:oa dcterms:isPartOf bioregistry.metaresource:biocontext .

zazuko:oa dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:oa dcterms:isPartOf bioregistry.metaresource:lov .

