@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:AAO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:aao .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.mxx5rp .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:aao .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:aao .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q114677701 .

bioregistry:aao a bioregistry.schema:0000001 ;
    rdfs:label "Amphibian gross anatomy" ;
    dcterms:description "A structured controlled vocabulary of the anatomy of Amphibians. Note that AAO is currently being integrated into Uberon."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q114677701,
        biocontext:AAO,
        fairsharing:FAIRsharing.mxx5rp,
        prefixcommons:aao,
        obofoundry:aao ;
    dcat:keyword "anatomy",
        "obo" ;
    foaf:homepage <http://github.com/seger/aao> ;
    bioregistry.schema:0000005 "0000138"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/AAO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0002-1810-9886 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/AAO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:AAO_0000138 ;
    bioregistry.schema:0000029 "aao" .

orcid:0000-0002-1810-9886 rdfs:label "David Blackburn" ;
    foaf:mbox "david.c.blackburn@gmail.com" .

wikidata:Q114677701 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

biocontext:AAO dcterms:isPartOf bioregistry.metaresource:biocontext .

fairsharing:FAIRsharing.mxx5rp dcterms:isPartOf bioregistry.metaresource:fairsharing .

prefixcommons:aao dcterms:isPartOf bioregistry.metaresource:prefixcommons .

obofoundry:aao dcterms:isPartOf bioregistry.metaresource:obofoundry .

