SDB code into trunk; not yet active by default

This commit is contained in:
bjl23 2010-11-22 16:24:00 +00:00
parent b2abc1f389
commit 0a71b802df
37 changed files with 5507 additions and 81 deletions

View file

@ -38,8 +38,10 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
SELECT ?geoLocation ?label
WHERE
{
GRAPH ?g{
?geoLocation rdf:type core:GeographicLocation .
OPTIONAL { ?geoLocation rdfs:label ?label }
OPTIONAL { ?geoLocation rdfs:label ?label } .
}
}
LIMIT 20
</textarea>