:citesForInformation leaf node


URI

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

Label

cites for information

Description

The citing entity cites the cited entity as a source of information on the subject under discussion.

Usage

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

:citesForInformation a owl:ObjectProperty ;
    rdfs:label "cites for information"@en ;
    dc:description "Example: The grammar of Pascal was introduced in [X]."@en ;
    rdfs:comment "The citing entity cites the cited entity as a source of information on the subject under discussion."@en ;
    rdfs:subPropertyOf :cites .