Querying Collections With Sparql

Chatlog of danbri working out how to query RDF collections in Sparql:

SELECT ?feature, ?a, ?b WHERE
{
  ?x :name ?feature .
  ?x foaf:isPrimaryTopicOf wikipedia:Clifton_Suspension_Bridge .
  ?x :centerLine  ( [gml:pos ?a] [gml:pos ?b] )  .
}

Permalink: http://blog.iandavis.com/2005/07/querying-collections-with-sparql/

Other posts tagged as rdf, technology

Earlier Posts