:isDeridedBy leaf node


URI

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

Label

is derided by

Description

The cited entity contains ideas or conclusions for which the citing entity express derision.

Inherits from

Usage

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

:isDeridedBy a owl:ObjectProperty ;
    rdfs:label "is derided by"@en ;
    rdfs:comment "The cited entity contains ideas or conclusions for which the citing entity express derision."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :derides .