@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@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#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:DATACITE .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:DATACITE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:datacite .

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

bioregistry:datacite a bioregistry.schema:0000001 ;
    rdfs:label "DataCite Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology that enables the metadata properties of the DataCite Metadata Schema Specification (i.e., a list of metadata properties for the accurate and consistent identification of a resource for citation and retrieval purposes) to be described in RDF."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/sparontologies/datacite> ;
    skos:exactMatch aberowl:DATACITE,
        bioportal:DATACITE,
        fairsharing:FAIRsharing.c06f1e ;
    dcat:keyword "ontology",
        "subject agnostic" ;
    foaf:homepage <http://www.sparontologies.net/ontologies/datacite> ;
    bioregistry.schema:0000005 "AgentIdentifierScheme"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/spar/datacite/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/DATACITE/3/datacite.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0530-4305 ;
    bioregistry.schema:0000024 "http://purl.org/spar/datacite/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/spar/datacite/AgentIdentifierScheme> ;
    bioregistry.schema:0000029 "datacite" .

orcid:0000-0003-0530-4305 rdfs:label "Silvio Peroni" ;
    foaf:mbox "silvio.peroni@unibo.it" .

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

aberowl:DATACITE dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:DATACITE dcterms:isPartOf bioregistry.metaresource:bioportal .

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

