TransportLinkSequence

objekttype

Inspire revision 4711 Gyldig

A linear spatial object, composed of an ordered collection of transport links, which represents a continuous path in the transport network without any branches. The element has a defined beginning and end and every position on the transport link sequence is identifiable with one single parameter such as length. It describes an element of the transport network, characterized by one or more thematical identifiers and/or properties.
Egenskap Stereotype Beskrivelse Type Multiplisitet
validFrom DateTime 1..1
validTo DateTime 0..1
TransportObject
geographicalName GeographicalName (datatype) 0..1
- language CharacterString 1..1
- nativeness NativenessValue (kodeliste) 1..1
- nameStatus NameStatusValue (kodeliste) 1..1
- sourceOfName CharacterString 1..1
- pronunciation PronunciationOfName (datatype) 1..1
- spelling SpellingOfName (datatype) 1..*
- grammaticalGender GrammaticalGenderValue (kodeliste) 0..1
- grammaticalNumber GrammaticalNumberValue (kodeliste) 0..1
LinkSequence
link DirectedLink (datatype) 1..*
- direction Sign 1..1
Navn Type Lengde Multiplisitet
GeographicalName (datatype) 0..1
CharacterString 1..1
NativenessValue (kodeliste) 1..1
NameStatusValue (kodeliste) 1..1
CharacterString 1..1
PronunciationOfName (datatype) 1..1
SpellingOfName (datatype) 1..1
GrammaticalGenderValue (kodeliste) 0..1
GrammaticalNumberValue (kodeliste) 0..1
DirectedLink (datatype) 1..*
Sign 1..*
DateTime 1..1
DateTime 0..1
Name Type English Description
geographicalName GeographicalName (datatype) A geographical name that is used to identify the transport network object in the real world. It provides a 'key' for implicitly associating different representations of the object.
- language CharacterString Language of the name, given as a three letters code, in accordance with either ISO 639-3 or ISO 639-5. -- Description -- NOTE 1More precisely, this definition refers to the language used by the community that uses the name. NOTE 2 The code "mul" for "multilingual" should not be used in general. However it can be used in rare cases like official names composed of two names in different languages. For example, "Vitoria-Gasteiz" is such a multilingual official name in Spain. NOTE 3 Even if this attribute is "voidable" for pragmatic reasons, it is of first importance in several use cases in the multi-language context of Europe.
- nativeness NativenessValue (kodeliste) Information enabling to acknowledge if the name is the one that is/was used in the area where the spatial object is situated at the instant when the name is/was in use.
- nameStatus NameStatusValue (kodeliste) Qualitative information enabling to discern which credit should be given to the name with respect to its standardisation and/or its topicality. -- Description -- NOTE The Geographical Names application schema does not explicitly make a preference between different names (e.g. official endonyms) of a specific real world entity. The necessary information for making the preference (e.g. the linguistic status of the administrative or geographic area in question), for a certain use case, must be obtained from other data or information sources. For example, the status of the language of the name may be known through queries on the geometries of named places against the geometry of administrative units recorded in a certain source with the language statuses information.
- sourceOfName CharacterString Original data source from which the geographical name is taken from and integrated in the data set providing/publishing it. For some named spatial objects it might refer again to the publishing data set if no other information is available. -- Description -- EXAMPLES Gazetteer, geographical names data set.
- pronunciation PronunciationOfName (datatype) Proper, correct or standard (standard within the linguistic community concerned) pronunciation of the geographical name. -- Description -- SOURCE Adapted from [UNGEGN Manual 2006].
- spelling SpellingOfName (datatype) A proper way of writing the geographical name. -- Description -- NOTE 1 Different spellings should only be used for names rendered in different scripts. . NOTE 2 While a particular GeographicalName should only have one spelling in a given script, providing different spellings in the same script should be done through the provision of different geographical names associated with the same named place.
- grammaticalGender GrammaticalGenderValue (kodeliste) Class of nouns reflected in the behaviour of associated words. -- Description -- NOTE the attribute has cardinality [0..1] and is voidable, which means that: <ul> <li>in case the concept of grammatical gender has no sense for a given name (i.e. the attribute is not applicable), the attribute should not be provided.</li> <li>in case the concept of grammatical gender has some sense for the name but is unknown, the attribute should be provided but <i>void</i>. </li> </ul>
- grammaticalNumber GrammaticalNumberValue (kodeliste) Grammatical category of nouns that expresses count distinctions. -- Description -- NOTE the attribute has cardinality [0..1] and is voidable, which means that: <ul> <li>in case the concept of grammatical number has no sense for a given name (i.e. the attribute is not applicable), the attribute should not be provided.</li> <li>in case the concept of grammatical number has some sense for the name but is unknown, the attribute should be provided but <i>void</i>.</li> </ul>
link DirectedLink (datatype) The ordered collection of directed links that constitute the link sequence.
- direction Sign Indicates if the directed link agrees (positive) or disagrees (negative) with the positive direction of the link.
validFrom DateTime The time when the transport link sequence started to exist in the real world.
validTo DateTime The time from which the transport link sequence no longer exists in the real world.

Vis TransportLinkSequence i NVDB Datakatalog

Id Navn Type Multiplisitet
DateTime 1 ..1
DateTime 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
arv subtype CablewayLinkSequence supertype TransportLinkSequence
arv subtype AirLinkSequence supertype TransportLinkSequence
arv subtype RailwayLinkSequence supertype TransportLinkSequence
arv subtype WaterLinkSequence supertype TransportLinkSequence
arv subtype TransportLinkSequence supertype TransportObject
arv subtype TransportLinkSequence supertype LinkSequence
arv subtype RoadLinkSequence supertype TransportLinkSequence
Navn Beskrivelse
All components belong to same transport network /* A transport link sequence must be composed of transport links that all belong to the same transport network. */ inv: link-&gt;forAll(l | l.link.inNetwork = self.inNetwork)
All objects have inspireId /* All transport link sequences have an external object identifier. */ inv: inspireId-&gt;notEmpty()