:isSpeculatedOnBy leaf node


URI

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

Label

is speculated on by

Description

The cited entity is cited because the citing article contains speculations on its content or ideas.

Inherits from

Usage

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

:isSpeculatedOnBy a owl:ObjectProperty ;
    rdfs:label "is speculated on by"@en ;
    rdfs:comment "The cited entity is cited because the citing article contains speculations on its content or ideas."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :speculatesOn .