:isParodiedBy leaf node


URI

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

Label

is parodied by

Description

The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation.

Inherits from

Usage

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

:isParodiedBy a owl:ObjectProperty ;
    rdfs:label "is parodied by"@en ;
    rdfs:comment "The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :parodies .