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] ) .
}
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] ) .
}