Execute a SPARQL query
SPARQL query string
GeoJSON FeatureCollection of SPARQL query results
GeoJSON features from SPARQL query
GeoJSON coordinates array (nesting depth varies by geometry type)
Feature identifier (type/osm_id)
OpenStreetMap ID
require "plaza" plaza = Plaza::Client.new( api_key: "My API Key", environment: "local" # defaults to "production" ) sparql_result = plaza.query.sparql(query: "query") puts(sparql_result)