{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.ERA/Certificate/schema.json", "modelTags": "ERA vocabulary, railway, train", "license": "https://smart-data-models.github.io/dataModel.ERA/Certificate/LICENSE.md", "derivedFrom": "http://data.europa.eu/949/SectionOfLine", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "SectionOfLine" ], "description": "Property. NGSI data type. It has to be SectionOfLine" }, "lineNationalId": { "type": "string", "format": "uri", "description": "Relationship. National line identification" }, "opEnd": { "type": "string", "format": "uri", "description": "Relationship. Operational Point at end of Section of Line" }, "opStart": { "type": "string", "format": "uri", "description": "Relationship. Operational Point at start of Section of Line" }, "solNature": { "type": "string", "format": "uri", "description": "Relationship. Nature of Section of Line" }, "track": { "type": "string", "format": "uri", "description": "Relationship. Track" } } } ], "required": [ "id", "type" ], "title": "SectionOfLine + mapped from ERA ontology by Smart Data Models", "description": "A section of line means the part of line between adjacent operational points and may consist of several tracks.\nIn https://eur-lex.europa.eu/eli/reg_impl/2019/773/oj 2.1.1 Line sections." }