Skip to content
Snippets Groups Projects
Commit e42eace5 authored by Bilbao Arechabala, Sonia's avatar Bilbao Arechabala, Sonia
Browse files

added OD matrix

parent 959c0587
No related branches found
No related tags found
No related merge requests found
{
"@context": [
{
"OriginDestinationMatrix": "https://urbanite-project.eu/ontology/OriginDestinationMatrix",
"zones": {
"@id": "https://urbanite-project.eu/ontology/zones",
"@type": "https://schema.org/Text",
},
"travelMode": {
"@id": "https://urbanite-project.eu/ontology/travelMode",
"@type": "https://schema.org/Text"
},
"departsFrom": {
"@id": "https://urbanite-project.eu/ontology/departsFrom",
"@type": "https://schema.org/Text"
},
"arrivesTo": {
"@id": "https://urbanite-project.eu/ontology/arrivesTo",
"@type": "https://schema.org/Text"
},
"aggregationType": {
"@id": "https://urbanite-project.eu/ontology/aggregationType",
"@type": "https://schema.org/Text"
},
"startPeriod": {
"@id": "https://urbanite-project.eu/ontology/startPeriod",
"@type": "https://schema.org/Text"
},
"endPeriod": {
"@id": "https://urbanite-project.eu/ontology/endPeriod",
"@type": "https://schema.org/Text"
},
},
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
]
}
{
"id": "urn:ngsi-ld:odm:bilbao:wifi:daily:270720212355",
"type": "OriginDestinationMatrix",
"category": "wifi",
"startDate": "2021-09-01",
"endDate": "2021-09-30",
"createdAt": "2021-12-01T13:39:10.00Z",
"modifiedAt": "2021-12-01T13:39:10.00Z",
"travelMode": "all",
"aggregationType": "daily",
"startPeriod": "00:00",
"endPeriod": "23:59",
"zones": "Bilbao_zones",
"matrixData": [
{
"departsFrom": "ACCESOS V (ACCESOS VIARIOS)",
"arrivesTo": "ACCESOS V (ACCESOS VIARIOS)",
"volume": 1246,
"volumePercentage": 3.15,
"time": 38,
},
{
"departsFrom": "ACCESOS V (ACCESOS VIARIOS)",
"arrivesTo": "BASURTO",
"volume": 3581,
"volumePercentage": 9.05,
"time": 33,
},
{
"departsFrom": "ACCESOS V (ACCESOS VIARIOS)",
"arrivesTo": "CASCO VIEJO",
"volume": 899,
"volumePercentage": 2.27,
"time": 66,
}
],
"@context": [
"https://smartdatamodels.org//context.jsonld",
"https://git.code.tecnalia.com/urbanite/public/-/raw/main/datamodels/ODMatrix-ngsi.jsonld"
]
}
......@@ -2,7 +2,7 @@
"id": "urn:ngsi-ld:event:bilbao:football:270720212355",
"type": "Event",
"startDate": "2021-10-15T16:30:00",
"endDate": "2021-10-15T18:15:00"
"endDate": "2021-10-15T18:15:00",
"location": {
"coordinates": [
43.264205, -2.949369,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment