:citesAsRelated leaf node


URI

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

Label

cites as related

Description

The citing entity cites the cited entity as one that is related.

Usage

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

:citesAsRelated a owl:ObjectProperty ;
    rdfs:label "cites as related"@en ;
    dc:description "Example: An analysis similar to what we proposed here is presented in [X]."@en ;
    rdfs:comment "The citing entity cites the cited entity as one that is related."@en ;
    rdfs:subPropertyOf :cites .