@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 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:bioregistry dcterms:hasPart bioregistry:dbo .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:dbo .

bioregistry:dbo a bioregistry.schema:0000001 ;
    rdfs:label "DBPedia Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This ontology is generated from the manually created specifications in the dbpedia mappings wiki. each release of this ontology corresponds to a new release of the dbpedia data set which contains instance data extracted from the different language versions of wikipedia. for information regarding changes in this ontology, please refer to the dbpedia mappings wiki."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:dbo ;
    dcat:keyword "dbpedia",
        "ontology" ;
    foaf:homepage <https://dbpedia.org/ontology> ;
    bioregistry.schema:0000005 "careerPrizeMoney"^^xsd:string ;
    bioregistry.schema:0000006 "https://dbpedia.org/ontology/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dbpedia.org/ontology/"^^xsd:string ;
    bioregistry.schema:0000027 <https://dbpedia.org/ontology/careerPrizeMoney> ;
    bioregistry.schema:0000029 "dbo" .

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

zazuko:dbo dcterms:isPartOf bioregistry.metaresource:zazuko .

