:ridicules leaf node


URI

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

Label

ridicules

Description

The citing entity ridicules the cited entity or aspects of its contents.

Usage

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

:ridicules a owl:ObjectProperty ;
    rdfs:label "ridicules"@en ;
    dc:description "Example: Galileo said that the Earth \"moves\" [X]; really? And where is it going?"@en ;
    rdfs:comment "The citing entity ridicules the cited entity or aspects of its contents."@en ;
    rdfs:subPropertyOf :cites .