a used should have been generated.
--- a/ontology/components/assumedBy/appending-a-file-to-itself.ttl Mon Sep 19 21:35:22 2011 -0400
+++ b/ontology/components/assumedBy/appending-a-file-to-itself.ttl Tue Sep 20 01:02:00 2011 -0400
@@ -2,8 +2,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix prov: <http://dvcs.w3.org/hg/prov/file/tip/ontology/ProvenanceOntology.owl#> .
-@prefix ext: <http://dvcs.w3.org/hg/prov/file/tip/ontology/examples/ontology-extensions/crime-file/crime.owl#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix ext: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/examples/ontology-extensions/crime-file/crime.owl#> .
@prefix : <#> .
:Input rdfs:subClassOf prov:Role .
@@ -24,7 +24,7 @@
prov:assumedBy <http://tw.rpi.edu/instances/TimLebo>;
rdfs:seeAlso <https://dvcs.w3.org/hg/prov/file/tip/ontology/components/Controller.ttl>;
];
- prov:used [
+ prov:generated [
a :Output; # and by subsumption, also a prov:Role, prov:Entity;
ext:hasFilePath <appending-a-file-to-itself.ttl>;
ext:hasFileContent "hellohello"^^xsd:string;