@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:DCAT .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:dcat .

bioregistry.metaresource:biolink dcterms:hasPart biolink:dcat .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:DCAT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dcat .

bioregistry.metaresource:lov dcterms:hasPart lov:dcat .

bioregistry.metaresource:ols dcterms:hasPart ols:dcat .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:dcat3 .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:dcat .

bioregistry:dcat a bioregistry.schema:0000001 ;
    rdfs:label "Data Catalog" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:DCAT,
        bioportal:DCAT,
        biocontext:dcat,
        biolink:dcat,
        zazuko:dcat,
        lov:dcat,
        tib.ts:dcat3,
        ols:dcat ;
    dcat:keyword "computer science",
        "ess",
        "ontology",
        "w3c rec" ;
    foaf:homepage <https://www.w3.org/ns/dcat> ;
    bioregistry.schema:0000005 "Dataset"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/dcat#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/DCAT/2/dcat.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9052-2854 ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/dcat#"^^xsd:string ;
    bioregistry.schema:0000027 dcat:Dataset ;
    bioregistry.schema:0000029 "dcat" .

orcid:0000-0001-9052-2854 rdfs:label "Kim Durante" ;
    foaf:mbox "kdurante@stanford.edu" .

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

aberowl:DCAT dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:DCAT dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:dcat dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:dcat dcterms:isPartOf bioregistry.metaresource:biolink .

zazuko:dcat dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:dcat dcterms:isPartOf bioregistry.metaresource:lov .

tib.ts:dcat3 dcterms:isPartOf bioregistry.metaresource:tib .

ols:dcat dcterms:isPartOf bioregistry.metaresource:ols .

