:disputes leaf node


URI

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

Label

disputes

Description

The citing entity disputes statements, ideas or conclusions presented in the cited entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :disputes owl:Thing (inferred)

Implementation

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

:disputes a owl:ObjectProperty ;
    rdfs:label "disputes"@en ;
    dc:description "Example: We doubt that Galileo is right when he writes [X] that the Earth moves."@en ;
    rdfs:comment "The citing entity disputes statements, ideas or conclusions presented in the cited entity."@en ;
    rdfs:subPropertyOf :cites .