@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:bioregistry dcterms:hasPart bioregistry:occ .

bioregistry.metaresource:miriam dcterms:hasPart miriam:occ .

bioregistry.metaresource:n2t dcterms:hasPart n2t:occ .

bioregistry:occ a bioregistry.schema:0000001 ;
    rdfs:label "OpenCitations Corpus" ;
    dcterms:description "The OpenCitations Corpus is open repository of scholarly citation data made available under a Creative Commons public domain dedication (CC0), which provides accurate bibliographic references harvested from the scholarly literature that others may freely build upon, enhance and reuse for any purpose, without restriction under copyright or database law."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:occ,
        miriam:occ ;
    foaf:homepage <https://w3id.org/oc/corpus> ;
    bioregistry.schema:0000005 "br/1"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/oc/corpus/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z][a-z]/[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/oc/corpus/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00wb4mk85 ;
    bioregistry.schema:0000027 <https://w3id.org/oc/corpus/br/1> ;
    bioregistry.schema:0000029 "occ" .

n2t:occ dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:occ dcterms:isPartOf bioregistry.metaresource:miriam .

