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

bioregistry.metaresource:miriam dcterms:hasPart miriam:xfid .

bioregistry:xfid a bioregistry.schema:0000001 ;
    rdfs:label "xfid" ;
    dcterms:description """XframeworkID (XFID) is an open registry of permanent, content-based identifiers for extra-financial disclosure documents associated with labelled bond issuances — green, social and sustainability bond frameworks, Second Party Opinions (SPOs), EU Green Bond Standard pre/post-issuance reviews and
factsheets, impact and allocation reports, certifications, assurance reports, and academic research analysing labelled bonds. XFIDs are derived from a SHA-256 hash of the document's canonical content, so an identifier permanently and verifiably denotes one specific document version regardless of where
 the file is hosted — addressing the measured erosion of this disclosure class (23% of tracked documents are no longer accessible at their original URLs). The registry cross-references documents to issuers, bond ISINs, assessment providers and analysts, and is used for citation in academic research, investor due diligence and regulatory monitoring."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:xfid ;
    foaf:homepage <https://xframework.id> ;
    bioregistry.schema:0000005 "XFI5ICTDJ4"^^xsd:string ;
    bioregistry.schema:0000006 "https://xframework.id/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^XF[A-Z0-9]{8}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://xframework.id/"^^xsd:string ;
    bioregistry.schema:0000027 <https://xframework.id/XFI5ICTDJ4> ;
    bioregistry.schema:0000029 "xfid" .

miriam:xfid dcterms:isPartOf bioregistry.metaresource:miriam .

