made a simple example aligned with the wiki page
authorPaul Groth <p.t.groth@vu.nl>
Wed, 07 Nov 2012 19:45:03 -0500
changeset 4659 f963bce17a47
parent 4658 ef403a9fe9da
child 4660 846c729578c3
made a simple example aligned with the wiki page
presentations/iswc-2012/rdfa/blog-example-nomarkup.html
presentations/iswc-2012/rdfa/blog-example-rdfa.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/iswc-2012/rdfa/blog-example-nomarkup.html	Wed Nov 07 19:45:03 2012 -0500
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>Civic participation in the UK</title>
+		<link rel="stylesheet" type="text/css" href="blog-example.css" />
+    </head>
+
+  	<body prefix="prov: http://www.w3.org/ns/prov#">
+    	<h2>Civic Participation in the UK</h2>
+		The Guardian's Data Blog has an 
+		<a href="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government"> interesting post</a> by Ami Sedghi on how much the UK public trusts their government.
+    
+		An interesting part of the post is the information about civic participation.
+     	Here's a graph from the post:<br>
+   
+        <a href="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government#highcharts-0">
+        <img alt="graph of civic participation" src="graph.png"/></a>
+        <p>
+        Captured on: 2012-04-25T03:40:00Z
+        </p>
+        <p>
+    	The post also had information taken from a January 2012 YouGov survey about the UK political system. 
+      	Here are some results on civic participation:
+      	</p>
+      	<blockquote>
+        <ul>
+          <li>50% of men and 42% of women agreed or strongly agreed that being involved in 
+              politics was a good way to benefit groups that people care about such as pensioners and the disabled</li>
+          <li>Just over a quarter of men and only 15% of agreed or strongly agreed that involvement in politics was a good way to benefit themselves and their family</li>
+          <li>Over a third of both men and women felt that being involved in politics and public affairs took too much time and effort</li>
+        </ul>
+      	</blockquote>
+    	
+    	<p>Overall, the post provides insight into the status of civic participation in the UK. </p>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/iswc-2012/rdfa/blog-example-rdfa.html	Wed Nov 07 19:45:03 2012 -0500
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+
+<html>
+	<head>
+        <title>Civic participation in the UK</title>
+        <link rel="stylesheet" type="text/css" href="blog-example.css" />
+    </head>
+
+  	<body prefix="prov: http://www.w3.org/ns/prov#">
+    	<h2>Civic Participation in the UK</h2>
+    	The Guardian's Data Blog has an
+   		<a typeof="prov:Entity" href="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government">
+     	interesting post
+     		<span property="prov:wasAttributedTo" resource="#ami"> </span>
+     	</a>
+    	 by 
+  	  <span resource="#ami" typeof="prov:Person">
+    	   Ami Sedghi 
+     
+      </span>
+   	  on how much the UK public trusts their government.
+    
+
+  		An interesting part of the post is the information about civic participation.
+     	Here's a graph from the post:
+   
+    	<div resource="graph.png" typeof="prov:Entity">
+          <a property="prov:wasDerivedFrom" href="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government#highcharts-0">
+          <img  alt="graph of civic participation" src="graph.png"/>
+          </a>
+        </div>
+        <p>
+        Captured on:
+        <span resource="#screencapture" typeof="prov:Activity">
+             <span property="prov:used" resource="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government#highcharts-0"></span>
+             <span property="prov:endedAtTime" datatype="xsd:dateTime">2012-04-25T03:40:00Z</span>
+        </span>
+        </p>
+ 
+        <p>
+        The post also had information taken from a January 2012 YouGov survey about the UK political system. 
+        Here are some results on civic participation:
+        </p>
+        <blockquote typeof="prov:Entity">
+        <ul>
+          <li>50% of men and 42% of women agreed or strongly agreed that being involved in 
+              politics was a good way to benefit groups that people care about such as pensioners and the disabled</li>
+          <li>Just over a quarter of men and only 15% of agreed or strongly agreed that involvement in politics was a good way to benefit themselves and their family</li>
+          <li>Over a third of both men and women felt that being involved in politics and public affairs took too much time and effort</li>
+        </ul>
+        <span property="prov:wasQuotedFrom" resource="http://www.guardian.co.uk/news/datablog/2012/nov/02/happiness-index-how-much-trust-government"></span>
+        </blockquote>
+        
+
+        <p>Overall, the post provides insight into the status of civic participation in the UK. </p>
+  </body>
+</html>