:updates leaf node


URI

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

Label

updates

Description

The citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity.

Usage

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

:updates a owl:ObjectProperty ;
    rdfs:label "updates"@en ;
    dc:description "Example: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast."@en ;
    rdfs:comment "The citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity."@en ;
    rdfs:subPropertyOf :cites .