--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/iswc-2012/rdfa/blog-example.ttl Wed Nov 07 19:52:04 2012 -0500
@@ -0,0 +1,19 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix prov: <http://www.w3.org/ns/prov#>.
+
+<http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government>
+ rdf:type prov:Entity;
+ prov:wasAttributedTo <#ami> .
+<#ami>
+ rdf:type prov:Person .
+<graph.png>
+ rdf:type prov:Entity;
+ prov:wasDerivedFrom <http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government#highcharts-0> .
+<#screencapture>
+ rdf:type prov:Activity;
+ prov:used <http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government#highcharts-0>;
+ prov:endedAtTime "2012-04-25T03:40:00Z"^^xsd:dateTime .
+_:bnode
+ rdf:type prov:Entity;
+ prov:wasQuotedFrom <http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government> .