Created
November 5, 2020 13:21
-
-
Save Robsteranium/100e2e348970be713861448a59eb08c9 to your computer and use it in GitHub Desktop.
Sample of Git Bin Locations as Linked-data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix bin: <http://opendata.leeds.gov.uk/downloads/gritting/grit_bins.csv#> . | |
@prefix os: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
bin:696 | |
bin:location 696 | |
os:easting "424541.61132300000"^^xsd:decimal; | |
os:northing "433245.43908500000"^^xsd:decimal . | |
bin:278 | |
bin:location 278 . | |
os:easting "424417.94356600000"^^xsd:decimal; | |
os:northing "438544.46515200000"^^xsd:decimal . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment