Mention Linked Data or RDF and many developers run screaming. The truth is that Linked Data is really rather simple (and in many cases you don't even need to use RDF if you don't want). In this tutorial we are going to use jQuery to request some data from a Linked Data service, and then display the results in a table and on a map.
URL: http://dailyjs.com/2010/11/26/linked-data-and-javascript/
Keywords: SPARQL endpoint, JavaScript, jQuery, Mashup
Author: Roberts, Ric
Publisher: DailyJS
Date created: 2010-11-26 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P20M
- Converts/manipulates SPARQL query outputs (RDF-XML, JSON) to the exact format required by third party tools and APIs.
- Uses publicly available tools to visualize data.
- Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.
Leave A Comment