pml 3 eg
authorTim L <lebot@rpi.edu>
Sat, 18 Aug 2012 13:53:46 -0400
changeset 4353 ac87fca2037a
parent 4352 5a744e6ca454
child 4354 33ae28a11dc1
pml 3 eg
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DocumentFragment.ttl
--- a/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DocumentFragment.ttl	Sat Aug 18 13:30:36 2012 -0400
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DocumentFragment.ttl	Sat Aug 18 13:53:46 2012 -0400
@@ -6,4 +6,11 @@
 @prefix ex:      <http://example.com/vocab#> .
 @prefix :        <http://example.com/> .
 
-# TODO
+<http://www.w3.org/TR/prov-o/#introduction>
+   a pml:DocumentFragment;
+   dcterms:isPartOf <http://www.w3.org/TR/prov-o/>;
+.
+
+<http://www.w3.org/TR/prov-o/>
+   a pml:Document;
+.