@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov-o/> .

prov:inDataset
   a owl:ObjectProperty;
   rdfs:comment "This is a stand in to associate a rdf:GraphContainer to its 'location' - which RDF 1.1 would rather call 'dataset'. -tlebo 2011-11-08";
   rdfs:comment "practically, this points to <> for a trig file or something close to the URI for the SPARQL endpoint service that offers RDF from a graph container";
   rdfs:seeAlso <http://www.w3.org/2011/prov/wiki/Reflections_from_RDF-WG_F2F2#Just_give_me_a_URI.21>;
.
