simple eg provo
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 08:45:43 -0500
changeset 5077 af89a9481bee
parent 5076 ddb67391c86f
child 5078 ec25439a9a8c
simple eg provo
ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl
--- a/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Mon Nov 26 08:43:55 2012 -0500
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Mon Nov 26 08:45:43 2012 -0500
@@ -1,6 +1,6 @@
 @prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix :     <http://example.org#> .
 
 :bar_chart
@@ -18,7 +18,7 @@
 .
 
 :national_newspaper_inc 
-   a prov:Agent;
+   a foaf:Organization, prov:Agent;
    foaf:name "National Newspaper, Inc.";
 .