adding default namespace to car example
authorTim L <lebot@rpi.edu>
Tue, 04 Oct 2011 08:31:34 -0400
changeset 460 d5d6b67002b4
parent 459 0af82cee74e2
child 461 727c47e06881
adding default namespace to car example
ontology/components/EntityInRole/car-purchase.ttl
--- a/ontology/components/EntityInRole/car-purchase.ttl	Tue Oct 04 08:30:13 2011 -0400
+++ b/ontology/components/EntityInRole/car-purchase.ttl	Tue Oct 04 08:31:34 2011 -0400
@@ -3,6 +3,7 @@
 @prefix dcterms:  <http://purl.org/dc/terms/> .
 @prefix prov:     <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
 @prefix vehicle:  <http://localhost/example/ontology/vehicle#> .
+@prefix :         <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/components/EntityInRole/car-purchase.ttl#> .
 
 :e_2
    a prov:Entity;