@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:euid .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P13790 .

bioregistry:euid a bioregistry.schema:0000001 ;
    rdfs:label "European Unique Identifier" ;
    dcterms:description "unique EU identifier for companies and branches"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P13790 ;
    foaf:homepage <https://eur-lex.europa.eu/eli/reg_impl/2021/1042/oj#d1e4707-10-1> ;
    bioregistry.schema:0000005 "CYDRCOR.HE139104"^^xsd:string ;
    bioregistry.schema:0000008 "^(ATBRA\\.\\d{6}\\-[01]{3}|BEKBOBCE\\.[01]\\d{3}\\.\\d{3}\\.\\d{3}|BGCOMREG\\.\\d{9}|CYDRCOR\\.(AE|HE)\\d{1,10}|CZVROR\\.\\d{8}|DE[A-Z][1-9]\\d{3}[RV]?(_[A-Z][1-9]\\d{3}[RV]?)?\\.(G[ns]R|HR[AB]|[PV]R)\\d+[A-Z]*|DKCVR\\.\\d{8}|EEARIREG\\.\\d{8}|ELGEMI\\.\\d{12}|ES[0-5]\\d{4}\\.\\d{9}|FIFPRO\\.\\d{7}\\-\\d|FR\\d{4}\\.\\d{9}|HRSR\\.\\d{9}|HUOCCSZ\\.\\d{2}\\-\\d{2}\\-\\d{6}|IECRO\\.\\d{6,7}|ISREI\\.[4-7]\\d[01]\\d{3}\\-\\d{3}[09]|ITRI\\.\\d{11}|LIFL\\.FL\\-\\d{4}\\.\\d{3}\\.\\d{3}-\\d|LTJAR\\.\\d{9}|LURCSL\\.B\\d{1,6}|LVUR\\.(\\d{9}|\\d{11})|MTROC\\.C\\d{1,6}|NLNHR\\.\\d{8}|NOFOR\\.\\d{9}|PLKRS\\.\\d{10}|PTIRNMJ\\.\\d{9}|ROONRC\\.[CFJ](\\d{1,2}/\\d{1,6}/\\d{4}|\\d{13})|SEBOLREG\\.\\d{10}|SIPRS\\.\\d{7}0{3}|SKORSR\\.\\d{1,18})$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "euid" .

wikidata:P13790 dcterms:isPartOf bioregistry.metaresource:wikidata .

