<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/spar/cito#"
     xml:base="http://purl.org/spar/cito"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
     xmlns:mod="https://w3id.org/mod#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:bibo="http://purl.org/ontology/bibo/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
     xmlns:vann="http://purl.org/vocab/vann/"
     xmlns:terms="http://purl.org/dc/terms/"
     xmlns:vocab="https://w3id.org/widoco/vocab#"
     xmlns:schema="https://schema.org/"
     xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
    <owl:Ontology rdf:about="http://purl.org/spar/cito">
        <owl:versionIRI rdf:resource="http://purl.org/spar/cito/2026-06-22"/>
        <owl:imports rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl"/>
        <dc:contributor>Paolo Ciccarese</dc:contributor>
        <dc:contributor>Sebastian Barzaghi</dc:contributor>
        <dc:contributor>Tim Clark</dc:contributor>
        <dc:creator>David Shotton</dc:creator>
        <dc:creator>Silvio Peroni</dc:creator>
        <dc:date>2026-06-22</dc:date>
        <dc:title xml:lang="en">CiTO, the Citation Typing Ontology</dc:title>
        <terms:abstract xml:lang="en">The _Citation Typing Ontology_ (_CiTO_) is an ontology written in OWL 2 DL to enable characterization of the nature or type of citations, both factually and rhetorically, and to permit these descriptions to be published on the Web.</terms:abstract>
        <terms:bibliographicCitation xml:lang="en">Peroni, S., Shotton, D. (2012). FaBiO and CiTO: ontologies for describing bibliographic resources and citations. In Journal of Web Semantics, 17: 33-43. https://doi.org/10.1016/j.websem.2012.08.001. Open Access at: http://speroni.web.cs.unibo.it/publications/peroni-2012-fabio-cito-ontologies.pdf</terms:bibliographicCitation>
        <terms:created>2017-10-30</terms:created>
        <terms:description>
## Description

The _Citation Typing Ontology_ (_CiTO_) makes it possible for authors (or others) to mark citation links and to capture their citation intent (e.g., `cito:extends`, `cito:usesMethodIn`, `cito:supports`) when someone cites a particular publication. 
In particular, CiTO allows one to create metadata describing citations that are distinct from metadata describing the cited works themselves, and permits the motives of an author when referring to another document to be captured.

CiTO contains just two main object properties, `cito:cites` and its inverse `cito:isCitedBy`, each of which has forty-one sub-properties, plus four additional generic object properties – i.e. `cito:shareAuthorWith`, `cito:sharesAuthorInstitutionWith`, `cito:sharesFundingAgencyWith` and `cito:likes` – that may be used even outside a citation. 
As defined in _Functions of Citations Ontology_, all these properties (and, consequently, their inverses) may be classified as rhetorical and/or factual, with the rhetorical properties being grouped in three sets depending on their connotation: positive, informative (or neutral) or negative. 
Note that all the domain and range constraints from the object properties are not defined, so that this ontology could be easily integrated with other models, e.g., [FaBiO](http://purl.org/spar/fabio).

CiTO makes available a mechanism that permits the citation itself to be reified, so that it can become the subject or object of other RDF statements. 
In particular, the reifying class is `cito:Citation`, and its accompanying object properties, i.e., `cito:hasCitingEntity`, `cito:hasCitationCharacterization` and `cito:hasCitedEntity`, can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties.

## Examples of use

In the following subsections, we introduce some examples to showcase how to use CiTO. 

The prefixes that are used in all the examples provided below are defined as follows:

    @prefix : &lt;http://www.sparontologies.net/example/&gt; .
    @prefix c4o: &lt;http://purl.org/spar/c4o/&gt; .
    @prefix cito: &lt;http://purl.org/spar/cito&gt; .
    @prefix cnt: &lt;http://www.w3.org/2011/content#&gt; .
    @prefix oa: &lt;http://www.w3.org/ns/oa#&gt; .
    @prefix per: &lt;http://data.semanticweb.org/person/&gt; .

### Defining citation links and their functions

CiTO allows one to link two papers – or, more generally, two generic resources – where one (i.e., the citing paper) cites another one (i.e., the cited paper) according to a particular citation function (e.g., `cito:extends`, `cito:usesMethodIn`, `cito:supports`).

CiTO makes available two different approaches for creating such links. 
In the direct approach, we can use any of the CiTO properties as predicate of statements for defining citations. 
In the reified approach, we can define the citation as a proper individual of the class `cito:Citation`, in order to use it as subject/object of other statements.

    # Direct form for a citation
    :paper-a cito:extends :paper-b .

    # Reified form for a citation sharing the same
    # citation function of the above one
    :citation a cito:Citation ;
        cito:hasCitingEntity :paper-a ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paper-b .

### Annotating a citation with an additional text-defined citation function

Despite the extensive list of CiTO properties, there could be situations in which the purpose of making a citation cannot be adequately expressed using these CiTO properties. 
It is now possible to use the [Open Annotation Data Model](http://www.openannotation.org/spec/core/) to define the reason for, or the nature of, the citation.

In the [Open Annotation Data Model Ontology](http://www.w3.org/ns/oa), an annotation is described as a member of the class `oa:Annotation`, which has a body containing the annotation itself defined by `oa:hasBody`, and an annotation target (the thing to which the annotation relates) defined by `oa:hasTarget`.

In order to express a more precise justification of a citation, the target of the annotation should be an individual of the class `cito:Citation`, while the body, i.e. the textual content of the annotation itself, is described using the [W3C Content Vocabulary](http://www.w3.org/TR/Content-in-RDF10/) as an individual of the class `cnt:ContentAsText`, which the property `cnt:chars` relates to the text string actually providing the annotation. 
In addition, an OA annotation can be further characterized by the motivation for making such annotation, defined by `oa:motivatedBy`. 
In this case, the appropriate motivation is `oa:commenting`, an instance of the class `oa:Motivation`.

The whole example has been extracted from the blog post &apos;Extending CiTO to enable use of the Open Annotation Data Model to describe citations&apos;.

    :annotation a oa:Annotation;
        oa:motivatedBy oa:commenting ;
        oa:hasBody :comment ;
        oa:hasTarget :citation .

    :comment a cnt:ContentAsText ;
        cnt:chars &quot;I&apos;m citing that paper because it
            initiated this whole new field of research.&quot; .

    :citation a cito:Citation;
        cito:hasCitingEntity :paper-a ;
        cito:hasCitationCharacterization cito:cites ;
        cito:hasCitedEntity :paper-b .

### Annotating an in-text reference pointer with a citation function

Several citations to the same article could exist in the same text, and such citations could express different functions depending on the author&apos;s view. 
Usually, in a scientific paper, each of these citations is actually described by means of an in-text reference pointers, i.e., a textual device (e.g., &quot;[6]&quot;) denoting a single bibliographic reference (referring to the cited paper) that is embedded in the text of a document within the context of a particular sentence. 
One of the SPAR Ontologies, i.e., [C4O](https://www.sparontologies.net/ontologies/c4o), defines the entities for describing in-text reference pointers (individuals of the class `c4o:InTextReferencePointer`) and to link them to the related bibliographic references included in the paper.

The [Open Annotation Data Model Ontology](http://www.w3.org/ns/oa) can be used to annotate each in-text reference pointer of a paper with the particular citation it conveys. 
In particular, we can create an annotation (i.e., an individual of the class `oa:Annotation`) with a body (object property `oa:hasBody`) containing a specific citation among the citing paper and the cited paper, and with the in-text reference pointer as target (object property `oa:hasTarget`) of the annotation. 
In addition, it is also possible to specify (through the object property `oa:annotatedBy`) the agent who created such annotation – who can be the author of the paper containing the in-text reference pointer, a reader or a software agent.

    :annotation a oa:Annotation ;
        oa:hasBody :citation ;
        oa:hasTarget :in-text-ref-pointer ;
        oa:annotatedBy per:silvio-peroni .

    :citation a cito:Citation;
        cito:hasCitingEntity :paper-a ;
        cito:hasCitationEvent cito:extends ;
        cito:hasCitedEntity :paper-b .

    :in-text-ref-pointer a c4o:InTextReferencePointer ;
        c4o:hasContent &apos;[6]&apos; .

## Competency Questions

CiTO can be used for answering several questions related to citations, their intent and their overall context.

In the following subsections, some of them are introduced together with their respective SPARQL queries. 

The prefixes that are used in all the SPARQL queries provided below are defined as follows:

    PREFIX : &lt;http://www.sparontologies.net/example/&gt;
    PREFIX c4o: &lt;http://purl.org/spar/c4o/&gt;
    PREFIX cito: &lt;http://purl.org/spar/cito&gt;
    PREFIX cnt: &lt;http://www.w3.org/2011/content#&gt;
    PREFIX oa: &lt;http://www.w3.org/ns/oa#&gt;
    PREFIX per: &lt;http://data.semanticweb.org/person/&gt;

### CQ1

Which papers directly extend other papers?

    SELECT ?citingPaper ?citedPaper
    WHERE {
        ?citingPaper cito:extends ?citedPaper .
    }

### CQ2

What are the reified citations originated by a specific paper, and what are their citation functions?

    SELECT ?citation ?citedPaper ?characterization
    WHERE {
        ?citation a cito:Citation ;
            cito:hasCitingEntity :paper-a ;
            cito:hasCitedEntity ?citedPaper ;
            cito:hasCitationCharacterization ?characterization .
    }

### CQ3

What is the text of the motivational comment associated with a citation?

    SELECT ?citation ?commentText
    WHERE {
        ?annotation a oa:Annotation ;
                    oa:motivatedBy oa:commenting ;
                    oa:hasTarget ?citation ;
                    oa:hasBody ?comment .
        
        ?comment a cnt:ContentAsText ;
                cnt:chars ?commentText .
    }

### CQ4

Which in-text reference pointers have been annotated by a specific agent?

    SELECT ?pointer ?textValue
    WHERE {
        ?annotation a oa:Annotation ;
                    oa:annotatedBy per:silvio-peroni ;
                    oa:hasTarget ?pointer .
        
        ?pointer a c4o:InTextReferencePointer ;
                c4o:hasContent ?textValue .
    }

### CQ5

Which citations are linked to an in-text reference pointer, and what are the papers involved?

    SELECT ?pointer ?citation ?citingPaper ?citedPaper
    WHERE {
        ?annotation a oa:Annotation ;
                    oa:hasTarget ?pointer ;
                    oa:hasBody ?citation .
        
        ?pointer a c4o:InTextReferencePointer .
        
        ?citation a cito:Citation ;
                cito:hasCitingEntity ?citingPaper ;
                cito:hasCitedEntity ?citedPaper .
    }

    </terms:description>
        <terms:issued>2017-10-30</terms:issued>
        <terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/>
        <terms:modified>2026-06-22</terms:modified>
        <terms:publisher rdf:resource="https://ror.org/00wb4mk85"/>
        <bibo:doi>10.1016/j.websem.2012.08.001</bibo:doi>
        <vann:preferredNamespacePrefix>cito</vann:preferredNamespacePrefix>
        <vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/spar/cito/</vann:preferredNamespaceUri>
        <rdfs:comment xml:lang="en">The Citation Typing Ontology (CiTO) is an ontology that enables characterization of the nature or type of citations, both factually and rhetorically.

**URL:** http://purl.org/spar/cito

**Creators**: [David Shotton](http://orcid.org/0000-0001-5506-523X), [Silvio Peroni](http://orcid.org/0000-0003-0530-4305)

**Contributors:** [Paolo Ciccarese](https://orcid.org/0000-0002-5156-2703), [Tim Clark](https://orcid.org/0000-0003-4060-7360)

**License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode)

**Website:** http://www.sparontologies.net/ontologies/cito

**Cite as:** Peroni, S., Shotton, D. (2012). FaBiO and CiTO: ontologies for describing bibliographic resources and citations. In Journal of Web Semantics, 17: 33-43. https://doi.org/10.1016/j.websem.2012.08.001. Open Access at: http://speroni.web.cs.unibo.it/publications/peroni-2012-fabio-cito-ontologies.pdf</rdfs:comment>
        <rdfs:seeAlso rdf:resource="http://www.sparontologies.net/ontologies/cito"/>
        <owl:backwardCompatibleWith rdf:resource="http://purl.org/spar/cito/2018-02-16"/>
        <owl:priorVersion rdf:resource="http://purl.org/spar/cito/2018-02-16"/>
        <owl:versionInfo>2.8.2</owl:versionInfo>
        <foaf:logo rdf:resource="http://purl.org/spar/cito/spar.png"/>
        <schema:codeRepository rdf:resource="https://github.com/SPAROntologies/cito"/>
        <schema:includedInDataCatalog rdf:resource="https://fairsharing.org/"/>
        <mod:status>Published version</mod:status>
        <vocab:introduction>
The _Citation Typing Ontology_ (_CiTO_) is an ontology written in OWL 2 DL to enable characterization of the nature or type of citations, both factually and rhetorically, and to permit these descriptions to be published on the Web.

The citations characterized may be either direct and explicit (as in the reference list of a journal article), indirect (e.g. a citation to a more recent paper by the same research group on the same topic), or implicit (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

CiTO contains the object property `cito:cites` and its sub-properties, and its inverse property `cito:isCitedBy`, from the original Citation Typing Ontology (CiTO v1.6). 
Upon the creation of version 2.0 of CiTO, a number of new sub-properties of `cito:cites` were added, and the inverse properties of all the sub-properties of `cito:cites` were created, all of which are sub-properties of `cito:isCitedBy`. 
The ontology has also been integrated with the _SWAN Discourse Relationships Ontology_ by making `cito:cites` a sub-property of `http://purl.org/swan/2.0/discourse-relationships/refersTo`.

Restrictions of domain and range present in the previous version of CiTO were removed from the object properties when creating CiTO v2.0, permitting its independent use in other contexts, in addition to conventional bibliographic citations.  

So that they can be used independently, other entities that were previously included in CiTO v1.6 have now been made components of other SPAR ontologies: _FaBiO_, the _FRBR-aligned Bibliographic Ontology_; _C4O_, the _Citation Counting and Context Characterization Ontology_; and _PSO_, the _Publication Status Ontology_. 

The addition of two new properties (`cito:usesConclusionsFrom` and its inverse `cito:providesConclusionsFor`) led to a version number increment from v2.0 to v2.1.

The addition of two additional properties, `cito:compiles` and `cito:isCompiledBy`, previously in the deprecated _CiTO4Data_ ontology, led to a version increment from v2.1 to v2.2.

Subsequent expansions include:

* in versions 2.3 and 2.4: the addition of the object properties `cito:citesAsPotentialSolution`, `cito:citesAsRecommendedReading`, `cito:repliesTo`, `cito:retracts`, `cito:speculatesOn`, and their inverse properties;
* in version 2.5: the addition of `cito:CitationAct`, `cito:hasCitationEvent`, `cito:hasCitedEntity` and `cito:hasCitingEntity`;
* in version 2.6: renaming `cito:hasCitationEvent` to become `cito:hasCitationCharacterization`; improving definitions of `cito:CitationAct`, `cito:hasCitationCharacterization`, `cito:hasCitedEntity` and `cito:hasCitingEntity`; revising the definition of `cito:isCompiledBy` to correct it and bring it into line with the DataCite Metadata Kernel v2.2 definition; changing the definition of `cito:sharesAuthorsWith` from &apos;An object property indicating that the citing entity has at least one author in common with the cited entity.&apos; to &apos;An object property between two entities indicating that they have at least one author in common.&apos; so that it can be used when one entity does not actually cite the other; adding the object properties `cito:hasRelatedEntity`, `cito:sharesFundingAgencyWith` and `cito:sharesAuthorInstitutionWith`; and adding the text &apos;An object property indicating that . . .&apos; at the beginning of the textual definition (`rdfs:comment`) for each CiTO object property.
* in version 2.6.1: removed text &apos;An object property indicating that . . .&apos; added in v2.6 at the beginning of the textual definition (`rdfs:comment`) for each CiTO object property, so that each definition is just a direct statement of the relationship; removed the property `cito:hasRelatedEntity` (in favour of using `dcterms:relation`); renamed `cito:hasReply` to become `cito:hasReplyFrom`; improved the textual definitions of `cito:derides` and its inverse property;
* in version 2.6.2: improved definitions of `cito:CitationAct`, `cito:hasCitationCharacterization`, `cito:hasCitedEntity` and `cito:hasCitingEntity`;
* in version 2.6.3: added examples for each citation type (i.e., all the subproperties of `cito:cites`);
* in version 2.6.4: added alignment with `schema:citation`;
* in version 2.7.0: added new property `cito:linksTo`, and corrected some property URL;
* in version 2.7.1: corrected some typos in property comments;
* in version 2.7.2: the name of the class `cito:CitationAct` has been changed to `cito:Citation`, and its definition has been modified. The property `cito:hasCitationTimeSpan` has been added;
* in version 2.7.3: added the class `cito:SelfCitation`, i.e. citation in which the citing and the cited entities have at least one author in common;
* in version 2.8: renamed the class `cito:SelfCitation` in `cito:AuthorSelfCitation`. Created a new class `cito:SelfCitation` with a more general definition (citation in which the citing and the cited entities have something significant in common with one another), which now includes five subclasses: `cito:AuthorSelfCitation`, `cito:JournalSelfCitation`, `cito:FunderSelfCitation`, `cito:AffiliationSelfCitation`, `cito:AuthorNetworkSelfCitation`. The latter class is also accompanied by the new data property `cito:hasCoAuthorCitationLevel`, which specifies the minimal distance that one of the authors of a citing entity has with regards to one of the authors of a cited entity according to their co-author network. Added the object properties `cito:sharesPublicationVenueWith` and its subproperty `cito:sharesJournalWith`. Added the data property `cito:hasCitationCreationDate`, and changed the range of `cito:hasCitationTimeSpan` with `xsd:duration`.
* in version 2.8.1: renamed the property `cito:hasCoAuthorCitationLevel` in `cito:hasCoAuthorshipCitationLevel`.

</vocab:introduction>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://purl.org/dc/elements/1.1/contributor -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
    


    <!-- http://purl.org/dc/elements/1.1/creator -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
    


    <!-- http://purl.org/dc/elements/1.1/date -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
    


    <!-- http://purl.org/dc/elements/1.1/description -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
    


    <!-- http://purl.org/dc/elements/1.1/rights -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
    


    <!-- http://purl.org/dc/elements/1.1/title -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
    


    <!-- http://purl.org/dc/terms/abstract -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/abstract"/>
    


    <!-- http://purl.org/dc/terms/bibliographicCitation -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/bibliographicCitation"/>
    


    <!-- http://purl.org/dc/terms/created -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
    


    <!-- http://purl.org/dc/terms/description -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
    


    <!-- http://purl.org/dc/terms/issued -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
    


    <!-- http://purl.org/dc/terms/license -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
    


    <!-- http://purl.org/dc/terms/modified -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
    


    <!-- http://purl.org/dc/terms/publisher -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
    


    <!-- http://purl.org/ontology/bibo/doi -->


    <owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
    


    <!-- http://purl.org/vocab/vann/example -->


    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/example"/>
    


    <!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->


    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
    


    <!-- http://purl.org/vocab/vann/preferredNamespaceUri -->


    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#comment -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#label -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
    


    <!-- http://www.w3.org/2002/07/owl#priorVersion -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#priorVersion"/>
    


    <!-- http://www.w3.org/2002/07/owl#versionInfo -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
    


    <!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
    


    <!-- http://www.w3.org/2004/02/skos/core#scopeNote -->


    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#scopeNote"/>
    


    <!-- http://xmlns.com/foaf/0.1/logo -->


    <owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/logo"/>
    


    <!-- https://schema.org/codeRepository -->


    <owl:AnnotationProperty rdf:about="https://schema.org/codeRepository"/>
    


    <!-- https://schema.org/includedInDataCatalog -->


    <owl:AnnotationProperty rdf:about="https://schema.org/includedInDataCatalog"/>
    


    <!-- https://w3id.org/mod#status -->


    <owl:AnnotationProperty rdf:about="https://w3id.org/mod#status"/>
    


    <!-- https://w3id.org/widoco/vocab#introduction -->


    <owl:AnnotationProperty rdf:about="https://w3id.org/widoco/vocab#introduction"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://www.w3.org/2001/XMLSchema#duration -->


    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#duration"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://purl.org/spar/cito/agreesWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/agreesWith">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isAgreedWithBy"/>
        <vann:example>
    # We share Galileo&apos;s opinion: the Earth moves [X].

    :paperA a fabio:JournalArticle ;
        cito:agreesWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity agrees with statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">agrees with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We share Galileo&apos;s opinion: the Earth moves [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/cites -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/cites">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/swan/2.0/discourse-relationships/refersTo"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:cites :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsAuthority -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsAuthority">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsAuthorityBy"/>
        <vann:example>
    # Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsAuthority :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as authority</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsDataSource -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsDataSource">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsDataSourceBy"/>
        <vann:example>
    # Italy has more than ten thousand kilometers of shoreline: see [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsDataSource :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as source of data.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as data source</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Italy has more than ten thousand kilometers of shoreline: see [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsEvidence -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsEvidence">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsEvidenceBy"/>
        <vann:example>
    # We found an unquestionable demonstration of our hypothesis in [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsEvidence :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as source of factual evidence for statements it contains.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as evidence</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We found an unquestionable demonstration of our hypothesis in [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsMetadataDocument -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsMetadataDocument">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"/>
        <vann:example>
    # Basic bibliographic entity and project metadata relating to this article recorded in a structured machine-readable form is available as an additional file [X] accompanying this paper.

    :paperA a fabio:JournalArticle ;
        cito:citesAsEvidence :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as being the container of metadata describing the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as metadata document</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsPotentialSolution -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsPotentialSolution">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsPontentialSolutionBy"/>
        <vann:example>
    # This risk could be avoided using the approach shown in [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsPotentialSolution :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as potential solution</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: This risk could be avoided using the approach shown in [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsRecommendedReading -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsRecommendedReading">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsRecommendedReadingBy"/>
        <vann:example>
    # To our knowledge [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

    :paperA a fabio:JournalArticle ;
        cito:citesAsRecommendedReading :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as an item of recommended reading.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as recommended reading</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture.  Similarly, it could be used to describe items in a &apos;Suggested further reading&apos; list at the end of a book chapter.
</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsRelated -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsRelated">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsRelatedBy"/>
        <vann:example>
    # An analysis similar to what we proposed here is presented in [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsRelated :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as one that is related.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as related</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: An analysis similar to what we proposed here is presented in [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesAsSourceDocument -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesAsSourceDocument">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsSourceDocumentBy"/>
        <vann:example>
    # Several sections of this work are based on our literature review of the topic published as journal article [X].

    :paperA a fabio:JournalArticle ;
        cito:citesAsSourceDocument :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites as source document</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Several sections of this work are based on our literature review of the topic published as journal article [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/citesForInformation -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/citesForInformation">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedForInformationBy"/>
        <vann:example>
    # The grammar of Pascal was introduced in [X].

    :paperA a fabio:JournalArticle ;
        cito:citesForInformation :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity cites the cited entity as a source of information on the subject under discussion.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">cites for information</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The grammar of Pascal was introduced in [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/compiles -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/compiles">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCompiledBy"/>
        <vann:example>
    # This book gathers interviews with academic researchers of several disciplines [X]. 

    :paperA a fabio:JournalArticle ;
        cito:compiles :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity is used to create or compile the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">compiles</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: This book gathers interviews with academic researchers of several disciplines [X].</skos:scopeNote>
        <skos:scopeNote xml:lang="en">Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/confirms -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/confirms">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isConfirmedBy"/>
        <vann:example>
    # Our findings are similar to those published in [X].

    :paperA a fabio:JournalArticle ;
        cito:confirms :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity confirms facts, ideas or statements presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">confirms</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Our findings are similar to those published in [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/containsAssertionFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/containsAssertionFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesAssertionFor"/>
        <vann:example>
    # We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

    :paperA a fabio:JournalArticle ;
        cito:containsAssertionFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">contains assertion from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/corrects -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/corrects">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCorrectedBy"/>
        <vann:example>
    ## The result published in [X] is partially wrong, the correct result is 42.

    :paperA a fabio:JournalArticle ;
        cito:corrects :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity corrects statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">corrects</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The result published in [X] is partially wrong, the correct result is 42.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/credits -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/credits">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCreditedBy"/>
        <vann:example>
    # Galileo was the first to observe Jupiter&apos;s satellites [X].

    :paperA a fabio:JournalArticle ;
        cito:credits :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity acknowledges contributions made by the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">credits</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Galileo was the first to observe Jupiter&apos;s satellites [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/critiques -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/critiques">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCritiquedBy"/>
        <vann:example>
    # The ideas presented in [X] are badly substantantiated.

    :paperA a fabio:JournalArticle ;
        cito:critiques :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity critiques statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">critiques</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The ideas presented in [X] are badly substantantiated.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/derides -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/derides">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDeridedBy"/>
        <vann:example>
    # The ideas published in [X] are incredibly stupid.

    :paperA a fabio:JournalArticle ;
        cito:derides :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">derides</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The ideas published in [X] are incredibly stupid.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/describes -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/describes">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDescribedBy"/>
        <vann:example>
    # Galileo&apos;s book [X] is a dialog among three scientists about Copernicus&apos; eliocentric theory.

    :paperA a fabio:JournalArticle ;
        cito:describes :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity describes the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">describes</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Galileo&apos;s book [X] is a dialog among three scientists about Copernicus&apos; eliocentric theory.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/disagreesWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/disagreesWith">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDisagreedWithBy"/>
        <vann:example>
    # We do not share Galileo&apos;s opinion [X]: the Earth does not move.

    :paperA a fabio:JournalArticle ;
        cito:disagreesWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">disagrees with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We do not share Galileo&apos;s opinion [X]: the Earth does not move.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/discusses -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/discusses">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDiscussedBy"/>
        <vann:example>
    # We now examine if Galileo is right when he writes [X] that the Earth moves.

    :paperA a fabio:JournalArticle ;
        cito:discusses :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity discusses statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">discusses</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We now examine if Galileo is right when he writes [X] that the Earth moves.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/disputes -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/disputes">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDisputedBy"/>
        <vann:example>
    # We doubt that Galileo is right when he writes [X] that the Earth moves.

    :paperA a fabio:JournalArticle ;
        cito:disputes :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity disputes statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">disputes</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We doubt that Galileo is right when he writes [X] that the Earth moves.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/documents -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/documents">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDocumentedBy"/>
        <vann:example>
    # Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

    :paperA a fabio:JournalArticle ;
        cito:documents :paperB .
    </vann:example>
        <rdfs:comment>The citing entity documents information about the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">documents</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/extends -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/extends">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/isExtendedBy"/>
        <vann:example>
    # We add to Galileo&apos;s findings concerning the Earth [X] that also the Moon moves.

    :paperA a fabio:JournalArticle ;
        cito:extends :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity extends facts, ideas or understandings presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">extends</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We add to Galileo&apos;s findings concerning the Earth [X] that also the Moon moves.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/givesBackgroundTo -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/givesBackgroundTo">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/obtainsBackgroundFrom"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:givesBackgroundTo :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity provides background information for the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">gives background to</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/givesSupportTo -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/givesSupportTo">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/obtainsSupportFrom"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:givesSupportTo :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity provides intellectual or factual support for the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">gives support to</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/hasCitationCharacterization -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/hasCitationCharacterization">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
        <vann:example>
    :my-citation a cito:Citation ;
        cito:hasCitationCharacterization cito:extends ;
    </vann:example>
        <rdfs:comment xml:lang="en">A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has citation characterization</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion.

In such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class owl:Thing.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/hasCitedEntity -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/hasCitedEntity">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
        <vann:example>
    :my-citation a cito:Citation ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A property that relates a citation to the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has cited entity</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/hasCitingEntity -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/hasCitingEntity">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
        <vann:example>
    :my-citation a cito:Citation ;
        cito:hasCitingEntity :paperA .
    </vann:example>
        <rdfs:comment xml:lang="en">A property that relates a citation to the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has citing entity</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/hasReplyFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/hasReplyFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/repliesTo"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:hasReplyFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity evokes a reply from the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has reply from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/includesExcerptFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/includesExcerptFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesExcerptFor"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:includesExcerptFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity includes one or more excerpts from the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">includes excerpt from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">An excerpt is more general than a quotation. It is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.  For example:

Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578

is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.</skos:scopeNote>
        <skos:scopeNote xml:lang="en">Example: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/includesQuotationFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/includesQuotationFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesQuotationFor"/>
        <vann:example>
    # As Newton wrote in [X]: &apos;We are like dwarfs standing on the shoulders of giants&apos;

    :paperA a fabio:JournalArticle ;
        cito:includesQuotationFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity includes one or more quotations from the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">includes quotation from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">A quotation is a repetition of what someone has said, and is presented &apos;within quotation marks&apos;, for example:

On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: &apos; . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . .&apos;</skos:scopeNote>
        <skos:scopeNote xml:lang="en">Example: As Newton wrote in [X]: &apos;We are like dwarfs standing on the shoulders of giants&apos;.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isAgreedWithBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isAgreedWithBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isAgreedWithBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity contains statements, ideas or conclusions with which the citing entity agrees.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is agreed with by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsAuthorityBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsAuthorityBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsAuthorityBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as authority by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsDataSourceBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsDataSourceBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsDataSourceBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as a data source by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as data source by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsEvidenceBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsEvidenceBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsEvidenceBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited for providing factual evidence to the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as evidence by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsMetadataDocumentBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsMetadataDocumentBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as being the container of metadata relating to the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as metadata document by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsPontentialSolutionBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsPontentialSolutionBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsPontentialSolutionBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as potential solution by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsRecommendedReadingBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsRecommendedReadingBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsRecommendedReadingBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited by the citing entity as an item of recommended reading.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as recommended reading by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">
This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture.  Similarly, it could be used to describe items in a &apos;Suggested further reading&apos; list at the end of a book chapter.
    </skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsRelatedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsRelatedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsRelatedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as being related to the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as related by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedAsSourceDocumentBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedAsSourceDocumentBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedAsSourceDocumentBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited as source document by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedBy">
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCitedForInformationBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCitedForInformationBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCitedForInformationBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited as a source of information on the subject under discussion in the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is cited for information by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCompiledBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCompiledBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCompiledBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is the result of a compile or creation event using the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is compiled by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isConfirmedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isConfirmedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isConfirmedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents facts, ideas or statements that are confirmed by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is confirmed by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCorrectedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCorrectedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCorrectedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are corrected by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is corrected by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCreditedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCreditedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCreditedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity makes contributions that are acknowledged by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is credited by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isCritiquedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isCritiquedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isCritiquedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are critiqued by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is critiqued by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDeridedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDeridedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDeridedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity contains ideas or conclusions for which the citing entity express derision.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is derided by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDescribedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDescribedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDescribedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is described by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is described by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDisagreedWithBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDisagreedWithBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDisagreedWithBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is disagreed with by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDiscussedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDiscussedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDiscussedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are discussed by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is discussed by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDisputedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDisputedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDisputedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are disputed by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is disputed by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isDocumentedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isDocumentedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isDocumentedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">Information about the cited entity is documented by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is documented by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isExtendedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isExtendedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isExtendedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents facts, ideas or understandings that are extended by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is extended by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isLinkedToBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isLinkedToBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/linksTo"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isLinkedToBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is linked to by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isParodiedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isParodiedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/parodies"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isParodiedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is parodied by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isPlagiarizedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isPlagiarizedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/plagiarizes"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isPlagiarizedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is plagiarized by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isQualifiedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isQualifiedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/qualifies"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isQualifiedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is qualified by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isRefutedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isRefutedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/refutes"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isRefutedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are refuted by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is refuted by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isRetractedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isRetractedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/retracts"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isRetractedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is formally retracted by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is retracted by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isReviewedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isReviewedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/reviews"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isReviewedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is reviewed by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isRidiculedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isRidiculedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/ridicules"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isRidiculedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity or aspects of its contents are ridiculed by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is ridiculed by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isSpeculatedOnBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isSpeculatedOnBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/speculatesOn"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isSpeculatedOnBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity is cited because the citing article contains speculations on its content or ideas.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is speculated on by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isSupportedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isSupportedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/supports"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isSupportedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity receives intellectual or factual support from the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is supported by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/isUpdatedBy -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/isUpdatedBy">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/updates"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:isUpdatedBy :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents statements, ideas, hypotheses or understanding that are updated by the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">is updated by</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/likes -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/likes">
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:likes :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A property that permits you to express appreciation of or interest in something that is the object of the RDF triple, or to express that it is worth thinking about even if you do not agree with its content, enabling social media &apos;likes&apos; statements to be encoded in RDF.  Use of this property does NOT imply the existence of a formal citation of the entity that is &apos;liked&apos;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">likes</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/linksTo -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/linksTo">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:linksTo :paperB .  
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">links to</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The BioSharing registry (https://biosharing.org) can be of use as it describes the standards in detail, including versions where applicable.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/obtainsBackgroundFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/obtainsBackgroundFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:obtainsBackgroundFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity obtains background information from the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">obtains background from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/obtainsSupportFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/obtainsSupportFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:obtainsSupportFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity obtains intellectual or factual support from the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">obtains support from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Our ideas were also shared by Doe et al. [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/parodies -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/parodies">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:parodies :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">parodies</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We act as giants on the shoulders of dwarfs [X]!</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/plagiarizes -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/plagiarizes">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:plagiarizes :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source.  The citing entity thus contains no explicit citation of the cited entity, according to the norms of scholarly practice, but cites it implicitly.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">plagiarizes</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: The conclusion of our dissertation can be summarised by the following motto, we created specifically for this purpose: we are like dwarfs standing on the shoulders of giants.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesAssertionFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesAssertionFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesAssertionFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity.   This inverse object property is designed to be used to relate a cited entity to a separate abstract, summary or nanopublication based upon it.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides assertion for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesConclusionsFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesConclusionsFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesConclusionsFrom"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesConclusionsFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents conclusions that are used in work described in the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides conclusions for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesDataFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesDataFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesDataFrom"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesDataFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity presents data that are used in work described in the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides data for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesExcerptFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesExcerptFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesExcerptFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides excerpt for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesMethodFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesMethodFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesMethodIn"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesMethodFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity details a method that is used in work described by the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides method for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/providesQuotationFor -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/providesQuotationFor">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:providesQuotationFor :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">provides quotation for</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/qualifies -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/qualifies">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:qualifies :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity qualifies or places conditions or restrictions upon statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">qualifies</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Galileo&apos;s masterpiece &apos;Dialogo sopra i due massimi sistemi del mondo&apos; [X] is formally a dialog and substantially a scientific pamphlet.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/refutes -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/refutes">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:refutes :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity refutes statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">refutes</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We do not think that all their arguments in favour of their own and against the other strategies are equally convincing [X].</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/repliesTo -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/repliesTo">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:repliesTo :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity replies to statements, ideas or criticisms presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">replies to</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We will not investigate the issues of the approach proposed in [X] here, but rather we introduce yet another alternative.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/retracts -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/retracts">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:retracts :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity constitutes a formal retraction of the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">retracts</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We wrote that the Earth moves in [X]; we now retire such statement.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/reviews -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/reviews">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:reviews :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity reviews statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">reviews</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: This paper discusses Toulmin&apos;s methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/ridicules -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/ridicules">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:ridicules :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity ridicules the cited entity or aspects of its contents.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">ridicules</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Galileo said that the Earth &quot;moves&quot; [X]; really? And where is it going?</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/sharesAuthorInstitutionWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/sharesAuthorInstitutionWith">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:sharesAuthorInstitutionWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">Each entity has at least one author that shares a common institutional affiliation with an author of the other entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">shares author institution with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/sharesAuthorWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/sharesAuthorWith">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:sharesAuthorWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">Each entity has at least one author in common with the other entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">shares author with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/sharesFundingAgencyWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/sharesFundingAgencyWith">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:sharesFundingAgencyWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The two entities result from activities that have been funded by the same funding agency.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">shares funding agency with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/sharesJournalWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/sharesJournalWith">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/sharesPublicationVenueWith"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:sharesJournalWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing and cited bibliographic resources are published in the same journal.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">shares journal with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/sharesPublicationVenueWith -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/sharesPublicationVenueWith">
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:sharesPublicationVenueWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing and cited bibliographic resources are published in same publication venue.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">shares publication venue with</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/speculatesOn -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/speculatesOn">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:speculatesOn :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity speculates on something within or related to the cited entity, without firm evidence.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">speculates on</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We believe that if Galileo believed that Earth goes around the Sun [X], he also should believe that Moon goes around Earth.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/supports -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/supports">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:supports :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity provides intellectual or factual support for statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">supports</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We support Galileo&apos;s statement [X], that Earth moves.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/updates -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/updates">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:updates :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">updates</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/usesConclusionsFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/usesConclusionsFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:usesConclusionsFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity describes work that uses conclusions presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">uses conclusions from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Building upon Galileo&apos;s findings [X], we discovered that all the planets move.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/usesDataFrom -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/usesDataFrom">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:usesDataFrom :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity describes work that uses data presented in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">uses data from</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/spar/cito/usesMethodIn -->


    <owl:ObjectProperty rdf:about="http://purl.org/spar/cito/usesMethodIn">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:usesMethodIn :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">The citing entity describes work that uses a method detailed in the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">uses method in</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Example: We follow [X] in using design patterns for testing.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://purl.org/swan/2.0/discourse-relationships/refersTo -->


    <owl:ObjectProperty rdf:about="http://purl.org/swan/2.0/discourse-relationships/refersTo"/>
    


    <!-- http://schema.org/citation -->


    <owl:ObjectProperty rdf:about="http://schema.org/citation">
        <rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        schema:citation :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://schema.org"/>
        <rdfs:label>citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.</skos:scopeNote>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->


    <owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://purl.org/spar/cito/hasCitationCreationDate -->


    <owl:DatatypeProperty rdf:about="http://purl.org/spar/cito/hasCitationCreationDate">
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:hasCitationCreationDate &apos;2025-06-16&apos;^^xsd:date .
    </vann:example>
        <rdfs:comment xml:lang="en">The date on which the citation was created. This has the same numerical value as the publication date of the citing bibliographic resource, but is a property of the citation itself.  When combined with the citation time span, it permits that citation to be located in history.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has citation creation date</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:DatatypeProperty>
    


    <!-- http://purl.org/spar/cito/hasCitationTimeSpan -->


    <owl:DatatypeProperty rdf:about="http://purl.org/spar/cito/hasCitationTimeSpan">
        <rdfs:domain rdf:resource="http://purl.org/spar/cito/Citation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#duration"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:hasCitationTimeSpan &apos;P1Y&apos;^^xsd:duration .
    </vann:example>
        <rdfs:comment xml:lang="en">The temporal characteristic of a citation, namely the interval between the publication date of the cited entity and the publication date of the citing entity. Note that when one or both of the publication dates is given as just &apos;year&apos;, then the citation time span is rounded to the nearest year, and when one or both of the publication dates is given as just &apos;year and month&apos;, then the citation time span is rounded to the nearest month, with the inherent inaccuracies that such rounding involves.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has citation time span</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:DatatypeProperty>
    


    <!-- http://purl.org/spar/cito/hasCoAuthorshipCitationLevel -->


    <owl:DatatypeProperty rdf:about="http://purl.org/spar/cito/hasCoAuthorshipCitationLevel">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://purl.org/spar/cito/AuthorNetworkSelfCitation"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
        <vann:example>
    :paperA a fabio:JournalArticle ;
        cito:hasCoAuthorshipCitationLevel &apos;2&apos;^^xsd:positiveInteger .
    </vann:example>
        <rdfs:comment xml:lang="en">This property specifies the minimal distance that one of the authors of the citing entity has with regards to one of the authors of the cited entity, according to their co-authorship network.
</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">has co-authorship citation level</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">
For instance, a citation has a co-authorship citation level equal to 1 if at least one author of the citing entity has previously published as co-author with one of the authors of the cited entity. Similarly, we say that a citation has a co-authorship citation level equal to 2 if at least one author of the citing entity has previously published as co-author with someone who him/herself has previously published as co-author with one of the authors of the cited entity. And so on.
    </skos:scopeNote>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://purl.org/spar/cito/AffilationSelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/AffilationSelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
        <vann:example>
    # The following cito:AffiliationSelfCitation resource

    :thisCitation a cito:AffiliationSelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .

    # can be alternatively described as follows

    :paperA cito:extends :paperB .
    :paperA cito:sharesAuthorInstitutionWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution.
</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">affilation self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper.</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/AuthorNetworkSelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/AuthorNetworkSelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCoAuthorshipCitationLevel"/>
                <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
                <owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <vann:example>
    :thisCitation a cito:AuthorNetworkSelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCoAuthorshipCitationLevel &apos;2&apos;^^xsd:positiveInteger ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which at least one author of the citing entity has direct or indirect co-authorship links with one of the authors of the cited entity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">author network self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Derived from the article &apos;A Small World of Citations? The Influence of Collaboration Networks on Citation Practices&apos; by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339).</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/AuthorSelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/AuthorSelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
        <vann:example>
    # The following cito:AuthorSelfCitation resource

    :thisCitation a cito:AuthorSelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .

    # can be alternatively described as follows

    :paperA cito:extends :paperB .
    :paperA cito:sharesAuthorWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have at least one author in common.
</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">author self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Like the ancestor class cito:Citation, cito:AuthorSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorWith for linking the citing paper and the cited paper.</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/Citation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/Citation">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitationCharacterization"/>
                        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitedEntity"/>
                        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitingEntity"/>
                        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <vann:example>
    # The following RDF statement

    :paperA cito:extends :paperB .

    # can be alternatively described as follows

    :thisCitation a cito:Citation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation is a conceptual directional link from a citing entity to a cited entity, created by a human performative act of making a citation, typically instantiated by the inclusion of a bibliographic reference (biro:BibliographicReference) in the reference list of the citing entity, or by the inclusion within the citing entity of a link, in the form of an HTTP Uniform Resource Locator (URL), to a resource on the World Wide Web.
    </rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">
The time span of a citation, i.e. the interval between the publication year of the citing entity and the publication year of the cited entity, can be recorded using the data property cito:hasCitationTimeSpan.

The nature or type of a citation can be characterized by using CiTO object properties, e.g. http://purl.org/spar/cito/citesAsDataSource (definition: “The citing entity cites the cited entity as a source of data”). 

This CiTO class cito:Citation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties. 

This usage involved OWL2 punning, whereby a CiTO object property, such as the aforementioned cito:extends, is used as the object of the OWL assertion.

Using such OWL2 punning (described at http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), the CiTO object property is considered as a proper named individual of the class owl:Thing. 

Such reification of citation acts can be very useful, since it permits one to combine these CiTO properties with other vocabularies, or to handle situations in which none of the citation characterizations available in CiTO are applicable. 

Such situations can be resolved by the creation of a user-defined citation characterization, for example by using the Open Annotation Data Model, as explained at http://semanticpublishing.wordpress.com/2013/07/03/extending-cito-for-open-annotations/.
    </skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/DistantCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/DistantCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
        <vann:example>
    :thisCitation a cito:DistantCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have nothing significant in common with one another (for example authors, journal, institutional affiliation, or funding agency) over and beyond their subject matter.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">distant citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Derived from the article &apos;A Small World of Citations? The Influence of Collaboration Networks on Citation Practices&apos; by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339).</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/FunderSelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/FunderSelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
        <vann:example>
    # The following cito:FunderSelfCitation resource

    :thisCitation a cito:FunderSelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .

    # can be alternatively described as follows

    :paperA cito:extends :paperB .
    :paperA cito:sharesFundingAgencyWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which the works reported in the citing and the cited entities were funded by the same funding agency.
</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">funder self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Like the ancestor class cito:Citation, cito:FunderSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesFundingAgencyWith for linking the citing paper and the cited paper.</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/JournalCartelCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/JournalCartelCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
        <vann:example>
    :thisCitation a cito:JournalCartelCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation from one journal to another journal which forms one of a very large number of citations from the citing journal to recent articles in the cited journal, possibly undertaken as part of a citation cartel for the purpose of gaming the impact factor of the cited journal.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">journal cartel citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">Derived from the blog post &apos;What do we know about journal citation cartels? A call for information&apos; by Philippe Mongeon, Ludo Waltman and Sarah de Rijcke (https://www.cwts.nl/blog?article=n-q2w2b4).</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/JournalSelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/JournalSelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
        <vann:example>
    # The following cito:AffiliationSelfCitation resource

    :thisCitation a cito:AffiliationSelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .

    # can be alternatively described as follows

    :paperA cito:extends :paperB .
    :paperA cito:sharesAuthorInstitutionWith :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which the citing and the cited entities are published in the same journal.
</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">journal self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
        <skos:scopeNote xml:lang="en">
Like the ancestor class cito:Citation, cito:JournalSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesJournalWith for linking the citing paper and the cited paper.

Derived from the blog post &apos;Journal self-citations are increasingly biased toward impact factor years&apos; by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).
</skos:scopeNote>
    </owl:Class>
    


    <!-- http://purl.org/spar/cito/SelfCitation -->


    <owl:Class rdf:about="http://purl.org/spar/cito/SelfCitation">
        <rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
        <vann:example>
    :thisCitation a cito:SelfCitation ; 
        cito:hasCitingEntity :paperA ;
        cito:hasCitationCharacterization cito:extends ;
        cito:hasCitedEntity :paperB .
    </vann:example>
        <rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito"/>
        <rdfs:label xml:lang="en">self citation</rdfs:label>
        <ns:term_status xml:lang="en">stable</ns:term_status>
    </owl:Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ -->


