:isCitedAsRecommendedReading leaf node


URI

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

Label

is cited as recommended reading

Description

The cited entity is cited by the citing entity as an item of recommended reading. 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 'Suggested further reading' list at the end of a book chapter.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :isCitedAsRecommendedReading 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#> .

:isCitedAsRecommendedReading a owl:ObjectProperty ;
    rdfs:label "is cited as recommended reading"@en ;
    rdfs:comment "The cited entity is cited by the citing entity as an item of recommended reading.  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 'Suggested further reading' list at the end of a book chapter."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :citesAsRecommendedReading .