:isDocumentedBy leaf node


URI

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

Label

is documented by

Description

Information about the cited entity is documented by the citing entity.

Inherits from

Usage

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

:isDocumentedBy a owl:ObjectProperty ;
    rdfs:label "is documented by"@en ;
    rdfs:comment "Information about the cited entity is documented by the citing entity."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :documents .