:isUpdatedBy leaf node


URI

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

Label

is updated by

Description

The cited entity presents statements, ideas, hypotheses or understanding that are updated by the cited entity.

Inherits from

Usage

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

:isUpdatedBy a owl:ObjectProperty ;
    rdfs:label "is updated by"@en ;
    rdfs:comment "The cited entity presents statements, ideas, hypotheses or understanding that are updated by the cited entity."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :updates .