@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OCI .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:oci .

bioregistry.metaresource:miriam dcterms:hasPart miriam:oci .

bioregistry.metaresource:n2t dcterms:hasPart n2t:oci .

bioregistry:oci a bioregistry.schema:0000001 ;
    rdfs:label "Open Citation Identifier" ;
    dcterms:description "Each OCI (Open Citation Identifier) has a simple structure: oci:<identifier>-<identifier>, where “oci:” is the identifier prefix, and is used to identify a citation as a first-class data entity - see https://doi.org/10.6084/m9.figshare.7127816.v2 for additional information. In each OCI, the first <identifier> is the identifier for the citing bibliographic resource, while the second <identifier> is the identifier for the cited bibliographic resource."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:OCI,
        n2t:oci,
        miriam:oci ;
    foaf:homepage <http://opencitations.net> ;
    bioregistry.schema:0000005 "01027931310-01022252312"^^xsd:string ;
    bioregistry.schema:0000006 "https://opencitations.net/index/ci/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^0[1-9]+0[0-9]+-0[1-9]+0[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://opencitations.net/index/ci/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00wb4mk85 ;
    bioregistry.schema:0000027 <https://opencitations.net/index/ci/01027931310-01022252312> ;
    bioregistry.schema:0000029 "oci" .

biocontext:OCI dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:oci dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:oci dcterms:isPartOf bioregistry.metaresource:miriam .

