:derides leaf node


URI

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

Label

derides

Description

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.

Usage

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

:derides a owl:ObjectProperty ;
    rdfs:label "derides"@en ;
    dc:description "Example: The ideas published in [X] are incredibly stupid."@en ;
    rdfs:comment "The citing entity express derision for the cited entity, or for ideas or conclusions contained within it."@en ;
    rdfs:subPropertyOf :cites .