Fixed syntax errors in Glossary.
authorbhyland
Tue, 07 May 2013 15:18:37 -0400
changeset 492 13db1dc08902
parent 491 b8125ce19428
child 493 1081ba4a2c4d
Fixed syntax errors in Glossary.
glossary/index.html
--- a/glossary/index.html	Tue May 07 15:12:35 2013 -0400
+++ b/glossary/index.html	Tue May 07 15:18:37 2013 -0400
@@ -268,7 +268,7 @@
 
 <section>
 <h4>Jena</h4>
-<a  ="http://jena.apache.org">Jena</a> is an Open Source Software implementation of a <a href="#semantic-web">Semantic Web</a> development framework. It supports the storage, retrieval and analysis of <a href="#rdf">RDF</a> information. 
+<a href="http://jena.apache.org">Jena</a> is an Open Source Software implementation of a <a href="#semantic-web">Semantic Web</a> development framework. It supports the storage, retrieval and analysis of <a href="#rdf">RDF</a> information. 
 </section>
 
 <section>
@@ -329,7 +329,8 @@
 
 <section>
 <h4>Machine Readable Data</h4> 
-Machine readable data refers to data which can be seamlessly processed by programs. It often means non-graphics data which gets 2-stars on the  <a href="#5-star-linked-data">5-star Linked Data scale</a>. While some open data developers use screen-scrapping techniques to parse machine readable content, using 4-star or 5-star Linked Data is preferable in terms of provenance and ease of reuse. Anything less than 4-star data gives Web developers more work modeling and transforming data. By creating and publishing Linked Data, you are increasing the ability of search engines, and thus humans, to find, access and re-use information.  
+<p>
+Machine readable data refers to data that can be processed by programs.  By creating and publishing Linked Data, you are increasing the ability of search engines, and thus humans to find, access and re-use information.  Once found, programs can re-use data without custom coding.
 </p>
 <p>
 To see how a Linked Data representation yields both a human and machine readable version simultaneously, try this exercise. Wikipedia has an interesting page about the color <a href="http://wikipedia.org/wiki/Red" target="_blank">Red</a>.  DBpedia allows you to get the structured content listed on the Wikipedia page for "Red" [<a href="http://wikipedia.org/wiki/Red" target="_blank">http://wikipedia.org/wiki/Red</a>] by changing "wiki" to "data" and appending the appropriate file extension.