PREFIX geo: PREFIX schema: PREFIX rdfs: PREFIX rdf: ASK { ?thing ?hasGeoAbstraction ?place . ?place geo:location ?geo . OPTIONAL { ?place rdfs:label ?placeLabel . } ?geo a geo:SpatialThing ; geo:long ?long ; geo:lat ?lat . ?thing ?hasQuantifiedAbstraction ?quantity . ?quantity rdf:value ?quantityValue . OPTIONAL { ?quantity schema:unitCode ?quantityUnit . } OPTIONAL { ?quantity rdfs:label ?quantityLabel . } }