Azure / opendigitaltwins-smartcities

DTDL based ontology for Smart Cities
MIT License
70 stars 28 forks source link

PointOfInterest models are missing #28

Closed JMayrbaeurl closed 3 years ago

JMayrbaeurl commented 3 years ago

The 'dtmi:digitaltwins:ngsi_ld:city:EnvironmentBaseModel;1' in 'Ontology\Environment\environmentbasemodel.json' has the following relationship declared:

{ "@type": "Relationship", "name": "refPointOfInterest", "minMultiplicity": 0, "maxMultiplicity": 1, "target": "dtmi:digitaltwins:ngsi_ld:city:pointOfInterest;1" }

Unfortunately there is no model 'dtmi:digitaltwins:ngsi_ld:city:pointOfInterest;1'. The complete ETSI data models for Point of Interest (see smart-data-models/dataModel.PointOfInterest ) are missing

JMayrbaeurl commented 3 years ago

@miriambrus and @gdetant Just added PR #32 with base model PointOfInterest (according to ETSI specification).

JMayrbaeurl commented 3 years ago

@miriambrus and @gdetant Just added another PR #33 with the remaining POI models

JMayrbaeurl commented 3 years ago

Since all ETSI POI models are added now, we can close this issue.