@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 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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:edcc .

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

bioregistry:edcc a bioregistry.schema:0000001 ;
    rdfs:label "EDCC Taxonomy" ;
    dcterms:description "EDCC Taxonomy contains the terms that are used to classify citizens' requests to the Europe Direct Contact Centre (EDCC). EDCC Taxonomy is maintained by the Directorate-General for Communication of the European Commission and published by the Publications Office of the European Union on the EU Vocabularies website."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:edcc ;
    dcat:keyword "educational resources" ;
    foaf:homepage <https://op.europa.eu> ;
    bioregistry.schema:0000005 "00098e55"^^xsd:string ;
    bioregistry.schema:0000006 "http://data.europa.eu/ett/kos/c_$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://data.europa.eu/ett/kos/c_"^^xsd:string ;
    bioregistry.schema:0000027 <http://data.europa.eu/ett/kos/c_00098e55> ;
    bioregistry.schema:0000029 "edcc" .

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

