changed wasStartedBy range from Thing to Entity
authorTim L <lebot@rpi.edu>
Wed, 28 Mar 2012 09:44:55 -0400
changeset 2051 8098b335db6d
parent 2050 70412d398aa9
child 2053 e5e547053bcd
child 2062 f14c485bb220
changed wasStartedBy range from Thing to Entity
examples/bin/sd_name.sh
examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl.sd_name
ontology/ProvenanceOntology.owl
--- a/examples/bin/sd_name.sh	Wed Mar 28 14:22:51 2012 +0100
+++ b/examples/bin/sd_name.sh	Wed Mar 28 09:44:55 2012 -0400
@@ -1,4 +1,10 @@
 #!/bin/bash
+# 
+# Creates a .sd_name file corresponding to any RDF file in this examples directory.
+# The .sd_name files used by https://github.com/timrdf/DataFAQs/blob/master/bin/df-load-triple-store.sh 
+# to load each file into a different named graph.
+#
+# Tim Lebo
 
 BASE="http://dvcs.w3.org/hg/prov/file/tip/examples"
 RAW="http://dvcs.w3.org/hg/prov/raw-file/tip/examples"
--- a/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl.sd_name	Wed Mar 28 14:22:51 2012 +0100
+++ b/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl.sd_name	Wed Mar 28 09:44:55 2012 -0400
@@ -1,1 +1,1 @@
-http://aquarius.tw.rpi.edu/projects/datafaqs/epoch/2012-03-23/faqt/1/dataset/1
+http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-19-derived-named-graph-attribution/rdf/evaluation.ttl
--- a/ontology/ProvenanceOntology.owl	Wed Mar 28 14:22:51 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Wed Mar 28 09:44:55 2012 -0400
@@ -694,6 +694,7 @@
         <prov:category>expanded</prov:category>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
+        <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Start"/>
         <prov:qualifiedForm rdf:resource="&prov;qualifiedStart"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasAssociatedWith"/>