:isCitedBy


URI

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

Label

is cited by

Description

The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :isCitedBy owl:Thing (inferred)

Implementation

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

:isCitedBy a owl:ObjectProperty ;
    rdfs:label "is cited by"@en ;
    rdfs:comment "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)."@en .