Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodríguez Ortega, Alejandro
Public
Commits
e42eace5
Commit
e42eace5
authored
3 years ago
by
Bilbao Arechabala, Sonia
Browse files
Options
Downloads
Patches
Plain Diff
added OD matrix
parent
959c0587
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
datamodels/ODMatrix-ngsi.jsonld
+36
-0
36 additions, 0 deletions
datamodels/ODMatrix-ngsi.jsonld
datamodels/ODMatrix_example.jsonld
+43
-0
43 additions, 0 deletions
datamodels/ODMatrix_example.jsonld
datamodels/event_example.jsonld
+1
-1
1 addition, 1 deletion
datamodels/event_example.jsonld
with
80 additions
and
1 deletion
datamodels/ODMatrix-ngsi.jsonld
0 → 100644
+
36
−
0
View file @
e42eace5
{
"@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"
]
}
This diff is collapsed.
Click to expand it.
datamodels/ODMatrix_example.jsonld
0 → 100644
+
43
−
0
View file @
e42eace5
{
"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"
]
}
This diff is collapsed.
Click to expand it.
datamodels/event_example.jsonld
+
1
−
1
View file @
e42eace5
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment