http://purl.org/spar/cito/usesDataFrom
The citing entity describes work that uses data presented in the cited entity.
@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#> .
:usesDataFrom a owl:ObjectProperty ;
rdfs:label "uses data from"@en ;
dc:description "Example: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content."@en ;
rdfs:comment "The citing entity describes work that uses data presented in the cited entity."@en ;
rdfs:subPropertyOf :cites .