naming Generation and Use with URIs example
authorTim L <lebot@rpi.edu>
Tue, 22 Nov 2011 09:23:13 -0500
changeset 1008 ae888d256478
parent 1007 927d142a0f48
child 1009 3e5ff4e4a3e6
naming Generation and Use with URIs example
ontology/components/wasDerivedFrom/public-prov-wg-2011Nov-0123.ttl
--- a/ontology/components/wasDerivedFrom/public-prov-wg-2011Nov-0123.ttl	Tue Nov 22 09:17:50 2011 -0500
+++ b/ontology/components/wasDerivedFrom/public-prov-wg-2011Nov-0123.ttl	Tue Nov 22 09:23:13 2011 -0500
@@ -1,10 +1,7 @@
 @prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:     <http://www.w3.org/2002/07/owl#> .
-@prefix time:    <http://www.w3.org/2006/time#> .
 @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:      <#> .
 @prefix :        <#> .
@@ -35,7 +32,9 @@
 . 
 
 # The PROV-O below is equivalent to the :pe2 above, but names the Generation and Usage with URIs.
+
 :pe2
+   dcterms:description "wasDerivedFrom(e4,e2,pe2,genId,useId)";
    a prov:ProcessExecution;
    prov:generated :e4;
    prov:qualifiedGeneration :gen;