Advertisement
Guest User

Untitled

a guest
May 18th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.78 KB | None | 0 0
  1. SELECT *
  2. WHERE {
  3.     ?obs <http://opendatacommunities.org/def/ontology/communities/societal_wellbeing/imd/indices>
  4.                <http://opendatacommunities.org/def/concept/general-concepts/imd/combineddeprivation>.
  5.     ?obs <http://opendatacommunities.org/def/ontology/geography/refArea> ?areauri .
  6.     ?obs <http://opendatacommunities.org/def/ontology/time/refPeriod> ?perioduri .
  7.     ?obs <http://opendatacommunities.org/def/ontology/communities/societal_wellbeing/imd/decObs> ?value .
  8.  
  9.     ?postcodeUnit a <http://data.ordnancesurvey.co.uk/ontology/postcode/PostcodeUnit>;
  10.                   <http://opendatacommunities.org/def/geography#lsoa> ?lsoa .
  11.  
  12.     ?areauri <http://www.w3.org/2002/07/owl#sameAs> ?sg.
  13.     ?lsoa <http://www.w3.org/2002/07/owl#sameAs> ?sg .
  14. } LIMIT 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement