account example from dm - fixing namespace to prov hg
authorTim L <lebot@rpi.edu>
Tue, 03 Jan 2012 16:05:49 -0500
changeset 1319 56929fdd1a45
parent 1318 5f7b67f0a7ed
child 1320 56e1c6081026
account example from dm - fixing namespace to prov hg
ontology/components/Account/prov-dm-b984f67f3465-example.ttl
--- a/ontology/components/Account/prov-dm-b984f67f3465-example.ttl	Tue Jan 03 16:02:43 2012 -0500
+++ b/ontology/components/Account/prov-dm-b984f67f3465-example.ttl	Tue Jan 03 16:05:49 2012 -0500
@@ -6,8 +6,8 @@
 @prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix skos:    <http://www.w3.org/2008/05/skos#> .
 @prefix prov:    <http://www.w3.org/ns/prov-o/> .
-@prefix ex:      <#ex> .
-@prefix :        <#> .
+@prefix ex:      <http://dvcs.w3.org/hg/prov/raw-file/898c71190fd5/ontology/components/Account/prov-dm-b984f67f3465-example.ttl#ex> .
+@prefix :        <http://dvcs.w3.org/hg/prov/raw-file/898c71190fd5/ontology/components/Account/prov-dm-b984f67f3465-example.ttl#> .
 
 :e0
    dcterms:description "entity(e0, [ prov:type='File', ex:path='/shared/crime.txt', ex:creator='Alice' ])";