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
oa11cd | lat | lng | |
---|---|---|---|
E00096185 | 50.4068 | -4.6742 | |
E00096186 | 50.4059 | -4.6697 | |
E00096187 | 50.4071 | -4.6601 | |
E00096188 | 50.407 | -4.6634 | |
E00096189 | 50.4044 | -4.6689 | |
E00096191 | 50.4093 | -4.6736 | |
E00096192 | 50.4089 | -4.661 | |
E00096193 | 50.4079 | -4.6704 | |
E00096194 | 50.4091 | -4.67 |
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
{ | |
"@context": ["http://www.w3.org/ns/csvw", {"@language": "en"}], | |
"tableSchema": { | |
"columns": [{ | |
"name": "oa11cd", | |
"datatype": "string", | |
"propertyUrl": "skos:notation" | |
},{ | |
"name": "lat", | |
"datatype": "decimal", |
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
{ | |
"@context": ["http://www.w3.org/ns/csvw", {"@language": "en"}], | |
"tables": [{ | |
"url": "http://opendata.leeds.gov.uk/downloads/gritting/grit_bins.csv", | |
"tableSchema": { | |
"columns": [ | |
{ | |
"name": "location", | |
"datatype": "integer" | |
}, |
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
{ | |
"tableSchema": { | |
"columns": [ | |
{ | |
"name": "location", | |
"datatype": "integer" | |
}, | |
{ | |
"name": "easting", | |
"datatype": "decimal", |
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
{ | |
"tableSchema": { | |
"columns": [ | |
{ | |
"name": "location", | |
"datatype": "integer" | |
}, | |
{ | |
"name": "easting", | |
"datatype": "decimal", |
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
{ | |
"tableSchema": { | |
"columns": [ | |
{ "name": "location", "datatype": "integer" }, | |
{ "name": "easting", "datatype": "decimal" }, | |
{ "name": "northing", "datatype": "decimal" } | |
] | |
}, | |
"dialect": { | |
"header": false |
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
{ | |
"tableSchema": { | |
"columns": [ | |
{ "name": "location" }, | |
{ "name": "easting" }, | |
{ "name": "northing" } | |
] | |
}, | |
"dialect": { | |
"header": false |
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 |
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
{ | |
"@context": ["http://www.w3.org/ns/csvw", {"@language": "en"}], | |
"tables": [{ | |
"url": "http://opendata.leeds.gov.uk/downloads/gritting/grit_bins.csv", | |
"tableSchema": { | |
"columns": [ | |
{ | |
"name": "location", | |
"datatype": "integer" | |
}, |
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
647 | 434244.172304 | 428652.920455 | |
---|---|---|---|
646 | 434546.276382 | 428380.451633 | |
6212 | 434644.819095 | 428412.411432 | |
651 | 434758.675879 | 428527.599874 | |
650 | 434821.652431 | 428439.025039 |
NewerOlder