:citesAsSourceDocument leaf node


URI

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

Label

cites as source document

Description

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

Usage

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

:citesAsSourceDocument a owl:ObjectProperty ;
    rdfs:label "cites as source document"@en ;
    dc:description "Example: Several sections of this work are based on our literature review of the topic published as journal article [X]."@en ;
    rdfs:comment "The citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en ;
    rdfs:subPropertyOf :cites .