Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX opensheff: <uri://opensheffield.org/properties#>
- SELECT ?time ?temp WHERE {
- ?m opensheff:sensor <uri://opensheffield.org/datagrid/sensors/Weather_Mast/Weather_Mast.ic> ;
- opensheff:rawValue ?temp ;
- <http://purl.oclc.org/NET/ssnx/ssn#endTime> ?time .
- FILTER (STR(?time) > "2011-09-24")
- }
- ORDER BY ASC(?time)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement