prov-o example
authorTim L <lebot@rpi.edu>
Mon, 23 Apr 2012 14:03:46 -0400
changeset 2460 3836fdd5d150
parent 2459 0486dde1b404
child 2461 545f768f0403
prov-o example
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Person.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Person.ttl	Mon Apr 23 14:01:44 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Person.ttl	Mon Apr 23 14:03:46 2012 -0400
@@ -2,6 +2,10 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix :     <http://example.com/> .
 
-# TODO
+<http://dbpedia.org/resource/Pablo_Picasso>
+   a prov:Person, prov:Agent;
+   foaf:depiction <http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg>;
+.