@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nuts .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P605 .

bioregistry:nuts a bioregistry.schema:0000001 ;
    rdfs:label "Nomenclature des unités territoriales statistiques" ;
    dcterms:description "code for a region per NUTS (Nomenclature des unités territoriales statistiques), a geocode standard for referencing the administrative divisions of countries for statistical purposes"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P605 ;
    foaf:homepage <http://data.europa.eu/nuts> ;
    bioregistry.schema:0000005 "BE1"^^xsd:string ;
    bioregistry.schema:0000006 "https://op.europa.eu/en/web/eu-vocabularies/concept/-/resource?uri=http://data.europa.eu/nuts/code/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]{2}[A-Z0-9]{0,3}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://op.europa.eu/en/web/eu-vocabularies/concept/-/resource?uri=http://data.europa.eu/nuts/code/"^^xsd:string ;
    bioregistry.schema:0000027 <https://op.europa.eu/en/web/eu-vocabularies/concept/-/resource?uri=http://data.europa.eu/nuts/code/BE1> ;
    bioregistry.schema:0000029 "nuts" .

wikidata:P605 dcterms:isPartOf bioregistry.metaresource:wikidata .

