adds ABox, DLs and semweb stack in Glossary
authorgatemezi
Sun, 10 Mar 2013 19:58:22 +0100
changeset 394 449c0dede1fa
parent 393 160136c7ce93
child 395 f802759962db
adds ABox, DLs and semweb stack in Glossary
glossary/index.html
glossary/respec-config.js
glossary/respec-config.js~
--- a/glossary/index.html	Sat Mar 09 20:47:58 2013 +0000
+++ b/glossary/index.html	Sun Mar 10 19:58:22 2013 +0100
@@ -32,6 +32,11 @@
 </section>
 
 <section>
+<h4>ABox</h4>
+Assertion Box (ABox) is one of two types of statements in an ontology (the other being <a href="#tbox">TBox</a>). ABox statements cover instantiation and description of individuals (i.e. instances), e.g. John is a Person.
+</section>
+
+<section>
 <h4>Apache License</h4>
 A popular Open Source license published by the Apache Software Foundation.  <a href="http://www.apache.org/licenses/LICENSE-2.0.html"> Apache License, version 2.0</a> is used for many Linked Data tools and projects. 
 </section>
@@ -138,6 +143,12 @@
 </section>
 
 <section>
+<h4>Description Logics (DLs)</h4>
+
+Description Logics are a family of knowledge representation formalisms with varying and adjustable expressivity. Two variants of the Web Ontology Language (OWL), specifically OWL Lite and OWL DL are based on DLs.
+</section>
+
+<section>
 <h4>Descriptor Resource</h4> 
 A type of resource that bears/carries the description of a Subject.</h4>
 </section>
@@ -442,6 +453,11 @@
 </section>
 
 <section>
+<h4>Semantic Web Stack </h4>
+The Semantic Web Stack is a layered representation of the architecture of the semantic web, constituting of standardized languages and technologies.
+</section>
+
+<section>
 <h4>Semantic Web Standards</h4>
  Standards of the World Wide Web Consortium (W3C) relating to the Semantic Web, including RDF [[!RDF]], RDFa [[!RDFa-PRIMER]], SKOS [[!SKOS-REFERENCE]] and OWL [[!OWL2]]. 
 </section>
--- a/glossary/respec-config.js	Sat Mar 09 20:47:58 2013 +0000
+++ b/glossary/respec-config.js	Sun Mar 10 19:58:22 2013 +0100
@@ -1,6 +1,6 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "WG-NOTE",
+    specStatus:           "WD",
     publishDate:          "2013-03-14",
     //copyrightStart:       "2011",
 
--- a/glossary/respec-config.js~	Sat Mar 09 20:47:58 2013 +0000
+++ b/glossary/respec-config.js~	Sun Mar 10 19:58:22 2013 +0100
@@ -1,7 +1,7 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
     specStatus:           "WG-NOTE",
-    publishDate:          "2013-03-07",
+    publishDate:          "2013-03-14",
     //copyrightStart:       "2011",
 
     // the specification's short name, as in http://www.w3.org/TR/short-name/