:cites


URI

http://purl.org/spar/cito/cites

Label

cites

Description

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).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :cites owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/cito/> .
@prefix discourse-relationships: <http://purl.org/swan/2.0/discourse-relationships/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:cites a owl:ObjectProperty ;
    rdfs:label "cites"@en ;
    rdfs:comment "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)."@en ;
    rdfs:subPropertyOf discourse-relationships:refersTo ;
    owl:inverseOf :isCitedBy .