--- a/org/index.html Sun Nov 03 21:20:00 2013 +0000
+++ b/org/index.html Mon Nov 04 15:11:50 2013 +0000
@@ -5,11 +5,76 @@
<meta name="description" content="An organization ontology" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src='../respec/respec3/builds/respec-w3c-common.js' class='remove'></script>
- <script type="text/javascript" src="../respec/gld-bib.js" class="remove"></script>
- <script type="text/javascript" src="respec-ref.js" class="remove"></script>
- <script type="text/javascript" src="respec-config.js" class="remove"></script>
- <script type="text/javascript" src="../respec/gld-config.js" class="remove"></script>
+ <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
+ <script class='remove'>
+ var respecConfig = {
+ // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+ specStatus: "ED",
+ copyrightStart: "2012",
+ //lcEnd: "2013-04-08",
+
+ // the specification's short name, as in http://www.w3.org/TR/short-name/
+ shortName: "vocab-org",
+ //subtitle: "",
+ // if you wish the publication date to be other than today, set this
+ // publishDate: "2009-08-06",
+
+ // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+ // and its maturity status
+ previousPublishDate: "2013-06-25",
+ previousMaturity: "CR",
+ //previousDiffURI: "http://dvcs.w3.org/hg/gld/bp/",
+ //diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+
+ // if there a publicly available Editor's Draft, this is the link
+ edDraftURI: "https://dvcs.w3.org/hg/gld/raw-file/default/org/index.html",
+
+ // if this is a LCWD, uncomment and set the end of its review period
+ // lcEnd: "2009-08-05",
+
+ // if you want to have extra CSS, append them to this list
+ // it is recommended that the respec.css stylesheet be kept
+ //extraCSS: [
+ // "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+ //],
+
+ // editors, add as many as you like
+ // only "name" is required
+ editors: [
+ { name: "Dave Reynolds", company: "Epimorphics Ltd.", companyURL: "http://www.epimorphics.com/" }
+ ],
+
+ // authors, add as many as you like.
+ // This is optional, uncomment if you have authors as well as editors.
+ // only "name" is required. Same format as editors.
+
+ //authors: [],
+
+ // name of the WG
+ wg: "Government Linked Data Working Group",
+
+ // URI of the public WG page
+ wgURI: "http://www.w3.org/2011/gld/",
+
+ // name of the public mailing to which comments are due
+ wgPublicList: "public-gld-comments",
+
+ // URI of the patent status for this WG, for Rec-track documents
+ // !!!! IMPORTANT !!!!
+ // This is important for Rec-track documents, do not copy a patent URI from a random
+ // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+ // Team Contact.
+ //wgPatentURI: "",
+ maxTocLevel: 3,
+ // preProcess: [ preProc, addGLDBiblio ]
+ //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
+
+ localBiblio: {
+ "good-relations" : "Martin Hepp, <cite><a href=\"http://www.heppnetz.de/ontologies/goodrelations/v1.html\">GoodRelations Language Reference</a></cite>, Version 1.0, 1 October 2011, URL: <a href=\"http://www.heppnetz.de/ontologies/goodrelations/v1.html\">http://www.heppnetz.de/ontologies/goodrelations/v1.html</a>"
+ }
+
+ };
+ </script>
<style type="text/css">
table {
@@ -130,7 +195,7 @@
data expressed in ORG. ORG is applicable in many contexts including
RDF accessible via SPARQL endpoints, embedded in HTML pages,
or serialized as an RDF/XML or Turtle. The examples in this
- document use Turtle [[!TURTLE-TR]] in the interests of readability.</p>
+ document use Turtle [[!turtle]] in the interests of readability.</p>
</section>
@@ -503,7 +568,7 @@
<p>The ontology
provides <a href="#org:siteAddress">org:siteAddress</a> to define
- the address of a site using a vocabulary such as the vCard [[VCARD]] vocabulary.</p>
+ the address of a site using a vocabulary such as the vCard [[vcard-rdf]] vocabulary.</p>
</section>
@@ -528,7 +593,7 @@
ORG provides <a href="#org:ChangeEvent">org:ChangeEvent</a> and
associated properties as a
foundation for this, building upon
- the PROV-O Provenance Vocabulary [[!PROV-O]].</p>
+ the PROV-O Provenance Vocabulary [[!prov-o]].</p>
<p>For example to indicate that an organization now called "Department
for Education" was formed as a result of rebranding and
@@ -551,7 +616,7 @@
<p>An application can use terms from the PROV-O vocabulary to further describe the
change event, for example the period of time over which it
occurred. Such usage of PROV-O terms should take into account the
- semantic constraints [[PROV-CONSTRAINTS]] of the PROV model. <p>
+ semantic constraints [[prov-constraints]] of the PROV model. <p>
<p>It is sometimes convenient to be able to directly link from an
organization to a previous organization from which it descended. This
@@ -665,15 +730,15 @@
<tbody>
<tr><td>foaf</td><td><a href="http://xmlns.com/foaf/0.1/">http://xmlns.com/foaf/0.1/</a></td><td>[[FOAF]]</td></tr>
- <tr><td>gr</td><td><a href="http://purl.org/goodrelations/v1">http://purl.org/goodrelations/v1#</a></td><td>[[GOOD-RELATIONS]]</td></tr>
- <tr><td>prov</td><td><a href="http://www.w3.org/ns/prov">http://www.w3.org/ns/prov#</a></td><td>[[!PROV-O]]</td></tr>
+ <tr><td>gr</td><td><a href="http://purl.org/goodrelations/v1">http://purl.org/goodrelations/v1#</a></td><td>[[good-relations]]</td></tr>
+ <tr><td>prov</td><td><a href="http://www.w3.org/ns/prov">http://www.w3.org/ns/prov#</a></td><td>[[!prov-o]]</td></tr>
<tr><td>org</td><td><a href="http://www.w3.org/ns/org">http://www.w3.org/ns/org#</a></td><td></td></tr>
<tr><td>owl</td><td><a href="http://www.w3.org/2002/07/owl">http://www.w3.org/2002/07/owl#</a></td><td>[[!OWL2-PRIMER]]</td></tr>
<tr><td>time</td><td><a href="http://www.w3.org/2006/time">http://www.w3.org/2006/time#</a></td><td>[[!OWL-TIME]]</td></tr>
<tr><td>rdf</td><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a></td><td>[[!RDF-CONCEPTS]]</td></tr>
<tr><td>rdfs</td><td><a href="http://www.w3.org/2000/01/rdf-schema">http://www.w3.org/2000/01/rdf-schema#</a></td><td>[[!RDF-SCHEMA]]</td></tr>
<tr><td>skos</td><td><a href="http://www.w3.org/2004/02/skos/core">http://www.w3.org/2004/02/skos/core#</a></td><td>[[!SKOS-REFERENCE]]</td></tr>
- <tr><td>vcard</td><td><a href="http://www.w3.org/2006/vcard/ns#">http://www.w3.org/2006/vcard/ns#</a></td><td>[[VCARD]]</td></tr>
+ <tr><td>vcard</td><td><a href="http://www.w3.org/2006/vcard/ns#">http://www.w3.org/2006/vcard/ns#</a></td><td>[[vcard-rdf]]</td></tr>
<tr><td>dct</td><td><a href="http://purl.org/dc/terms/">http://purl.org/dc/terms/</a></td><td>[[DC11]]</td></tr>
</tbody>
</table>
@@ -1412,7 +1477,7 @@
<p>
Indicates an addess for the site in a suitable encoding. Use of a well
known address encoding such as the vCard
-[[VCARD]] vocabulary is encouraged
+[[vcard-rdf]] vocabulary is encouraged
but the range is left open to allow other encodings to be used. The
address may include email, telephone, and geo-location information and
is not restricted to a physical address.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/org/usage.csv Mon Nov 04 15:11:50 2013 +0000
@@ -0,0 +1,43 @@
+Term, None, UK Organogram, Dir.w3.org, Italian Organograms, Greek Organograms, healthdata.gov, Popolo, Southampton
+Organization,, Y,Y,,,,Y,Y
+FormalOrganization,, Y,,Y,,,,Y
+classification,,,,Y,Y,,Y,
+identifier,,,,Y,,,Y,
+purpose,X,,,,,,,
+,,,,,,,,
+OrganizationalUnit,, Y,,Y,,,,
+hasSubOrganization/subOrganizationOf,,,,Y,,,Y,Y
+hasUnit/unitOf,, Y,,Y,Y,,,
+transitiveSubOrganizationOf,X,,,,,,,
+,,,,,,,,
+hasMember/memberOf,,Y,Y,,,,,
+headOf,,Y,,Y,,,,
+reportsTo,,Y,,,,,,
+remuneration,,Y,,,,,,
+,,,,,,,,
+Membership,,Y,,,,,,
+hasMembership/member,,Y,,,,,,
+memberDuring,X,,,,,,,
+Role,X,,,,,,,
+role,X,,,,,,,
+roleProperty,X,,,,,,,
+organization,,Y,,,,,,
+,,,,,,,,
+Post,,(Y),,,,,,
+heldBy/holds,,(Y),,,,,,
+hasPost/postIn,,(Y),,,,,,
+,,,,,,,,
+Site,,,(Y),,,(Y),,
+basedAt,X,,,,,,,
+hasSite/siteOf,,,,,,(Y),,
+hasPrimarySite,,,,,,Y,,
+hasRegisteredSite,X,,,,,,,
+siteAddress,,,Y,,,,,
+location,X,,,,,,,
+,,,,,,,,
+OrganizationalCollaboration,X,,,,,,,
+linkedTo,,Y,,,,,,
+,,,,,,,,
+ChangeEvent,,Y,,,,,,
+resultedFrom/resultingOrganization,X,,,,,,,
+originalOrganization/changedBy,X,,,,,,,
\ No newline at end of file