:isAgreedWithBy leaf node


URI

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

Label

is agreed with by

Description

The cited entity contains statements, ideas or conclusions with which the citing entity agrees.

Inherits from

Usage

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

:isAgreedWithBy a owl:ObjectProperty ;
    rdfs:label "is agreed with by"@en ;
    rdfs:comment "The cited entity contains statements, ideas or conclusions with which the citing entity agrees."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :agreesWith .