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

bioregistry.metaresource:miriam dcterms:hasPart miriam:omid .

bioregistry:omid a bioregistry.schema:0000001 ;
    rdfs:label "OpenCitations Meta Identifier" ;
    dcterms:description "Every entity in OpenCitations Meta (https://opencitations.net/meta) is assigned persistent internal identifier called OpenCitations Meta Identifier (OMID). The OMID has structure [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]]. For example, the first journal article ever processed has OMID br/0601 (the full URI is https://w3id.org/oc/meta/br/0601), where br is the abbreviation of bibliographic resource, and 060 corresponds to the supplier prefix, helpful in recognising at a glance the index it belongs to (i.e., OpenCitations Meta). Finally, 1 indicates that this is the index's first bibliographic resource ever minted."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:omid ;
    foaf:homepage <http://opencitations.net/> ;
    bioregistry.schema:0000005 "br/0601"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/oc/meta/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z][a-z]/06[1-9]*0[1-9][0-9]*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/oc/meta/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/oc/meta/br/0601> ;
    bioregistry.schema:0000029 "omid" .

miriam:omid dcterms:isPartOf bioregistry.metaresource:miriam .

