generated
authorSandro Hawke <sandro@hawke.org>
Wed, 04 Apr 2012 20:23:06 -0400
changeset 160 d3bd670fce21
parent 159 61c83e7bbd91
child 161 9599aae6f582
generated
dcat/static.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dcat/static.html	Wed Apr 04 20:23:06 2012 -0400
@@ -0,0 +1,1242 @@
+<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
+<html lang="en" dir="ltr">
+<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]>
+  <script src="http://www.w3.org/2008/site/js/html5shiv.js"></script>  <![endif]-->
+	
+  <style type="text/css">
+  table {
+    border-collapse:collapse;
+  }
+  td, th {
+    border:1px solid black;
+    padding:1em;
+  }  
+  table#namespaces td {
+    font-family: monospace;
+  }
+  table.definition {
+    width:100%;
+  }
+  table.definition td.prop {
+    width:10em;
+  }
+/*  .editorsnote::before {
+    content:    "Editor's Note";
+    display:    block;
+  	width:      150px;
+    background: #F30023;
+    color:  #fff;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    padding:    3px 1em;
+  }
+  .editorsnote {
+    margin: 1em 0em 1em 1em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+  } */
+pre {
+	padding: 1em;
+	border: 1px dashed #2f6fab;
+	color: black;
+	background-color: #f9f9f9;
+	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">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
+ *****************************************************************/
+
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+code {
+    color:  #ff4500;
+}
+
+
+/* --- WEB IDL --- */
+pre.idl {
+    border-top: 1px solid #90b8de;
+    border-bottom: 1px solid #90b8de;
+    padding:    1em;
+    line-height:    120%;
+}
+
+pre.idl::before {
+    content:    "WebIDL";
+    display:    block;
+    width:      150px;
+    background: #90b8de;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+.idlType {
+    color:  #ff4500;
+    font-weight:    bold;
+    text-decoration:    none;
+}
+
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+    font-weight:    bold;
+    color:  #005a9c;
+}
+
+.idlSuperclass {
+    font-style: italic;
+    color:  #005a9c;
+}
+
+/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType {
+    color:  #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+    color:  #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlMethod*/
+.idlMethType {
+    color:  #005a9c;
+}
+.idlMethName {
+    color:  #ff4500;
+}
+.idlMethName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlParam*/
+.idlParamType {
+    color:  #005a9c;
+}
+.idlParamName {
+    font-style: italic;
+}
+
+.extAttr {
+    color:  #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+    color:  #005a9c;
+}
+.idlConstName {
+    color:  #ff4500;
+}
+.idlConstName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+    font-weight:    bold;
+    color:  #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+    color:  #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+    color:  #c00;
+    font-weight:    normal;
+}
+
+.excName a {
+    font-family:    monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+    border-bottom:  1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+    width:  45px;
+    text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
+
+.idlImplements a {
+    font-weight:    bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+    margin-left:    2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+    font-weight:    normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+    font-weight:    bold;
+    color:  #000;
+    font-family:    monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+    background:  #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+    color:  #005a9c;
+    background:  transparent;
+    font-family:    inherit;
+    font-weight:    normal;
+    font-style: italic;
+}
+
+.methods dt code {
+    background:  #d9e6f8;
+}
+
+.constants dt code {
+    background:  #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
+    margin-bottom:  1em;
+}
+
+table.parameters, table.exceptions {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    margin: 0.5em 0;
+    width:  100%;
+}
+table.parameters { border-bottom:  1px solid #90b8de; }
+table.exceptions { border-bottom:  1px solid #deb890; }
+
+.parameters th, .exceptions th {
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+    font-family:    initial;
+    font-weight:    normal;
+    text-shadow:    #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+    vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+    border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+    width:  100px;
+}
+
+.parameters td.prmType {
+    width:  120px;
+}
+
+table.exceptions table {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    width:  100%;
+}
+
+/* --- TOC --- */
+.toc a {
+    text-decoration:    none;
+}
+
+a .secno {
+    color:  #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+
+/* --- EXAMPLES --- */
+pre.example {
+    border-top: 1px solid #ff4500;
+    border-bottom: 1px solid #ff4500;
+    padding:    1em;
+    margin-top: 1em;
+}
+
+pre.example::before {
+    content:    "Example";
+    display:    block;
+    width:      150px;
+    background: #ff4500;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #ffc;
+}
+
+.issue::before {
+    content:    "Issue";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.note {
+    margin: 1em 0em 0em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+    background: #e2fff0;
+}
+
+.note::before {
+    content:    "Note";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+    border: solid #bebebe 1px;
+    margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+    margin: 1.5em 0.5em 1em 1em;
+    font-weight: bold;
+    font-style: italic;
+}
+
+span.practicelab   { background: #dfffff; }
+
+span.practicelab {
+    position: relative;
+    padding: 0 0.5em;
+    top: -1.5em;
+}
+
+p.practicedesc {
+    margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+    p.practicedesc {
+        position: relative;
+        top: -2em;
+        padding: 0;
+        margin: 1.5em 0.5em -1em 1em;
+    }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+  background-color: white;
+  color: black;
+  font-style: normal;
+  font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
+pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</style><link charset="utf-8" type="text/css" rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"></head>
+<body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p><h1 class="title" id="title">Data Catalog Vocabulary (DCAT)</h1><h2 id="w3c-working-draft-05-april-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 05 April 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-vocab-dcat-20120405/">http://www.w3.org/TR/2012/WD-vocab-dcat-20120405/</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><dt>Editors:</dt><dd><a href="mailto:fadi.maali@deri.org">Fadi Maali</a>, <a href="http://www.deri.ie">DERI, NUIG</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><a href="mailto:phila@w3.org">Phil Archer</a>, <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a></dd>
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <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>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <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></div>
+
+<div class="introductory section" id="abstract"><h2>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>
+</div><div id="sotd" class="introductory section"><h2>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 <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
+  <p>This publication signals the move of DCAT onto the <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation Track.  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 (GLD) Working Group</a> as a First Public Working Draft. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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 feedback is welcome.</p><p>Publication as a Working Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> 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 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> 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 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div class="section" id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a class="tocxref" href="#conformance"><span class="secno">2. </span>Conformance</a></li><li class="tocline"><a class="tocxref" href="#namespaces-1"><span class="secno">3. </span>Namespaces</a></li><li class="tocline"><a class="tocxref" href="#vocabulary-overview"><span class="secno">4. </span>Vocabulary Overview</a></li><li class="tocline"><a class="tocxref" href="#class--catalog"><span class="secno">5. </span>Class: Catalog</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--homepage"><span class="secno">5.1 </span>Property: homepage</a></li><li class="tocline"><a class="tocxref" href="#property--publisher"><span class="secno">5.2 </span>Property: publisher</a></li><li class="tocline"><a class="tocxref" href="#property--spatial-geographic-coverage"><span class="secno">5.3 </span>Property: spatial/geographic coverage&gt;</a></li><li class="tocline"><a class="tocxref" href="#property--themes"><span class="secno">5.4 </span>Property: themes</a></li><li class="tocline"><a class="tocxref" href="#property--title"><span class="secno">5.5 </span>Property: title</a></li><li class="tocline"><a class="tocxref" href="#property--description"><span class="secno">5.6 </span>Property: description</a></li><li class="tocline"><a class="tocxref" href="#property--language"><span class="secno">5.7 </span>Property: language</a></li><li class="tocline"><a class="tocxref" href="#property--license"><span class="secno">5.8 </span>Property: license</a></li><li class="tocline"><a class="tocxref" href="#property--dataset"><span class="secno">5.9 </span>Property: dataset</a></li><li class="tocline"><a class="tocxref" href="#property--catalog-record"><span class="secno">5.10 </span>Property: catalog record</a></li></ul></li><li class="tocline"><a class="tocxref" href="#class--catalog-record"><span class="secno">6. </span>Class: Catalog record</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--listing-date"><span class="secno">6.1 </span>Property: listing date</a></li><li class="tocline"><a class="tocxref" href="#property--update-modification-date"><span class="secno">6.2 </span>Property: update/modification date</a></li><li class="tocline"><a class="tocxref" href="#property--dataset-1"><span class="secno">6.3 </span>Property: dataset</a></li></ul></li><li class="tocline"><a class="tocxref" href="#class--dataset"><span class="secno">7. </span>Class: Dataset</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--update-modification-date-1"><span class="secno">7.1 </span>Property: update/modification date</a></li><li class="tocline"><a class="tocxref" href="#property--title-1"><span class="secno">7.2 </span>Property: title</a></li><li class="tocline"><a class="tocxref" href="#property--description-1"><span class="secno">7.3 </span>Property: description</a></li><li class="tocline"><a class="tocxref" href="#property--publisher-1"><span class="secno">7.4 </span>Property: publisher</a></li><li class="tocline"><a class="tocxref" href="#property--release-date"><span class="secno">7.5 </span>Property: release date</a></li><li class="tocline"><a class="tocxref" href="#property--frequency"><span class="secno">7.6 </span>Property: frequency</a></li><li class="tocline"><a class="tocxref" href="#property--identifier"><span class="secno">7.7 </span>Property: identifier</a></li><li class="tocline"><a class="tocxref" href="#property--spatial-geographical-coverage"><span class="secno">7.8 </span>Property: spatial/geographical coverage</a></li><li class="tocline"><a class="tocxref" href="#property--temporal-coverage"><span class="secno">7.9 </span>Property: temporal coverage</a></li><li class="tocline"><a class="tocxref" href="#property--language-1"><span class="secno">7.10 </span>Property: language</a></li><li class="tocline"><a class="tocxref" href="#property--license-1"><span class="secno">7.11 </span>Property: license</a></li><li class="tocline"><a class="tocxref" href="#property--granularity"><span class="secno">7.12 </span>Property: granularity</a></li><li class="tocline"><a class="tocxref" href="#property--data-dictionary"><span class="secno">7.13 </span>Property: data dictionary</a></li><li class="tocline"><a class="tocxref" href="#property--data-quality"><span class="secno">7.14 </span>Property: data quality</a></li><li class="tocline"><a class="tocxref" href="#property--theme-category"><span class="secno">7.15 </span>Property: theme/category</a></li><li class="tocline"><a class="tocxref" href="#property--keyword-tag"><span class="secno">7.16 </span>Property: keyword/tag</a></li><li class="tocline"><a class="tocxref" href="#property--related-documents"><span class="secno">7.17 </span>Property: related documents</a></li><li class="tocline"><a class="tocxref" href="#property--dataset-distribution"><span class="secno">7.18 </span>Property: dataset distribution</a></li><li class="tocline"><a class="tocxref" href="#class--distribution"><span class="secno">7.19 </span>Class: Distribution</a></li><li class="tocline"><a class="tocxref" href="#property--access-download"><span class="secno">7.20 </span>Property: access/download</a></li><li class="tocline"><a class="tocxref" href="#property--size"><span class="secno">7.21 </span>Property: size</a></li><li class="tocline"><a class="tocxref" href="#property--format"><span class="secno">7.22 </span>Property: format</a></li></ul></li><li class="tocline"><a class="tocxref" href="#class--download"><span class="secno">8. </span>Class: Download</a></li><li class="tocline"><a class="tocxref" href="#class--webservice"><span class="secno">9. </span>Class: WebService</a></li><li class="tocline"><a class="tocxref" href="#class--feed"><span class="secno">10. </span>Class: Feed</a></li><li class="tocline"><a class="tocxref" href="#class--category-and-category-scheme"><span class="secno">11. </span>Class: Category and category scheme</a></li><li class="tocline"><a class="tocxref" href="#class--organization-person"><span class="secno">12. </span>Class: Organization/Person</a></li><li class="tocline"><a class="tocxref" href="#extending-the-dcat-vocabulary"><span class="secno">13. </span>Extending the DCAT vocabulary</a></li><li class="tocline"><a class="tocxref" href="#references"><span class="secno">A. </span>References</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><span class="secno">A.1 </span>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><span class="secno">A.2 </span>Informative references</a></li></ul></li></ul></div>
+
+
+
+<div id="introduction" class="informative section">
+<!--OddPage--><h2 id="intro"><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></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>
+</div>
+
+<div class="section" id="conformance"><!--OddPage--><h2><span class="secno">2. </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 title="must" class="rfc2119">must</em>, <em title="must not" class="rfc2119">must not</em>, <em title="required" class="rfc2119">required</em>, <em title="should" class="rfc2119">should</em>, <em title="should not" class="rfc2119">should not</em>, <em title="recommended" class="rfc2119">recommended</em>, <em title="may" class="rfc2119">may</em>, and <em title="optional" class="rfc2119">optional</em> in this specification are to be interpreted as described in [<cite><a href="#bib-RFC2119" rel="biblioentry" class="bibref">RFC2119</a></cite>].</p>
+
+<ul>
+<li><i>DCAT compliance</i> means that a provider uses a subset of the DCAT vocabulary when publishing catalog and dataset metadata. This is likely to be the common case.</li>
+<li><i>DCAT conformance</i> means that a provider uses the entire DCAT vocabulary when publishing catalog and dataset metadata.</li>
+</ul>
+</div>
+<div class="section" id="namespaces-1">
+<!--OddPage--><h2 id="ns"><span class="secno">3. </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
+properties of its own. A full set of namespaces and prefixes used in this
+document is shown in the table below.</p>
+
+<table id="namespaces">
+  <thead><tr><th>Prefix</th><th>Namespace</th></tr></thead>
+  <tbody>
+    <tr><td>dcat</td><td>http://www.w3.org/ns/dcat#</td></tr>
+    <tr><td>dcterms</td><td>http://purl.org/can never remember</td></tr>
+    <tr><td>foaf  </td><td>http://xmlns.com/foaf/0.1/</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div id="vocabulary-overview" class="informative section">
+<!--OddPage--><h2 id="overview"><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> dcat:Catalog represents the catalog
+</li><li> dcat:Dataset represents a dataset in a catalog
+</li><li> dcat:Distribution represents an accessible form of a dataset as for example a downloadable file, an RSS feed or a web service that provides the data.
+</li></ul>
+<p>Another important class in DCAT is dcat:CatalogRecord 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>@@Fadi:I will update the figure once the list of properties are listed</p>
+<p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"></p>
+
+<h2 id="example">Example</h2>
+<p>This example provides a quick overview of how dcat might be used to represent a government catalog and its datasets. </p>
+
+<p>@@@ TODO.jse: Illustrate more clearly how these "examples" might appear "in the wild." Esp. the use of skos:Concept (etc) in RDFa... @@@</p>
+
+<p>First, the catalog description:
+</p>
+<pre>  &nbsp;:catalog
+       a dcat:Catalog&nbsp;;
+       dct:title "Imaginary catalog"&nbsp;;
+       rdfs:label "Imaginary catalog"&nbsp;;
+       foaf:homepage &lt;<a href="http://example.org/catalog" class="external free" title="http://example.org/catalog" rel="nofollow">http://example.org/catalog</a>&gt;&nbsp;;
+       dct:publisher&nbsp;:transparency-office&nbsp;;
+       dcat:themes&nbsp;:themes&nbsp;;
+       dct:language "en"^^xsd:language&nbsp;;
+       dcat:dataset&nbsp;:dataset/001&nbsp;;
+       .
+</pre>
+<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>  &nbsp;:transparency-office
+       a foaf:Agent&nbsp;;
+       rdfs:label "Transparency Office"&nbsp;;
+       .
+</pre>
+<p>The catalog classify 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>  &nbsp;:themes
+       a skos:ConceptScheme&nbsp;;
+       skos:prefLabel "A set of domains to classify documents"&nbsp;;
+   .
+</pre>
+<p>The catalog connect to each of its datasets via dcat:dataset. 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>  &nbsp;:dataset/001
+       a       dcat:Dataset&nbsp;;
+       dct:title "Imaginary dataset"&nbsp;;
+       dcat:keyword "accountability","transparency" ,"payments"&nbsp;;
+       dcat:theme&nbsp;:themes/accountability&nbsp;;
+       dct:issued "2011-12-05"^^xsd:date&nbsp;;
+       dct:updated "2011-12-05"^^xsd:date&nbsp;;
+       dct:publisher&nbsp;:agency/finance-ministry&nbsp;;
+       dct:accrualPeriodicity "every six months"&nbsp;;
+       dct:language "en"^^xsd:language&nbsp;;
+       dcat:Distribution&nbsp;:dataset/001/csv&nbsp;;
+       .
+</pre>
+<p>Notice that this dataset is classified under the domain represented by the relative URI&nbsp;:themes/accountability. This should be part of the domains set identified by the URI&nbsp;:themes that was used to describe the catalog domains. An example SKOS description
+</p>
+<pre>   &nbsp;:themes/accountability 
+        a skos:Concept&nbsp;;
+        skos:inScheme&nbsp;:themes&nbsp;;
+        skos:prefLabel "Accountability"&nbsp;;
+        .
+</pre>
+<p>The dataset can be downloaded in CSV format via the distribution represented by&nbsp;:dataset/001/csv.
+</p>
+<pre>  &nbsp;:dataset/001/csv
+       a dcat:Distribution&nbsp;;
+       dcat:accessURL &lt;<a href="http://www.example.org/files/001.csv" class="external free" title="http://www.example.org/files/001.csv" rel="nofollow">http://www.example.org/files/001.csv</a>&gt;&nbsp;;
+       dct:title "CSV distribution of imaginary dataset 001"&nbsp;;
+       dct:format [
+            a dct:IMT; 
+            rdf:value "text/csv"; 
+            rdfs:label "CSV"
+       ]
+       .
+</pre>
+<p>Finally, 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,&nbsp;:dataset/001 was issued on 2011-12-05. however, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by dcat:
+</p>
+<pre>  &nbsp;:record/001
+       a dcat:CatalogRecord&nbsp;;
+       foaf:primaryTopic&nbsp;:dataset/001&nbsp;;
+       dct:issued "2011-12-11"^^xsd:date&nbsp;;
+   .
+  &nbsp;:catalog
+       dcat:record&nbsp;:record/001&nbsp;;
+   .
+</pre>
+<a name="Encoding_of_property_values" id="Encoding_of_property_values"></a><h2 id="encoding-of-property-values"> <span class="mw-headline"> Encoding of property values </span></h2>
+<ul><li> Values like "unknown" or "unspecified" should never be used, and if present in the original database should be filtered for publishing. Instead, the property should simply be omitted.
+</li><li> @@@ policy for using resources vs. literals
+</li></ul>
+</div>
+
+<div class="section" id="class--catalog">
+<!--OddPage--><h2 id="Class:_Catalog"><span class="secno">5. </span>Class: Catalog</h2>
+<p>A data catalog is a curated collection of metadata about datasets.</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/dcat#Catalog">dcat:Catalog</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Usage note:</td><td>Typically, a web-based data catalog is represented as a single instance of this class.</td></tr>
+    <tr><td class="prop">See also:</td><td> <a href="#Class:_Catalog_record">Catalog record</a>, <a href="#Class:_Dataset">Dataset</a></td></tr>
+  </tbody>
+</table>
+
+<div class="section" id="property--homepage">
+<h3 id="Property:_homepage"><span class="secno">5.1 </span>Property: homepage</h3>
+<p>The homepage of the catalog.</p>
+
+<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>
+    <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><a href="http://xmlns.com/foaf/0.1/homepage">foaf:homepage</a> is an inverse functional property (IFP) which means that it should be unique and precisely identify the catalog. This allows smushing various descriptions of the catalog when different URIs are used.</td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<div class="section" id="property--publisher">
+<h3 id="Property:_publisher"><span class="secno">5.2 </span>Property: publisher</h3>
+<p>The entity responsible for making the catalog online.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/publisher">dcterms:publisher</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--spatial-geographic-coverage">
+<h3 id="Property:_spatial.2Fgeographic_coverage"><span class="secno">5.3 </span>Property: spatial/geographic coverage&gt;</h3>
+<p>The geographical area covered by the catalog.</p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/spatial">dcterms:spatial</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Location">dcterms:Location</a> (Spatial region or named place)</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--themes">
+<h3 id="Property:_themes"><span class="secno">5.4 </span>Property: themes</h3>
+<p>The knowledge organization system (KOS) used to classify catalog's datasets.</p>
+<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>
+    <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>
+</div>
+
+<div class="section" id="property--title">
+<h3 id="Property:_title"><span class="secno">5.5 </span>Property: title</h3>
+<p>A name given to the catalog.</p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dcterms:title</a></th></tr></thead>
+  <tbody>
+    <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>
+</div>
+
+<div class="section" id="property--description">
+<h3 id="Property:_description"><span class="secno">5.6 </span>Property: description</h3>
+<p>free-text account of the catalog.</p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dcterms:description</a></th></tr></thead>
+  <tbody>
+    <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>
+</div>
+
+<div class="section" id="property--language">
+<h3 id="Property:_language"><span class="secno">5.7 </span>Property: language</h3>
+<p>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.</p>
+
+<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">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> a string representing the code of the language as described in <a href="http://www.ietf.org/rfc/rfc3066.txt">http://www.ietf.org/rfc/rfc3066.txt</a></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="#dataset_language">dataset language</a>).</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--license">
+<h3 id="Property:_license"><span class="secno">5.8 </span>Property: license</h3>
+<p>This describes the license under which the <strong>catalog</strong> can be used/reused and <strong>not the datasets</strong>. Even if the license of the catalog applies to all of its datasets it should be replicated on each dataset.</p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dcterms:license</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/dcmitype/LicenseDocument">dctype:LicenseDocument</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>To allow automatic analysis of datasets, it is important to use canonical identifiers for well-known licenses, see @@@void guide@@@ for a list.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#dataset_license" title="">dataset license</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--dataset">
+<h3 id="Property:_dataset"><span class="secno">5.9 </span>Property: dataset</h3>
+<p>A dataset that is part of the catalog.</p>
+<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>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--catalog-record">
+<h3 id="Property:_catalog_record"><span class="secno">5.10 </span>Property: catalog record</h3>
+<p>A catalog record that is part of the catalog.</p>
+<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>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#CatalogRecord">dcat:CatalogRecord</a></td></tr>
+  </tbody>
+</table>
+</div>
+</div> <!-- end Class:Catalog -->
+
+<div class="section" id="class--catalog-record">
+<!--OddPage--><h2 id="Class:_Catalog_record"><span class="secno">6. </span>Class: Catalog record</h2>
+<p>A record in a data catalog, describing a single dataset.</p>
+<table class="definition">
+  <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#CatalogRecord">dcat:CatalogRecord</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Usage note</td><td>This class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about 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.</td></tr>
+    <tr><td class="prop">See also</td><td><a href="#Class:_Dataset">Dataset</a></td></tr>
+  </tbody>
+</table>
+
+
+<p>In web-based catalogs, the URL of the catalog page should be used as URI for the catalog record <em>if it is a permalink</em>.</p>
+<p>If named graphs are used, all RDF triples describing the catalog record, the dataset, and its distributions, should go into a graph named with the catalog record's URI.</p>
+
+<div class="section" id="property--listing-date">
+<h3 id="Property:_listing_date"><span class="secno">6.1 </span>Property: listing date</h3>
+<p>The date of listing the corresponding dataset in the catalog.</p>
+
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/3">Issue-3</a></p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dcterms:issued</a></th></tr></thead>
+  <tbody>
+    <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/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</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:_release_date" title=""> dataset release date</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<div class="section" id="property--update-modification-date">
+<h3 id="Property:_update.2Fmodification_date"><span class="secno">6.2 </span>Property: update/modification date</h3>
+<p>Most recent date on which the catalog entry was changed, updated or modified.</p>
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/3">Issue-3</a></p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dcterms:modified</a></th></tr></thead>
+  <tbody>
+    <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/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</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="#dataset_modification_date" title=""> dataset modification date</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--dataset-1">
+<h3 id="Property:_dataset_2"><span class="secno">6.3 </span>Property: dataset</h3>
+<p>Links the catalog record to the dcat:Dataset resource described in the record.</p>
+
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/4">Issue-4</a></p>
+<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>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
+  </tbody>
+</table>
+</div>
+</div> <!-- end Class catalog record -->
+
+<div class="section" id="class--dataset">
+<!--OddPage--><h2 id="Class:_Dataset"><span class="secno">7. </span>Class: Dataset</h2>
+<p>A collection of data, published or curated by a single source, and available for access or download in one or more formats.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Usage note:</td><td>This class represents the actual dataset as published by the dataset publisher. In cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date and maintainer might differ), the <i><a href="#Class:_Catalog_record">catalog record</a></i> class can be used for the latter.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Catalog_record" title="">Catalog record</a></td></tr>
+  </tbody>
+</table>
+
+<div class="section" id="property--update-modification-date-1">
+<h3 id="Property:_update.2Fmodification_date_2"><span class="secno">7.1 </span>Property: update/modification date</h3>
+<p>Most recent date on which the dataset was changed, updated or modified.</p>
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/3">Issue-3</a></p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dcterms:modified</a></th></tr></thead>
+  <tbody>
+    <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/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</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. <b>Example:</b> 2010-05-07</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:_frequency">frequency</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--title-1">
+<h3 id="Property:_title_2"><span class="secno">7.2 </span>Property: title</h3>
+<p>A name given to the dataset.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dcterms:title</a></th></tr></thead>
+  <tbody>
+    <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>
+</div>
+
+<div class="section" id="property--description-1">
+<h3 id="Property:_description_2"><span class="secno">7.3 </span>Property: description</h3>
+<p>free-text account of the dataset.</p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dcterms:description</a></th></tr></thead>
+  <tbody>
+    <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>
+</div>
+
+<div class="section" id="property--publisher-1">
+<h3 id="Property:_publisher_2"><span class="secno">7.4 </span>Property: publisher</h3>
+<p>An entity responsible for making the dataset available.</p>
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/4">Issue-4</a></p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/publisher">dcterms:publisher</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Organization">foaf:Organization</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Organization.2FPerson" title="">Class: Organization/Person</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--release-date">
+<h3 id="Property:_release_date"><span class="secno">7.5 </span>Property: release date</h3>
+<p>Date of formal issuance (e.g., publication) of the dataset.</p>
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/3">Issue-3</a></p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dcterms:issued</a></th></tr></thead>
+  <tbody>
+    <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/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
+    <tr><td class="prop">Usage note:</td><td>This property should be set using the first known date of issuance. <b>Example:</b> 2010-05-07</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--frequency">
+<h3 id="Property:_frequency"><span class="secno">7.6 </span>Property: frequency</h3>
+<p>The frequency with which dataset is published.</p>
+<p class="issue">See <a href="https://www.w3.org/2011/gld/track/issues/5">Issue-5</a></p>
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/accrualPeriodicity">dcterms:accrualPeriodicity</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Frequency">dcterms:Frequency</a> (A rate at which something recurs)</td></tr>
+    <tr><td class="prop">Usage note:</td><td>@@@ values should come from a controlled vocabulary i.e. predefined set of resources. It could use values like <a href="http://www.placetime.com/interval/gregorian/">placetime.com intervals</a></td></tr>
+    <tr><td class="prop">Domain:</td><td><a href="http://purl.org/dc/terms/Collection">dcterms:Collection</a> so, a Catalog must be a dcterms:Collection as well.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--identifier">
+<h3 id="Property:_identifier"><span class="secno">7.7 </span>Property: identifier</h3>
+<p>A unique identifier of the dataset.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/identifier">dcterms:identifier</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>The identifier might be used to coin permanent and unique URI for the dataset, but still having it represented explicitly is useful.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--spatial-geographical-coverage">
+<h3 id="Property:_spatial.2Fgeographical_coverage"><span class="secno">7.8 </span>Property: spatial/geographical coverage</h3>
+<p>Spatial coverage of the dataset.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/spatial">dcterms:spatial</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Location">dcterms:Location</a> (A spatial region or named place)</td></tr>
+    <tr><td class="prop">Usage note:</td><td> @@@ controlled vocabulary. geonames???</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--temporal-coverage">
+<h3 id="Property:_temporal_coverage"><span class="secno">7.9 </span>Property: temporal coverage</h3>
+<p>@@@ The temporal period that the dataset covers.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/temporal">dcterms:temporal</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/PeriodOfTime">dcterms:PeriodOfTime</a> (An interval of time that is named or defined by its start and end dates)</td></tr>
+    <tr><td class="prop">Usage note:</td><td> @@@ controlled vocabulary. <a href="http://www.placetime.com/">http://www.placetime.com/</a> might be an option???</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--language-1">
+<h3 id="Property:_language_2"><span class="secno">7.10 </span>Property: language</h3>
+<p>The language of the dataset.</p>
+
+<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">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> a string representing the code of the language as described in <a href="http://www.ietf.org/rfc/rfc3066.txt">http://www.ietf.org/rfc/rfc3066.txt</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>This overrides the value of the <a href="#Property:_language">catalog language</a> in case of conflict.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--license-1">
+<h3 id="Property:_license_2"><span class="secno">7.11 </span>Property: license</h3>
+<p>The license under which the dataset is published and can be reused.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dcterms:license</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/dcmitype/LicenseDocument">dctype:LicenseDocument</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>See <a href="http://www.w3.org/TR/void/#license">Section 2.4 of Describing Linked Datasets with the VoID Vocabulary</a>.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--granularity">
+<h3 id="Property:_granularity"><span class="secno">7.12 </span>Property: granularity</h3>
+<p>describes the level of granularity of data. @@@ elaborate more@@@</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#">dcat:granularity</a></th></tr></thead>
+  <tbody>
+    <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>This is usually geographical or temporal but can also be other dimension e.g. Person can be used to describe granularity of a dataset about average income.</td></tr>
+  </tbody>
+</table>
+<p>A set of sample values used in data.gov: country, county, longitude/latitude, region, plane, airport.</p>
+</div>
+
+<div class="section" id="property--data-dictionary">
+<h3 id="Property:_data_dictionary"><span class="secno">7.13 </span>Property: data dictionary</h3>
+<p>provides some sort of description that helps understanding the data. This usually consisits of a table providing explanation of columns meaning, values interpretation and acronyms/codes used in the data.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#dataDictionary">dcat:dataDictionary</a></th></tr></thead>
+  <tbody>
+    <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>@@@ Review @@@ It is rarely provided in the current catalogs and does not have a consistent usage, however when it is provided it is a link to some document or embeded in a document packaged together with the dataset. It is recommended to represent it as a resource having the URL of the online document as its URI. Statistical datasets, as a particular yet common case, can have a more structured description and the on-progress work on <a href="http://groups.google.com/group/publishing-statistical-data">SDMX+RDF</a> can be utilized here.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--data-quality">
+<h3 id="Property:_data_quality"><span class="secno">7.14 </span>Property: data quality</h3>
+<p>describes the quality of data.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#dataQuality">dcat:dataQuality</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>@@@Review@@@ This is a very general property and it is not clear how exactly it will be used as catalogs currently do not use it or use it with meaningless values. Catalogs are expected to define more specific sub-properties to describe quality characteristics e.g. statistical data usually have a lot to describe about the quality of sampling, collection mode, non-response adjustment…</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--theme-category">
+<h3 id="Property:_theme.2Fcategory"><span class="secno">7.15 </span>Property: theme/category</h3>
+<p>The main category of the dataset. A dataset can have multiple themes.</p>
+
+<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>
+  <tbody>
+    <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>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--keyword-tag">
+<h3 id="Property:_keyword.2Ftag"><span class="secno">7.16 </span>Property: keyword/tag</h3>
+<p>A keyword or tag describing the dataset.</p>
+
+<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>
+  <tbody>
+    <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>
+</div>
+
+<div class="section" id="property--related-documents">
+<h3 id="Property:_related_documents"><span class="secno">7.17 </span>Property: related documents</h3>
+<p>A related document such as technical documentation, agency program page, citation, etc.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/references">dcterms:references</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td>Has no defined range</td></tr>
+    <tr><td class="prop">Usage note:</td><td>The value is the URI of the related document.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--dataset-distribution">
+<h3 id="Property:_dataset_distribution"><span class="secno">7.18 </span>Property: dataset distribution</h3>
+<p>Connects a dataset to its available distributions.</p>
+<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>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#">dcat:Distribution</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="class--distribution">
+<h3 id="Class:_Distribution"><span class="secno">7.19 </span>Class: Distribution</h3>
+<p>Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset, different endpoints,... Examples of Distribution include a downloadable CSV file, an XLS file representing the dataset, an RSS feed…</p>
+
+<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>
+    <tr><td class="prop">Range:</td><td>Has no defined range</td></tr>
+    <tr><td class="prop">Usage note:</td><td>This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether it is a direct download, API, or a splash page.  Use one of its subclasses when the particular access method is known.</td></tr>
+    <tr><td class="prop">See also</td><td><a href="#Class:_Download">Download</a>, <a href="#Class:_WebService">WebService</a>, <a href="#Class:_Feed">Feed</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<div class="section" id="property--access-download">
+<h3 id="Property:_access.2Fdownload"><span class="secno">7.20 </span>Property: access/download</h3>
+<p>points to the location of a distribution. This can be a direct download link, a link to an HTML page containing a link to the actual data, Feed, Web Service etc. the semantic is determined by its domain (Distribution, Feed, WebService, Download).</p>
+<p class="issue">If the value is always a URI, shouldn't the range be rdfs:Resource?</p>
+<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">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>the value is a URL.</td></tr>
+    <tr><td class="prop">See also</td><td><a href="#Class:_Download">Download</a>, <a href="#Class:_WebService">WebService</a>, <a href="#Class:_Feed">Feed</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<div class="section" id="property--size">
+<h3 id="Property:_size"><span class="secno">7.21 </span>Property: size</h3>
+<p>The size of a distribution.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#size">dcat:size</a></th></tr></thead>
+  <tbody>
+    <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><a href="http://www.w3.org/ns/dcat#size">dcat:size</a> is usually used with a blank node described using <a href="http://www.w3.org/2000/01/rdf-schema#label">rdfs:label</a> and <a href="http://www.w3.org/ns/dcat#bytes">dcat:bytes</a>.</td></tr>
+    <tr><td class="prop">Example:</td><td><pre>  &nbsp;:distribution dcat:size [dcat:bytes 5120^^xsd:integer; rdfs:label "5KB"]</pre></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="property--format">
+<h3 id="Property:_format"><span class="secno">7.22 </span>Property: format</h3>
+<p>the file format of the distribution.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/format">dcterms:format</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dcterms:MediaTypeOrExtent</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>MIME type is used for values. A list of MIME types URLs can be found at <a href="http://www.iana.org/assignments/media-types/">IANA</a>. However ESRI Shape files have no specific MIME type (A Shape distribution is actually a collection of files), currently this is still an open question? @@@.</td></tr>
+    <tr><td class="prop">Example:</td><td>
+<pre>:distribution dcterms:format [
+   a dcterms:IMT;
+   rdf:value "text/csv";
+   rdfs:label "CSV"
+]</pre></td></tr>
+  </tbody>
+</table>
+</div>
+</div>
+
+
+<div class="section" id="class--download">
+<!--OddPage--><h2 id="Class:_Download"><span class="secno">8. </span>Class: Download</h2>
+<p>Represents a downloadable distribution of a dataset.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Download">dcat:Download</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="#Property:_access.2Fdownload"> accessUrl</a> of the Download distribution should be a <strong>direct download link</strong> (a one-click access to the data file).</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_WebService">WebService</a>, <a href="#Class:_Feed">Feed</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="class--webservice">
+<!--OddPage--><h2 id="Class:_WebService"><span class="secno">9. </span>Class: WebService</h2>
+<p>Represents a web service that enables access to the data of a dataset.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#WebService">dcat:WebService</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dcterms:MediaTypeOrExtent</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>Describe the web service using <a href="#Property:_access.2Fdownload"> accessUrl</a>, <a href="#Property:_format"> format</a> and <a href="#Property:_size"> size</a>. Further description of the web service is out the scope of dcat.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_Download">Download</a>, <a href="#Class:_Feed">Feed</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="class--feed">
+<!--OddPage--><h2 id="Class:_Feed"><span class="secno">10. </span>Class: Feed</h2>
+<p>represent availability of a dataset as a feed.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Feed">dcat:Feed</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Usage note:</td><td>Describe the feed using <a href="#Property:_access.2Fdownload"> accessUrl</a>, <a href="#Property:_format">format</a> and <a href="#Property:_size"> size</a>. Further description of the web service is out the scope of dcat.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_Download">Download</a>, <a href="#Class:_WebService">WebService</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="class--category-and-category-scheme">
+<!--OddPage--><h2 id="Class:_Category_and_category_scheme"><span class="secno">11. </span>Class: Category and category scheme</h2>
+<p>The knowledge organization system (KOS) used to represent themes/categories of datasets in the catalog.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Classes:</th><th><a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a>, <a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Usage note:</td><td>It's necessary to use either skos:inScheme or skos:topConceptOf on every skos:Concept otherwise it's not clear which concept scheme they belong to.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:_themes">catalog themes</a>, <a href="#Property:_theme.2Fcategory">dataset theme</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<div class="section" id="class--organization-person">
+<!--OddPage--><h2 id="Class:_Organization.2FPerson"><span class="secno">12. </span>Class: Organization/Person</h2>
+
+<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>
+  <tbody>
+    <tr><td class="prop">Usage note:</td><td><a href="http://xmlns.com/foaf/spec/">FOAF</a> provides sufficient properties to describe these entities.</td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<div class="section" id="extending-the-dcat-vocabulary">
+<!--OddPage--><h2 id="Extending_the_vocabulary"><span class="secno">13. </span>Extending the DCAT vocabulary</h2>
+<ul>
+  <li> As with all RDF models, the DCAT model can be extended simply by using additional RDF properties anywhere. Data catalog publishers may choose from properties in existing vocabularies or create their own custom vocabulary.</li>
+  <li> Additional classes, from existing or new vocabularies, may also be used.</li>
+  <li> Extensions used in a particular catalog should be documented to ensure that consumers of the data are aware of the additional available properties.</li>
+  <li> Creating new subclasses and subproperties of terms used in dcat, such as new types of distributions, is generally discouraged because it can break SPARQL queries that data consumers use to query the data.</li>
+  <li> As always with RDF, if you need to introduce new classes or properties, <em>do not introduce new terms in existing namespaces "owned" by someone else</em>, but set up your own namespace and define new terms in that namespace.</li>
+</ul>
+</div>
+
+
+
+<div class="appendix section" id="references"><!--OddPage--><h2><span class="secno">A. </span>References</h2><div class="section" id="normative-references"><h3><span class="secno">A.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></div><div class="section" id="informative-references"><h3><span class="secno">A.2 </span>Informative references</h3><p>No informative references.</p></div></div></body></html>
\ No newline at end of file