http://purl.org/spar/cito/corrects
The citing entity corrects statements, ideas or conclusions presented in the cited entity.
@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 .