@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@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:c4o .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.beb855 .

bioregistry.metaresource:lov dcterms:hasPart lov:c4o .

bioregistry:c4o a bioregistry.schema:0000001 ;
    rdfs:label "Citation Counting and Context Characterisation Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology that permits the number of in-text citations of a cited source to be recorded, together with their textual citation contexts, along with the number of citations a cited entity has received globally on a particular date."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/sparontologies/c4o> ;
    skos:exactMatch fairsharing:FAIRsharing.beb855,
        lov:c4o ;
    dcat:keyword "spar",
        "subject agnostic" ;
    foaf:homepage <http://www.sparontologies.net/ontologies/c4o> ;
    bioregistry.schema:0000005 "InTextReferencePointer"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/spar/c4o/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0530-4305 ;
    bioregistry.schema:0000024 "http://purl.org/spar/c4o/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/spar/c4o/InTextReferencePointer> ;
    bioregistry.schema:0000029 "c4o" .

orcid:0000-0003-0530-4305 rdfs:label "Silvio Peroni" ;
    foaf:mbox "silvio.peroni@unibo.it" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

fairsharing:FAIRsharing.beb855 dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:c4o dcterms:isPartOf bioregistry.metaresource:lov .

