@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:OBO .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OBO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:OBO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:obo .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00305 .

bioregistry.metaresource:lov dcterms:hasPart lov:obo .

bioregistry:obo a bioregistry.schema:0000001 ;
    rdfs:label "Open Biological and Biomedical Ontologies" ;
    dcterms:description "The OBO namespace is the top-level namespace used by Open Biological and Biomedical Ontology (OBO) Foundry ontologies."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:OBO,
        bioportal:OBO,
        biocontext:OBO,
        integbio:nbdc00305,
        lov:obo ;
    dcat:keyword "biology",
        "health",
        "ontology",
        "ontology/terminology/nomenclature" ;
    foaf:homepage <http://www.obofoundry.org/> ;
    bioregistry.schema:0000005 "uberon"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/OBO/2/obo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7356-1779 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/"^^xsd:string ;
    bioregistry.schema:0000027 obo:uberon ;
    bioregistry.schema:0000029 "obo" .

orcid:0000-0002-7356-1779 rdfs:label "Nicolas Matentzoglu" ;
    foaf:mbox "nicolas.matentzoglu@gmail.com" .

aberowl:OBO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:OBO dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:OBO dcterms:isPartOf bioregistry.metaresource:biocontext .

integbio:nbdc00305 dcterms:isPartOf bioregistry.metaresource:integbio .

lov:obo dcterms:isPartOf bioregistry.metaresource:lov .

