@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lei .

bioregistry.metaresource:miriam dcterms:hasPart miriam:lei .

bioregistry.metaresource:n2t dcterms:hasPart n2t:lei .

bioregistry:lei a bioregistry.schema:0000001 ;
    rdfs:label "Global LEI Index" ;
    dcterms:description "Established by the Financial Stability Board in June 2014, the Global Legal Entity Identifier Foundation (GLEIF) is tasked to support the implementation and use of the Legal Entity Identifier (LEI). The foundation is backed and overseen by the LEI Regulatory Oversight Committee, representing public authorities from around the globe that have come together to jointly drive forward transparency within the global financial markets. GLEIF is a supra-national not-for-profit organization headquartered in Basel, Switzerland."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:lei,
        miriam:lei ;
    foaf:homepage <https://www.gleif.org/> ;
    bioregistry.schema:0000005 "HWUPKR0MPOU8FGXBT394"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.gleif.org/lei/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9A-Z]{4}[0-9A-Z]{14}[0-9A-Z]{2}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.gleif.org/lei/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.gleif.org/lei/HWUPKR0MPOU8FGXBT394> ;
    bioregistry.schema:0000029 "lei" .

n2t:lei dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:lei dcterms:isPartOf bioregistry.metaresource:miriam .

