:isCitedAsSourceDocumentBy leaf node


URI

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

Label

is cited as source document by

Description

The cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata.

Inherits from

Usage

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

:isCitedAsSourceDocumentBy a owl:ObjectProperty ;
    rdfs:label "is cited as source document by"@en ;
    rdfs:comment "The cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en ;
    rdfs:subPropertyOf :isCitedBy ;
    owl:inverseOf :citesAsSourceDocument .