Skip to content

Instantly share code, notes, and snippets.

@sfsheath
Created February 14, 2014 02:37
Show Gist options
  • Save sfsheath/8994862 to your computer and use it in GitHub Desktop.
Save sfsheath/8994862 to your computer and use it in GitHub Desktop.
SELECT ?amphitheater ?capacity
FROM <http://rdf.greggkellogg.net/distiller?format=rdfxml&in_fmt=jsonld&uri=http://sfsheath.github.io/roman-amphitheaters/roman-amphitheaters.geojson>
WHERE {
?amphitheater ?x ?y .
?y <http://dbpedia.org/property/seatingCapacity> ?capacity . }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment