@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:conference .

bioregistry:conference a bioregistry.schema:0000001 ;
    rdfs:label "Conference Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The conference-ontology is a new self-contained ontology for modelleing knowledge about conferences. The conference-ontology adopts best ontology design practices (e.g., Ontology Design Patterns, ontology reuse and interlinking) and guarantees interoperability with SWC ontology and all other pertinent vocabularies. (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://www.scholarlydata.org/ontology/doc/> ;
    bioregistry.schema:0000005 "isDocumentRelatedTo"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/scholarlydata/ontology/conference-ontology.owl#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/scholarlydata/ontology/conference-ontology.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/scholarlydata/ontology/conference-ontology.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/scholarlydata/ontology/conference-ontology.owl#isDocumentRelatedTo> ;
    bioregistry.schema:0000029 "conference" .

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

