generating static version of org for pubrules checking
authorDave Reynolds <dave@epimorphics.com>
Thu, 29 Mar 2012 16:42:17 +0100
changeset 152 13384520e5ad
parent 151 c92ab54b8396
child 153 75d1f4be6f5c
generating static version of org for pubrules checking
org/static.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org/static.html	Thu Mar 29 16:42:17 2012 +0100
@@ -0,0 +1,1726 @@
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.1//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd'>
+<html lang="en" dir="ltr">
+<head>
+	<title>An organization ontology</title>
+	<meta name="description" content="Best Practices for Publishing Linked Data">
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+	
+	<script src="respec-ref.js"></script>
+	<script src="respec-config.js"></script>
+	 <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;
+	  }
+          pre {
+		padding: 1em;
+		border: 1px dashed #2f6fab;
+		color: black;
+		background-color: #f9f9f9;
+		line-height: 1.1em;
+	 }
+	</style>
+	<link rel="stylesheet" type="text/css" href="local-style.css">
+<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" height="48" width="72"></a></p><h1 class="title" id="title">An organization ontology</h1><h2 id="w3c-working-draft-03-april-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 03 April 2012</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-gld-org-20120403/">http://www.w3.org/TR/2012/WD-gld-org-20120403/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/gld-org/">http://www.w3.org/TR/gld-org/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dvcs.w3.org/hg/gld/org/">http://dvcs.w3.org/hg/gld/org/</a></dd><dt>Editor:</dt><dd><span>Dave Reynolds</span>, <a href="http://www.epimorphics.com/">Epimorphics Ltd.</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> This document describes a core ontology for organizational structures, aimed
+at supporting linked-data publishing of organizational information across
+a number of domains. It is designed to allow domain-specific extensions to add classification
+of organzations and roles, as well as extensions to support neighbouring information
+such as organizational activities.
+</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 document was published by the <a href="http://www.w3.org/2011/gld/">Government Linked Data 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-wg@w3.org">public-gld-wg@w3.org</a> (<a href="mailto:public-gld-wg-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-gld-wg/">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="" 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="#overview-of-ontology"><span class="secno">4. </span>Overview of ontology</a></li><li class="tocline"><a class="tocxref" href="#design-notes"><span class="secno">5. </span>Design notes</a></li><li class="tocline"><a class="tocxref" href="#notes-on-style"><span class="secno">6. </span>Notes on style</a></li><li class="tocline"><a class="tocxref" href="#organizational-structure"><span class="secno">7. </span>Organizational structure</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#class--organization"><span class="secno">7.1 </span>Class: Organization</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--suborganizationof"><span class="secno">7.1.1 </span>Property: subOrganizationOf</a></li><li class="tocline"><a class="tocxref" href="#property--transitivesuborganizationof"><span class="secno">7.1.2 </span>Property: transitiveSubOrganizationOf</a></li><li class="tocline"><a class="tocxref" href="#property--hassuborganization"><span class="secno">7.1.3 </span>Property: hasSubOrganization</a></li><li class="tocline"><a class="tocxref" href="#property--purpose"><span class="secno">7.1.4 </span>Property: purpose</a></li><li class="tocline"><a class="tocxref" href="#property--hasunit"><span class="secno">7.1.5 </span>Property: hasUnit</a></li><li class="tocline"><a class="tocxref" href="#property--unitof"><span class="secno">7.1.6 </span>Property: unitOf</a></li><li class="tocline"><a class="tocxref" href="#property--classification"><span class="secno">7.1.7 </span>Property: classification</a></li><li class="tocline"><a class="tocxref" href="#property--identifier"><span class="secno">7.1.8 </span>Property: identifier</a></li><li class="tocline"><a class="tocxref" href="#property--linkedto"><span class="secno">7.1.9 </span>Property: linkedTo</a></li></ul></li><li class="tocline"><a class="tocxref" href="#class--formalorganization"><span class="secno">7.2 </span>Class: FormalOrganization</a></li><li class="tocline"><a class="tocxref" href="#class--organizationalunit"><span class="secno">7.3 </span>Class: OrganizationalUnit</a></li><li class="tocline"><a class="tocxref" href="#notes-on-formal-organizations"><span class="secno">7.4 </span>Notes on formal organizations</a></li><li class="tocline"><a class="tocxref" href="#notes-on-organizational-hierarchy"><span class="secno">7.5 </span>Notes on organizational hierarchy</a></li><li class="tocline"><a class="tocxref" href="#notes-on-organizational-classification"><span class="secno">7.6 </span>Notes on organizational classification</a></li></ul></li><li class="tocline"><a class="tocxref" href="#reporting-relationships-and-roles"><span class="secno">8. </span>Reporting relationships and roles</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#class--membership"><span class="secno">8.1 </span>Class: Membership</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--member"><span class="secno">8.1.1 </span>Property: member</a></li><li class="tocline"><a class="tocxref" href="#property--organization"><span class="secno">8.1.2 </span>Property: organization</a></li><li class="tocline"><a class="tocxref" href="#property--role"><span class="secno">8.1.3 </span>Property: role</a></li><li class="tocline"><a class="tocxref" href="#property--hasmembership"><span class="secno">8.1.4 </span>Property: hasMembership</a></li><li class="tocline"><a class="tocxref" href="#property--memberduring"><span class="secno">8.1.5 </span>Property: memberDuring</a></li><li class="tocline"><a class="tocxref" href="#property--remuneration"><span class="secno">8.1.6 </span>Property: remuneration</a></li></ul></li><li class="tocline"><a class="tocxref" href="#class--role"><span class="secno">8.2 </span>Class: Role</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--roleproperty"><span class="secno">8.2.1 </span>Property: roleProperty</a></li></ul></li><li class="tocline"><a class="tocxref" href="#property--hasmember"><span class="secno">8.3 </span>Property: hasMember</a></li><li class="tocline"><a class="tocxref" href="#property--reportsto"><span class="secno">8.4 </span>Property: reportsTo</a></li><li class="tocline"><a class="tocxref" href="#property--headof"><span class="secno">8.5 </span>Property: headOf</a></li><li class="tocline"><a class="tocxref" href="#discussion"><span class="secno">8.6 </span>Discussion</a></li></ul></li><li class="tocline"><a class="tocxref" href="#location"><span class="secno">9. </span>Location</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#class--site"><span class="secno">9.1 </span>Class: Site</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--siteaddress"><span class="secno">9.1.1 </span>Property: siteAddress</a></li><li class="tocline"><a class="tocxref" href="#property--hassite"><span class="secno">9.1.2 </span>Property: hasSite</a></li><li class="tocline"><a class="tocxref" href="#property--siteof"><span class="secno">9.1.3 </span>Property: siteOf</a></li><li class="tocline"><a class="tocxref" href="#property--hasprimarysite"><span class="secno">9.1.4 </span>Property: hasPrimarySite</a></li><li class="tocline"><a class="tocxref" href="#property--hasregisteredsite"><span class="secno">9.1.5 </span>Property: hasRegisteredSite</a></li><li class="tocline"><a class="tocxref" href="#property--basedat"><span class="secno">9.1.6 </span>Property: basedAt</a></li></ul></li><li class="tocline"><a class="tocxref" href="#property--location"><span class="secno">9.2 </span>Property: location</a></li></ul></li><li class="tocline"><a class="tocxref" href="#projects-and-other-activities"><span class="secno">10. </span>Projects and other activities</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#class--organizationalcollaboration"><span class="secno">10.1 </span>Class: OrganizationalCollaboration</a></li></ul></li><li class="tocline"><a class="tocxref" href="#historical-information"><span class="secno">11. </span>Historical information</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#class--changeevent"><span class="secno">11.1 </span>Class: ChangeEvent</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#property--originalorganization"><span class="secno">11.1.1 </span>Property: originalOrganization</a></li><li class="tocline"><a class="tocxref" href="#property--changedby"><span class="secno">11.1.2 </span>Property: changedBy</a></li><li class="tocline"><a class="tocxref" href="#property--resultedfrom"><span class="secno">11.1.3 </span>Property: resultedFrom</a></li><li class="tocline"><a class="tocxref" href="#property--resultingorganization"><span class="secno">11.1.4 </span>Property: resultingOrganization</a></li></ul></li></ul></li><li class="tocline"><a class="tocxref" href="#change-history"><span class="secno">A. </span>Change history</a></li><li class="tocline"><a class="tocxref" href="#acknowledgments"><span class="secno">B. </span>Acknowledgments</a></li><li class="tocline"><a class="tocxref" href="#references"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></div>
+
+
+
+<div class="introductory section">
+<h2 id="scope">Scope</h2>
+
+<p>
+This document is aimed at assisting government IT managers, procurement officers, Web developers, vendors, and researchers who are interested in publishing open government data using <acronym title="World Wide Web Consortium">W3C</acronym> standards.  The benefits of using international standards for data exchange is to significantly increase interoperability of data.
+</p>
+<p>
+Readers of this document are expected to be familiar with delivery of content via the Web, and to have a general familiarity with the technologies involved, but are not required to have a background in semantic technologies or previous experience with Linked Data. Data stewards, curators, database administrators and other personnel involved in Open Government initiatives are encouraged to read this Linked Open Data Best Practices document. 
+</p></div>
+
+
+<!--    INTRODUCTION    -->
+<div id="introduction" class="informative section">
+<!--OddPage--><h2><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 ORG. ORG 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>ORG compliance</i> means that a provider uses a subset of the ORG vocabulary when publishing catalog and dataset metadata. This is likely to be the common case.</li>
+<li><i>ORG conformance</i> means that a provider uses the entire ORG vocabulary when publishing catalog and dataset metadata.</li>
+</ul>
+</div>
+
+<!-- Namespaces -->
+<div class="section" id="namespaces-1">
+<!--OddPage--><h2 id="ns"><span class="secno">3. </span>Namespaces</h2>
+<p>The namespace for ORG is <code>http://www.w3.org/ns/org#</code>. However,
+it should be noted that ORG extends and uses terms from other vocabularies. A full set of alphabetically ordered namespaces and prefixes used in this
+document is shown in the table below.</p>
+<!-- Alphabetically ordered-->
+<table id="namespaces">
+  <thead><tr><th>Prefix</th><th>Namespace</th></tr></thead>
+  <tbody>
+    
+    <tr><td>foaf</td><td>http://xmlns.com/foaf/0.1/</td></tr>
+    <tr><td>gr</td><td>http://purl.org/goodrelations/v1#</td></tr>  
+    <tr><td>opmv</td><td>http://purl.org/net/opmv/ns#</td></tr> 
+    <tr><td>org</td><td>http://www.w3.org/ns/org#</td></tr>
+    <tr><td>owlTime</td><td>http://www.w3.org/2006/time#</td></tr>
+    <tr><td>rdf</td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td></tr>
+    <tr><td>skos</td><td>http://www.w3.org/2004/02/skos/core#</td></tr>
+    <tr><td>vcard</td><td>http://www.w3.org/2006/vcard/ns#</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Overview of ontology -->
+<div id="overview-of-ontology" class="informative section">
+<!--OddPage--><h2><span class="secno">4. </span>Overview of ontology</h2><p><em>This section is non-normative.</em></p>
+
+
+<p>This ontology was original motivated by a need to publish information
+relating to government organizational structure as part of the <em>data.gov.uk</em> initiative.
+We felt that the best approach was to develop a small, generic, reusable core
+ontology for organizational information and then let developers extend
+and specialize it to particular domains. </p> 
+
+<p>The ontology gives minimal basic terms to support representation of:</p>
+<ul>
+  <li>organizational structure</li>
+    <ul>
+      <li>notion of an organization</li>
+      <li>decomposition into sub-organizations and units</li>
+      <li>purpose of an organization</li>
+    </ul>
+  <li>reporting structure</li>
+    <ul>
+      <li>people reporting structure within an organization</li>
+      <li>roles, relationship between person and organization</li>
+    </ul>
+  <li>location information</li>
+    <ul>
+     <li>sites or buildings, locations within sites</li>
+    </ul>
+  <li>organizational history (merger, renaming, repurposing)</li>
+</ul>
+
+<p>This coverage corresponds to the type of information typically
+   found in organizational charts. As such it does not offer a
+   complete representation for all the nuances of organizational
+   control structures and flows of accountability and empowerment.
+   Developers are encouraged to create extension vocabularies for such
+   purposes, building upon this generic foundation.</p>
+
+<p>The ontology does not provide category structures for organization
+type, organization purpose or roles. Different domains will have different
+requirements for classification of such concepts. Instead the ontology 
+provides just the core base concepts needed to allow extensions to add specific
+sub-class structures or classification schemes as required. 
+</p>
+
+<img src="img/diagram.png" alt="Diagram dipicting core classes and relationships">
+
+
+
+<h2 id="example">Example</h2>
+<p>This example provides a quick overview of how dcat might be used to an organization </p>
+
+<p>@@@ TODO.jse: Actually provide an example @@@</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> <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 id="design-notes" class="informative section">
+<!--OddPage--><h2><span class="secno">5. </span>Design notes</h2><p><em>This section is non-normative.</em></p>
+
+  <p>For background to the approach taken in developing the ontology see: 
+    <a href="http://www.epimorphics.com/web/category/category/developers/organization-ontology">blog notes</a></p>
+
+</div>
+
+
+<div id="notes-on-style" class="informative section">
+<!--OddPage--><h2><span class="secno">6. </span>Notes on style</h2><p><em>This section is non-normative.</em></p>
+
+<p><em>Use of inverses:</em> authorities differ on whether providing pairs of inverse relationships between
+concepts is good practice compared to declaring each relationship in just one direction. In this design we
+provide inverses for most relations (omitting attribute-like relations). This makes it easier to query
+the data in linked-data settings where a (non-symmetric) closed bounded description is often the
+default description of each resource. This does incur a cost in terms of storage or use of run-time inference.
+Particular applications of the ontology may adopt a profile in which only certain directions are asserted in the
+  data and leave it up to clients to apply any inverseOf reasoning they require.</p>
+
+<p><em>Naming:</em> some designers prefer to name properties by nouns which describe the object
+of the property, others prefer to treat property names as names of the link and use a pattern 
+to indicate the direction of the link. Here we adopt the latter approach for those properties
+which are relational and especially when the direction is ambiguous.
+We use the URI pattern <code>org:hasFoo/org:fooOf</code> for this but simplify the labels to "foo" 
+and "foo of" to improve readability in linked data viewers.</p>
+</div>
+
+<!--    Organizational structure   -->
+<div class="section" id="organizational-structure">
+<!--OddPage--><h2><span class="secno">7. </span>Organizational structure</h2>
+
+<!-- Class Organization -->
+<div class="section" id="class--organization">
+<h3 id="Class:_Organization"><span class="secno">7.1 </span>Class: Organization</h3>
+<p>Represents a collection of people organized together into a 
+community or other social, commercial or political structure. The group 
+has some common purpose or reason for existence which goes beyond the 
+set of people belonging to it and can act as an Agent. Organizations are
+ often decomposable into hierarchical structures. </p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">subClassOf:</td><td> <a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> It is recommended 
+that SKOS lexical labels should be used to label the Organization. In 
+particular <code>skos:prefLabel</code> for the primary (e.g. legally recognized name), <code>skos:altLabel</code> for alternative names (trading names, colloquial names) and <code>skos:notation</code> to denote codes from a code list. Alternative names: <em>Collective</em> <em>Body</em> <em>Org</em> <em>Group</em>.</td></tr>
+
+   
+  </tbody>
+</table>
+
+<!-- Property subOrganizationOf -->
+<div class="section" id="property--suborganizationof">
+<h4 id="Property:_subOrganizationOf"><span class="secno">7.1.1 </span>Property: subOrganizationOf</h4>
+<p>Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#subOrganizationOf">org:subOrganizationOf</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain and Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> Inverse of <code>org:hasSubOrganization</code>. Alternative names: subOrgOf.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property transitiveSubOrganizationOf -->
+<div class="section" id="property--transitivesuborganizationof">
+<h4 id="Property:_transitiveSubOrganizationOf"><span class="secno">7.1.2 </span>Property: transitiveSubOrganizationOf</h4>
+<p>Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#transitiveSubOrganizationOf">org:transitiveSubOrganizationOf</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain and Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Transitive super property of:</td><td><a href="http://www.w3.org/ns/org#subOrganizationOf">org:subOrganizationOf</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property hasSubOrganization -->
+<div class="section" id="property--hassuborganization">
+<h4 id="Property:_hasSubOrganization"><span class="secno">7.1.3 </span>Property: hasSubOrganization</h4>
+<p>Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasSubOrganization">org:hasSubOrganization</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain and Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> Inverse of <code>org:subOrganizationOf</code>. Alternative names: hasSubOrg.</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property purpose -->
+<div class="section" id="property--purpose">
+<h4 id="Property:_purpose"><span class="secno">7.1.4 </span>Property: purpose</h4>
+<p>Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#purpose">org:purpose</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> It is recommended that the purpose be denoted by a controlled 
+term or code list, ideally a <code>skos:Concept</code>. However, the 
+range is left open to allow for other types of descriptive schemes. It 
+is expected that specializations or application profiles of this 
+vocabulary will constrain the range of the purpose. Alternative names: <em>remit</em> <em>responsibility</em> (esp. if applied to OrganizationalUnits such as Government Departments).</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property hasUnit -->
+<div class="section" id="property--hasunit">
+<h4 id="Property:_hasUnit"><span class="secno">7.1.5 </span>Property: hasUnit</h4>
+<p>Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasUnit">org:hasUnit</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#OrganizationalUnit">org:OrganizationalUnit</a></td></tr>
+     <tr><td class="prop">subPropertyOf:</td><td> <a href="http://www.w3.org/ns/org#hasSubOrganization">org:hasSubOrganization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     Inverse of <code>org:unitOf</code>.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property unitOf -->
+<div class="section" id="property--unitof">
+<h4 id="Property:_unitOf"><span class="secno">7.1.6 </span>Property: unitOf</h4>
+<p>Indicates an Organization of which this Unit is a part, e.g. a 
+Department within a larger FormalOrganization.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#unitOf">org:unitOf</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#OrganizationalUnit">org:OrganizationalUnit</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">subPropertyOf:</td><td> <a href="http://www.w3.org/ns/org#subOrganizationOf">org:subOrganizationOf</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     This is the inverse of <code>org:hasUnit</code>.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property classification -->
+<div class="section" id="property--classification">
+<h4 id="Property:_classification"><span class="secno">7.1.7 </span>Property: classification</h4>
+<p>Indicates a classification for this Organization within some 
+classification scheme. 
+</p><p class="todo">@@TODO: Make clear what is the status of this property</p>
+This property is under discussion and may be revised or removed - in 
+many cases organizations are best categorized by defining a sub-class 
+hierarchy in an extension vocabulary.<p></p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#classification">org:classification</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</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> 
+     Extension vocabularies may wish to specialize 
+this property to have a range corresponding to a specific <code>skos:ConceptScheme</code>
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<!-- Property identifier -->
+<div class="section" id="property--identifier">
+<h4 id="Property:_identifier"><span class="secno">7.1.8 </span>Property: identifier</h4>
+<p>Gives an identifier, such as a company registration number, that can
+ be used to used to uniquely identify the organization. Many different 
+national and international identier schemes are available.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#identifier">org:identifier</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">subPropertyOf:</td><td> <a href="http://www.w3.org/2004/02/skos/core#notation">skos:notation</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+      The org 
+ontology is neutral to which schemes are used. The particular identifier
+ scheme should be indicated by the datatype of the identifier value.  
+Using datatypes to distinguish the notation scheme used is consistent 
+with recommended best practice for <code>skos:notation</code> of which this property is a specialization.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property linkedTo -->
+<div class="section" id="property--linkedto">
+<h4 id="Property:_linkedTo"><span class="secno">7.1.9 </span>Property: linkedTo</h4>
+<p>Indicates an arbitrary relationship between two organizations.</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#linkedTo">org:linkedTo</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain and Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td>
+	<td> 
+		Specializations of this can be used to, for example, denote funding or supply chain relationships.    
+	</td>
+    </tr>
+  </tbody>
+</table>
+</div>
+
+</div> <!-- end of Class Organization-->
+
+<!-- Class FormalOrganization -->
+<div class="section" id="class--formalorganization">
+<h3 id="Class:_FormalOrganization"><span class="secno">7.2 </span>Class: FormalOrganization</h3>
+<p>
+ An Organization which is recognized in the world at large, in 
+particular in legal jurisdictions, with associated rights and 
+responsibilities. Examples include a Corporation, Charity, Government or
+ Church.
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#FormalOrganization">org:FormalOrganization</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">subClassOf:</td><td> <a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+
+	Note that this is a super class of <code>gr:BusinessEntity</code> and it is recommended to use the GoodRelations vocabulary to denote Business classifications such as DUNS or NAICS.
+</td></tr>
+</tbody>
+</table>
+
+</div>  <!-- end of Class FormalOrganization-->
+
+
+<!-- Class OrganizationalUnit -->
+<div class="section" id="class--organizationalunit">
+<h3 id="Class:_OrganizationalUnit"><span class="secno">7.3 </span>Class: OrganizationalUnit</h3>
+<p>
+An Organization such University Support Unit which is part of some 
+larger FormalOrganization and only has full recognition within the 
+context of that FormalOrganization, it is not a Legal Entity in its own 
+right.
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#OrganizationalUnit">org:OrganizationalUnit</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">subClassOf:</td><td> <a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+Units can be large and complex containing ot	her Units and even 
+FormalOrganizations. Alternative names: <em>OU</em> <em>Unit</em> <em>Department</em>
+</td></tr>
+</tbody>
+</table>
+
+</div> <!-- end of Class OrganizationalUnit-->
+
+<div id="notes-on-formal-organizations" class="informative section">
+<h3><span class="secno">7.4 </span>Notes on formal organizations</h3><p><em>This section is non-normative.</em></p>
+<p>Note that the subclass hierarchy
+   below <code>org:Organization</code> is not a full covering. There
+   can be <code>org:Organization</code>s which are in
+   neither <code>org:FormalOrganization</code>
+   nor <code>org:OrganizationalUnit</code>.  The distinction between
+   an externally recognized organization and one which only has
+   meaning in the context of a larger organization is a common one
+   which we support to simplify the mapping to existing practice. Note
+   that the containment hierarchy is completely open
+   - <code>org:FormalOrganization</code>s are free to contain
+   other <code>org:FormalOrganization</code>s (e.g. subsidiaries of
+   large corporations). We invite feedback from users of the ontology as to
+   whether this distinction useful in practice.</p>
+</div>
+
+<div id="notes-on-organizational-hierarchy" class="informative section">
+<h3><span class="secno">7.5 </span>Notes on organizational hierarchy</h3><p><em>This section is non-normative.</em></p>
+
+<p>In many organizations there is a hierarchy of unit structures. For example we might see a containment hierarchy like:</p>
+
+<pre class="code">Corporation
+  BusinessUnit
+    Division
+      Function
+</pre>
+
+<p>The intention is that this would be added in custom extensions since they are specific to the 
+organization at hand. This can easily be done by subclassing <code>org:OrganizationalUnit</code>, 
+specializing <code>org:hasSubOrganization</code> and/or using <code>owl:allValuesFrom</code> restrictions on the new subclasses.</p>
+</div>
+
+<div id="notes-on-organizational-classification" class="informative section">
+<h3><span class="secno">7.6 </span>Notes on organizational classification</h3><p><em>This section is non-normative.</em></p>
+
+<p>In a number of circumstances we wish to classify organizations. There are many approaches that could be 
+taken for this. It can be based on the legal structure under which the organization operates.
+For example in UK legislation there are defined notions of Partnership, Limited Company (public, private) etc
+that can be used as a basis for classification.
+Alternatively organizations can be classified by the service they provide (e.g. Educational, Manufacturing, LegalService etc).</p>
+
+<p>The core organization ontology is neutral with respect to such choices.
+It is anticipated that applications to particular domains will introduce
+subclasses of <code>org:Organization</code> to reflect the domain requirements. </p>
+
+<p>Note that the core supports labelling an organization according to some 
+external classification scheme through use of the <code>org:classification</code> property. 
+This is appropriate for cases where the labelling is not intrinsic to the organization
+ and doesn't affect other aspects of the modelling. 
+ This is not always appropriate. 
+ For example, only Charities have CharityNumbers so it would be better to represent a 
+ Charity as a subClassOf FormalOrganization rather than via a taxonomic labelling.</p>
+</div>	
+</div>
+
+<!-- End of section Organizational structure -->
+
+<!--    Reporting relationships and roles   -->
+<div class="section" id="reporting-relationships-and-roles">
+<!--OddPage--><h2><span class="secno">8. </span>Reporting relationships and roles</h2>
+
+
+<!-- Class Membership -->
+<div class="section" id="class--membership">
+<h3 id="Class:_Membership"><span class="secno">8.1 </span>Class: Membership</h3>
+<p>
+Indicates the nature of an Agent's membership of an organization. 
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></th></tr></thead>
+  <tbody>
+     <!--tr><td class="prop">subClassOf:</td><td> <a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr-->
+    <tr><td class="prop">Usage note:</td><td> 
+
+	Represents an n-ary relation between an Agent, an Organization and a 
+Role. It is possible to directly indicate membership, independent of the
+ specific Role, through use of the <code>org:memberOf</code> property.
+</td></tr>
+</tbody>
+</table>
+
+
+<!-- Property member -->
+<div class="section" id="property--member">
+<h4 id="Property:_member"><span class="secno">8.1.1 </span>Property: member</h4>
+<p>
+	Indicates the Person (or other Agent including Organization) involved in the Membership relationship.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#member">org:member</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     Inverse of <code>org:hasMembership</code>
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+
+
+<!-- Property organization -->
+<div class="section" id="property--organization">
+<h4 id="Property:_organization"><span class="secno">8.1.2 </span>Property: organization</h4>
+<p>
+	Indicates Organization in which the Agent is a member.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#organization">org:organization</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property role -->
+<div class="section" id="property--role">
+<h4 id="Property:_role"><span class="secno">8.1.3 </span>Property: role</h4>
+<p>
+	Indicates the Role that the Agent plays in a Membership relationship with an Organization.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#role">org:role</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Role">org:Role</a></td></tr>
+    
+  </tbody>
+</table>
+</div>
+
+<!-- Property hasMembership -->
+<div class="section" id="property--hasmembership">
+<h4 id="Property:_hasMembership"><span class="secno">8.1.4 </span>Property: hasMembership</h4>
+<p>
+	Indicates a membership relationship that the Agent plays.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasMembership">org:hasMembership</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+      Inverse of <code>org:member</code>.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property memberDuring -->
+<div class="section" id="property--memberduring">
+<h4 id="Property:_memberDuring"><span class="secno">8.1.5 </span>Property: memberDuring</h4>
+<p>
+	Optional property to indicate the interval for which the membership is/was valid.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#memberDuring">org:memberDuring</a></th></tr></thead>
+  <tbody>
+   
+   
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+      <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/time#Interval">owlTime:Interval</a></td></tr>
+    
+  </tbody>
+</table>
+</div>
+
+<!-- Property remuneration -->
+<div class="section" id="property--remuneration">
+<h4 id="Property:_remuneration"><span class="secno">8.1.6 </span>Property: remuneration</h4>
+<p>
+	Indicates a salary or other reward associated with the role. 
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#remuneration">org:remuneration	</a></th></tr></thead>
+  <tbody>
+   
+   	
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Membership">org:Membership</a></td></tr>
+     <tr><td class="prop">Usage note:</td><td> 
+    Typically this will be denoted using an existing representation scheme 
+such as <code>gr:PriceSpecification</code> but the range is left open to allow applications to specialize it (e.g. to remunerationInGBP).
+</td></tr> 
+    
+  </tbody>
+</table>
+</div>
+
+
+</div>  <!-- end of Class Membership-->
+
+<!-- Class Role -->
+<div class="section" id="class--role">
+<h3 id="Class:_Role"><span class="secno">8.2 </span>Class: Role</h3>
+<p>
+Denotes a role that a Person or other Agent can take in an 
+organization. Instances of this class describe the abstract role; to 
+denote a specific instance of a person playing that role in a specific 
+organization use an instance of <code>org:Membership</code>. 
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#Role">org:Role</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">subClassOf:</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> 
+It is 
+common for roles to be arranged in some taxonomic structure and we use 
+SKOS to represent that. The normal SKOS lexical properties should be 
+used when labelling the Role. Additional descriptive properties for the 
+Role, such as a Salary band, may be added by extension vocabularies.
+</td></tr>
+</tbody>
+</table>
+
+<!-- Property roleProperty -->
+<div class="section" id="property--roleproperty">
+<h4 id="Property:_roleProperty"><span class="secno">8.2.1 </span>Property: roleProperty</h4>
+<p>
+	This is a metalevel property which is used to annotate an <code>org:Role</code> instance with a sub-property of <code>org:memberOf</code>
+ that can be used to directly indicate the role for easy of query.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#roleProperty">org:roleProperty</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Role">org:Role</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">rdf:Property</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+      The 
+intended semantics is a Membership relation involving the Role implies 
+the existence of a direct property relationship through an inference 
+rule of the form:  <code>{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -&gt; {?p ?r ?o}</code>
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+</div>  <!-- end of Class Role-->
+
+
+<!-- Property hasMember -->
+<div class="section" id="property--hasmember">
+<h3 id="Property:_hasMember"><span class="secno">8.3 </span>Property: hasMember</h3>
+<p>
+	Indicates a person who is a member of the subject Organization. 
+Inverse of `org:memberOf`, see that property for further clarification. 
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasMember">org:hasMember</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">Equivalent property:</td><td><a href="http://xmlns.com/foaf/0.1/member">foaf:member</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     Provided for compatibility with `foaf:member`.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property reportsTo -->
+<div class="section" id="property--reportsto">
+<h3 id="Property:_reportsTo"><span class="secno">8.4 </span>Property: reportsTo</h3>
+<p>
+	Indicates a reporting relationship as might be depicted on an 
+organizational chart.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#reportsTo">org:reportsTo</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain and range:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     The precise semantics of the reporting 
+relationship will vary by organization but is intended to encompass both
+ direct supervisory relationships (e.g. carrying objective and salary 
+setting authority) and more general reporting or accountability 
+relationships (e.g. so called <em>dotted line</em> reporting).
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<!-- Property headOf -->
+<div class="section" id="property--headof">
+<h3 id="Property:_headOf"><span class="secno">8.5 </span>Property: headOf</h3>
+<p>
+	Indicates that a person (or other agent) is the leader or formal 
+head of the Organization.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#headOf">org:headOf</a></th></tr></thead>
+  <tbody>
+    <tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+      <tr><td class="prop">subPropertyOf:</td><td><a href="http://www.w3.org/ns/org#memberOf">org:memberOf</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     This will normally mean that they are the root
+ of the <code>org:reportsTo</code> (acyclic) graph, though an organization may have more than one head.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<div id="discussion" class="informative section">
+<h3><span class="secno">8.6 </span>Discussion</h3><p><em>This section is non-normative.</em></p>
+
+<p>In some applications then it is sufficient to represent the role of an individual
+within an Organization by specializations of <code>org:memberOf</code>, as in the 
+builtin example <code>org:headOf</code>.</p>
+
+<p>However, in general it is advantageous to have an explicit representation of the organizational role (e.g. 
+to enable advertising of a post or for publication of salary ranges associated with the role), this is supported
+by the <code>org:Role</code> class. The situation of an Agent fulfilling that role within an organization
+is then expressed through instances of the <code>org:Membership</code> n-ary relation. This also
+makes it possible to annotate the relationship with qualifying information such as duration, salary,
+reference to the employment contract and so forth.</p>
+
+<p>For example:</p>
+
+<pre class="code">&lt;http://www.epimorphics.com/public/org#epimorphics&gt; a org:FormalOrganization;
+    skos:prefLabel "Epimorphics Ltd" .
+
+eg:ctoRole a org:Role;
+    rdfs:label "CTO" .
+        
+[] a org:Membership;
+    org:member &lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; ;
+    org:organization &lt;http://www.epimorphics.com/public/org#epimorphics&gt; ;
+    org:role eg:ctoRole;
+    org:memberDuring [a owlTime:Interval; owlTime:hasBeginning [
+                      owlTime:inXSDDateTime "2009-11-01T09:00:00Z"^^xsd:dateTime]] .
+</pre>
+
+<p>Since this representation can be a little less convenient to query and
+explore via linked-data browsing tools the core allows both explicit roles and
+simple direct relations to be used simultaneously. The relationship between
+the Role resource and the corresponding property can be indicated through 
+the <code>org:roleProperty</code> annotation. Thus we might extend the above example with:</p>
+
+<pre class="code">eg:ctoRole a org:Role;
+    org:roleProperty eg:ctoOf .
+    
+eg:ctoOf a owl:ObjectProperty, rdf:Property ;
+    rdfs:label "CTO" ;
+    rdfs:subPropertyOf org:memberOf .
+        
+&lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; 
+  eg:ctoOf &lt;http://www.epimorphics.com/public/org#epimorphics&gt; . 
+</pre>
+
+<p>In practice we antipate tool chains generating the <code>org:Membership</code> instances
+and a simple closure rule being used to add any corresponding short-cut specializations of <code>org:memberOf</code>.</p>
+</div>
+
+</div>
+
+
+<!--    LOCATION   -->
+<div class="section" id="location">
+<!--OddPage--><h2><span class="secno">9. </span>Location</h2>
+
+
+<!-- Class Site -->
+<div class="section" id="class--site">
+<h3 id="Class:_Site"><span class="secno">9.1 </span>Class: Site</h3>
+<p>
+An office or other premise at which the organization is located. 
+Many organizations are spread across multiple sites and many sites will 
+host multiple locations. 
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#Site">org:Site</a></th></tr></thead>
+  <tbody>
+    
+    <tr><td class="prop">Usage note:</td><td> 
+ In most cases a Site will be a physical 
+location. However, we don't exclude the possibility of non-physical 
+sites such as a virtual office with an associated post box and phone 
+reception service. Extensions may provide subclasses to denote 
+particular types of site.
+</td></tr>
+</tbody>
+</table>
+
+<!-- Property siteAddress -->
+<div class="section" id="property--siteaddress">
+<h4 id="Property:_siteAddress"><span class="secno">9.1.1 </span>Property: siteAddress</h4>
+<p>
+	Indicates a VCard (using the http://www.w3.org/TR/vcard-rdf/ 
+vocabulary) for the site. This can include email, telephone, and 
+geo-location details as well as an address.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#siteAddress">org:siteAddress</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#VCard">vcard:VCard</a></td></tr>
+    
+  </tbody>
+</table>
+</div>
+
+<!-- Property hasSite -->
+<div class="section" id="property--hassite">
+<h4 id="Property:_hasSite"><span class="secno">9.1.2 </span>Property: hasSite</h4>
+<p>
+	Indicates a site at which the Organization has some presence even if
+ only indirect (e.g. virtual office or a professional service which is 
+acting as the registered address for a company).
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasSite">org:hasSite</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#siteOf">org:siteOf</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property siteOf -->
+<div class="section" id="property--siteof">
+<h4 id="Property:_siteOf"><span class="secno">9.1.3 </span>Property: siteOf</h4>
+<p>
+	Indicates an Organization which has some presence at the given site. 
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#siteOf">org:siteOf</a></th></tr></thead>
+  <tbody>
+   
+    
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#hasSite">org:hasSite</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property hasPrimarySite -->
+<div class="section" id="property--hasprimarysite">
+<h4 id="Property:_hasPrimarySite"><span class="secno">9.1.4 </span>Property: hasPrimarySite</h4>
+<p>
+	Indicates a primary site for the Organization, this is the default 
+means by which an Organization can be contacted and is not necessarily 
+the formal headquarters.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasPrimarySite">org:hasPrimarySite</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">subPropertyOf:</td><td><a href="http://www.w3.org/ns/org#hasSite">org:hasSite</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+
+<!-- Property hasRegisteredSite -->
+<div class="section" id="property--hasregisteredsite">
+<h4 id="Property:_hasRegisteredSite"><span class="secno">9.1.5 </span>Property: hasRegisteredSite</h4>
+<p>
+	Indicates the legally registered site for the organization, in many 
+legal jurisdictions there is a requirement that FormalOrganizations such
+ as Companies or Charities have such a primary designed site.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasRegisteredSite">org:hasRegisteredSite</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">subPropertyOf:</td><td><a href="http://www.w3.org/ns/org#hasPrimarySite">org:hasPrimarySite</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property basedAt -->
+<div class="section" id="property--basedat">
+<h4 id="Property:_basedAt"><span class="secno">9.1.6 </span>Property: basedAt</h4>
+<p>
+	Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#basedAt">org:basedAt</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Person">foaf:Person</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Site">org:Site</a></td></tr>
+    <tr><td class="prop">subPropertyOf:</td><td><a href="http://www.w3.org/ns/org#hasPrimarySite">org:hasPrimarySite</a></td></tr>
+  </tbody>
+</table>
+</div>
+</div>  <!-- end of Class Site-->
+
+
+<!-- Property location -->
+<div class="section" id="property--location">
+<h3 id="Property:_location"><span class="secno">9.2 </span>Property: location</h3>
+<p>
+	Gives a location description for a person within the organization, for example a <em>Mail Stop</em> for internal posting purposes.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#location">org:location</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Person">foaf:Person</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2001/XMLSchema#String">xsd:string</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+</div> <!--   End of LOCATION section -->
+
+
+<!--   Projects and other activities   -->
+<div class="section" id="projects-and-other-activities">
+<!--OddPage--><h2><span class="secno">10. </span>Projects and other activities</h2>
+<!-- Class OrganizationalCollaboration -->
+<div class="section" id="class--organizationalcollaboration">
+	<h3 id="Class:_OrganizationalCollaboration"><span class="secno">10.1 </span>Class: OrganizationalCollaboration</h3>
+	<p>
+	A collaboration between two or more Organizations such as a project.
+	 It meets the criteria for being an Organization in that it has an 
+	identity and defining purpose independent of its particular members but 
+	is neither a formally recognized legal entity nor a sub-unit within some
+	 larger organization. Might typically have a shorter lifetime than the 
+	Organizations within it, but not necessarily.
+	</p>
+	<table class="definition">
+	  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#OrganizationalCollaboration">org:OrganizationalCollaboration</a></th></tr></thead>
+	  <tbody>
+	     <tr><td class="prop">subClassOf:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+	    <tr><td class="prop">Usage note:</td><td> 
+	 All members are <code>org:Organization</code>s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: <em>Project</em> <em>Venture</em>  <em>Endeavour</em> <em>Consortium</em>
+	</td></tr>
+	</tbody>
+	</table>
+</div> <!-- End of OrganizationalCollaboration class -->
+
+</div> <!--   End of Projects and other activities   -->
+
+
+<!--   Historical information   -->
+<div class="section" id="historical-information">
+<!--OddPage--><h2><span class="secno">11. </span>Historical information</h2>
+
+<p>Any aspect of organizational structure is subject to change over time. 
+For the most part this should be handled by an external mechanism such as named graphs. 
+When Organizations change substantially (not simply a change of personnel or internal structure, 
+for example a merger to create a new organization) then the new Organization 
+will typically be denoted by a new URI and we need some vocabulary to describe that change over time
+and the relationship between the original and resulting resouces. 
+The Event mechanism here gives a generic hook for this, building upon the 
+<a href="http://open-biomed.sourceforge.net/opmv/ns">OPMV Provenance Vocabulary</a>.</p>
+
+<!-- Class ChangeEvent -->
+<div class="section" id="class--changeevent">
+<h3 id="Class:_ChangeEvent"><span class="secno">11.1 </span>Class: ChangeEvent</h3>
+<p>
+Represents an event which resulted in a major change to an 
+organization such as a merger or complete restructuring. It is intended 
+for situations where the resulting organization is sufficient distinct 
+from the original organizations that it has a distinct identity and 
+distinct URI. 
+</p>
+<table class="definition">
+  <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/org#ChangeEvent">org:ChangeEvent</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">subClassOf:</td><td> <a href="http://purl.org/net/opmv/ns#Process">opmv:Process</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+Extension vocabularies should define sub-classes of this 
+to denote particular categories of event. The instant or interval at 
+which the event occurred should be given by `opmv:wasGeneratedAt`, a 
+description should be given by `dct:description`.
+</td></tr>
+</tbody>
+</table>
+
+<!-- Property originalOrganization -->
+<div class="section" id="property--originalorganization">
+<h4 id="Property:_originalOrganization"><span class="secno">11.1.1 </span>Property: originalOrganization</h4>
+<p>
+	Indicates one or more organizations that existed before the change 
+event. Depending on the event they may or may not have continued to 
+exist after the event.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#originalOrganization">org:originalOrganization</a></th></tr></thead>
+  <tbody>
+   
+    <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#ChangeEvent">org:ChangeEvent</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#changedBy">org:changedBy</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+      Note that in 
+specializing the OPMV vocabulary we are treating an `org:Organization` 
+as an `opmv:Artifact`, which is consistent with the OPM model.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property changedBy -->
+<div class="section" id="property--changedby">
+<h4 id="Property:_changedBy"><span class="secno">11.1.2 </span>Property: changedBy</h4>
+<p>
+Indicates a change event which resulted in a change to this 
+organization. 
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#changedBy">org:changedBy</a></th></tr></thead>
+  <tbody>
+   
+    
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#ChangeEvent">org:ChangeEvent</a></td></tr>
+     <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#originalOrganzation">org:originalOrganzation</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+     Depending on the event the organization may or may not 
+have continued to exist after the event.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property resultedFrom -->
+<div class="section" id="property--resultedfrom">
+<h4 id="Property:_resultedFrom"><span class="secno">11.1.3 </span>Property: resultedFrom</h4>
+<p>
+Indicates an event which resulted in (led to, generated) this 
+organization.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#resultedFrom">org:resultedFrom</a></th></tr></thead>
+  <tbody>
+   
+    
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#ChangeEvent">org:ChangeEvent</a></td></tr>
+     <tr><td class="prop">subpropertyOf:</td><td><a href="http://purl.org/net/opmv/ns#wasGeneratedBy">opmv:wasGeneratedBy</a></td></tr>
+     <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#resultingOrganization">org:resultingOrganization</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td> 
+    Note that in 
+specializing the OPMV vocabulary we are treating an `org:Organization` 
+as an `opmv:Artifact`, which is consistent with the OPM model.
+</td></tr>
+  </tbody>
+</table>
+</div>
+
+<!-- Property resultingOrganization -->
+<div class="section" id="property--resultingorganization">
+<h4 id="Property:_resultingOrganization"><span class="secno">11.1.4 </span>Property: resultingOrganization</h4>
+<p>
+Indicates an organization which was created or changed as a result of the event.
+</p>
+
+<table class="definition">
+  <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#resultingOrganization">org:resultingOrganization</a></th></tr></thead>
+  <tbody>
+     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#ChangeEvent">org:ChangeEvent</a></td></tr>
+     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+     <tr><td class="prop">inverseOf:</td><td><a href="http://www.w3.org/ns/org#resultedFrom">org:resultedFrom</a></td></tr>
+  </tbody>
+</table>
+</div>
+
+</div>  <!-- end of Class Role-->
+
+
+</div>  <!-- end of Section Historical-->
+<!--    ACK   -->
+<div id="change-history" class="appendix section">
+
+<!--    Change history   -->
+
+<!--OddPage--><h2><span class="secno">A. </span>Change history</h2>
+<p>Changes since previous version 0.3 <a href="http://www.epimorphics.com/public/vocabulary/org-20100609.html">2010-06-09</a>:</p>
+<ul>
+  <li>Added <code>org:identifier</code> to support generic use of organization identifier schemes, including local and national schemes.</li>
+</ul>
+
+<p>Changes since previous version 0.2 <a href="http://www.epimorphics.com/public/vocabulary/org-20100607.html">2010-06-07</a>:</p>
+<ul>
+  <li>Added <code>org:changedBy</code> and <code>org:resultingOrganization</code> as inverses to
+      the OMPV compatible properties and added a note on use of inverses.</li>
+</ul>
+
+<p>Changes since previous version 0.1 <a href="http://www.epimorphics.com/public/vocabulary/org-20100528.html">2010-05-28</a>:</p>
+<ul>
+  <li>Rephrased the introduction to clarify scoping of the ontology.</li>
+  <li>Made <code>org:Organization</code> equivalent to <code>foaf:Organization</code> following clarifying discussions with Dan Brickley.</li>
+  <li>Added <code>org:hasMember</code> as an inverse of <code>org:memberOf</code> in order to be able to declare the equivalent to <code>foaf:member</code>, thanks to Dan Brickley for the suggestion.</li>
+  <li>Made <code>org:unitOf/hasUnit</code> sub properties of <code>org:subOrganizationOf/hasSubOrganization</code>, thanks to Dave Challis for prompting this clarification.
+  </li><li>Added <code>org:transitiveSubOrganizationOf</code>, thanks to Damian Steer for the suggestion.</li>
+  <li>Fixed range statements for <code>org:role</code> and <code>org:organization</code> to correspond to the documentation and intent, thanks to Bernard Vatant for spotting that problem.</li>
+  <li>Modified description of <code>org:memberOf</code> to clarify that the notion of membership is very broad and not meant to be limited to formal notions of membership.</li>
+  <li>Clarified the description of <code>org:FormalOrganization</code>.
+  </li><li>Fixed bug in restriction definition for <code>org:OrganizationalCollaboration</code>, thanks to Start Williams for point out the problem.</li>
+  <li>Reversed <code>org:resultingOrganization</code> to <code>org:resultedFrom</code> for compatibility with OPMV, thanks to Jeni Tennison for pointing out the problem.</li>
+  <li>Changed labels for has* properties to read as nouns, leaving URIs unchanged.</li>
+  <li>Added <code>rdfs:isDefinedBy</code> declarations, thanks to Kingsley Idehen for pointing out the lack of those.</li>
+  <li>Clarified license terms, thanks to Dan Brickley for pointing out the lack.</li>
+</ul>
+
+</div>
+<div id="acknowledgments" class="appendix section">
+<!--OddPage--><h2><span class="secno">B. </span>Acknowledgments</h2>
+<p>
+The editors are very thankful for comments and suggestions ...
+</p>
+<p>This ontology was originally developed as part of the UK Linked Data Kernel project
+under the leadership and guidance of John Sheridan (The National Archives).
+Jeni Tennison provided immensely useful feedback and suggestions on the first draft,
+which greatly improved its design. The work also took inspiration from a
+number of other ontologies, particularly the thoughtfully designed
+<a href="http://www.london-gazette.co.uk/ontology/organisation.owl">Gazette Organization ontology</a>
+and <a href="http://proton.semanticweb.org/">Proton-top</a>.
+</p>
+
+</div>
+
+
+<div class="appendix section" id="references"><!--OddPage--><h2><span class="secno">C. </span>References</h2><div class="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></div><div class="section" id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><p>No informative references.</p></div></div></body></html>