@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cito .

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

bioregistry.metaresource:lov dcterms:hasPart lov:cito .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:cito .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:cito .

bioregistry:cito a bioregistry.schema:0000001 ;
    rdfs:label "Citation Typing Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology that enables characterization of the nature or type of citations, both factually and rhetorically."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/sparontologies/cito> ;
    skos:exactMatch fairsharing:FAIRsharing.b220d4,
        lov:cito,
        prefixcommons:cito,
        tib.ts:cito ;
    dcat:keyword "citation",
        "knowledge and information systems",
        "miscellaneous",
        "ontology",
        "spar" ;
    foaf:homepage <http://www.sparontologies.net/ontologies/cito> ;
    bioregistry.schema:0000005 "sharesAuthorInstitutionWith"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/spar/cito/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/SPAROntologies/cito/raw/refs/heads/master/docs/current/cito.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0530-4305 ;
    bioregistry.schema:0000024 "http://purl.org/spar/cito/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/spar/cito/sharesAuthorInstitutionWith> ;
    bioregistry.schema:0000029 "cito" .

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.b220d4 dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:cito dcterms:isPartOf bioregistry.metaresource:lov .

prefixcommons:cito dcterms:isPartOf bioregistry.metaresource:prefixcommons .

tib.ts:cito dcterms:isPartOf bioregistry.metaresource:tib .

