:corrects leaf node


URI

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

Label

corrects

Description

The citing entity corrects statements, ideas or conclusions presented in the cited entity.

Usage

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

:corrects a owl:ObjectProperty ;
    rdfs:label "corrects"@en ;
    dc:description "Example: The result published in [X] is partially wrong, the correct result is 42."@en ;
    rdfs:comment "The citing entity corrects statements, ideas or conclusions presented in the cited entity."@en ;
    rdfs:subPropertyOf :cites .