@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 dcmitype: <http://purl.org/dc/dcmitype/> .
@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:aberowl dcterms:hasPart aberowl:DCMITYPE .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:dctypes .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:DCMITYPE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dctypes .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:dcmitype .

bioregistry:dctypes a bioregistry.schema:0000001 ;
    rdfs:label "Dublin Core Types" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This document is an up-to-date specification of all metadata terms maintained by the Dublin Core Metadata Initiative, including properties, vocabulary encoding schemes, syntax encoding schemes, and classes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:DCMITYPE,
        bioportal:DCMITYPE,
        biocontext:dctypes,
        zazuko:dcmitype ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://dublincore.org/specifications/dublin-core/dcmi-terms/> ;
    bioregistry.schema:0000005 "Collection"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/dc/dcmitype/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/DCMITYPE/4/dcmitype.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Kim Durante" ;
            foaf:mbox "kdurante@stanford.edu" ] ;
    bioregistry.schema:0000023 "dcmitype",
        "dcmitypes" ;
    bioregistry.schema:0000024 "http://purl.org/dc/dcmitype/"^^xsd:string ;
    bioregistry.schema:0000027 dcmitype:Collection ;
    bioregistry.schema:0000029 "dctypes" .

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

aberowl:DCMITYPE dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:DCMITYPE dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:dctypes dcterms:isPartOf bioregistry.metaresource:biocontext .

zazuko:dcmitype dcterms:isPartOf bioregistry.metaresource:zazuko .

