Semantic Application Programming
22 February 2011 | 0 Comments
First stop, grab and parse the list from here: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes. Getting language meta data by url dereferencing This is the easiest method but has less control over the data that is returned (by default all data about the language is returned). Simply replace the [language_name] part of the following url with the value in “Language [...]
Tagged in api, dbpedia, geonames, language, languages, linkeddata, semantic, semantics, sparql, web
Semantic Application Programming
18 February 2011 | 0 Comments
I am in the process of building a semantic web application. Since the application I am building will be used globally, I wanted to start with including a semantic collection of all countries in the world. It turns out to be rather simple thanks to the GeoNames API. I am a big fan of JSON [...]
Tagged in api, countries, geonames, global, locations, rest, semantic, web, world