fix dodgy prefix
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 05 Dec 2012 14:43:37 +0000
changeset 5291 960b95ed1d40
parent 5289 c66990c34df8
child 5292 e05d8d8cea5c
fix dodgy prefix
testcases/provo/prov-o-property-agent-PASS.provn
--- a/testcases/provo/prov-o-property-agent-PASS.provn	Wed Dec 05 12:55:25 2012 +0000
+++ b/testcases/provo/prov-o-property-agent-PASS.provn	Wed Dec 05 14:43:37 2012 +0000
@@ -1,19 +1,19 @@
 document
 prefix xsd <http://www.w3.org/2001/XMLSchema>
 prefix prim <http://openprovenance.org/primitives#>
-prefix -814366433 <http://dbpedia.org/resource/>
+prefix db <http://dbpedia.org/resource/>
 prefix prov <http://www.w3.org/ns/prov#>
 prefix def <http://example.com/>
 prefix xsi <http://www.w3.org/2001/XMLSchema-instance>
 prefix pc1 <http://www.ipaw.info/pc1/>
 activity(def:world_flight_1937,-,-,[rdfs:seeAlso = "http://en.wikipedia.org/wiki/Amelia_Earhart#1937_world_flight" %% xsd:anyURI])
-agent(-814366433:Amelia_Earhart,[prov:type='prov:Person'])
-agent(-814366433:Lockheed_Aircraft_Company,[prov:type='prov:Organization'])
-agent(-814366433:Purdue_University,[prov:type='prov:Organization'])
-wasAssociatedWith(def:world_flight_1937,-814366433:Amelia_Earhart,-)
-wasAssociatedWith(def:world_flight_1937,-814366433:Purdue_University,-)
-wasAssociatedWith(def:world_flight_1937,-814366433:Lockheed_Aircraft_Company,-)
-wasAssociatedWith(def:world_flight_1937,-814366433:Amelia_Earhart,-,[prov:role="http://example.com/pilot" %% xsd:string])
-wasAssociatedWith(def:world_flight_1937,-814366433:Purdue_University,-,[prov:role="http://example.com/financer" %% xsd:string])
-wasAssociatedWith(def:world_flight_1937,-814366433:Lockheed_Aircraft_Company,-,[prov:role="http://example.com/plane_builder" %% xsd:string])
+agent(db:Amelia_Earhart,[prov:type='prov:Person'])
+agent(db:Lockheed_Aircraft_Company,[prov:type='prov:Organization'])
+agent(db:Purdue_University,[prov:type='prov:Organization'])
+wasAssociatedWith(def:world_flight_1937,db:Amelia_Earhart,-)
+wasAssociatedWith(def:world_flight_1937,db:Purdue_University,-)
+wasAssociatedWith(def:world_flight_1937,db:Lockheed_Aircraft_Company,-)
+wasAssociatedWith(def:world_flight_1937,db:Amelia_Earhart,-,[prov:role="http://example.com/pilot" %% xsd:string])
+wasAssociatedWith(def:world_flight_1937,db:Purdue_University,-,[prov:role="http://example.com/financer" %% xsd:string])
+wasAssociatedWith(def:world_flight_1937,db:Lockheed_Aircraft_Company,-,[prov:role="http://example.com/plane_builder" %% xsd:string])
 endDocument
\ No newline at end of file