:isDisagreedWithBy leaf node


URI

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

Label

is disagreed with by

Description

The cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity.

Inherits from

Usage

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

:isDisagreedWithBy a owl:ObjectProperty ;
    rdfs:label "is disagreed with by"@en ;
    rdfs:comment "The cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :disagreesWith .