http://purl.org/spar/cito/providesDataFor
The cited entity presents data that are used in work described in the citing entity.
@prefix : <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:providesDataFor a owl:ObjectProperty ;
rdfs:label "provides data for"@en ;
rdfs:comment "The cited entity presents data that are used in work described in the citing entity."@en ;
rdfs:subPropertyOf :isCitedBy ;
owl:inverseOf :usesDataFrom .