Created
August 2, 2011 20:24
-
-
Save JeniT/1121123 to your computer and use it in GitHub Desktop.
microdata version of http://bruce.darcus.name/publications/articles/outside-agitator and resulting conversions using suggested microdata+RDF rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Dissent, Public Space and the Politics of Citizenship: Riots and the Outside Agitator</title> | |
<script type="text/javascript" | |
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script> | |
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> | |
<link | |
rel="stylesheet" | |
type="text/css" | |
href="http://bruce.darcus.name/media/css/screen.css" /> | |
</head> | |
<body> | |
<div id="header"> | |
<div id="menu"> | |
<ul id="navigation"> | |
<li><a id="home-link" href="/"><span>home</span></a></li> | |
<li><a id="about-link" href="/about"><span>about</span></a></li> | |
<!-- | |
<li><a id="photos-link" href="/photos"><span>photos</span></a></li> | |
--> | |
<li><a id="publications-link" href="/publications"><span>publications</span></a></li> | |
<li><a id="links-link" href="/links"><span>links</span></a></li> | |
</ul> | |
</div> | |
</div> | |
<div id="content" itemscope="" | |
itemid="http://bruce.darcus.name/publications/articles/outside-agitator" | |
itemtype="http://purl.org/ontology/bibo/AcademicArticle"> | |
<h1 itemprop="http://purl.org/dc/terms/title">Dissent, Public Space and the Politics of Citizenship: Riots and the Outside Agitator</h1> | |
<ul class="metadata-details"> | |
<li> | |
<span class="heading">Author(s): </span> | |
<a href="http://bruce.darcus.name/about#me" itemprop="http://purl.org/dc/terms/creator">Bruce D’Arcus</a> | |
</li> | |
<li> | |
<span class="heading">Date: </span> | |
<span itemprop="http://purl.org/dc/terms/date"> | |
2004 | |
</span> | |
</li> | |
<li> | |
<span class="heading">Journal: </span> | |
<a href="http://www.tandf.co.uk/journals/carfax/13562576.html" itemprop="http://purl.org/dc/terms/isPartOf">Space & Polity</a> | |
</li> | |
<li> | |
<span class="heading">DOI: </span><span | |
itemprop="doi">10.1080/1356257042000309652</span> | |
</li> | |
<li> | |
<span class="heading">Volume/Issue: </span> | |
<span itemprop="volume">8</span>/<span itemprop="issue">3</span> | |
</li> | |
<li> | |
<span class="heading">Pages: </span> | |
<span itemprop="pageStart">355</span>-<span | |
itemprop="pageEnd">370</span> | |
</li> | |
<li> | |
<span class="heading">Topics:</span> | |
<a href="/categories/citizenship" itemprop="http://purl.org/dc/terms/subject">Citizenship</a>, | |
<a href="/categories/dissent" itemprop="http://purl.org/dc/terms/subject">Dissent</a>, | |
<a href="/categories/geopolitics" itemprop="http://purl.org/dc/terms/subject">Geopolitics</a>, | |
<a href="/categories/law" itemprop="http://purl.org/dc/terms/subject">Law</a>, | |
<a href="/categories/public_space" itemprop="http://purl.org/dc/terms/subject">Public Space</a>, | |
<a href="http://lcsh.info/sh2003006949#concept" itemprop="http://purl.org/dc/terms/subject">Race riots</a>, | |
<a href="/categories/state" itemprop="http://purl.org/dc/terms/subject">State</a>, | |
</li> | |
</ul> | |
</div> | |
<div id="footer"> | |
<p>© Bruce D'Arcus, 2008</p> | |
<p><a itemprop="http://www.w3.org/1999/xhtml/vocab#license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/></a></p> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items": [ | |
{ | |
"type": "http://purl.org/ontology/bibo/AcademicArticle", | |
"id": "http://bruce.darcus.name/publications/articles/outside-agitator", | |
"properties": { | |
"http://purl.org/dc/terms/title": [ | |
"Dissent, Public Space and the Politics of Citizenship: Riots and the Outside Agitator" | |
], | |
"http://purl.org/dc/terms/creator": [ | |
"http://bruce.darcus.name/about#me" | |
], | |
"http://purl.org/dc/terms/date": [ | |
" \n 2004\n \n \n " | |
], | |
"http://purl.org/dc/terms/isPartOf": [ | |
"http://www.tandf.co.uk/journals/carfax/13562576.html" | |
], | |
"doi": [ | |
"10.1080/1356257042000309652" | |
], | |
"volume": [ | |
"8" | |
], | |
"issue": [ | |
"3" | |
], | |
"pageStart": [ | |
"355" | |
], | |
"pageEnd": [ | |
"370" | |
], | |
"http://purl.org/dc/terms/subject": [ | |
"http://bruce.darcus.name/categories/citizenship", | |
"http://bruce.darcus.name/categories/dissent", | |
"http://bruce.darcus.name/categories/geopolitics", | |
"http://bruce.darcus.name/categories/law", | |
"http://bruce.darcus.name/categories/public_space", | |
"http://lcsh.info/sh2003006949#concept", | |
"http://bruce.darcus.name/categories/state" | |
] | |
} | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix dc: <http://purl.org/dc/terms/> . | |
@prefix bibo: <http://purl.org/ontology/bibo/> . | |
<http://bruce.darcus.name/publications/articles/outside-agitator> | |
rdf:type bibo:AcademicArticle ; | |
dc:title "Dissent, Public Space and the Politics of Citizenship: Riots and the Outside Agitator" ; | |
dc:creator <http://bruce.darcus.name/about#me> ; | |
dc:date " \n 2004\n \n \n " ; | |
dc:isPartOf <http://www.tandf.co.uk/journals/carfax/13562576.html> ; | |
bibo:doi "10.1080/1356257042000309652" ; | |
bibo:volume "8" ; | |
bibo:issue "3" ; | |
bibo:pageStart "355" ; | |
bibo:pageEnd "370" ; | |
dc:subject <http://bruce.darcus.name/categories/citizenship> ; | |
dc:subject <http://bruce.darcus.name/categories/dissent> ; | |
dc:subject <http://bruce.darcus.name/categories/geopolitics> ; | |
dc:subject <http://bruce.darcus.name/categories/law> ; | |
dc:subject <http://bruce.darcus.name/categories/public_space> ; | |
dc:subject <http://lcsh.info/sh2003006949#concept> ; | |
dc:subject <http://bruce.darcus.name/categories/state> . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment