turtle version of the rdfa
authorPaul Groth <p.t.groth@vu.nl>
Wed, 07 Nov 2012 19:52:04 -0500
changeset 4660 846c729578c3
parent 4659 f963bce17a47
child 4661 9b832fa43f7b
turtle version of the rdfa
presentations/iswc-2012/rdfa/blog-example.ttl
--- /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> .