:citesAsPotentialSolution leaf node


URI

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

Label

cites as potential solution

Description

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.

Usage

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

:citesAsPotentialSolution a owl:ObjectProperty ;
    rdfs:label "cites as potential solution"@en ;
    dc:description "Example: This risk could be avoided using the approach shown in [X]."@en ;
    rdfs:comment "The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed."@en ;
    rdfs:subPropertyOf :cites .