Interoperable-data / ERA_vocabulary

ERA vocabulary is an ontology defined by the European Union Agency for Railways (ERA) to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it.
https://data-interop.era.europa.eu/era-vocabulary/
MIT License
4 stars 3 forks source link

Issues on the ontology raised by Alberto Abella through Marina Aguado #14

Open ednaru opened 9 months ago

ednaru commented 9 months ago
  1. There is a Range http://www.w3.org/2001/XMLSchema#int whereas all the rest is http://www.w3.org/2001/XMLSchema#integer

  2. There is a Range http://www.opengis.net/ont/geosparql#wktLiteral that when accessed takes you to http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal that is restricted to members of the consortium.

  3. These properties do not have domain. Is this right or is there a reason for this modelling decision?

    • 'linearCoordinate'
    • 'relativePosition'
    • 'tsiCompliant'
    • 'companyCodeCategory',
    • 'netElement',
    • 'notApplicable',
    • 'notYetAvailable',
    • 'operatingLanguage',
    • 'operationalRegimeType',
    • 'signallingSystemType',
  4. These properties only have a "header"

    • 'identifier', (twice)
    • 'url'
    • 'name'
    • 'nick'
ednaru commented 9 months ago

Answer to this issue:

  1. There is a Range http://www.w3.org/2001/XMLSchema#int whereas all the rest is http://www.w3.org/2001/XMLSchema#integer

The properties where the range is xsd:int are:

  1. There is a Range http://www.opengis.net/ont/geosparql#wktLiteral that when accessed takes you to http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/wkt-literal that is restricted to members of the consortium.

Testing the access of http://www.opengis.net/ont/geosparql#wktLiteral , I am redirected to this link https://opengeospatial.github.io/ogc-geosparql/geosparql11/geo.ttl#wktLiteral

  1. These properties do not have domain. Is this right or is there a reason for this modelling decision? Some of the points require checks and the ontology will be modified accordingly.
ednaru commented 9 months ago

Changes have been applied to the ontology (not yet published)

albertoabellagarcia commented 9 months ago

ok, the ontology has been mapped in the smart data models in he subject dataModel.ERA. We also provide credit to the original authors.
Please let me know when changes are done to update the mapping.

gatemezing commented 1 month ago

Dear @albertoabellagarcia, how do you handle the versioning?