XML Army Knife Logo

XMLArmyKnife

  • Home
  • API Docs
  • Archives

Archives

By Month:

December 2006 (2)
May 2006 (8)
April 2006 (2)
December 2005 (1)
November 2005 (4)
October 2005 (1)

More...

By category:

admin (5)
docs (1)
html (1)
rdf (9)
xslt (1)

Metadata

« May 05, 2006 | Main | May 12, 2006 »

May 08, 2006

Sample SPARQL Queries

Whilst putting together my local cache of useful data sources I wrote a series of SPARQL queries to exercise the data.

They're all pretty trivial, but demonstrate the kinds of data available in each of the data sources as well as illustrating that some of the sources merge together very nicely as care has been taken to reuse standard identifiers, e.g. for countries.

The complete set of queries is browsable, but here's a few:

    List airports in the UK. View Results
  • List countries and their dialing codes. View results
  • List countries and their main currencies (where available in CIA World Fact Book). View Results
  • List Countries and their FIPS country code. View Results
  • List Countries and their ISO 3166 country code. View Results
  • Show natural hazards in the US. View Results
  • Which countries observe daily savings?. View Results

With a bit of mapping mashup action, and some user contributed metadata thrown in for good measure, I think there's the basis for a good travel guide application in there somewhere.

Posted by ldodds at 02:09 PM