adding domains to all DCAT properties
authorfmaali
Thu, 05 Dec 2013 12:35:43 +0000
changeset 702 da4727a810ee
parent 701 ecc2a8b323dd
child 703 71bd23acccc4
adding domains to all DCAT properties
dcat/index.html
dcat/static.html
--- a/dcat/index.html	Thu Dec 05 10:00:34 2013 +0100
+++ b/dcat/index.html	Thu Dec 05 12:35:43 2013 +0000
@@ -519,6 +519,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#themeTaxonomy">dcat:themeTaxonomy</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>The knowledge organization system (KOS) used to classify catalog's datasets.</td></tr>
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Catalog">dcat:Catalog</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a></td></tr>
   </tbody>
 </table>
@@ -850,6 +851,7 @@
   <tbody>
     <tr><td  class="prop">Definition:</td><td>The main category of the dataset. A dataset can have multiple themes.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/subject">dct:subject</a></td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>The set of <a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a>s used to categorize the datasets are organized in a <a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a> describing all the categories and their relations in the catalog.</td></tr>
     <tr><td>See also:</td><td><a href="#Property:catalog_themes">catalog themes taxonomy</a></td></tr>
@@ -864,6 +866,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#keyword">dcat:keyword</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>A keyword or tag describing the dataset.</td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
   </tbody>
 </table>
@@ -876,6 +879,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#contactPoint">dcat:contactPoint</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>Link a dataset to relevant contact information which is provided using VCard [[vcard-rdf]].</td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#Kind">vcard:Kind</a></td></tr>
   </tbody>
 </table>
@@ -1025,6 +1029,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#accessURL">dcat:accessURL</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>A landing page, feed, SPARQL endpoint or other type of resource that gives access to the distribution of the dataset</td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>
     <ul>
@@ -1049,6 +1054,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#downloadURL">dcat:downloadURL</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>A file that contains the distribution of the dataset in a given format</td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
      <tr><td class="prop">Usage note:</td><td>
      dcat:downloadURL is a specific form of dcat:accessURL. Nevertheless, DCAT does not  define dcat:downloadURL as a subproperty of dcat:accessURL not to enforce this entailment  as DCAT profiles may wish to impose a stronger separation where they only use accessURL for non-download locations.
@@ -1064,6 +1070,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#size">dcat:byteSize</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>The size of a distribution in bytes.</td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#decimal">xsd:decimal</a>.</td></tr>
     <tr><td class="prop">Usage note:</td><td>The size in bytes can be approximated when the precise size is not known.</td></tr>
   </tbody>
@@ -1077,6 +1084,7 @@
   <tbody>
     <tr><td  class="prop">Definition:</td><td>The media type of the distribution as defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/format">dct:format</a></td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>This property SHOULD be used when the media type of the distribution is defined in <a href="http://www.iana.org/assignments/media-types/">IANA</a>, otherwise dct:format MAY be used with different values.</td></tr>
         <tr><td class="prop">See also:</td><td><a href="#Property:distribution_format"> format</a></td></tr>
@@ -1162,6 +1170,10 @@
 These are considered out of the scope of this version of the vocabulary. Nevertheless, this can be defined as a profile of the DCAT vocabulary."
 </li>
 <li>Section 5.4 Property: download URL; usage note added to clarify the relationship to dcat:accessURL</li>
+<li>Section 5.1: A domain row is added to the table describing dcat:themeTaxonomy property </li>
+<li>Section 5.3: A domain row is added to the tables describing dcat:theme, dcat:keyword and dcat:contactPoint properties </li>
+<li>Section 5.4: A domain row is added to the table describing dcat:accessURL, dcat:downloadURL, dcat:byteSize and dcat:mediaType properties </li>
+
 </ul>
 
 <p> Changes since <a href="http://www.w3.org/TR/2013/WD-vocab-dcat-20130312/">W3C Last Call working Draft 12 March 2013</a>: </p>
--- a/dcat/static.html	Thu Dec 05 10:00:34 2013 +0100
+++ b/dcat/static.html	Thu Dec 05 12:35:43 2013 +0000
@@ -1,19 +1,16 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html lang="en" typeof="bibo:Document " about="" property="dcterms:language" content="en">
 <head>
   <title>Data Catalog Vocabulary (DCAT)</title>
-  <meta name="description" content="A vocabulary for describing the contents of a data catalog" />
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  
-<!--[if lt IE 9]>
+  <meta name="description" content="A vocabulary for describing the contents of a data catalog">
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <!--[if lt IE 9]>
   <script src="http://www.w3.org/2008/site/js/html5shiv.js"></script>  <![endif]-->
 
-  
-	
-	
-		
-	
+
+    
+    
+
   <style type="text/css">
   table {
     border-collapse:collapse;
@@ -55,538 +52,7 @@
 	line-height: 1.1em;
 }
   </style>
-
-<!--  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css" charset="utf-8" /> -->
-
-<style type="text/css" id="diigolet-chrome-css">body#dummybodyid .diigolet,body#dummybodyid .diigolet a,body#dummybodyid .diigolet em,body#dummybodyid .diigolet span,body#dummybodyid .diigolet div,body#dummybodyid .diigolet dl,body#dummybodyid .diigolet dt,body#dummybodyid .diigolet dd,body#dummybodyid .diigolet ul,body#dummybodyid .diigolet ol,body#dummybodyid .diigolet li,body#dummybodyid .diigolet h1,body#dummybodyid .diigolet h2,body#dummybodyid .diigolet h3,body#dummybodyid .diigolet h4,body#dummybodyid .diigolet h5,body#dummybodyid .diigolet h6,body#dummybodyid .diigolet pre,body#dummybodyid .diigolet form,body#dummybodyid .diigolet fieldset,body#dummybodyid .diigolet p,body#dummybodyid .diigolet blockquote,body#dummybodyid .diigolet th,body#dummybodyid .diigolet td,body#dummybodyid .diigolet input,body#dummybodyid .diigolet textarea,body#dummybodyid .diigolet select,body#dummybodyid .diigolet *{background:transparent none;padding:0;margin:0;border:#000 0 solid;text-align:left;text-decoration:none;text-transform:none;text-indent:0;line-height:normal;word-break:normal;word-wrap:normal;width:auto;height:auto;color:inherit;font:inherit;float:none;cursor:default;position:static;overflow:visible;max-width:none;box-shadow:none;opacity:1;border-radius:0;}
-body#dummybodyid .diigolet{color:#000;font:normal normal normal 13px arial,helvetica,clean,sans-serif;}
-body#dummybodyid .diigolet input[type=text],body#dummybodyid .diigolet textarea,body#dummybodyid .diigolet select,body#dummybodyid .diigolet fieldset{background-color:#FFF;border:1px #999 solid;padding:1px;font-size:12px;display:inline;border-radius:2px;-webkit-transition:border linear .2s,box-shadow linear .2s;}
-body#dummybodyid .diigolet select{padding:0;height:20px;}
-body#dummybodyid .diigolet input[type=text],body#dummybodyid .diigolet textarea{cursor:text;}
-body#dummybodyid .diigolet input[type=text]{height:20px;}
-body#dummybodyid .diigolet input[type="button"],body#dummybodyid .diigolet input[type="submit"],body#dummybodyid .diigolet input[type="reset"],body#dummybodyid .diigolet input[type="file"]{color:buttontext;cursor:default;padding:2px 5px;text-align:center;border:1px solid #ccc;background:#fff;border-radius:2px;background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#f8f8f8),to(#d2d2d2));}
-body#dummybodyid .diigolet input[type="button"]:active,body#dummybodyid .diigolet input[type="submit"]:active,body#dummybodyid .diigolet input[type="reset"]:active,body#dummybodyid .diigolet input[type="file"]:active{background:#ddd;}
-body#dummybodyid .diigolet textarea{white-space:normal!important;resize:vertical!important;padding:2px!important;}
-body#dummybodyid .diigolet input.diigo-check{border:none;vertical-align:middle;}
-body#dummybodyid .diigolet input.diigo-button{font-size:12px!important;font-weight:bold;padding:4px 8px;cursor:pointer;border-radius:4px;}
-body#dummybodyid .diigolet input.diigo-button#diigolet-dlgBm-btnSave{width:56px;color:white;height:25px;-webkit-border-radius:4px;background-color:rgba(237,237,237,0);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);border:solid 1px #0388dc;background-image:-webkit-linear-gradient(top,#4eaffa,#0492f5);}
-body#dummybodyid .diigolet input.diigo-button#diigolet-dlgBm-btnSave:hover{background-image:-webkit-linear-gradient(top,#349ef0,#0580d6);}
-body#dummybodyid .diigolet input.diigo-button#diigolet-dlgBm-btnSave:active{background-image:-webkit-linear-gradient(bottom,#4eaffa,#0492f5);}
-body#dummybodyid .diigolet input.diigo-downlist{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/arrow-down.png) 50% 50% no-repeat,-webkit-gradient(linear,0% 0,0% 100%,from(#f8f8f8),to(#d2d2d2));width:12px;margin-left:-16px;}
-body#dummybodyid .diigolet input.diigo-downlist:active{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/arrow-down.png) 50% 50% no-repeat,#ddd;}
-body#dummybodyid .diigolet div.diigo-buttonswitchlist{padding:4px 2px;border:1px solid #ccc;position:absolute;right:72px;background:#fff;z-index:100000;}
-body#dummybodyid .diigolet div.diigo-buttonswitchlist ul li{padding:2px 6px;}
-body#dummybodyid .diigolet div.diigo-buttonswitchlist ul li:hover{background:#43658F;color:#fff;cursor:pointer;}
-body#dummybodyid #diigoletFNSubmit{width:50px;}
-body#dummybodyid .diigolet table{border-collapse:collapse;border-spacing:0;width:auto;}
-body#dummybodyid .diigolet label{cursor:pointer!important;display:inline;vertical-align:middle;}
-body#dummybodyid .diigolet fieldset,body#dummybodyid .diigolet img{border:0;}
-body#dummybodyid .diigolet address,body#dummybodyid .diigolet caption,body#dummybodyid .diigolet cite,body#dummybodyid .diigolet code,body#dummybodyid .diigolet dfn,body#dummybodyid .diigolet em,body#dummybodyid .diigolet strong,body#dummybodyid .diigolet th,body#dummybodyid .diigolet var{font-style:normal;font-weight:bold;}
-body#dummybodyid .diigolet ol,body#dummybodyid .diigolet ul,body#dummybodyid .diigolet li{list-style:none;display:block;}
-body#dummybodyid .diigolet caption,body#dummybodyid .diigolet th{text-align:left;}
-body#dummybodyid .diigolet h1,body#dummybodyid .diigolet h2,body#dummybodyid .diigolet h3,body#dummybodyid .diigolet h4,body#dummybodyid .diigolet h5,body#dummybodyid .diigolet h6{font-weight:bold;}
-body#dummybodyid .diigolet q:before,body#dummybodyid .diigolet q:after{content:'';}
-body#dummybodyid .diigolet abbr,body#dummybodyid .diigolet acronym{border:0;}
-body#dummybodyid .diigolet a:link,body#dummybodyid .diigolet a:visited,body#dummybodyid .diigolet a:hover,body#dummybodyid .diigolet a:active{text-decoration:none;color:#00F;cursor:pointer!important;}
-body#dummybodyid .diigolet a:hover{text-decoration:underline;}
-body#dummybodyid .diigolet a *{cursor:inherit;}
-body#dummybodyid #diigolet-tray{position:fixed;top:0;left:10;width:16px;height:16px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv3.gif") no-repeat left -4px;z-index:2147483646;}
-body#dummybodyid .diigolet a.diigolet-Help:link,body#dummybodyid .diigolet a.diigolet-Help:visited{color:#06F;}
-body#dummybodyid .diigolet a.diigolet-Help:hover,body#dummybodyid .diigo a.diigolet-Help:active{color:#00F;}
-body#dummybodyid .diigolet label{margin-left:3px;}
-body#dummybodyid .diigolet span.noComments{color:#AAA;font-size:10px;}
-body#dummybodyid #diigolet-toolbar{border:none;width:100%;position:absolute;top:0;left:0;z-index:2147483647;color:#333;}
-body#dummybodyid #diigolet-tb-content{padding:3px 5px;background:#EFEDDE url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigolet-toolbar-bg2.gif) repeat scroll 0;}
-body#dummybodyid #diigolet-tb-bar span,body#dummybodyid #diigolet-tb-bar div,body#dummybodyid #diigolet-tb-bar a,body#dummybodyid #diigolet-tb-bar em{line-height:24px;}
-body#dummybodyid #diigolet-tb-shadow{height:5px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigolet-toolbar-shadow.png) repeat-x left top;}
-* html body#dummybodyid #diigolet-tb-shadow.ie6{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigolet-toolbar-shadow.png");overflow:hidden;background:none;}
-body#dummybodyid #diigolet-help{display:none;position:absolute;top:29px;right:10px;width:200px;border:1px #ccc solid;background-color:#FFC;padding:6px 16px 6px 6px;}
-body#dummybodyid .diigolet a.diigoletButton{height:24px;float:left;padding-right:4px;cursor:pointer!important;}
-body#dummybodyid .diigolet a.diigoletButton:hover{text-decoration:none;color:#000;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3_r.png") no-repeat right top;}
-body#dummybodyid .diigolet a.diigoletButton:active{background-position:right bottom;}
-body#dummybodyid .diigolet a.diigoletButton b{font-weight:normal;color:#000;line-height:24px;float:left;padding-left:4px;height:24px;}
-body#dummybodyid #diigolet-button-highlight-dropdown{width:8px;height:16px;margin-right:4px;background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/down_arrow.gif') no-repeat scroll left 2px;}
-body#dummybodyid #diigolet-button-highlight-dropdown.mouseovered{border-left:1px solid #888;margin-right:0;text-decoration:none;width:11px;height:24px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn4.png") no-repeat left top!important;}
-body#dummybodyid #diigolet-button-highlight-dropdown.mouseoveredIe{border-left:1px solid #888;margin-right:1px;text-decoration:none;width:11px;height:24px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn4.png") no-repeat left top!important;}
-body#dummybodyid #diigolet-button-highlight-dropdown.checked{border-left:1px solid #888;margin-right:0;text-decoration:none;width:11px;height:24px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn4_s.png") no-repeat left top!important;}
-body#dummybodyid #diigolet-button-highlight.mouseovered{text-decoration:none;color:#000;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3_r.png") no-repeat right top!important;}
-body#dummybodyid #diigolet-button-highlight.mouseoveredIe{text-decoration:none;color:#000;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3_r.png") no-repeat right top!important;}
-body#dummybodyid #diigolet-button-highlight.mouseovered b.outer{background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3.png') no-repeat left top;}
-body#dummybodyid #diigolet-button-highlight.mouseoveredIe b.outer{background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3.png') no-repeat left top;}
-body#dummybodyid a#diigolet-button-highlight b.outer{padding-right:5px;}
-body#dummybodyid a#diigolet-button-highlight{padding-right:0!important;}
-body#dummybodyid a.diigoletButton:hover b.outer{background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3.png') no-repeat left top;}
-body#dummybodyid a.diigoletButton:active b.outer{background-position:left bottom;}
-body#dummybodyid .diigolet a.diigoletButton b b{font-size:12px;padding-left:20px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv3.gif") no-repeat left 50%;}
-body#dummybodyid .diigolet a.diigoletButton:active b b{position:relative;top:1px;left:1px;}
-body#dummybodyid .diigolet a.diigoletButton.diigoletDisabled{cursor:default;}
-body#dummybodyid .diigolet a.diigoletButton.diigoletDisabled b b{color:#999;position:static;}
-body#dummybodyid .diigolet a.diigoletButton.diigoletDisabled:hover{background:none transparent;}
-body#dummybodyid .diigolet a.diigoletButton.diigoletDisabled:hover b.outer{background:none transparent;}
-body#dummybodyid .diigolet a.diigoletButton.checked{background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3_r.png") no-repeat right top;background-position:right bottom;}
-body#dummybodyid .diigolet a.diigoletButton.checked b.outer{background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletBtn3.png') no-repeat left top;background-position:left bottom;}
-body#dummybodyid .diigolet a.diigoletButton.checked b b{position:relative;top:1px;left:1px;}
-body#dummybodyid #diigolet-tb-btnSidebar b b{background-position:left -24px;}
-body#dummybodyid #diigolet-tb-btnSidebar.toClose b b{background-position:left -48px;}
-body#dummybodyid #diigolet-tb-btnBookmark b b{background-position:left -144px;}
-body#dummybodyid #diigolet-tb-btnBookmark.saved b b{background-position:left -120px;}
-body#dummybodyid #diigolet-button-highlight b b{background-position:left -72px;}
-body#dummybodyid #diigolet-button-highlight.dontShow b b{background-position:left -96px;}
-body#dummybodyid #diigolet-button-highlight.yellow b b{background-position:left -355px;}
-body#dummybodyid #diigolet-button-highlight.blue b b{background-position:left -375px;}
-body#dummybodyid #diigolet-button-highlight.green b b{background-position:left -395px;}
-body#dummybodyid #diigolet-button-highlight.pink b b{background-position:left -415px;}
-body#dummybodyid .diigolet .colorItem{padding-left:20px;height:16px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv3.gif") no-repeat left -440px;}
-body#dummybodyid #diigolet-context-yellow b,body#dummybodyid #diigolet-colorMenu-yellow b{background-position:left -440px;}
-body#dummybodyid #diigolet-context-blue b,body#dummybodyid #diigolet-colorMenu-blue b{background-position:left -460px;}
-body#dummybodyid #diigolet-context-green b,body#dummybodyid #diigolet-colorMenu-green b{background-position:left -480px;}
-body#dummybodyid #diigolet-context-pink b,body#dummybodyid #diigolet-colorMenu-pink b{background-position:left -500px;}
-body#dummybodyid #diigolet-context-yellow.colorchecked b,body#dummybodyid #diigolet-colorMenu-yellow.colorchecked b{background-position:left -520px;}
-body#dummybodyid #diigolet-context-blue.colorchecked b,body#dummybodyid #diigolet-colorMenu-blue.colorchecked b{background-position:left -540px;}
-body#dummybodyid #diigolet-context-green.colorchecked b,body#dummybodyid #diigolet-colorMenu-green.colorchecked b{background-position:left -560px;}
-body#dummybodyid #diigolet-context-pink.colorchecked b,body#dummybodyid #diigolet-colorMenu-pink.colorchecked b{background-position:left -580px;}
-body#dummybodyid #diigolet-tb-btnFloatNote b b{background-position:left -167px;}
-body#dummybodyid #diigolet-tb-btnTwitter b b{background:transparent url("http://twitter.com/favicon.ico") no-repeat left 50%;}
-body#dummybodyid #diigolet-tb-btnComment b b{background-position:left -192px;}
-body#dummybodyid #diigolet-tb-btnComment.commented b b{background-position:left -192px;}
-body#dummybodyid #diigolet-tb-btnMore b b{background-position:left 0;}
-body#dummybodyid #diigolet-tb-btnSignIn b b{background-position:left -264px;}
-body#dummybodyid #diigolet-tb-btnHide{float:right;height:24px;width:16px;background:transparent url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv3.gif") no-repeat left -240px;}
-body#dummybodyid div.diigoIcon{cursor:pointer!important;margin:0;padding:0;position:absolute;display:none;width:24px!important;z-index:2147483643;height:23px!important;background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/edit-highlight.png') no-repeat left;}
-body#dummybodyid div.diigoIcon span{color:#000;display:block;font-family:Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;line-height:18px;text-align:center;text-shadow:0 1px 1px #FFF;text-decoration:none;text-indent:0;}
-body#dummybodyid div.diigoHighlightcommented{display:block!important;}
-body#dummybodyid div.ImageIcon{background-color:transparent!important;}
-body#dummybodyid div.diigoIcon:hover{background-background:transparent!important;background-repeat:no-repeat!important;background-position:right!important;}
-body#dummybodyid div.diigoHighlightcommented.TextIcon{left:0;top:-8px;}
-body#dummybodyid div.diigoHighlightcommented.public{background:#FFF url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/public-annotation.png') no-repeat left;}
-body#dummybodyid div.diigoHighlightcommented.private{background:#FFF url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/private-annotation.png') no-repeat left;}
-body#dummybodyid div.diigoHighlightcommented.group{background:#FFF url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/group-annotation.png') no-repeat left;}
-body#dummybodyid #diigolet-toolbar .dropdownMenu{display:none;border:1px solid #999;font:12px arial,helvetica,clean,sans-serif;background-color:Menu;padding:2px 0;z-index:2147483647;position:absolute;top:30px;width:140px;}
-body#dummybodyid #diigolet-toolbar .dropdownMenu a,body#dummybodyid #diigolet-toolbar .dropdownMenu a:link,body#dummybodyid #diigolet-toolbar .dropdownMenu a:visited,body#dummybodyid #diigolet-toolbar .dropdownMenu a:hover,body#dummybodyid #diigolet-toolbar .dropdownMenu a:active{display:block;padding:2px 12px;font-weight:normal;text-decoration:none;color:#000;background:#fff;cursor:default;}
-body#dummybodyid #diigolet-toolbar .dropdownMenu a:hover,body#dummybodyid #diigolet-toolbar .dropdownMenu a:active{color:#fff;background:#09f;}
-body#dummybodyid #diigolet-notify{display:none;position:absolute;top:33px;left:0;border:1px #ccc solid;background-color:#FFC;padding:6px 16px 6px 6px;z-index:2147483647;}
-body#dummybodyid #diigolet-notify.right{left:auto;right:0;text-align:right;}
-body#dummybodyid .diigolet .tagList{margin:2px 0;float:left;}
-body#dummybodyid .diigolet .diigo-su-tag .tagButton{display:inline-block;height:16px;padding:0 5px;line-height:16px;background-color:#f2f2f2;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid #C9D7F1;border-bottom:1px solid #C9D7F1;color:#858585;border-radius:1px;cursor:pointer;margin-right:3px;}
-body#dummybodyid .diigolet .diigo-su-tag .tagButton:hover{border-color:#82b3f8;}
-body#dummybodyid .diigolet .diigo-su-tag .tagButton.inused{color:#3f99a1;}
-body#dummybodyid .diigolet .diigo-su-tag .tagButton.selected{border-color:#82b3f8;}
-body#dummybodyid .diigolet .tagLoading a{display:none;margin-bottom:10px;}
-body#dummybodyid .diigolet .tagList.tagLoading .loading{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/indicator.gif) no-repeat left top;height:16px;padding-left:22px;display:block;}
-body#dummybodyid .diigolet .tagLoading .tagListHeader{display:none;}
-body#dummybodyid .diigolet .tagListHeader{cursor:pointer;float:left;width:100px;line-height:23px;}
-body#dummybodyid .diigolet .tagListHeader:hover{text-decoration:underline;}
-body#dummybodyid .diigolet .tagList div{color:#666!important;font-size:12px!important;font-weight:bold!important;padding-right:5px!important;text-align:left!important;}
-body#dummybodyid #diigolet-twitter{background-color:threedface;font-family:Arial,sans-serif;font-size:13px;color:windowtext;padding:5px 5px;margin:0;left:0;top:30px;z-index:2147483646;width:380px;position:static;border:1px #09F solid;border-left-width:0;}
-body#dummybodyid #diigolet-twitter input{vertical-align:middle;}
-body#dummybodyid .diigolet .twitterlogo{width:210px;height:49px;FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://assets3.twitter.com/images/twitter.png");}
-body#dummybodyid #diigolet-tagForward{background-color:white;width:460px;font-family:Arial,Helvetica,sans-serif;-webkit-border-radius:0;cursor:default;position:static;right:5px;top:75px;z-index:2147483646;border:1px solid rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.3);-webkit-user-select:none;background-clip:content-box;-webkit-animation:fadeinScale 200ms ease;}
-body#dummybodyid #diigolet-tagForward.show{-webkit-animation:fadeinScale 200ms ease;}
-body#dummybodyid #diigolet-tagForward.hide{-webkit-animation:fadeoutScale 200ms ease;}
-body#dummybodyid #diigolet-tagForward *{-webkit-box-sizing:content-box!important;box-sizing:content-box!important;}
-body#dummybodyid #diigolet-tagForward-topBar{height:38px;vertical-align:middle;background-color:#f5f5f5;border-bottom:1px solid #ddd;}
-body#dummybodyid #diigolet-tagForward-topBar span{line-height:38px;display:inline-block;margin-left:15px;color:#4B4B4B;font-size:16px;cursor:move;}
-body#dummybodyid #diigolet-tagForward .tabContainer{text-align:center;margin:5px;}
-body#dummybodyid #diigolet-tagForward .tab{margin-right:8px;margin-left:8px;padding:0 8px 2px 8px;font-weight:bold;}
-body#dummybodyid #diigolet-tagForward .tabContainer a:link,body#dummybodyid #diigolet-tagForward .tabContainer a:visited{padding:4px;border:1px #fff solid;font-weight:bold;color:#06c;text-decoration:none;}
-body#dummybodyid #diigolet-tagForward .tabContainer a.active:link,body#dummybodyid #diigolet-tagForward .tabContainer a.active:visited{border:none;background-color:#09f;color:#fff;padding:5px;}
-body#dummybodyid #diigolet-tagForward .tabContainer a:hover,body#dummybodyid #diigolet-tagForward .tabContainer a:active{border:1px #09f solid;}
-body#dummybodyid #diigolet-tagForward div.tabContent{display:none;}
-body#dummybodyid #diigolet-tagForward div.tabContent.active{display:block;}
-body#dummybodyid #diigolet-tagForward-caption{text-align:center;line-height:30px;font-size:14px;font-weight:bold;}
-body#dummybodyid #diigolet-tagForward-remove{float:right;color:#f00;background:-webkit-linear-gradient(bottom,#ebebeb,#f5f5f5);margin-top:6px;margin-right:15px;cursor:pointer;height:24px;width:27px;border:1px solid #c4c4c4;border-radius:4px;box-shadow:0 1px 0 #fff;}
-body#dummybodyid #diigolet-tagForward-remove:active{background:-webkit-linear-gradient(top,#ebebeb,#f5f5f5);}
-body#dummybodyid #diigolet-tagForward-remove>span{float:left;background-image:url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/remove.png');height:14px;width:11px;margin-top:5px;margin-left:8px;cursor:pointer;}
-body#dummybodyid #diigolet-tagForward-remove:hover>span{background-position:0 -14px;}
-body#dummybodyid #diigolet-Bookmark-Form{padding:20px 15px 0 15px;}
-body#dummybodyid #diigolet-Bookmark-Form input[type="text"],body#dummybodyid #diigolet-Bookmark-Form textarea{outline:none;border:none;background-color:white;-webkit-transition:height .1s ease-in-out;}
-body#dummybodyid #diigolet-Bookmark-Form input[type="text"]{line-height:20px;min-height:20px;}
-body#dummybodyid #diigolet-tagForward .diigo-hr{width:426px;border-top:1px #ccc solid;margin:0 auto;height:1px;overflow:hidden;}
-body#dummybodyid .diigolet .diigo-table{margin:10px 20px;}
-body#dummybodyid .diigolet .diigo-table td{padding:2px 0;}
-body#dummybodyid .diigolet .diigo-table th{color:#666;font-weight:bold;padding-right:5px;width:62px;text-align:left;font-size:12px!important;}
-body#dummybodyid .diigolet .diigolet-input{width:350px;padding:1px;font-size:12px!important;height:16px!important;padding-left:3px!important;line-height:16px!important;outline:none!important;}
-body#dummybodyid .diigolet .diigolet-input:focus{border:solid 1px #3996ed;-webkit-box-shadow:0 0 1px rgba(77,144,254,.55);}
-body#dummybodyid #Diigo-Bookmark-Description,body#dummybodyid #Diigo-Forward-PS{border:1px solid #d7d7d7;background-color:white;-webkit-transition:border 400ms ease;min-height:56px;}
-body#dummybodyid #Diigo-Bookmark-Description.focus{border:1px solid #aaa;}
-body#dummybodyid #Diigo-Bookmark-Description-Input{width:413px;max-width:413px;font-family:Arial;height:45px;margin-left:6px;margin-top:3px;font-size:12px;padding:2px;}
-body#dummybodyid #Diigo-Bookmark-Url{border-left:1px solid #DCDCDC;border-right:1px solid #DCDCDC;background-color:white;position:relative;-webkit-transform:rotateX(-90deg);height:0;position:relative;}
-body#dummybodyid #Diigo-Bookmark-Url.fold{-webkit-animation:fold 400ms ease both;-webkit-animation-play-state:running;}
-body#dummybodyid #Diigo-Bookmark-Url.unfold{-webkit-animation:unfold 400ms ease both;-webkit-animation-play-state:running;border-bottom:1px solid #DCDCDC;}
-body#dummybodyid #Diigo-Bookmark-Url>div#url-arrow{height:6px;width:13px;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/dp-arrow.png");position:absolute;left:11px;top:-6px;}
-body#dummybodyid #Diigo-Bookmark-Url-Input{margin-top:3px;width:412px;margin-left:5px;}
-body#dummybodyid #Diigo-Bookmark-Title{height:30px;border:1px solid #d7d7d7;background-color:white;-webkit-transition:border 400ms ease;position:relative;}
-body#dummybodyid .diigolet .diigo-alert-tip{background-color:rgba(255,0,0,0.8);position:absolute;left:117px;top:-29px;padding:4px 6px;display:block;font-size:12px;font-weight:bold;pointer-events:none;font-family:arial,sans-serif;color:white;display:none;line-height:16px;}
-body#dummybodyid .diigolet .diigo-alert-tip span{background:url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/alert.png') -6px -4px no-repeat;text-indent:17px;display:inline-block;vertical-align:middle;}
-body#dummybodyid .diigolet .diigo-alert-tip .diigo-alert-tip-arrow{position:absolute;border:5px solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:rgba(255,0,0,0.8);border-left-color:transparent;top:24px;height:0;width:0;line-height:0;-webkit-transform:rotate(180deg);left:91px;}
-body#dummybodyid .diigolet #Diigo-Bookmark-Url .diigo-alert-tip{left:136px;}
-body#dummybodyid .diigolet #Diigo-Bookmark-Url .diigo-alert-tip-arrow{left:71px;}
-body#dummybodyid #Diigo-Bookmark-Title.focus{border:1px solid #aaa;}
-body#dummybodyid #Diigo-Bookmark-Title-Input{margin:4px 0 0 0;width:392px;border:none;outline:none;font-size:14px;}
-body#dummybodyid #Diigo-Bookmark-Title #link-icon{float:left;height:30px;width:30px;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/URL.png") 4px 0 no-repeat;cursor:pointer;}
-body#dummybodyid #Diigo-Bookmark-Title #link-icon:hover{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/URL.png") 4px -30px no-repeat;}
-body#dummybodyid #Diigo-Bookmark-Title #link-icon.unfold{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/URL.png") 4px -30px no-repeat;}
-body#dummybodyid #Diigo-Bookmark-Options .diigo-option{font-size:12px;height:inherit;width:120px;display:inline-block;padding:13px 0 15px 0;color:#555;}
-body#dummybodyid .diigo-option:hover{background-position:0 -20px;}
-body#dummybodyid .diigo-option:active{background-position:0 -40px;}
-body#dummybodyid .diigo-option.active{background-position:0 -40px;}
-body#dummybodyid .diigo-option .op-checkbox,body#dummybodyid #Diigo-Bookmark-checkShareExisting .op-checkbox{height:13px;width:15px;display:inline-block;vertical-align:middle;position:relative;cursor:pointer;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/checkbox.png");}
-body#dummybodyid .diigo-option .op-label{margin-left:7px;text-indent:20px;display:inline-block;vertical-align:middle;cursor:pointer;}
-body#dummybodyid #Diigo-Bookmark-checkShareExisting{display:none;}
-body#dummybodyid #Diigo-Bookmark-checkShareExisting .op-label{margin-left:7px;text-indent:-6px;display:inline-block;vertical-align:middle;cursor:pointer;}
-body#dummybodyid #Diigo-Bookmark-Options .op-checkbox-container{display:inline;cursor:pointer;}
-body#dummybodyid #Diigo-Bookmark-uploadCache{margin-left:20px;}
-body#dummybodyid .diigolet .op-checkbox-container:hover>.op-checkbox{background-position:0 -13px;}
-body#dummybodyid .diigolet .op-checkbox-container.checked .op-checkbox{background-position:0 -26px;}
-body#dummybodyid #Diigo-Bookmark-Privacy .op-label{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/private.png");background-repeat:no-repeat;}
-body#dummybodyid #Diigo-Bookmark-Unread .op-label{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/op-readlater.png");background-repeat:no-repeat;}
-body#dummybodyid #Diigo-Bookmark-uploadCache .op-label{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/cache.png");background-repeat:no-repeat;}
-body#dummybodyid #Diigo-Bookmark-Url.invalid{border:1px solid #f00;margin-top:-1px;}
-body#dummybodyid #Diigo-Bookmark-Url.invalid div{background-position:0 -6px;}
-body#dummybodyid #Diigo-Bookmark-Title.invalid{border:1px solid #f00;}
-body#dummybodyid #Diigo-Bookmark-Tag-Wrapper{min-height:24px;border:1px solid #d7d7d7;background-color:white;margin-top:15px;position:relative;-webkit-transition:border 400ms ease;height:30px;}
-body#dummybodyid #Diigo-Bookmark-Tag-Wrapper.focus{border:1px solid #aaa;}
-body#dummybodyid #Diigo-Bookmark-Tag-Input{margin-top:4px;margin-left:2px;width:389px;}
-body#dummybodyid #Diigo-Bookmark-Tag{height:30px;}
-body#dummybodyid .diigolet #Diigo-Bookmark-Tag{box-shadow:none;}
-body#dummybodyid #Diigo-Bookmark-Tag-Wrapper.active{border:solid 1px #3996ed;-webkit-box-shadow:0 0 1px rgba(77,144,254,.55);}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud{border:1px solid #d7d7d7;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:none;background-color:white;font-size:12px;margin-top:-1px;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud>div:first-child{height:25px;width:100%;line-height:25px;font-weight:bold;border-bottom:1px solid #ccc;text-indent:2px;clear:both;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud>div:first-child a{float:right;margin-right:3px;text-decoration:none;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud>div:first-child a:hover{text-decoration:underline;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud-Container{max-height:180px;overflow:auto;width:421px;padding:3px 5px 5px 0;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud-Container::-webkit-scrollbar{width:6px;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud-Container::-webkit-scrollbar-track-piece{background-color:transparent;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud-Container::-webkit-scrollbar-thumb:vertical{height:20px;background-color:#CCC;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud-Container::-webkit-scrollbar-thumb:hover{background-color:#aaa;}
-body#dummybodyid #Diigo-Bookmark-Tag-Wrapper.opened+#Diigo-Bookmark-Tag-Cloud{visibility:visible;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud ul li{display:inline-block;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud .Diigo-Bookmark-Tag-item{margin-left:3px;text-decoration:none;color:#04c;line-height:normal;display:inline-block;line-height:140%;cursor:pointer;padding:0 2px;}
-body#dummybodyid #Diigo-Bookmark-checkShare{display:none;}
-body#dummybodyid #Diigo-Bookmark-checkShareExisting{margin-right:3px;}
-body#dummybodyid #Diigo-Bookmark-checkShare input[type=checkbox]{width:14px;height:14px;margin:0;cursor:pointer;vertical-align:middle;background:#fff;border:1px solid #dcdcdc;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative!important;}
-body#dummybodyid #Diigo-Bookmark-checkShare input[type=checkbox]:hover{border-color:#c6c6c6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);}
-body#dummybodyid #Diigo-Bookmark-checkShare input[type=checkbox]:active{border-color:#c6c6c6;background:#ebebeb;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud .Diigo-Bookmark-Tag-item.selected{background-color:#09f;color:white;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud>div:first-child{height:20px;width:100%;line-height:20px;font-weight:bold;border-bottom:1px solid #ccc;text-indent:2px;}
-body#dummybodyid #Diigo-Bookmark-Tag-Cloud .Diigo-Bookmark-Tag-item:hover{text-decoration:underline;}
-body#dummybodyid #Diigo-Bookmark-Tag-Eidt{float:right;margin-right:3px;}
-body#dummybodyid #Diigo-Bookmark-Tag-suggestion{margin-top:7px;}
-body#dummybodyid #diigolet-bm-tagListContainer-recommend{margin-top:3px;display:none;}
-body#dummybodyid #Diigo-Bookmark-Tag-suggestion .diigo-su-tag{line-height:26px;font-size:12px;min-height:26px;margin-top:5px;}
-body#dummybodyid #Diigo-Bookmark-Tag-suggestion .diigo-su-tag a{display:inline-block;text-decoration:none;color:#555;width:93px;}
-body#dummybodyid #Diigo-Bookmark-Tag-suggestion .loading{display:inline-block;height:10px;width:120px;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/loading.gif");}
-body#dummybodyid #Diigo-Bookmark-Tag-suggestion .diigo-su-tag a:hover{text-decoration:underline;}
-body#dummybodyid #Diigo-Bookmark-Tag-dropdown{height:30px;width:28px;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/dropdown.png");float:left;cursor:pointer;}
-body#dummybodyid #Diigo-Bookmark-Tag-dropdown:hover{background-position:0 -30px;}
-body#dummybodyid .diigo-table .diigo-invalid-input{display:none;height:16px;width:16px;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/icons.png");background-position:-16px -80px;margin-left:4px;}
-body#dummybodyid #diigo-list-group{margin-top:17px;width:430px;height:24px;}
-body#dummybodyid #diigo-list-group>div{float:left;height:20px;font-size:12px;color:#04c;width:200px;font-weight:bold;line-height:20px;}
-body#dummybodyid #diigo-list-group #diigo-list-add{position:relative;display:none;}
-body#dummybodyid #diigo-list-add .diigo-alert-tip{left:7px;top:-29px;}
-body#dummybodyid #diigo-list-add .diigo-alert-tip .diigo-alert-tip-arrow{left:43px;}
-body#dummybodyid #diigo-list-group #diigo-list-addInput{width:102px;height:26px;border:1px solid #d7d7d7;-webkit-transition:border 400ms ease;padding:0 3px;font-weight:normal;color:#000;border-radius:0;}
-body#dummybodyid #diigo-list-group #diigo-list-addInput:focus{border:1px solid #aaa;}
-body#dummybodyid #diigo-list-add>*{float:left;}
-body#dummybodyid #diigo-list-addBtn{height:26px;min-width:38px;background-image:-webkit-linear-gradient(top,#53aaf0,#118cef);border:1px solid #066ec1;color:#fff;border-radius:2px;line-height:26px;font-weight:normal;margin-left:6px;cursor:pointer;-webkit-transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all;}
-body#dummybodyid #diigo-list-addBtn:not(.processing):hover{background-image:-webkit-linear-gradient(top,#45a2ee,#037bdb);}
-body#dummybodyid #diigo-list-addBtn:not(.processing):active{background-image:-webkit-linear-gradient(bottom,#53aaf0,#118cef);}
-body#dummybodyid #diigo-list-addBtn .label{margin-left:8px;cursor:pointer;-webkit-transition:.3s cubic-bezier(0.175,0.885,0.320,1.275) all;}
-body#dummybodyid #diigo-list-addBtn .spinner{left:8px;margin-left:-16px;opacity:0;height:16px;width:16px;-webkit-transition:.3s cubic-bezier(0.175,0.885,0.320,1.275) all;display:inline-block;position:relative;top:3px;visibility:hidden;}
-body#dummybodyid #diigo-list-addBtn.processing+a{display:none;}
-body#dummybodyid #diigo-list-addBtn.processing .spinner{opacity:1;margin-left:12px;left:-7px;visibility:visible;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/addlist-processing.gif");}
-body#dummybodyid #diigo-list-addCancel{color:#999;cursor:pointer;font-weight:normal;line-height:26px;margin-left:5px;font-size:12px;margin-top:2px;}
-body#dummybodyid #diigo-list-addCancel:hover{text-decoration:underline;}
-body#dummybodyid #diigo-list-group>div>select:hover{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/select-arrow-hover.png"),-webkit-linear-gradient(top,#fbfbfb,#f3f3f3);}
-body#dummybodyid #diigo-list-group>div>select.processing{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/loading5.gif"),-webkit-linear-gradient(top,#f5f5f5,#fff);}
-body#dummybodyid #diigo-list-group>div>select:active{background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/select-arrow-hover.png"),-webkit-linear-gradient(top,#f5f5f5,#fff);}
-body#dummybodyid #diigo-group{margin-left:26px;}
-body#dummybodyid #diigolet-bm-tagListContainer-group{display:none;}
-body#dummybodyid #diigo-list-group>div>select{height:28px;width:200px;display:block;-webkit-appearance:none!important;border:1px solid #d7d7d7;background-position:right;background-repeat:no-repeat;color:#333;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/img/popup-image/select-arrow.png"),-webkit-linear-gradient(top,#fff,#f5f5f5);outline:none;cursor:pointer;font-size:12px;padding-right:22px;border-radius:0;font-weight:normal;box-sizing:border-box!important;}
-body#dummybodyid #Diigo-Bookmark-bottom{height:49px;padding-top:24px;}
-body#dummybodyid #Diigo-Bookmark-bottom>div:first-child{float:left;margin-top:3px;margin-left:15px;}
-body#dummybodyid #diigolet-dlgBm-btnSave{display:inline-block;height:28px;width:82px;line-height:28px;background-image:-webkit-linear-gradient(top,#53aaf0,#118cef);float:right;cursor:pointer;margin-right:15px;text-align:center;color:white;border-radius:2px;border:1px solid #066ec1;font-size:14px;}
-body#dummybodyid #diigolet-dlgBm-btnSave:hover{background-image:-webkit-linear-gradient(top,#45a2ee,#037bdb);}
-body#dummybodyid #diigolet-dlgBm-btnSave:active{background-image:-webkit-linear-gradient(bottom,#53aaf0,#118cef);}
-body#dummybodyid #diigolet-dlgBm-btnCancel{display:inline-block;float:right;font-size:14px;color:#999;height:12px;cursor:pointer;margin-top:8px;margin-right:19px;}
-body#dummybodyid #diigolet-dlgBm-btnCancel:hover{text-decoration:underline;}
-body#dummybodyid .diigolet .diigolet-submit{width:140px;height:25px;text-align:center;}
-body#dummybodyid #diigolet-txtPermalink{background-color:#eee;padding:3px;font-size:13px;}
-body#dummybodyid #diigolet-cross-promotion{font-family:arial,helvetica,sans-serif;font-size:12px;padding:10px;}
-body#dummybodyid #diigolet-cross-promotion a{background:whiteSmoke;border:1px solid #CCC;color:#06C;display:block;padding:3px 10px;text-align:center;text-decoration:none;-webkit-box-shadow:rgba(255,255,255,0.6) 0 1px 0;-webkit-border-radius:10px;-webkit-transition:all .25s linear;}
-body#dummybodyid #diigolet-cross-promotion a:hover{background:white;text-decoration:none;color:#04c;}
-body#dummybodyid .diigoletContexMenu{border:1px solid #999;font:12px arial,helvetica,clean,sans-serif;padding:2px;background-color:Menu;z-index:2147483645;max-width:250px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-highlight{display:block;height:22px!important;width:27px!important;border:1px solid rgba(0,0,0,.15);border-radius:1px 0 0 1px;background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/highlight-csm.png),-webkit-linear-gradient(#fff,#f5f5f5);opacity:.9;z-index:100000;float:left;}
-body#dummybodyid #diigolet-csm #diigolet-csm-highlight:active{background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/highlight-csm.png),-webkit-linear-gradient(#f2f2f2,#fff);}
-body#dummybodyid #diigolet-csm.yellow #diigolet-csm-highlight{background-position:0 0;}
-body#dummybodyid #diigolet-csm.blue #diigolet-csm-highlight{background-position:0 -22px;}
-body#dummybodyid #diigolet-csm.green #diigolet-csm-highlight{background-position:0 -44px;}
-body#dummybodyid #diigolet-csm.pink #diigolet-csm-highlight{background-position:0 -66px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-highlight.editing{opacity:1!important;}
-body#dummybodyid #diigolet-csm #diigolet-csm-search{display:block;height:22px!important;width:27px!important;border-width:1px 1px 1px 0;border-style:solid;border-color:rgba(0,0,0,.15);border-radius:1px 0 0 1px;background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/search-csm.png),-webkit-linear-gradient(#fff,#f5f5f5);opacity:.9;z-index:100000;float:left;}
-body#dummybodyid #diigolet-csm #diigolet-csm-search:active{background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/search-csm.png),-webkit-linear-gradient(#f2f2f2,#fff);}
-body#dummybodyid #diigolet-csm a:visited,body#dummybodyid #diigolet-csm a:link{padding:0!important;}
-body#dummybodyid #diigolet-csm{z-index:100000;height:22px!important;}
-body#dummybodyid #diigolet-csm>a:hover{opacity:1!important;}
-body#dummybodyid #diigolet-csm #diigolet-csm-dropdown:hover{background-position:0 -44px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-highlight:hover+a#diigolet-csm-dropdown{background-position:0 -22px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-dropdown:active{background-position:0 -66px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-color{position:absolute;top:23px;left:1px;background-color:white;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.35);line-height:13px;overflow:hidden;height:0;visibility:visible!important;z-index:-1;}
-body#dummybodyid #diigolet-csm #diigolet-csm-color.hidden{height:0;}
-body#dummybodyid #diigolet-csm #diigolet-csm-color.small{height:0;width:27px;display:block;}
-body#dummybodyid #diigolet-csm .diigolet-csm-coloritem{float:left;display:block;float:left;cursor:pointer;}
-body#dummybodyid #diigolet-csm-color.small .diigolet-csm-coloritem{height:7px;width:10px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-yellow{background-color:#fc6;border:1px solid #fc6;margin-right:1px;margin-bottom:1px;margin-left:1px;margin-top:1px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-blue{background-color:#7ccce5;border:1px solid #7ccce5;margin-bottom:1px;margin-top:1px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-green{background-color:#b4db66;border:1px solid #b4db66;margin-right:1px;margin-left:1px;margin-bottom:1px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-pink{background-color:#f98baf;border:1px solid #f98baf;margin-right:0!important;margin-bottom:1px;}
-body#dummybodyid #diigolet-csm #diigolet-csm-color .diigolet-csm-coloritem:hover{border-color:#36c;}
-body#dummybodyid #diigolet-annMenu{-webkit-animation-name:dropdown-pop;-webkit-animation-duration:.15s;-webkit-animation-timing-function:ease-in;-webkit-animation-iteration-count:1;}
-body#dummybodyid #diigolet-annMenu-tip{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
-body#dummybodyid .diigoletContexMenu a:link,body#dummybodyid .diigoletContexMenu a:visited{display:block;padding:2px 12px;text-decoration:none;color:#000;cursor:default;white-space:nowrap;}
-body#dummybodyid .diigoletContexMenu a:hover:not(.colorItem),body#dummybodyid .diigoletContexMenu a:active{color:#fff;background:#09f;}
-body#dummybodyid .diigoletContexMenu div.sep{line-height:0;border-top:1px solid #AAA;margin:3px 0;}
-body#dummybodyid *html .diigoletContexMenu ._selection a{width:45px;}
-body#dummybodyid *html .diigoletContexMenu ._highlight a{width:90px;}
-body#dummybodyid .diigolet.diigoletFN{z-index:2147483642;width:394px;}
-body#dummybodyid .diigolet.diigoletFN a:link,body#dummybodyid .diigolet.diigoletFN a:visited{color:#06c;}
-body#dummybodyid .diigolet.diigoletFN a:hover,body#dummybodyid .diigolet.diigoletFN a:active{color:#333;text-decoration:none;}
-body#dummybodyid .diigolet .diigoletFNL{width:23px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_l.png) no-repeat left top;}
-body#dummybodyid .diigolet .diigoletFNT{height:32px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_t.png) no-repeat right top;cursor:move!important;}
-body#dummybodyid .diigolet .diigoletFNR{width:16px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_r.png) no-repeat left bottom;overflow:hidden;vertical-align:bottom;}
-body#dummybodyid .diigolet .diigoletFNB{height:34px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_b.png) no-repeat left bottom;}
-body#dummybodyid .diigolet .diigoletFNTH{vertical-align:top;width:12px;}
-body#dummybodyid .diigolet .diigoletFNTH div{width:12px;height:12px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_h_rt.gif) no-repeat right top;position:relative;top:5px;left:-22px;overflow:hidden;cursor:ne-resize!important;}
-body#dummybodyid .diigolet .diigoletFNB{vertical-align:top;overflow:hidden;}
-body#dummybodyid .diigolet .diigoletFNPosN .diigoletFNXjjR,body#dummybodyid .diigolet .diigoletFNPosN .diigoletFNXjjT,body#dummybodyid .diigolet .diigoletFNPosN .diigoletFNXjjB,body#dummybodyid .diigolet .diigoletFNPosN .diigoletFNTH div,body#dummybodyid .diigolet .diigoletFNPosN .diigoletFNB div{display:none;}
-body#dummybodyid .diigolet .diigoletFNT h1{font:12px/19px Arial,Helvetica,sans-serif;font-weight:bold;color:#666;margin:4px 0 0 5px;padding:0;}
-body#dummybodyid .diigolet .diigoletFNT div.menu{margin:3px 21px 10px 0;background-color:#fff9a4;border-right:1px solid #f2e984;border-left:1px solid #c9b822;}
-body#dummybodyid .diigolet .diigoletFNT div.menu a{display:block;line-height:19px;float:left;color:#666;padding:0 5px;border-right:1px solid #c9b822;text-decoration:none;}
-body#dummybodyid .diigolet .diigoletFNT div.menu a:hover,body#dummybodyid .diigolet .diigoletFNT div.menu a:active{background-color:#fff587;color:#333;}
-body#dummybodyid .diigolet .diigoletFNT div.menu a.diigoletFNOpt{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_downdot.gif) no-repeat right top;padding-right:14px;}
-body#dummybodyid .diigolet .diigoletFNT{font:12px/32px Arial,Helvetica,sans-serif;}
-body#dummybodyid .diigolet .diigoletFNContent,body#dummybodyid .diigolet .diigoletFNComment{background-color:#fff89f;color:#666;font-family:Arial,Helvetica,sans-serif;font-size:11px;overflow:auto;width:355px;zoom:1;border-bottom:1px solid #E0DB9D;}
-body#dummybodyid .diigolet .diigoletFNContent .diigoletFNAuthorP{font-size:10px;font-weight:normal;color:#666;margin:0 11px 5px 0;padding:2px 5px;line-height:100%;}
-body#dummybodyid .diigolet .diigoletFNContent .diigoletFNAuthorP .diigoletFNAuthor{border-bottom:1px dotted #ccc;color:#06c;}
-body#dummybodyid .diigolet .diigoletFNContent .diigoletFNAuthorP .diigoletFNAuthor:hover,body#dummybodyid .diigoletFNContent .diigoletFNAuthorP .diigoletFNAuthor:active{border-bottom:1px solid #ccc;color:#333;}
-body#dummybodyid .diigolet .diigoletFNContent .diigoletFNAuthorP a{color:#999;}
-body#dummybodyid .diigolet .diigoletFNContent .diigoletFNAuthorP a:hover,body#dummybodyid .diigoletFNContent .diigoletFNAuthorP a:active{color:#666;}
-body#dummybodyid .diigolet.diigoletFN blockquote{color:#333;font-size:12px;padding:0 5px;}
-body#dummybodyid .diigolet .diigoletFNComment select,body#dummybodyid .diigolet .diigoletFNComment input,body#dummybodyid .diigolet .diigoletFNComment textarea{font:11px/15px Verdana,Arial,Helvetica,sans-serif;max-width:345px;}
-body#dummybodyid .diigolet .diigoletFNComment p{margin:5px 0;}
-body#dummybodyid .diigolet .diigoletFNTDiv{height:32px;overflow:hidden;}
-body#dummybodyid .diigolet.diigoletFN .menu{float:right;height:19px;overflow:hidden;}
-body#dummybodyid .diigolet .labelList label{margin-right:2px;background-color:#eee;color:#666;white-space:nowrap;font-weight:normal;font-size:9px;}
-body#dummybodyid .diigolet .labelList span{padding:0 2px;}
-body#dummybodyid .diigolet .labelList a{padding:0 2px;background-color:#ffe76a;}
-body#dummybodyid .diigolet .labelList a:hover{color:#fef5c7;text-decoration:none;}
-body#dummybodyid .diigolet .labelList a.del{border:none;padding-right:2px;font-weight:normal;}
-body#dummybodyid .diigolet a.del{cursor:pointer;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv3.gif") no-repeat left -343px;}
-body#dummybodyid .diigolet a.del:hover{filter:alpha(opacity=100);-moz-opacity:1;background-position:1px -342px;text-decoration:none;}
-body#dummybodyid .diigolet ul.diigoletFNDropdown{position:absolute;display:none;left:10px;background-color:#fff89f;border:1px solid #c9b822;z-index:2147483647;}
-body#dummybodyid .diigolet ul.diigoletFNDropdown li{padding-left:25px;}
-body#dummybodyid .diigolet ul.diigoletFNDropdown a:link,body#dummybodyid .diigolet ul.diigoletFNDropdown a:visited{color:#666;display:block;width:85px;font:11px Arial,Helvetica,sans-serif;}
-body#dummybodyid .diigolet ul.diigoletFNDropdown a:hover,body#dummybodyid .diigolet ul.diigoletFNDropdown a:active{background-color:#fff567;color:#333;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNL{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_l.gif) no-repeat left top;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNT{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_t.gif) no-repeat right top;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNR{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_r.gif) no-repeat left bottom;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNB{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_note_b.gif) no-repeat left bottom;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNT{height:23px;}
-body#dummybodyid .diigolet.diigoletFNIEPatch .diigoletFNTDiv{height:23px;}
-body#dummybodyid .diigoletFN.editing .diigoletFNComment{display:block;}
-body#dummybodyid .personalText{color:#555!important;font-size:10px!important;display:inline-block;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:343px!important;margin-top:4px!important;}
-body#dummybodyid .IconFeild{float:left!important;margin-left:8px!important;margin-top:5px!important;}
-body#dummybodyid .IconFeild:hover .editIcon{background-position:right!important;}
-body#dummybodyid .multipalCol{padding-top:0!important;}
-body#dummybodyid .singleCol{padding-top:7px!important;}
-body#dummybodyid .myCommentSpan{margin-left:35px!important;}
-body#dummybodyid .notMyCommentSpan{margin-left:15px!important;}
-body#dummybodyid .footText{line-height:1.5;width:343px!important;}
-body#dummybodyid div.floatNote{position:absolute!important;width:29px;height:36px;text-align:center;background:transparent url('chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_icon.png') no-repeat 50% 50%!important;z-index:2147483643;}
-body#dummybodyid div.floatNote.diigoshow{-webkit-animation:bounceIn 400ms ease both;-webkit-animation-play-state:running;}
-body#dummybodyid div.floatNote.diigoadd{-webkit-animation:flipInY 600ms ease both;-webkit-animation-play-state:running;}
-body#dummybodyid div.floatNote span{color:#000;font:bold 13px Arial,Helvetica,sans-serif;cursor:default;line-height:37px;text-shadow:#fff 0 1px 0;}
-html body#dummybodyid div.floatNote{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/float_icon.png");overflow:hidden;background:none;}
-body#dummybodyid em.diigoHighlight{text-align:inherit;text-decoration:inherit;line-height:inherit;font:inherit;color:inherit;display:inline;position:relative;zoom:1;}
-body#dummybodyid em.diigoHighlight.diigoHighlightcommented{padding-left:25px;}
-body#dummybodyid em.diigoHighlight.mouseOvered{background-color:#ffc62a!important;}
-body#dummybodyid em.diigoHighlight.yellow{background-color:#FF9;}
-body#dummybodyid img.diigoHighlight.yellow{cursor:pointer;outline:2px solid #FF9!important;}
-body#dummybodyid em.diigoHighlight.blue{background-color:#ABD5FF;}
-body#dummybodyid img.diigoHighlight.blue{cursor:pointer;outline:2px solid #ABD5FF!important;}
-body#dummybodyid em.diigoHighlight.green{background-color:#B2E57E;}
-body#dummybodyid img.diigoHighlight.green{cursor:pointer;outline:2px solid #B2E57E!important;}
-body#dummybodyid em.diigoHighlight.pink{background-color:#fcc;}
-body#dummybodyid img.diigoHighlight.pink{cursor:pointer;outline:2px solid #fcc!important;}
-body#dummybodyid img.diigoHighlight.mouseOvered{cursor:pointer;outline:2px solid #ffc62a!important;}
-body#dummybodyid .diigolet .diigolet-closeBtn{position:absolute;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/close1.gif);width:14px;height:14px;top:2px;right:2px;cursor:pointer!important;}
-body#dummybodyid .ac_results{border:1px solid #bbb;background:#fff none repeat scroll 0;cursor:pointer!important;font-size:11px!important;left:0;position:absolute;width:392px;z-index:2147483647;border-radius:4px;}
-body#dummybodyid .ac_results ul{margin:0;padding:0;}
-body#dummybodyid .ac_results li{list-style-image:none;list-style-position:outside;list-style-type:none;padding:2px 5px;}
-body#dummybodyid .ac_results a{width:100%;}
-body#dummybodyid .ac_results li.over{color:white;background:#09f none repeat scroll 0;}
-body#dummybodyid #gtooltip{background-color:#2a2a2a;border:1px solid #fff;color:#fff;display:block;font-size:12px!important;font-weight:bold!important;opacity:0;padding:4px 6px!important;pointer-events:none;position:absolute!important;-webkit-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;-moz-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;-o-transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;transition:visibility .13s,opacity .13s ease-out,left 0 linear .13s,top 0 linear .13s;visibility:hidden;font-family:arial,sans-serif!important;z-index:2147483647;top:-100px;left:-100px;line-height:15px!important;}
-body#dummybodyid #gtooltip.show{visibility:visible;opacity:1;-webkit-transition:visibility 0,opacity .13s ease-in;}
-body#dummybodyid #gtooltip #gtooltip-arrow{position:absolute!important;border:5px solid!important;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:#2a2a2a!important;border-left-color:transparent!important;height:0!important;width:0!important;line-height:0!important;}
-body#dummybodyid #gtooltip #gtooltip-content{white-space:nowrap!important;}
-body#dummybodyid .diigo-scrollmarker{height:6px;width:6px;cursor:pointer;overflow:hidden;font-size:12px;z-index:1000000;border-radius:20px;}
-body#dummybodyid #d3df-sidebar{border:1px #ccc solid;z-index:99997;}
-body#dummybodyid #d3df-sidebar div.heading{padding:3px;font-size:13px;border-top:1px #E8EEF7 solid;font-weight:bold;zoom:1;}
-body#dummybodyid #d3df-sidebar div.popOut{width:16px;height:16px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/popout.gif) no-repeat scroll left top;cursor:pointer;}
-body#dummybodyid #d3df-sidebar div.popOut.popIn{background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/popin.gif);}
-body#dummybodyid #d3df-sidebar div.popOut.close{background-image:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/close1.gif);}
-body#dummybodyid #d3df-sidebar div.heading a.add{background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv1.gif) no-repeat scroll left -172px;padding-left:18px;display:block;float:right;font-weight:normal;}
-body#dummybodyid #d3df-sidebar a.togglePanel{background:transparent url(http://www.diigo.com/images/v2/eoc.gif) no-repeat scroll left top;display:block;float:right;width:16px;height:16px;}
-body#dummybodyid #d3df-sidebar a.togglePanel.collapsed{background-position:left bottom;}
-body#dummybodyid #d3df-sidebar ul,body#dummybodyid #d3df-sidebar ul li{list-style:none;overflow:hidden;zoom:1;}
-body#dummybodyid #d3df-sidebar li.highlight a.highlight{overflow:hidden;height:24px;zoom:1;}
-body#dummybodyid #d3df-sidebar ul.highlights li{margin:1px;}
-body#dummybodyid #d3df-sidebar ul.comments li{margin:1px;padding:2px;}
-body#dummybodyid #d3df-sidebar div.noComments{font-size:11px;text-align:center;padding:15px 5px;}
-body#dummybodyid #d3df-sidebar p.commentBody,body#dummybodyid #d3df-sidebar p.commentBody a{font-size:11px;}
-body#dummybodyid #d3df-sidebar a.avatar{float:left;margin-right:3px;}
-body#dummybodyid #d3df-sidebar a.avatar img{padding:1px;border:1px #CCC solid;width:32px;height:32px;}
-body#dummybodyid #d3df-sidebar .commentInfo{font-size:12px;}
-body#dummybodyid #d3df-sidebar .commentInfo a{border-bottom:1px dotted #999;}
-body#dummybodyid #d3df-sidebar a.highlight{line-height:24px;padding-left:18px;display:block;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv1.gif) no-repeat scroll left -192px;}
-body#dummybodyid #d3df-sidebar a.floatNote{padding-left:16px;background:transparent url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/images/diigoletIconv1.gif) no-repeat scroll left -144px;}
-body#dummybodyid #d3df-sidebar a.highlight .jumpTo{line-height:24px;padding-left:5px;font-size:12px;font-style:italic;}
-body#dummybodyid #d3df-sidebar.themeDefault .bgColor1{background-color:#C3D9FF;}
-body#dummybodyid #d3df-sidebar.themeDefault .bgColor2{background-color:#E8EEF7;}
-body#dummybodyid #d3df-sidebar.themeDefault .bgColor3{background-color:#FFF;}
-body#dummybodyid #d3df-sidebar.themeDefault .color1{color:#999;}
-body#dummybodyid #d3df-sidebar.themeDefault .color2{color:#333;}
-body#dummybodyid.diigoHiPen-yellow{cursor:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/highlighter-orange.cur) 4 15,text!important;}
-body#dummybodyid.diigoHiPen-blue{cursor:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/highlighter-blue.cur) 4 15,auto!important;}
-body#dummybodyid.diigoHiPen-green{cursor:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/highlighter-green.cur) 4 15,text!important;}
-body#dummybodyid.diigoHiPen-pink{cursor:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/ietoolbar-images/highlighter-pink.cur) 4 15,text!important;}
-body#dummybodyid .diigolet.notice{font:bold 13px/1.5 Helvetica,Arial,sans-serif;position:fixed;top:5px;left:0;width:100%;text-align:center;z-index:2147483647;height:1px;}
-body#dummybodyid .diigolet.notice>div{border:1px solid #fad42e;background:#fea;border-radius:5px;color:#000;display:inline-block;padding:5px 10px 5px 5px;-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 1px;}
-body#dummybodyid .diigolet.notice>div>b{display:inline-block;height:16px;width:16px;margin:2px 3px 0 0;background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) 0 -80px no-repeat;float:left;}
-body#dummybodyid .diigolet.notice>div>p>a{font-size:12px;}
-body#dummybodyid .diigolet.notice>div>p{float:left;max-width:420px;}
-body#dummybodyid .diigolet.notice>div.alert{background:#fef6f3;border-color:#cd0a0a;}
-body#dummybodyid .diigolet.notice>div.alert p #retry{margin-left:3px;text-decoration:underline;}
-body#dummybodyid .diigolet.notice>div.alert>b{background-position:-16px -80px;}
-body#dummybodyid .diigolet.notice>div.info>b{background-position:-32px -80px;}
-body#dummybodyid .diigolet.notice>div.wait>b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/processing.gif) no-repeat scroll left 0 transparent;}
-body#dummybodyid .diigolet.notice div #close{display:block;height:12px;width:12px;background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/close.png);float:right;margin-left:10px;margin-top:3px;}
-body#dummybodyid .diigolet.notice div #close:hover{background-position:0 -12px;}
-body#dummybodyid #diigolet-panel-panel{z-index:2147483641;}
-body#dummybodyid #diigolet-panel-panel.notSignedIn .signedIn{display:none;}
-body#dummybodyid #diigolet-panel-panel.signedIn .notSignedIn{display:none;}
-body#dummybodyid #diigolet-panel-panel{height:36px;border-top-left-radius:19px;border-bottom-left-radius:19px;font:normal 12px/1.5 Helvetica,Arial,sans-serif;position:fixed;left:5px;top:5px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;white-space:nowrap;border:1px solid rgba(47,95,122,.3);-webkit-user-select:none;background-clip:content-box;}
-body#dummybodyid #diigolet-panel-panel:hover #diigolet-panel-space{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -379px 0 no-repeat;opacity:.4;}
-body#dummybodyid #diigolet-panel-panel.fold #diigolet-panel-logo{opacity:1;width:28px;}
-body#dummybodyid #diigolet-panel-panel.fold #diigolet-panel-main{width:0;border-radius:0;}
-body#dummybodyid #diigolet-panel-main{width:151px;height:36px;display:inline-block;background-color:rgba(255,255,255,1);border-radius:19px 0 0 19px;overflow:hidden;-webkit-transition:left 100ms ease-in-out;}
-body#dummybodyid #diigolet-panel-logo{display:inline-block;width:0;height:36px;border-top-left-radius:19px;border-bottom-left-radius:19px;background-image:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/di.png");background-position:0 0;background-color:#fff;opacity:0;cursor:pointer;}
-body#dummybodyid #diigolet-panel-logo:hover{background-position:-28px 0;}
-body#dummybodyid #diigolet-panel-space{width:12px;height:36px;display:inline-block;background-color:#fff;}
-body#dummybodyid #diigolet-panel-panel .diigolet-panel-btn{height:36px;float:left;}
-body#dummybodyid #diigolet-panel-panel .diigolet-panel-btn>b{height:36px;width:36px;display:block;cursor:pointer;margin:0 auto;-webkit-transition:background-color 200ms ease;}
-body#dummybodyid #diigolet-panel-panel .diigolet-panel-btn>b:hover{background-color:#E7F0FF;}
-body#dummybodyid #diigolet-panel-panel .diigolet-panel-btn>b:active{-webkit-transform:scale(.9);}
-body#dummybodyid #diigolet-panel-fold{height:36px;float:left;cursor:pointer;width:19px;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") 0 0 no-repeat;}
-body#dummybodyid #diigolet-panel-fold:hover{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -38px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-Highlight{width:48px;}
-body#dummybodyid #diigolet-panel-btnHighlight{width:34px;height:36px;float:right;}
-body#dummybodyid #diigolet-panel-btnHighlight>b{height:36px;width:36px;display:block;cursor:pointer;-webkit-transition:background-color 200ms ease,border-radius 200ms ease;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -105px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-Highlight.pen #diigolet-panel-btnHighlight>b{height:36px;width:36px;margin:0;}
-body#dummybodyid #diigolet-panel-Highlight:not(.pen) #diigolet-panel-btnHighlight>b:hover{background-color:#E7F0FF!important;}
-body#dummybodyid #diigolet-panel-btnHighlight>b:active{-webkit-transform:scale(.9);}
-body#dummybodyid #diigolet-panel-Highlight.pen #diigolet-panel-btnHighlight>b{background-color:#E7F0FF;-webkit-transform:scale(0.9);}
-body#dummybodyid #diigolet-panel-btnHighlight.yellow>b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -73px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-btnHighlight.blue>b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -105px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-btnHighlight.green>b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -137px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-btnHighlight.pink>b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -169px 0 no-repeat;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown.yellow>b{background-color:#ffb000;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown.blue>b{background-color:#39abed;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown.green>b{background-color:#7c0;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown.pink>b{background-color:#f6b;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown{width:14px;height:36px;float:right;background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -360px 0 no-repeat;cursor:pointer;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown:hover{background-color:#E7F0FF;}
-body#dummybodyid #diigolet-panel-hightlight-dropdown>b{height:5px;width:5px;border-radius:12px;display:block;margin-top:16px;margin-left:5px;cursor:pointer;}
-body#dummybodyid #diigolet-panel-btnStickyNote{width:42px;}
-body#dummybodyid #diigolet-panel-btnStickyNote b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -234px -1px no-repeat;}
-body#dummybodyid #diigolet-panel-btnBookmark{width:42px;}
-body#dummybodyid #diigolet-panel-btnBookmark b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -296px -1px no-repeat;}
-body#dummybodyid #diigolet-panel-btnBookmark.saved b{background:url("chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/toolbar-icon.png") -328px -1px no-repeat;}
-body#dummybodyid #diigolet-panel-colorPicker{display:none;position:absolute;left:15px;top:41px;width:91px;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.35);border-radius:2px;padding:5px 0;-webkit-animation:diigo-dropdown .15s ease-in 1;}
-body#dummybodyid #diigolet-panel-colorPicker.dropdownShown{display:block;}
-body#dummybodyid #diigolet-panel-colorPicker-arrow{border:5px solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:#fff;border-left-color:transparent;position:absolute;left:40px;top:-9px;}
-body#dummybodyid #diigolet-panel-colorPicker li{font-weight:normal;display:block;padding-right:10px!important;padding-left:10px!important;text-decoration:none!important;line-height:26px;height:26px;color:#434343;min-width:60px;width:71px;background:none!important;border:none!important;-webkit-transition:background-color 200ms ease;}
-body#dummybodyid #diigolet-panel-colorPicker li:hover{background-color:#e8e8e8!important;color:#434343!important;text-decoration:none!important;}
-body#dummybodyid #diigolet-panel-colorPicker li span{display:inline-block;width:12px;height:12px;border-radius:7px;margin-right:5px;vertical-align:middle;margin-bottom:3px;}
-body#dummybodyid #diigolet-panel-colorPicker li span b{width:4px;height:4px;background:#606060;margin-top:4px;margin-left:4px;border-radius:2px;}
-body#dummybodyid #diigolet-panel-colorPicker li.selected span b{display:block;}
-body#dummybodyid #diigolet-panel-colorPicker li.yellow span{background:#fde200;border:1px solid #b0a224;}
-body#dummybodyid #diigolet-panel-colorPicker li.blue span{background:#7db3f9;border:1px solid #63799a;}
-body#dummybodyid #diigolet-panel-colorPicker li.green span{background:#86ca25;border:1px solid #718b49;}
-body#dummybodyid #diigolet-panel-colorPicker li.pink span{background:#ff9b9a;border:1px solid #ae657a;}
-body#dummybodyid .diigolet .moreActionShare b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) 0 -96px no-repeat;}
-body#dummybodyid #diigolet-dialog-share{background-color:#fff;border:1px solid #666;border-radius:5px;font:normal 13px/1.5 Helvetica,Arial,sans-serif;position:fixed;left:5px;top:7px;-webkit-box-shadow:rgba(0,0,0,0.3) 1px 1px 2px;white-space:nowrap;width:520px;z-index:2147483646;}
-body#dummybodyid #diigolet-dialog-share *{white-space:normal;}
-body#dummybodyid #diigolet-dialog-share-title{background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#f9f9f9),to(#cdcdcd));border:1px solid #ddd;border-top-left-radius:5px;border-top-right-radius:5px;border-top-color:#fff;border-bottom-color:#aaa;cursor:move;height:26px;line-height:26px;font-weight:700;text-shadow:0 1px 0 #f5f5f5;padding:0 3px;}
-body#dummybodyid #diigolet-dialog-share-closeBtn{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -48px -80px no-repeat;float:right;height:16px;margin-left:10px;width:16px;margin-top:5px;}
-body#dummybodyid #diigolet-share-shareToTabs{background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#478bde),to(#3669a8));list-style-type:none;padding:0 5px;margin:0;height:30px;line-height:30px;}
-body#dummybodyid #diigolet-share-shareToTabs li{display:inline-block;line-height:22px;height:24px;margin-top:6px;}
-body#dummybodyid #diigolet-share-shareToTabs li a{text-decoration:none;border:1px solid #5499ee;border-bottom-color:#3669a8;border-top-left-radius:5px;border-top-right-radius:5px;color:#b9d6f8;display:block;padding:0 5px;}
-body#dummybodyid #diigolet-share-shareToTabs a:hover{color:#fff;}
-body#dummybodyid #diigolet-share-shareToTabs a.current{background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#eee),to(#fff));border-color:#fff;color:#222;}
-body#dummybodyid #diigolet-share-shareToTabs a.current:hover{color:#222;}
-body#dummybodyid #diigolet-share-shareToTabs li b{display:inline-block;width:16px;height:16px;vertical-align:text-bottom;margin-right:3px;}
-body#dummybodyid .diigolet .shareToTwitter b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -16px -96px no-repeat;}
-body#dummybodyid .diigolet .shareToFacebook b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -32px -96px no-repeat;}
-body#dummybodyid .diigolet .shareToGplus b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -48px -96px no-repeat;}
-body#dummybodyid .diigolet .shareToEmail b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) 0 -112px no-repeat;}
-body#dummybodyid .diigolet .getAnnotatedLink b{background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -16px -112px no-repeat;}
-body#dummybodyid .diigolet .twitterDesc{color:#777;font-size:13px;line-height:20px;}
-body#dummybodyid #diigolet-share-twitterLeftChars{color:#999;float:right;font-size:20px;font-weight:700;line-height:20px;}
-body#dummybodyid #diigolet-share-twitterLeftChars.full{color:#F00;}
-body#dummybodyid #diigolet-dialog-share .inputTxt{border:1px solid #7F9DB9;border-radius:3px;font:normal 12px/1.5 Arial,Helvetica,sans-serif;}
-body#dummybodyid #diigolet-dialog-share-twitterMsg{height:54px;width:100%;}
-body#dummybodyid #diigolet-dialog-share .buttonRow{margin-top:5px;text-align:right;}
-body#dummybodyid #diigolet-dialog-share .buttonRow input{margin-left:5px;padding:1px 6px;}
-body#dummybodyid #diigolet-dialog-share input.defaultAction{font-weight:700;}
-body#dummybodyid #diigolet-dialog-share-twitter{padding:10px;}
-body#dummybodyid #diigolet-dialog-share-facebook{padding:5px;font-size:20px;height:100px;line-height:100px;text-align:center;}
-body#dummybodyid #diigolet-dialog-share-gPlus{padding:5px;font-size:20px;height:100px;line-height:100px;text-align:center;}
-body#dummybodyid #diigolet-dialog-share-gBuzz iframe{border:none;height:340px;width:100%;overflow:hidden;}
-body#dummybodyid #diigolet-dialog-share-email{padding:10px;}
-body#dummybodyid #diigolet-dialog-share-email>table{width:100%;border-width:0;margin-bottom:5px;}
-body#dummybodyid #diigolet-dialog-share-email>table td{padding:2px 0;}
-body#dummybodyid #diigolet-dialog-share-email label{font-weight:700;}
-body#dummybodyid #diigolet-dialog-share-email-to,body#dummybodyid #diigolet-dialog-share-email-subject{width:100%;}
-body#dummybodyid #diigolet-dialog-share-email-message{height:72px;width:100%;}
-body#dummybodyid #diigolet-dialog-share-email-quotes-checker{font-weight:400!important;float:right;}
-body#dummybodyid #diigolet-dialog-share-email-quotes-checker input{margin-right:2px;vertical-align:text-bottom;}
-body#dummybodyid #diigolet-dialog-share-email-quotes{border:1px solid #bbb;border-radius:3px;width:100%;max-height:150px;overflow-y:scroll;}
-body#dummybodyid #diigolet-aidlog-share-email-quotes-content{margin:5px 10px 10px 10px;}
-body#dummybodyid #diigolet-dialog-share-annotatedLink{padding:10px;}
-body#dummybodyid .diigolet .annotatedLinkInfo{border:1px solid #fad42e;background:#fea;border-radius:5px;color:#000;display:inline-block;padding:0 0 0 20px!important;position:relative;margin-bottom:10px!important;}
-body#dummybodyid .diigolet .annotatedLinkInfo b{display:inline-block;height:16px;width:16px;margin-right:3px;background:url(chrome-extension://oojbgadfejifecebmdnhhkbhdjaphole/diigolet/chrome-panel-images/icons.png) -32px -80px no-repeat;position:absolute;left:1px;top:1px;}
-body#dummybodyid #diigolet-dialog-share-annotatedLink-value{font-weight:700!important;font-size:13px!important;padding:2px;width:496px;}
-body#dummybodyid #diigolet-dialog-share-annotatedLink-value.loading{color:#ccc;font-style:italic;}
-body#dummybodyid #diigolet-dialog-share-annotatedLink-optLinks{float:left;}
-body#dummybodyid .diigolet .autocompleteContacts{border:1px solid #d9d9d9;border-top-color:#999;border-left-color:#999;width:380px;}
-body#dummybodyid .diigolet .recInput{font:12px verdana;border-width:0;float:left;margin:2px;padding-top:2px;}
-body#dummybodyid .diigolet .recItem{border:1px solid #7B9EBD;padding:0 2px;background-color:#F0F5FE;float:left;margin:2px 2px 0 0;}
-body#dummybodyid .diigolet .recInputSizer{position:absolute;visibility:hidden;left:0;bottom:0;font:11px verdana;}
-body#dummybodyid .diigolet .accTip{position:absolute;border:1px solid #ddd;border-top:none;background-color:#f5f5f5;font-size:11px;color:#777;text-align:left;padding:2px 0;text-indent:5px;z-index:8998;}
-body#dummybodyid .diigolet .accNotice{position:absolute;border:1px solid #ffd324;border-top:none;background-color:#fff6bf;font-size:11px;color:#600;text-align:left;padding:2px 0;text-indent:5px;z-index:8999;}
-body#dummybodyid .diigolet .accList{position:absolute;border:1px solid #999;border-top:none;background-color:#fff;font:10px verdana;color:#777;text-align:left;z-index:9000;line-height:18px;}
-body#dummybodyid .diigolet .accList .cItem{border-bottom:1px solid #ddd;background-color:#fff;cursor:pointer;padding:2px;color:#333;}
-body#dummybodyid .diigolet .accList .cItem b{font-size:11px;font-weight:normal;color:#000;}
-body#dummybodyid .diigolet .accList .cItem i,body#dummybodyid .recItem i{font-size:7pt;color:#090;font-style:normal;margin-right:2px;}
-body#dummybodyid .diigolet .accList div strong{background-color:#FFFADB;padding:0 2px;}
-body#dummybodyid .diigolet .accList div.hover{background-color:#E0ECFF;text-decoration:none;}
-body#dummybodyid .diigolet .recItem a{color:#999;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;line-height:16px;margin:0 1px 0 3px;}
-body#dummybodyid .diigolet .recItem a:hover{color:#333;text-decoration:none;}
-body#dummybodyid .diigolet .cItem span.extraDesc{float:none;font-weight:normal;color:#777;margin-left:10px;font-style:italic;}
-body#dummybodyid .diigolet .cItem span.extraDesc .keywordStrong{color:#000;font-style:italic;background-color:#fff;}
-body#dummybodyid .diigolet .cItem span.keywordStrong{float:none;font-weight:bold;}
-</style><style>/*****************************************************************
+<style>/*****************************************************************
  * ReSpec 3 CSS
  * Robin Berjon - http://berjon.com/
  *****************************************************************/
@@ -632,12 +98,6 @@
     color:  #ff4500;
 }
 
-
-/* --- --- */
-ol.algorithm { counter-reset:numsection; list-style-type: none; }
-ol.algorithm li { margin: 0.5em 0; }
-ol.algorithm li:before { font-weight: bold; counter-increment: numsection; content: counters(numsection, ".") ") "; }
-
 /* --- TOC --- */
 .toc a, .tof a {
     text-decoration:    none;
@@ -701,99 +161,166 @@
 .section dl.attrs dd, .section dl.eldef dd {
     margin-bottom:  0;
 }
-</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" />
-<!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
-</head>
-<body id="dummybodyid"><div id="StayFocusd-infobar" style="display:none;"><img src="chrome-extension://laankejkbhbdhmipfmgcngdelahlfoji/img/eye_19x19_red.png" /><span id="StayFocusd-infobar-msg"></span><span id="StayFocusd-infobar-links"><a href="#" id="StayFocusd-infobar-never-show">hide forever</a>  |  <a href="#" id="StayFocusd-infobar-hide">hide once</a></span></div><div class="head">
+</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
+<body class="h-entry" style="" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
   <p>
     
-      <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a>
+      <a href="http://www.w3.org/"><img width="72" height="48" src="https://www.w3.org/Icons/w3c_home" alt="W3C"></a>
     
   </p>
-  <h1 class="title" id="title">Data Catalog Vocabulary (DCAT)</h1>
+  <h1 class="title p-name" id="title" property="dcterms:title">Data Catalog Vocabulary (DCAT)</h1>
   
-  <h2 id="w3c-working-draft-30-july-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft 30 July 2013</h2>
+  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-11-05T00:00:00.000Z" id="w3c-editor-s-draft-05-november-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2013-11-05">05 November 2013</time></h2>
   <dl>
     
       <dt>This version:</dt>
-      <dd><a href="http://www.w3.org/TR/2013/WD-vocab-dcat-20130730/">http://www.w3.org/TR/2013/WD-vocab-dcat-20130730/</a></dd>
+      <dd><a class="u-url" href="https://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html">https://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html</a></dd>
       <dt>Latest published version:</dt>
       <dd><a href="http://www.w3.org/TR/vocab-dcat/">http://www.w3.org/TR/vocab-dcat/</a></dd>
     
     
       <dt>Latest editor's draft:</dt>
-      <dd><a href="http://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html">http://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html</a></dd>
-    
-    
+      <dd><a href="https://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html">https://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html</a></dd>
     
     
     
-      <dt>Previous version:</dt>
-      <dd><a href="http://www.w3.org/TR/2013/WD-vocab-dcat-20130312/">http://www.w3.org/TR/2013/WD-vocab-dcat-20130312/</a></dd>
+      <dt>Implementation report:</dt>
+      <dd><a href="http://www.w3.org/2011/gld/wiki/DCAT_Implementations">http://www.w3.org/2011/gld/wiki/DCAT_Implementations</a></dd>
+    
+    
+      
+    
     
     
     <dt>Editors:</dt>
-    <dd><a href="mailto:fadi.maali@deri.org">Fadi Maali</a>, <a href="http://www.deri.ie">DERI, NUI Galway</a></dd>
-<dd><a href="mailto:olyerickson@gmail.com">John Erickson</a>, <a href="http://tw.rpi.edu/">Tetherless World Constellation (RPI)</a></dd>
+    <dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><a class="u-url url p-name fn" rel="foaf:homepage" property="foaf:name" content="Fadi Maali" href="mailto:fadi.maali@deri.org">Fadi Maali</a>, <a rel="foaf:workplaceHomepage" class="p-org org h-org h-card" href="http://www.deri.ie">DERI, NUI Galway</a></span>
+</dd>
+<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><a class="u-url url p-name fn" rel="foaf:homepage" property="foaf:name" content="John Erickson" href="mailto:olyerickson@gmail.com">John Erickson</a>, <a rel="foaf:workplaceHomepage" class="p-org org h-org h-card" href="http://tw.rpi.edu/">Tetherless World Constellation (RPI)</a></span>
+</dd>
 
     
-  <dt>Contributor:</dt> <dd><a href="mailto:phila@w3.org">Phil Archer</a>, <a href="http://www.w3.org/">W3C/ERCIM</a></dd></dl>
+    
+      
+        
+          <dt>Contributors:</dt>
+          
+             
+                
+                  <dd>
+                    <a href="mailto:phila@w3.org">
+                      Phil Archer, <abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>
+                    </a>
+                  </dd>
+                
+             
+          
+        
+      
+    
+  </dl>
   
   
+    <p>
+      
+        This document is also available in this non-normative format:
+      
+      <a rel="alternate" href="diff-20130801.html">diff to previous version</a>
+    </p>
+  
   
   
     
       <p class="copyright">
-p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>    
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
+        2012-2013
+        
+        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
+        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
+        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
+        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), 
+        
+        All Rights Reserved.
+        
+        <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
+        
+          <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+        
+        rules apply.
+      </p>
+    
   
-  <hr />
+  <hr>
 </div>
 
-<section id="abstract" class="introductory"><h2>Abstract</h2>
+<section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
   <p>DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. This document defines the schema and provides examples for its use.</p>
   <p>By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation.</p>
-</section><section id="sotd" class="introductory"><h2>Status of This Document</h2>
+</section><section id="sotd" class="introductory" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
   
     
       
         <p>
-          <em>This section describes the status of this document at the time of its publication. Other
-          documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision
-          of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports
-          index</a> at http://www.w3.org/TR/.</em>
+          <em>This section describes the status of this document at the time of its publication.
+          Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
+          latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
+          http://www.w3.org/TR/.</em>
         </p>
         
+  <p>This publication signals the move of DCAT onto the <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation Track. This is the second Last Call Working Draft for DCAT. It addresses the comments and feedback that was received during the first Last Call period. DCAT was first
+  developed and published by DERI and has seen widespread adoption at the time of
+  this publication. The <a href="http://vocab.deri.ie/dcat">original vocabulary</a>
+  was further developed by the <a href="http://www.w3.org/egov/">eGov Interest Group</a>, before being brought onto the
+  Recommendation Track by <a href="http://www.w3.org/2011/gld/">Government Linked Data (GLD)</a> Working Group.</p>
+
         <p>
-          This document was published by the <a href="http://www.w3.org/2011/gld/">Government Linked Data Working Group</a> as a Last Call Working Draft.   It is the second Last Call and addresses the <a href="http://www.w3.org/Search/Mail/Public/search?type-index=public-gld-comments&amp;index-type=t&amp;keywords=dcat&amp;search=Search">comments and feedback</a> received during the first Last Call period.   See <a href="#change-history"><b>change history</b></a> for more details.
-	</p>
+          This document was published by the <a href="http://www.w3.org/2011/gld/">Government Linked Data Working Group</a> as an Editor's Draft.
           
-	    <p>The Working Group is very interested in hearing comments about this work.   <b>Please send comments by 30 August 2013</b> to 
-          <a href="mailto:public-gld-comments@w3.org">public-gld-comments@w3.org</a> 
-          (<a href="mailto:public-gld-comments-request@w3.org?subject=subscribe">subscribe</a>,
-          <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>).              This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.</p>
           
-        <p>Publication as a Last Call Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
+            If you wish to make comments regarding this document, please send them to 
+            <a href="mailto:public-gld-comments@w3.org">public-gld-comments@w3.org</a> 
+            (<a href="mailto:public-gld-comments-request@w3.org?subject=subscribe">subscribe</a>,
+            <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>).
+          
+          
+          
+          
+            All comments are welcome.
+          
+        </p>
+        
+          <p>
+            Please see the Working Group's  <a href="http://www.w3.org/2011/gld/wiki/DCAT_Implementations">implementation
+            report</a>.
+          </p>
         
         
           <p>
-            This is a Last Call Working Draft and thus the Working Group has determined that this document has satisfied the
-            relevant technical requirements and is sufficiently stable to advance through the Technical Recommendation process.
+            Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
+            Membership. This is a draft document and may be updated, replaced or obsoleted by other
+            documents at any time. It is inappropriate to cite this document as other than work in
+            progress.
           </p>
         
+        
         <p>
           
             This document was produced by a group operating under the 
-            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+            <a id="sotd_patent" about="" rel="w3p:patentRules" href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
+            Policy</a>.
           
           
           
             
-              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/47663/status" rel="disclosure">public list of any patent disclosures</a> 
+              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/47663/status" rel="disclosure">public list of any patent
+              disclosures</a> 
             
-            made in connection with the deliverables of the group; that page also includes instructions for 
-            disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains
-            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the
-            information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
+            made in connection with the deliverables of the group; that page also includes
+            instructions for disclosing a patent. An individual who has actual knowledge of a patent
+            which the individual believes contains
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
+            Claim(s)</a> must disclose the information in accordance with
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
             6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
           
           
@@ -802,22 +329,18 @@
       
     
   
-</section><section id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#namespaces-1" class="tocxref"><span class="secno">2. </span>Namespaces</a></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">3. </span>Conformance</a></li><li class="tocline"><a href="#vocabulary-overview" class="tocxref"><span class="secno">4. </span>Vocabulary Overview</a><ul class="toc"><li class="tocline"><a href="#basic-example" class="tocxref"><span class="secno">4.1 </span>Basic Example</a></li><li class="tocline"><a href="#classifying-datasets" class="tocxref"><span class="secno">4.2 </span>Classifying datasets</a></li><li class="tocline"><a href="#describing-catalog-records-metadata" class="tocxref"><span class="secno">4.3 </span>Describing catalog records metadata</a></li><li class="tocline"><a href="#a-dataset-available-only-behind-some-web-page" class="tocxref"><span class="secno">4.4 </span>A dataset available only behind some Web page</a></li><li class="tocline"><a href="#a-dataset-available-as-download-and-behind-some-web-page" class="tocxref"><span class="secno">4.5 </span>A dataset available as download and behind some Web page</a></li></ul></li><li class="tocline"><a href="#vocabulary-specification" class="tocxref"><span class="secno">5. </span>Vocabulary specification</a><ul class="toc"><li class="tocline"><a href="#class-catalog" class="tocxref"><span class="secno">5.1 </span>Class: Catalog</a></li><li class="tocline"><a href="#class-catalog-record" class="tocxref"><span class="secno">5.2 </span>Class: Catalog record</a></li><li class="tocline"><a href="#class-dataset" class="tocxref"><span class="secno">5.3 </span>Class: Dataset</a></li><li class="tocline"><a href="#class-distribution" class="tocxref"><span class="secno">5.4 </span>Class: Distribution</a></li><li class="tocline"><a href="#class-concept-scheme" class="tocxref"><span class="secno">5.5 </span>Class: Concept scheme</a></li><li class="tocline"><a href="#class-concept" class="tocxref"><span class="secno">5.6 </span>Class: Concept</a></li><li class="tocline"><a href="#class-organization-person" class="tocxref"><span class="secno">5.7 </span>Class: Organization/Person</a></li></ul></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">A. </span>Acknowledgements</a></li><li class="tocline"><a href="#change-history" class="tocxref"><span class="secno">B. </span>Change history</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></section>
+</section><section id="toc"><h2 class="introductory" aria-level="1" role="heading" id="h2_toc">Table of Contents</h2><ul class="toc" role="directory" id="respecContents"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#namespaces-1" class="tocxref"><span class="secno">2. </span>Namespaces</a></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">3. </span>Conformance</a></li><li class="tocline"><a href="#vocabulary-overview" class="tocxref"><span class="secno">4. </span>Vocabulary Overview</a><ul class="toc"><li class="tocline"><a href="#basic-example" class="tocxref"><span class="secno">4.1 </span>Basic Example</a></li><li class="tocline"><a href="#classifying-datasets" class="tocxref"><span class="secno">4.2 </span>Classifying datasets</a></li><li class="tocline"><a href="#describing-catalog-records-metadata" class="tocxref"><span class="secno">4.3 </span>Describing catalog records metadata</a></li><li class="tocline"><a href="#a-dataset-available-only-behind-some-web-page" class="tocxref"><span class="secno">4.4 </span>A dataset available only behind some Web page</a></li><li class="tocline"><a href="#a-dataset-available-as-download-and-behind-some-web-page" class="tocxref"><span class="secno">4.5 </span>A dataset available as download and behind some Web page</a></li></ul></li><li class="tocline"><a href="#vocabulary-specification" class="tocxref"><span class="secno">5. </span>Vocabulary specification</a><ul class="toc"><li class="tocline"><a href="#class-catalog" class="tocxref"><span class="secno">5.1 </span>Class: Catalog</a></li><li class="tocline"><a href="#class-catalog-record" class="tocxref"><span class="secno">5.2 </span>Class: Catalog record</a></li><li class="tocline"><a href="#class-dataset" class="tocxref"><span class="secno">5.3 </span>Class: Dataset</a></li><li class="tocline"><a href="#class-distribution" class="tocxref"><span class="secno">5.4 </span>Class: Distribution</a></li><li class="tocline"><a href="#class-concept-scheme" class="tocxref"><span class="secno">5.5 </span>Class: Concept scheme</a></li><li class="tocline"><a href="#class-concept" class="tocxref"><span class="secno">5.6 </span>Class: Concept</a></li><li class="tocline"><a href="#class-organization-person" class="tocxref"><span class="secno">5.7 </span>Class: Organization/Person</a></li></ul></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">A. </span>Acknowledgements</a></li><li class="tocline"><a href="#change-history" class="tocxref"><span class="secno">B. </span>Change history</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></section>
 
 
 
-<section class="informative" id="introduction">
-
-<!--OddPage-->
-<h2 id="intro"><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></p>
-<p>Data can come in many formats, ranging from spreadsheets over XML and RDF to various speciality formats. DCAT does not make any assumptions about the format of the datasets described in a catalog. Other, complementary vocabularies may be used together with DCAT to provide more detailed format-specific information. For example, properties from the VoID vocabulary [<cite><a class="bibref" href="#bib-VOID">VOID</a></cite>] can be used to express various statistics about a DCAT-described dataset if that dataset is in RDF format.</p>
+<section class="informative" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="introduction">
+<!--OddPage--><h2 id="intro" aria-level="1" role="heading"><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></p>
+<p>Data can come in many formats, ranging from spreadsheets over XML and RDF to various speciality formats. DCAT does not make any assumptions about the format of the datasets described in a catalog. Other, complementary vocabularies may be used together with DCAT to provide more detailed format-specific information. For example, properties from the VoID vocabulary [<cite><a class="bibref" href="#bib-void">void</a></cite>] can be used to express various statistics about a DCAT-described dataset if that dataset is in RDF format.</p>
 <p>This document does not prescribe any particular method of deploying data expressed in DCAT. DCAT is applicable in many contexts including RDF accessible via SPARQL endpoints, embedded in HTML pages as RDFa, or serialized as e.g. RDF/XML or Turtle. The examples in this document use Turtle simply because of Turtle's readability.</p>
 </section>
 
-<section id="namespaces-1">
-
-<!--OddPage-->
-<h2 id="ns"><span class="secno">2. </span>Namespaces</h2>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="namespaces-1">
+<!--OddPage--><h2 id="ns" aria-level="1" role="heading"><span class="secno">2. </span>Namespaces</h2>
 <p>The namespace for DCAT is <code>http://www.w3.org/ns/dcat#</code>. However,
 it should be noted that DCAT makes extensive use of terms from other vocabularies,
 in particular <a href="http://dublincore.org/documents/dcmi-terms/">Dublin Core</a>. DCAT itself defines a minimal set of classes and
@@ -840,17 +363,15 @@
 </table>
 </section>
 
-<section id="conformance">
-<!--OddPage-->
-<h2><span class="secno">3. </span>Conformance</h2>
+<section id="conformance" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><!--OddPage--><h2 aria-level="1" role="heading" id="h2_conformance"><span class="secno">3. </span>Conformance</h2>
 <p>
   As well as sections marked as non-normative, all authoring guidelines, diagrams, examples,
   and notes in this specification are non-normative. Everything else in this specification is
   normative.
 </p>
 <p>
-  The key words <em class="rfc2119" title="must">must</em>, <em class="rfc2119" title="must not">must not</em>, <em class="rfc2119" title="required">required</em>, <em class="rfc2119" title="should">should</em>, <em class="rfc2119" title="should not">should not</em>, <em class="rfc2119" title="recommended">recommended</em>, <em class="rfc2119" title="may">may</em>,
-  and <em class="rfc2119" title="optional">optional</em> in this specification are to be interpreted as described in [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].
+  The key words <em class="rfc2119" title="MUST">MUST</em>, <em class="rfc2119" title="MUST NOT">MUST NOT</em>, <em class="rfc2119" title="REQUIRED">REQUIRED</em>, <em class="rfc2119" title="SHOULD">SHOULD</em>, <em class="rfc2119" title="SHOULD NOT">SHOULD NOT</em>, <em class="rfc2119" title="RECOMMENDED">RECOMMENDED</em>, <em class="rfc2119" title="MAY">MAY</em>,
+  and <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> in this specification are to be interpreted as described in [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].
 </p>
 
 A data catalog conforms to DCAT if:
@@ -864,10 +385,10 @@
 
 <li> All classes and properties defined in DCAT are used in a way consistent with the semantics declared in this specification.</li>
 
-<li>DCAT-compliant catalogs <em class="rfc2119" title="may">may</em> include additional non-DCAT metadata fields and additional RDF data in the catalog's RDF description.</li>
+<li>DCAT-compliant catalogs <em class="rfc2119" title="MAY">MAY</em> include additional non-DCAT metadata fields and additional RDF data in the catalog's RDF description.</li>
 </ul>
 
-A <strong>DCAT profile</strong> is a specification for data catalogs that adds additional constraints to DCAT. A data catalog that conforms to the profile also conforms to DCAT. Additional constraints in a profile <em class="rfc2119" title="may">may</em> include:
+A <strong>DCAT profile</strong> is a specification for data catalogs that adds additional constraints to DCAT. A data catalog that conforms to the profile also conforms to DCAT. Additional constraints in a profile <em class="rfc2119" title="MAY">MAY</em> include:
 <ul>
 <li> A minimum set of required metadata fields </li>
 <li> Classes and properties for additional metadata fields not covered in DCAT</li>
@@ -877,10 +398,8 @@
 
 </section>
 
-<section class="informative" id="vocabulary-overview">
-
-<!--OddPage-->
-<h2 id="overview"><span class="secno">4. </span>Vocabulary Overview</h2><p><em>This section is non-normative.</em></p>
+<section class="informative" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="vocabulary-overview">
+<!--OddPage--><h2 id="overview" aria-level="1" role="heading"><span class="secno">4. </span>Vocabulary Overview</h2><p><em>This section is non-normative.</em></p>
 <p>DCAT is an RDF vocabulary well-suited to representing government data catalogs such as <a href="http://Data.gov">Data.gov</a> and <a href="http://data.gov.uk">data.gov.uk</a>. DCAT defines three main classes:</p>
 <ul><li> <code><a href="#Class:_Catalog">dcat:Catalog</a></code> represents the catalog
 </li><li> <code><a href="#Class:_Dataset">dcat:Dataset</a></code> represents a dataset in a catalog. 
@@ -893,120 +412,125 @@
 For example, a dataset that is available via an API can be defined as an instance of dcat:Dataset and the  
 API can be defined as an instance of dcat:Distribution. DCAT itself does not define properties specific to APIs description. 
 These are considered out of the scope of this version of the vocabulary. Nevertheless, this can be defined as a profile of the DCAT vocabulary.
+
 </p>
 <p>Another important class in DCAT is <code><a href="#Class:_Catalog_record">dcat:CatalogRecord</a></code> which describes a dataset entry in the catalog. Notice that while dcat:Dataset represents the dataset itself, dcat:CatalogRecord represents the record that describes a dataset in the catalog. The use of the CatalogRecord is considered optional. It is used to capture provenance information about dataset entries in a catalog. If this distinction is not necessary then CatalogRecord can be safely ignored.</p>
 
-<p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg" /></p>
-<p>All RDF examples in this document are written in Turtle syntax [<cite><a class="bibref" href="#bib-TURTLE-TR">TURTLE-TR</a></cite>].</p>
-<section id="basic-example">
-<h3 id="example"><span class="secno">4.1 </span>Basic Example</h3><p><em>This section is non-normative.</em></p>
+<p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"></p>
+<p>All RDF examples in this document are written in Turtle syntax [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>].</p>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="basic-example">
+<h3 id="example" aria-level="2" role="heading"><span class="secno">4.1 </span>Basic Example</h3>
 <p>This example provides a quick overview of how DCAT might be used to represent a government catalog and its datasets. </p>
 
 <p>First, the catalog description:
 </p>
-<pre>   :catalog
-       a dcat:Catalog ;
-       dct:title "Imaginary Catalog" ;
-       rdfs:label "Imaginary Catalog" ;
-       foaf:homepage &lt;http://example.org/catalog&gt; ;
-       dct:publisher :transparency-office ;
-       dct:language &lt;http://id.loc.gov/vocabulary/iso639-1/en&gt;  ;
-       dcat:dataset :dataset-001  , :dataset-002 , :dataset-003 ; 
+<pre>  &nbsp;:catalog
+       a dcat:Catalog&nbsp;;
+       dct:title "Imaginary Catalog"&nbsp;;
+       rdfs:label "Imaginary Catalog"&nbsp;;
+       foaf:homepage &lt;http://example.org/catalog&gt;&nbsp;;
+       dct:publisher&nbsp;:transparency-office&nbsp;;
+       dct:language &lt;http://id.loc.gov/vocabulary/iso639-1/en&gt; &nbsp;;
+       dcat:dataset&nbsp;:dataset-001&nbsp; , :dataset-002 , :dataset-003 ; 
        .
 </pre>
-<p>The publisher of the catalog has the relative URI :transparency-office. Further description of the publisher can be provided as in the following example:
+<p>The publisher of the catalog has the relative URI&nbsp;:transparency-office. Further description of the publisher can be provided as in the following example:
 </p>
-<pre>   :transparency-office
-       a foaf:Organization ;
-       rdfs:label "Transparency Office" ;
+<pre>  &nbsp;:transparency-office
+       a foaf:Organization&nbsp;;
+       rdfs:label "Transparency Office"&nbsp;;
        .
 </pre>
-<p>The catalog lists each of its datasets via dcat:dataset property. In the example above, an example dataset was mentioned with the relative URI :dataset-001. A possible description of it using DCAT is shown below:
+<p>The catalog lists each of its datasets via dcat:dataset property. In the example above, an example dataset was mentioned with the relative URI&nbsp;:dataset-001. A possible description of it using DCAT is shown below:
 </p>
-<pre>   :dataset-001
-       a dcat:Dataset ;
-       dct:title "Imaginary dataset" ;
-       dcat:keyword "accountability","transparency" ,"payments" ;
-       dct:issued "2011-12-05"^^xsd:date ;
-       dct:modified "2011-12-05"^^xsd:date ;
-       dct:publisher :finance-ministry ;
-       dct:language &lt;http://id.loc.gov/vocabulary/iso639-1/en&gt;  ;
-       dct:accrualPeriodicity &lt;http://purl.org/linked-data/sdmx/2009/code#freq-W&gt;  ;
-       dcat:distribution :dataset-001-csv ;
+<pre>  &nbsp;:dataset-001
+       a dcat:Dataset&nbsp;;
+       dct:title "Imaginary dataset"&nbsp;;
+       dcat:keyword "accountability","transparency" ,"payments"&nbsp;;
+       dct:issued "2011-12-05"^^xsd:date&nbsp;;
+       dct:modified "2011-12-05"^^xsd:date&nbsp;;
+       dcat:contactPoint &lt;http://example.org/transparency-office/contact&gt; ;
+       dct:temporal &lt;http://reference.data.gov.uk/id/quarter/2006-Q1&gt; ;
+       dct:spatial &lt;http://www.geonames.org/6695072&gt; ;
+       dct:publisher&nbsp;:finance-ministry&nbsp;;
+       dct:language &lt;http://id.loc.gov/vocabulary/iso639-1/en&gt; &nbsp;;
+       dct:accrualPeriodicity &lt;http://purl.org/linked-data/sdmx/2009/code#freq-W&gt; &nbsp;;
+       dcat:distribution&nbsp;:dataset-001-csv&nbsp;;
        .
 </pre>
 
 <p>In order to express frequency of update in the example above, we chose to use an instance from the <a href="http://www.w3.org/TR/vocab-data-cube/#dsd-cog">Content-Oriented Guidelines</a> developed as part 
-of the <abbr title="World Wide Web Consortium">W3C</abbr> Data Cube Vocabulary efforts.</p>
+of the <abbr title="World Wide Web Consortium">W3C</abbr> Data Cube Vocabulary efforts. Additionally, we chose to describe the spatial and temporal coverage of the example dataset using URIs from <a href="http://www.geonames.org/">Geonames</a> and <a href="http://reference.data.gov.uk/id/interval">the Interval dataset</a> from data.gov.uk, respectively. A contact point is also provided where comments and feedback about the dataset can be sent. Further details about the contact point, such as email address or telephone number, can be provided using VCard [<cite><a class="bibref" href="#bib-vcard-rdf">vcard-rdf</a></cite>].</p>
+
 <p>The dataset distribution :dataset-001-csv can be downloaded as a 5Kb CSV file. This information is 
 represented via an RDF resource of type dcat:Distribution.
 </p>
-<pre>   :dataset-001-csv
-       a dcat:Distribution ;
-       dcat:downloadURL &lt;http://www.example.org/files/001.csv&gt; ;
-       dct:title "CSV distribution of imaginary dataset 001" ;
+<pre>  &nbsp;:dataset-001-csv
+       a dcat:Distribution&nbsp;;
+       dcat:downloadURL &lt;http://www.example.org/files/001.csv&gt;&nbsp;;
+       dct:title "CSV distribution of imaginary dataset 001"&nbsp;;
        dcat:mediaType "text/csv" ;
        dcat:byteSize "5120"^^xsd:decimal ;
        .
 </pre>
 </section>
 
-<section id="classifying-datasets">
-<h3 id="example-classification"><span class="secno">4.2 </span>Classifying datasets</h3>
-<p>The catalog classifies its datasets according to a set of domains represented by the relative URI :themes. SKOS can be used to describe the domains used:
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="classifying-datasets">
+<h3 id="example-classification" aria-level="2" role="heading"><span class="secno">4.2 </span>Classifying datasets</h3>
+<p>The catalog classifies its datasets according to a set of domains represented by the relative URI&nbsp;:themes. SKOS can be used to describe the domains used:
 </p>
-<pre>   :catalog dcat:themeTaxonomy :themes .
+<pre>  &nbsp;:catalog&nbsp;dcat:themeTaxonomy&nbsp;:themes&nbsp;.
 </pre>
 
-<pre>   :themes
-       a skos:ConceptScheme ;
-       skos:prefLabel "A set of domains to classify documents" ;
+<pre>  &nbsp;:themes
+       a skos:ConceptScheme&nbsp;;
+       skos:prefLabel "A set of domains to classify documents"&nbsp;;
        .
 </pre>
 
-<pre>   :dataset-001 dcat:theme :accountability  .
+<pre>  &nbsp;:dataset-001 dcat:theme&nbsp;:accountability&nbsp; .
 </pre>
-<p>Notice that this dataset is classified under the domain represented by the relative URI :accountability. 
-It is recommended to define the concept as part of the concepts scheme identified by the URI :themes that was used to describe the catalog domains. An example SKOS description:
+<p>Notice that this dataset is classified under the domain represented by the relative URI&nbsp;:accountability. 
+It is recommended to define the concept as part of the concepts scheme identified by the URI&nbsp;:themes that was used to describe the catalog domains. An example SKOS description:
 </p>
-<pre>   :accountability 
-       a skos:Concept ;
-       skos:inScheme :themes ;
-       skos:prefLabel "Accountability" ;
+<pre>  &nbsp;:accountability 
+       a skos:Concept&nbsp;;
+       skos:inScheme&nbsp;:themes&nbsp;;
+       skos:prefLabel "Accountability"&nbsp;;
        .
 </pre>
 </section>
 
-<section id="describing-catalog-records-metadata">
-<h3 id="example-catalog-record"><span class="secno">4.3 </span>Describing catalog records metadata</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="describing-catalog-records-metadata">
+<h3 id="example-catalog-record" aria-level="2" role="heading"><span class="secno">4.3 </span>Describing catalog records metadata</h3>
 <p>If the catalog publisher decides to keep metadata
 describing its records (i.e. the records containing metadata
 describing the datasets), dcat:CatalogRecord can be used. For example,
-while  :dataset-001 was issued on 2011-12-05, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by DCAT as in the following:
+while &nbsp;:dataset-001 was issued on 2011-12-05, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by DCAT as in the following:
 </p>
-<pre>   :catalog  dcat:record :record-001  .
+<pre>  &nbsp;:catalog  dcat:record&nbsp;:record-001&nbsp; .
 </pre>
 
-<pre>   :record-001
-       a dcat:CatalogRecord ;
-       foaf:primaryTopic :dataset-001 ;
-       dct:issued "2011-12-11"^^xsd:date ;
+<pre>  &nbsp;:record-001
+       a dcat:CatalogRecord&nbsp;;
+       foaf:primaryTopic&nbsp;:dataset-001&nbsp;;
+       dct:issued "2011-12-11"^^xsd:date&nbsp;;
        .  
 </pre>
 </section>
 
-<section id="a-dataset-available-only-behind-some-web-page">
-<h3 id="example-landing-page"><span class="secno">4.4 </span>A dataset available only behind some Web page</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="a-dataset-available-only-behind-some-web-page">
+<h3 id="example-landing-page" aria-level="2" role="heading"><span class="secno">4.4 </span>A dataset available only behind some Web page</h3>
 <p>:dataset-002 is available as a CSV file. However :dataset-002 can only be obtained through some Web page 
 where the user needs to click some links, provide some information and check some boxes 
 before accessing the data</p>
 
-<pre>   :dataset-002 
+<pre>  &nbsp;:dataset-002 
        a dcat:Dataset ;
        dcat:landingPage &lt;http://example.org/dataset-002.html&gt; ;
        dcat:distribution :dataset-002-csv ;
        .
-   :dataset-002-csv 
+  &nbsp;:dataset-002-csv 
        a dcat:Distribution ;
        dcat:accessURL &lt;http://example.org/dataset-002.html&gt; ;
        dcat:mediaType "text/csv" ;
@@ -1016,16 +540,16 @@
 Notice the use of dcat:landingPage and the definition of the dcat:Distribution instance.
 </section>
 
-<section id="a-dataset-available-as-download-and-behind-some-web-page">
-<h3 id="example-landing-page-download"><span class="secno">4.5 </span>A dataset available as download and behind some Web page</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="a-dataset-available-as-download-and-behind-some-web-page">
+<h3 id="example-landing-page-download" aria-level="2" role="heading"><span class="secno">4.5 </span>A dataset available as download and behind some Web page</h3>
 <p>On the other hand, :dataset-003 can be obtained through some landing page but also can be downloaded from a known URL.
 </p>
-<pre>   :dataset-003 
+<pre>  &nbsp;:dataset-003 
        a dcat:Dataset ;
        dcat:landingPage &lt;http://example.org/dataset-003.html&gt; ;
        dcat:distribution :dataset-003-csv ;
        .
-   :dataset-003-csv 
+  &nbsp;:dataset-003-csv 
        a dcat:Distribution ;
        dcat:downloadURL &lt;http://example.org/dataset-003.csv&gt; .
        dcat:mediaType "text/csv" ;
@@ -1037,13 +561,11 @@
 
 </section>
 
-<section id="vocabulary-specification">
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="vocabulary-specification">
+<!--OddPage--><h2 id="vocab-spec" aria-level="1" role="heading"><span class="secno">5. </span>Vocabulary specification</h2>
 
-<!--OddPage-->
-<h2 id="vocab-spec"><span class="secno">5. </span>Vocabulary specification</h2>
-
-<section id="class-catalog">
-<h3 id="Class:_Catalog"><span class="secno">5.1 </span>Class: Catalog</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-catalog">
+<h3 id="Class:_Catalog" aria-level="2" role="heading"><span class="secno">5.1 </span>Class: Catalog</h3>
 <p>The following properties are recommended for use on this class:
 <a href="#Property:catalog_catalog_record">catalog record</a>,
 <a href="#Property:catalog_dataset">dataset</a>,
@@ -1068,8 +590,8 @@
   </tbody>
 </table>
 
-<section>
-<h4 id="Property:catalog_title">Property: title</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_title" aria-level="3" role="heading">Property: title</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
   <tbody>
@@ -1079,8 +601,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_description">Property: description</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_description" aria-level="3" role="heading">Property: description</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dct:description</a></th></tr></thead>
   <tbody>
@@ -1090,54 +612,54 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_release_date">Property: release date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_release_date" aria-level="3" role="heading">Property: release date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Date of formal issuance (e.g., publication) of the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
     </td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a>, <a href="#Property:record_release_date" title=""> catalog record listing date</a> and <a href="#Property:distribution_release_date" title=""> distribution release date</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_update_date">Property: update/modification date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_update_date" aria-level="3" role="heading">Property: update/modification date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Most recent date on which the catalog was changed, updated or modified.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
     </td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a>, <a href="#Property:record_update_date" title=""> catalog record modification date</a> and <a href="#Property:distribution_update_date" title=""> distribution modification date</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_language">Property: language</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_language" aria-level="3" role="heading">Property: language</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/language">dct:language</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>The language of the catalog. This refers to the language used in the textual metadata describing titles, descriptions, etc. of the datasets in the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td>
     <a href="http://purl.org/dc/terms/LinguisticSystem">dct:LinguisticSystem</a>
-    <br />
+    <br>
     Resources defined by the Library of Congress (<a href="http://id.loc.gov/vocabulary/iso639-1.html">1</a>,
-     <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) <em class="rfc2119" title="should">should</em> be used.
-  <br />
-If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI <em class="rfc2119" title="should">should</em> be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code <em class="rfc2119" title="should">should</em> be used.</td></tr>
+     <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) <em class="rfc2119" title="SHOULD">SHOULD</em> be used.
+  <br>
+If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI <em class="rfc2119" title="SHOULD">SHOULD</em> be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code <em class="rfc2119" title="SHOULD">SHOULD</em> be used.</td></tr>
     <tr><td class="prop">Usage note:</td><td>Multiple values can be used. The publisher might also choose to describe the language on the dataset level (see <a href="#Property:dataset_language">dataset language</a>).</td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_homepage">Property: homepage</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_homepage" aria-level="3" role="heading">Property: homepage</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://xmlns.com/foaf/0.1/homepage">foaf:homepage</a></th></tr></thead>
   <tbody>
@@ -1149,8 +671,8 @@
 </section>
 
 
-<section>
-<h4 id="Property:catalog_publisher">Property: publisher</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_publisher" aria-level="3" role="heading">Property: publisher</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/publisher">dct:publisher</a></th></tr></thead>
   <tbody>
@@ -1162,8 +684,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_spatial">Property: spatial/geographic </h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_spatial" aria-level="3" role="heading">Property: spatial/geographic </h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/spatial">dct:spatial</a></th></tr></thead>
   <tbody>
@@ -1173,8 +695,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_themes">Property: themes</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_themes" aria-level="3" role="heading">Property: themes</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#themeTaxonomy">dcat:themeTaxonomy</a></th></tr></thead>
   <tbody>
@@ -1184,8 +706,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_license">Property: license</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_license" aria-level="3" role="heading">Property: license</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dct:license</a></th></tr></thead>
   <tbody>
@@ -1199,8 +721,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_rights">Property: rights</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_rights" aria-level="3" role="heading">Property: rights</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/rights">dct:rights</a></th></tr></thead>
   <tbody>
@@ -1214,8 +736,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_dataset">Property: dataset</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_dataset" aria-level="3" role="heading">Property: dataset</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#dataset">dcat:dataset</a></th></tr></thead>
   <tbody>
@@ -1227,8 +749,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:catalog_catalog_record">Property: catalog record</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:catalog_catalog_record" aria-level="3" role="heading">Property: catalog record</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#record">dcat:record</a></th></tr></thead>
   <tbody>
@@ -1238,12 +760,10 @@
   </tbody>
 </table>
 </section>
-</section> 
-<!-- end Class:Catalog -->
+</section> <!-- end Class:Catalog -->
 
-
-<section id="class-catalog-record">
-<h3 id="Class:_Catalog_record"><span class="secno">5.2 </span>Class: Catalog record</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-catalog-record">
+<h3 id="Class:_Catalog_record" aria-level="2" role="heading"><span class="secno">5.2 </span>Class: Catalog record</h3>
 <p>The following properties are recommended for use on this class:
 <a href="#Property:record_description">description</a>,
 <a href="#Property:record_release_date">listing date</a>,
@@ -1260,21 +780,21 @@
     a <em>dataset</em> and metadata about the <em>dataset's entry in the catalog</em>. For example, the <i>publication date</i> property of the <i>dataset</i> reflects 
     the date when the information was originally made available by the publishing agency, while the publication date of the <i>catalog record</i> is the date when the dataset was added to the catalog. 
     In cases where both dates differ, or where only the latter is known, the <em>publication date</em> should only be specified for the catalog record.
-    Notice that the <abbr title="World Wide Web Consortium">W3C</abbr> PROV Ontology [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.
+    Notice that the <abbr title="World Wide Web Consortium">W3C</abbr> PROV Ontology [<cite><a class="bibref" href="#bib-prov-o">prov-o</a></cite>] allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.
     </td></tr>
     <tr><td class="prop">See also</td><td><a href="#Class:_Dataset">Dataset</a></td></tr>
   </tbody>
 </table>
 
 
-<p>If a catalog is represented as an RDF Dataset with named graphs (as defined in [<cite><a class="bibref" href="#bib-SPARQL-QUERY-11">SPARQL-QUERY-11</a></cite>]), 
+<p>If a catalog is represented as an RDF Dataset with named graphs (as defined in [<cite><a class="bibref" href="#bib-sparql11-query">sparql11-query</a></cite>]), 
 then it is appropriate to place the description of each dataset 
 (consisting of all RDF triples that mention the dcat:Dataset, dcat:CatalogRecord, and any of its dcat:Distributions) 
 into a separate named graph. The name of that graph should be the IRI of the catalog record.
 </p>
 
-<section>
-<h4 id="Property:record_title">Property: title</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:record_title" aria-level="3" role="heading">Property: title</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
   <tbody>
@@ -1284,8 +804,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:record_description">Property: description</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:record_description" aria-level="3" role="heading">Property: description</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dct:description</a></th></tr></thead>
   <tbody>
@@ -1295,14 +815,14 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:record_release_date">Property: listing date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:record_release_date" aria-level="3" role="heading">Property: listing date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>The date of listing the corresponding dataset in the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
      </td></tr>
     <tr><td class="prop">Usage note:</td><td>This indicates the date of listing the dataset in the catalog and not the publication date of the dataset itself.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a></td></tr>
@@ -1311,14 +831,14 @@
 </section>
 
 
-<section>
-<h4 id="Property:record_update_date">Property: update/modification date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:record_update_date" aria-level="3" role="heading">Property: update/modification date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Most recent date on which the catalog entry was changed, updated or modified.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>] 
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>] 
      </td></tr>
     <tr><td class="prop">Usage note:</td><td>This indicates the date of last change of a catalog entry, i.e. the catalog metadata description of the dataset, and not the date of the dataset itself.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a></td></tr>
@@ -1326,8 +846,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:record_primary_topic">Property: primary topic</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:record_primary_topic" aria-level="3" role="heading">Property: primary topic</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://xmlns.com/foaf/0.1/primaryTopic">foaf:primaryTopic</a></th></tr></thead>
@@ -1338,12 +858,10 @@
   </tbody>
 </table>
 </section>
-</section> 
-<!-- end Class catalog record -->
+</section> <!-- end Class catalog record -->
 
-
-<section id="class-dataset">
-<h3 id="Class:_Dataset"><span class="secno">5.3 </span>Class: Dataset</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-dataset">
+<h3 id="Class:_Dataset" aria-level="2" role="heading"><span class="secno">5.3 </span>Class: Dataset</h3>
 <p>The following properties are recommended for use on this class:
 <a href="#Property:dataset_contactPoint">contact point</a>,
 <a href="#Property:dataset_description">description</a>,
@@ -1373,8 +891,8 @@
   </tbody>
 </table>
 
-<section>
-<h4 id="Property:dataset_title">Property: title</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_title" aria-level="3" role="heading">Property: title</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
   <tbody>
@@ -1384,8 +902,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_description">Property: description</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_description" aria-level="3" role="heading">Property: description</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dct:description</a></th></tr></thead>
   <tbody>
@@ -1395,28 +913,28 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_release_date">Property: release date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_release_date" aria-level="3" role="heading">Property: release date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Date of formal issuance (e.g., publication) of the dataset.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
     </td></tr>
     <tr><td class="prop">Usage note:</td><td>This property should be set using the first known date of issuance.</td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_update_date">Property: update/modification date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_update_date" aria-level="3" role="heading">Property: update/modification date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Most recent date on which the dataset was changed, updated or modified.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
     </td></tr>
     <tr><td class="prop">Usage note:</td><td>The value of this property indicates a change to the actual dataset, not a change to the catalog record. An absent value may indicate that the dataset has never changed after its initial publication, or that the date of last modification is not known, or that the dataset is continuously updated.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_frequency">frequency</a></td></tr>
@@ -1424,25 +942,31 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_language">Property: language</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_language" aria-level="3" role="heading">Property: language</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/language">dct:language</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>The language of the dataset.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/LinguisticSystem">dct:LinguisticSystem</a>
-    <br />
+    <br>
     Resources defined by the Library of Congress (<a href="http://id.loc.gov/vocabulary/iso639-1.html">1</a>,
-     <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) <em class="rfc2119" title="should">should</em> be used.
-  <br />
-If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI <em class="rfc2119" title="should">should</em> be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code <em class="rfc2119" title="should">should</em> be used.</td></tr>
-    <tr><td class="prop">Usage note:</td><td>This overrides the value of the <a href="#Property:catalog_language">catalog language</a> in case of conflict.</td></tr>
+     <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) <em class="rfc2119" title="SHOULD">SHOULD</em> be used.
+  <br>
+If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI <em class="rfc2119" title="SHOULD">SHOULD</em> be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code <em class="rfc2119" title="SHOULD">SHOULD</em> be used.</td></tr>
+    <tr><td class="prop">Usage note:</td><td>
+    <ul>
+    <li>This overrides the value of the <a href="#Property:catalog_language">catalog language</a> in case of conflict.</li>
+    <li>
+    If the dataset is available in multiple languages, use multiple values for this property. If each language is available separately, define an instance of dcat:Distribution for each language and describe the specific language of each distribution using dct:language (i.e. the dataset will have multiple dct:language values and each distribution will have one of these languages as value of its dct:language property).
+    </li>
+    </ul></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_publisher">Property: publisher</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_publisher" aria-level="3" role="heading">Property: publisher</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/publisher">dct:publisher</a></th></tr></thead>
   <tbody>
@@ -1454,8 +978,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_frequency">Property: frequency</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_frequency" aria-level="3" role="heading">Property: frequency</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/accrualPeriodicity">dct:accrualPeriodicity</a></th></tr></thead>
   <tbody>
@@ -1465,8 +989,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_identifier">Property: identifier</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_identifier" aria-level="3" role="heading">Property: identifier</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/identifier">dct:identifier</a></th></tr></thead>
   <tbody>
@@ -1477,8 +1001,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_spatial">Property: spatial/geographical coverage</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_spatial" aria-level="3" role="heading">Property: spatial/geographical coverage</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/spatial">dct:spatial</a></th></tr></thead>
   <tbody>
@@ -1488,8 +1012,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_temporal">Property: temporal coverage</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_temporal" aria-level="3" role="heading">Property: temporal coverage</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/temporal">dct:temporal</a></th></tr></thead>
@@ -1500,8 +1024,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_theme">Property: theme/category</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_theme" aria-level="3" role="heading">Property: theme/category</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#theme">dcat:theme</a></th></tr></thead>
@@ -1515,8 +1039,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_keyword">Property: keyword/tag</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_keyword" aria-level="3" role="heading">Property: keyword/tag</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#keyword">dcat:keyword</a></th></tr></thead>
@@ -1527,20 +1051,20 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_contactPoint">Property: contact point</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_contactPoint" aria-level="3" role="heading">Property: contact point</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#contactPoint">dcat:contactPoint</a></th></tr></thead>
   <tbody>
-    <tr><td class="prop">Definition:</td><td>Link a dataset to relevant contact information which is provided using VCard [<cite><a class="bibref" href="#bib-VCARD">VCARD</a></cite>].</td></tr>
-    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#VCard">vcard:VCard</a></td></tr>
+    <tr><td class="prop">Definition:</td><td>Link a dataset to relevant contact information which is provided using VCard [<cite><a class="bibref" href="#bib-vcard-rdf">vcard-rdf</a></cite>].</td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#Kind">vcard:Kind</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_distribution">Property: dataset distribution</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_distribution" aria-level="3" role="heading">Property: dataset distribution</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#distribution">dcat:distribution</a></th></tr></thead>
   <tbody>
@@ -1551,8 +1075,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:dataset_landingpage">Property: landing page</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:dataset_landingpage" aria-level="3" role="heading">Property: landing page</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#landingPage">dcat:landingPage</a></th></tr></thead>
   <tbody>
@@ -1562,17 +1086,15 @@
     <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Document">foaf:Document</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>
         If the distribution(s) are accessible only through a landing page 
-    (i.e. direct download URLs are not known), then the landing page link <em class="rfc2119" title="should">should</em> be duplicated as accessURL on a distribution. (see <a href="#example-landing-page">example 4.4</a>)
+    (i.e. direct download URLs are not known), then the landing page link <em class="rfc2119" title="SHOULD">SHOULD</em> be duplicated as accessURL on a distribution. (see <a href="#example-landing-page">example 4.4</a>)
     </td></tr>
   </tbody>
 </table>
 </section>
-</section> 
-<!-- end class Dataset -->
+</section> <!-- end class Dataset -->
 
-
-<section id="class-distribution">
-<h3 id="Class:_Distribution"><span class="secno">5.4 </span>Class: Distribution</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-distribution">
+<h3 id="Class:_Distribution" aria-level="2" role="heading"><span class="secno">5.4 </span>Class: Distribution</h3>
 <p>The following properties are recommended for use on this class:
 <a href="#Property:distribution_accessurl">access URL</a>,
 <a href="#Property:distribution_size">byte size</a>,
@@ -1599,8 +1121,8 @@
   </tbody>
 </table>
 
-<section>
-<h4 id="Property:distribution_title">Property: title</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_title" aria-level="3" role="heading">Property: title</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
   <tbody>
@@ -1610,8 +1132,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_description">Property: description</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_description" aria-level="3" role="heading">Property: description</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dct:description</a></th></tr></thead>
   <tbody>
@@ -1621,14 +1143,14 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_release_date">Property: release date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_release_date" aria-level="3" role="heading">Property: release date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Date of formal issuance (e.g., publication) of the distribution.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]
     </td></tr>
     <tr><td class="prop">Usage note:</td><td>This property should be set using the first known date of issuance.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a></td></tr>
@@ -1636,21 +1158,21 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_update_date">Property: update/modification date</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_update_date" aria-level="3" role="heading">Property: update/modification date</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>Most recent date on which the distribution was changed, updated or modified.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> 
-    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>]</td></tr>
+    encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [<cite><a class="bibref" href="#bib-xmlschema-2">xmlschema-2</a></cite>]</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_license">Property: license</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_license" aria-level="3" role="heading">Property: license</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dct:license</a></th></tr></thead>
   <tbody>
@@ -1662,8 +1184,8 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_rights">Property: rights</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_rights" aria-level="3" role="heading">Property: rights</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/rights">dct:rights</a></th></tr></thead>
   <tbody>
@@ -1679,41 +1201,47 @@
 </section>
 
 
-<section>
-<h4 id="Property:distribution_accessurl">Property: access URL</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_accessurl" aria-level="3" role="heading">Property: access URL</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#accessURL">dcat:accessURL</a></th></tr></thead>
   <tbody>
-    <tr><td class="prop">Definition:</td><td>Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, 
-SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.</td></tr>
+    <tr><td class="prop">Definition:</td><td>A landing page, feed, SPARQL endpoint or other type of resource that gives access to the distribution of the dataset</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td><ul> <li>the value is a URL.</li>
+    <tr><td class="prop">Usage note:</td><td>
+    <ul>
+    <li>
+    Use accessURL, and not downloadURL, when it is definitely not a download or when you are not sure whether it is.
+    </li>
     <li>
     If the distribution(s) are accessible only through a landing page 
-    (i.e. direct download URLs are not known), then the landing page link <em class="rfc2119" title="should">should</em> be duplicated as accessURL on a distribution. (see <a href="#example-landing-page">example 4.4</a>)
-    </li></ul>
+    (i.e. direct download URLs are not known), then the landing page link <em class="rfc2119" title="SHOULD">SHOULD</em> be duplicated as accessURL on a distribution. (see <a href="#example-landing-page">example 4.4</a>)
+    </li>
+    </ul>
+
     </td></tr>
     <tr><td class="prop">See also</td><td><a href="#Property:distribution_downloadurl">distribution download URL</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_downloadurl">Property: download URL</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_downloadurl" aria-level="3" role="heading">Property: download URL</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#downloadURL">dcat:downloadURL</a></th></tr></thead>
   <tbody>
-    <tr><td class="prop">Definition:</td><td>This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. 
-The format is described by the distribution's dc:format and/or dcat:mediaType</td></tr>
+    <tr><td class="prop">Definition:</td><td>A file that contains the distribution of the dataset in a given format</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td>the value is a URL.</td></tr>
+     <tr><td class="prop">Usage note:</td><td>
+     dcat:downloadURL is a specific form of dcat:accessURL. Nevertheless, DCAT does not  define dcat:downloadURL as a subproperty of dcat:accessURL not to enforce this entailment  as DCAT profiles may wish to impose a stronger separation where they only use accessURL for non-download locations.
+     </td></tr>
     <tr><td class="prop">See also</td><td><a href="#Property:distribution_accessurl">distribution access URL</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_size">Property: byteSize</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_size" aria-level="3" role="heading">Property: byteSize</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#size">dcat:byteSize</a></th></tr></thead>
   <tbody>
@@ -1724,38 +1252,36 @@
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_media_type">Property: media type</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_media_type" aria-level="3" role="heading">Property: media type</h4>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#mediaType">dcat:mediaType</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>The media type of the distribution as defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/format">dct:format</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td>This property <em class="rfc2119" title="should">should</em> be used when the media type of the distribution is defined in <a href="http://www.iana.org/assignments/media-types/">IANA</a>, otherwise dct:format <em class="rfc2119" title="may">may</em> be used with different values.</td></tr>
+    <tr><td class="prop">Usage note:</td><td>This property <em class="rfc2119" title="SHOULD">SHOULD</em> be used when the media type of the distribution is defined in <a href="http://www.iana.org/assignments/media-types/">IANA</a>, otherwise dct:format <em class="rfc2119" title="MAY">MAY</em> be used with different values.</td></tr>
         <tr><td class="prop">See also:</td><td><a href="#Property:distribution_format"> format</a></td></tr>
   </tbody>
 </table>
 </section>
 
-<section>
-<h4 id="Property:distribution_format">Property: format</h4>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="Property:distribution_format" aria-level="3" role="heading">Property: format</h4>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/format">dct:format</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Definition:</td><td>The file format of the distribution.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td> <a href="#Property:distribution_media_type">dcat:mediaType</a> <em class="rfc2119" title="should">should</em> be used if the type of the distribution is defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
+    <tr><td class="prop">Usage note:</td><td> <a href="#Property:distribution_media_type">dcat:mediaType</a> <em class="rfc2119" title="SHOULD">SHOULD</em> be used if the type of the distribution is defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
   </tbody>
 </table>
 </section>
-</section> 
-<!-- end class Distribution -->
+</section> <!-- end class Distribution -->
 
-
-<section id="class-concept-scheme">
-<h3 id="Class:_Concept_Scheme"><span class="secno">5.5 </span>Class: Concept scheme</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-concept-scheme">
+<h3 id="Class:_Concept_Scheme" aria-level="2" role="heading"><span class="secno">5.5 </span>Class: Concept scheme</h3>
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a></th></tr></thead>
   <tbody>
@@ -1765,8 +1291,8 @@
 </table>
 </section>
 
-<section id="class-concept">
-<h3 id="Class:_Concept"><span class="secno">5.6 </span>Class: Concept</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-concept">
+<h3 id="Class:_Concept" aria-level="2" role="heading"><span class="secno">5.6 </span>Class: Concept</h3>
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></th></tr></thead>
   <tbody>
@@ -1778,8 +1304,8 @@
 </table>
 </section>
 
-<section id="class-organization-person">
-<h3 id="Class:_Organization.2FPerson"><span class="secno">5.7 </span>Class: Organization/Person</h3>
+<section typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter" id="class-organization-person">
+<h3 id="Class:_Organization.2FPerson" aria-level="2" role="heading"><span class="secno">5.7 </span>Class: Organization/Person</h3>
 
 <table class="definition">
   <thead><tr><th>RDF Classes:</th><th><a href="http://xmlns.com/foaf/0.1/Person">foaf:Person</a> for people and <a href="http://xmlns.com/foaf/0.1/Organization">foaf:Organization</a> for government agencies or other entities.</th></tr></thead>
@@ -1792,10 +1318,8 @@
 
 </section>
 
-<section id="acknowledgements" class="appendix">
-
-<!--OddPage-->
-<h2><span class="secno">A. </span>Acknowledgements</h2>
+<section id="acknowledgements" class="appendix" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<!--OddPage--><h2 aria-level="1" role="heading" id="h2_acknowledgements"><span class="secno">A. </span>Acknowledgements</h2>
 <p>This document contains a significant contribution from Richard Cyganiak. Richard Cyganiak 
 is one of the initiators of the DCAT work and 
 significantly contributed to the work on this specification as it made its way through the <abbr title="World Wide Web Consortium">W3C</abbr> process.</p>
@@ -1803,10 +1327,25 @@
 <p>This document has benefited from inputs from many members of the Government Linked Data Working Group. 
 Specific thanks are due to Ghislain Atemezing, Martin Alvarez and Makx Dekkers.</p>
 </section>
-<section id="change-history" class="appendix">
+<section id="change-history" class="appendix" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<!--OddPage--><h2 aria-level="1" role="heading" id="h2_change-history"><span class="secno">B. </span>Change history</h2>
+<p> Changes since <a href="http://www.w3.org/TR/2013/WD-vocab-dcat-20130801/"> the second <abbr title="World Wide Web Consortium">W3C</abbr> Last Call working Draft 01 August 2013</a>: </p>
+<ul>
+<li> Section 4.1: the provided example is extended with example usage of properties dct:spatial, dct:temporal and dcat:contactPoint</li>
+<li>Section 5.4 Property: access URL; definition and usage note texts clarified</li>
+<li>Section 5.4 Property: download URL; usage note saying "this value is a URL" is removed as it is confusing given that the range is rdfs:Resource  </li>
+<li>Section 5.3 Property: contact point; change range from vcard:VCard to vcard:Kind. These two classes are equivalent however vcard:VCard is deprecated. </li>
+<li>
+Section 5.3 Property: language; usage note is expanded to describe the case of multiple language datasets.
+</li>
+<li>
+Section 4. Clarification text regarding versioning is added:
+"DCAT itself does not define properties specific to APIs description. 
+These are considered out of the scope of this version of the vocabulary. Nevertheless, this can be defined as a profile of the DCAT vocabulary."
+</li>
+<li>Section 5.4 Property: download URL; usage note added to clarify the relationship to dcat:accessURL</li>
+</ul>
 
-<!--OddPage-->
-<h2><span class="secno">B. </span>Change history</h2>
 <p> Changes since <a href="http://www.w3.org/TR/2013/WD-vocab-dcat-20130312/"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call working Draft 12 March 2013</a>: </p>
 <ul>
 <li> Section 4: diagram updated with new properties</li>
@@ -1822,13 +1361,11 @@
 </ul>
 </section>
 
-<div id="orbiousinterest_dialog" style="display: none;"><div class="container">  <div class="header">Mark as unread</div>  URL <input type="text" value="" class="url" readonly="readonly" /><br />  Title <input type="text" value="" class="title" /><br />  Tags <input type="text" value="tags, seperated by commas" class="tags empty" />  <div class="buttons">     <input type="button" value="Cancel" class="cancel" />     <input type="button" value="Save" class="save" />  </div></div></div><a id="ORBVIOUS_DOMWindowHost" href="#orbiousinterest_dialog"></a><div class="diigolet notice" id="diigolet-notice" style="display: none;"><div><b> </b><p>Ok, done!</p><span id="close"></span></div></div><div id="diigolet-csm" style="position: absolute; display: none;" class="yellow"><a id="diigolet-csm-highlight" href="javascript:void(0);"></a><a id="diigolet-csm-search" href="javascript:void(0);"></a><div id="diigolet-csm-color" class="small hidden" style="overflow: hidden; height: 0px;"><a class="diigolet-csm-coloritem" id="diigolet-csm-yellow" style="overflow: hidden; height: 7px;"></a><a class="diigolet-csm-coloritem" id="diigolet-csm-blue" style="overflow: hidden; height: 7px;"></a><a class="diigolet-csm-coloritem" id="diigolet-csm-green" style="overflow: hidden; height: 7px;"></a><a class="diigolet-csm-coloritem" id="diigolet-csm-pink" style="overflow: hidden; height: 7px;"></a></div></div><section id="references" class="appendix">
-<!--OddPage-->
-<h2><span class="secno">C. </span>References</h2><section id="normative-references"><h3><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
-</dd></dl></section><section id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-O">[PROV-O]</dt><dd>T. Lebo; S. Sahoo; D. McGuinness. <a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/"><cite>PROV-O: The PROV Ontology</cite></a> April 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/">http://www.w3.org/TR/2013/REC-prov-o-20130430/</a>
-</dd><dt id="bib-SPARQL-QUERY-11">[SPARQL-QUERY-11]</dt><dd>Steve Harris; Andy Seaborne. <a href="http://www.w3.org/TR/2012/PR-sparql11-query-20121108/"><cite>SPARQL 1.1 Query Language</cite></a> 8 November 2012. W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2012/PR-sparql11-query-20121108/">http://www.w3.org/TR/2012/PR-sparql11-query-20121108/</a>
-</dd><dt id="bib-TURTLE-TR">[TURTLE-TR]</dt><dd>Eric Prud'hommeaux, Gavin Carothers. <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/"><cite>Turtle: Terse RDF Triple Language.</cite></a> 19 February 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>
-</dd><dt id="bib-VCARD">[VCARD]</dt><dd>R. Iannella; et al. <a href="http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120"><cite>Representing vCard Objects in RDF</cite></a> January 2010. W3C Member Sumission 20 January 2010. URL: <a href="http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120">http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120</a>
-</dd><dt id="bib-VOID">[VOID]</dt><dd>Keith Alexander; Richard Cyganiak; Michael Hausenblas; Jun Zhao. <a href="http://www.w3.org/TR/void/"><cite>Describing Linked Datasets with the VoID Vocabulary</cite></a> 03 March 2011. Interest Group Note. URL: <a href="http://www.w3.org/TR/void/">http://www.w3.org/TR/void/</a>
-</dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd>David Peterson; Shudi (Sandy) Gao; Ashok Malhotra; C. M. Sperberg-McQueen; Henry S. Thompson. <a href="http://www.w3.org/TR/xmlschema11-2/"><cite>W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes</cite></a> April 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema11-2/">http://www.w3.org/TR/xmlschema11-2/</a>
+<section id="references" class="appendix" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><!--OddPage--><h2 aria-level="1" role="heading" id="h2_references"><span class="secno">C. </span>References</h2><section id="normative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_normative-references"><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography" about=""><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
+</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-prov-o">[prov-o]</dt><dd rel="dcterms:references">Timothy Lebo; Satya Sahoo; Deborah McGuinness. <a href="http://www.w3.org/TR/prov-o/"><cite>PROV-O: The PROV Ontology</cite></a>. 30 April 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a>
+</dd><dt id="bib-sparql11-query">[sparql11-query]</dt><dd rel="dcterms:references">Steven Harris; Andy Seaborne. <a href="http://www.w3.org/TR/sparql11-query/"><cite>SPARQL 1.1 Query Language</cite></a>. 21 March 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/sparql11-query/">http://www.w3.org/TR/sparql11-query/</a>
+</dd><dt id="bib-turtle">[turtle]</dt><dd rel="dcterms:references">Eric Prud'hommeaux; Gavin Carothers. <a href="http://www.w3.org/TR/turtle/"><cite>Turtle</cite></a>. 19 February 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/turtle/">http://www.w3.org/TR/turtle/</a>
+</dd><dt id="bib-vcard-rdf">[vcard-rdf]</dt><dd rel="dcterms:references">Renato Iannella; James McKinney. <a href="http://www.w3.org/TR/vcard-rdf/"><cite>vCard Ontology</cite></a>. 24 September 2013. W3C Working Draft. URL: <a href="http://www.w3.org/TR/vcard-rdf/">http://www.w3.org/TR/vcard-rdf/</a>
+</dd><dt id="bib-void">[void]</dt><dd rel="dcterms:references">Keith Alexander; Richard Cyganiak; Michael Hausenblas; Jun Zhao. <a href="http://www.w3.org/TR/void/"><cite>Describing Linked Datasets with the VoID Vocabulary</cite></a>. 3 March 2011. W3C Note. URL: <a href="http://www.w3.org/TR/void/">http://www.w3.org/TR/void/</a>
+</dd><dt id="bib-xmlschema-2">[xmlschema-2]</dt><dd rel="dcterms:references">Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/xmlschema-2/"><cite>XML Schema Part 2: Datatypes Second Edition</cite></a>. 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a>
 </dd></dl></section></section></body></html>
\ No newline at end of file