Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
URBANITE
Public
Commits
f1e6d1cf
Commit
f1e6d1cf
authored
Jun 30, 2021
by
Etxaniz Errazkin, Iñaki
Browse files
Added datamodels
parent
ba76fd60
Changes
2
Hide whitespace changes
Inline
Side-by-side
datamodels/.gitkeep
0 → 100755
View file @
f1e6d1cf
datamodels/calendar-ngsi.jsonld
0 → 100755
View file @
f1e6d1cf
{
"@context": [
{
"Calendar": "https://urbanite-project.eu/ontology/Calendar",
"DaySpecification": "https://urbanite-project.eu/ontology/DaySpecification",
"city": {
"@id": "https://urbanite-project.eu/ontology/city",
"@type": "https://schema.org/Text"
},
"year": {
"@id": "https://urbanite-project.eu/ontology/year",
"@type": "https://schema.org/Text"
},
"days": {
"@id": "https://urbanite-project.eu/ontology/dayspecification",
"@type": "@id",
"@container": "@list"
},
"workingDay": {
"@id": "https://urbanite-project.eu/ontology/workingDay",
"@type": "https://schema.org/Boolean"
},
"schoolDay": {
"@id": "https://urbanite-project.eu/ontology/schoolDay",
"@type": "https://schema.org/Boolean"
},
"date": "https://schema.org/Date",
"weekDay": "https://schema.org/Number",
"publicHoliday": "https://schema.org/Enumeration"
},
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment