:retracts leaf node


URI

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

Label

retracts

Description

The citing entity constitutes a formal retraction of the cited entity.

Usage

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

:retracts a owl:ObjectProperty ;
    rdfs:label "retracts"@en ;
    dc:description "Example: We wrote that the Earth moves in [X]; we now retire such statement."@en ;
    rdfs:comment "The citing entity constitutes a formal retraction of the cited entity."@en ;
    rdfs:subPropertyOf :cites .