Advertisement
boisvert

sheffield weather mast temperatures recorded since 1998

Jun 12th, 2015
2,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT ?m ?rv ?hv ?t WHERE {
  2.     ?m <uri://opensheffield.org/properties#sensor> <uri://opensheffield.org/datagrid/sensors/Weather_Mast/Weather_Mast.ic> ;
  3.        <uri://opensheffield.org/properties#rawValue> ?rv ;
  4.        <http://purl.oclc.org/NET/ssnx/ssn#hasValue> ?hv ;
  5.        <http://purl.oclc.org/NET/ssnx/ssn#endTime> ?t .
  6.   FILTER (STR(?t) > "2011-09-24T00:00Z")
  7. }
  8. ORDER BY ASC(?t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement