http://purl.org/spar/cito/citesAsPotentialSolution
The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
@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 .