documento generato automaticamente
Descrizione globale: **Indicazione delle diverse informazioni richieste sulla separazione di fase.
versione: 0.0.1
[*] Se non c'è un tipo in un attributo è perché potrebbe avere diversi tipi o diversi formati/modelli.
address[object]: L'indirizzo postale . Model: https://schema.org/addressaddressCountry[string]: Il paese. Ad esempio, la Spagna . Model: https://schema.org/addressCountryaddressLocality[string]: La località in cui si trova l'indirizzo stradale e che si trova nella regione . Model: https://schema.org/addressLocalityaddressRegion[string]: La regione in cui si trova la località, e che si trova nel paese . Model: https://schema.org/addressRegiondistrict[string]: Un distretto è un tipo di divisione amministrativa che, in alcuni Paesi, è gestita dal governo locale.postOfficeBoxNumber[string]: Il numero di casella postale per gli indirizzi di casella postale. Ad esempio, 03578 . Model: https://schema.org/postOfficeBoxNumberpostalCode[string]: Il codice postale. Ad esempio, 24004 . Model: https://schema.org/https://schema.org/postalCodestreetAddress[string]: L'indirizzo stradale . Model: https://schema.org/streetAddressstreetNr[string]: Numero che identifica una proprietà specifica su una strada pubblica
alternateName[string]: Un nome alternativo per questa voceareaServed[string]: L'area geografica in cui viene fornito il servizio o l'articolo offerto. . Model: https://schema.org/TextdataProvider[string]: una sequenza di caratteri che identifica il fornitore dell'entità di dati armonizzatadateCreated[date-time]: Timestamp di creazione dell'entità. Di solito viene assegnato dalla piattaforma di archiviazionedateModified[date-time]: Timestamp dell'ultima modifica dell'entità. Di solito viene assegnato dalla piattaforma di archiviazionedescription[string]: Descrizione dell'articoloid[*]: Identificatore univoco dell'entitàlocation[*]: Riferimento Geojson all'elemento. Può essere un punto, una stringa di linea, un poligono, un multi-punto, una stringa di linea o un poligono multiplo.name[string]: Il nome di questo elementoowner[array]: Un elenco contenente una sequenza di caratteri codificata JSON che fa riferimento agli ID univoci dei proprietari.phaseInfoKm[number]: Info fase KmphaseInfoLength[number]: Lunghezza dell'informazione di fasephaseInfoPantographLowered[boolean]: Info fase pantografo abbassatophaseInfoSwitchOffBreaker[boolean]: Info fase spegnimento interruttoreseeAlso[*]: elenco di uri che puntano a risorse aggiuntive sull'elementosource[string]: Una sequenza di caratteri che indica la fonte originale dei dati dell'entità come URL. Si consiglia di utilizzare il nome di dominio completamente qualificato del provider di origine o l'URL dell'oggetto di origine.systemSeparationInfoKm[number]: Informazioni sulla separazione del sistema Kmtype[string]: Tipo di dati NGSI. Deve essere PhaseInfo
Proprietà richieste
idtype
modello di dati mappato dall'ontologia ERA https://data-interop.era.europa.eu/era-vocabulary (Agenzia dell'Unione Europea per le Ferrovie)
Ordinati in ordine alfabetico (clicca per i dettagli)
full yaml details
PhaseInfo:
description: Indication of required several information on phase separation.
properties:
address:
description: The mailing address
properties:
addressCountry:
description: 'The country. For example, Spain'
type: string
x-ngsi:
model: https://schema.org/addressCountry
type: Property
addressLocality:
description: 'The locality in which the street address is, and which is in the region'
type: string
x-ngsi:
model: https://schema.org/addressLocality
type: Property
addressRegion:
description: 'The region in which the locality is, and which is in the country'
type: string
x-ngsi:
model: https://schema.org/addressRegion
type: Property
district:
description: 'A district is a type of administrative division that, in some countries, is managed by the local government'
type: string
x-ngsi:
type: Property
postOfficeBoxNumber:
description: 'The post office box number for PO box addresses. For example, 03578'
type: string
x-ngsi:
model: https://schema.org/postOfficeBoxNumber
type: Property
postalCode:
description: 'The postal code. For example, 24004'
type: string
x-ngsi:
model: https://schema.org/https://schema.org/postalCode
type: Property
streetAddress:
description: The street address
type: string
x-ngsi:
model: https://schema.org/streetAddress
type: Property
streetNr:
description: Number identifying a specific property on a public street
type: string
x-ngsi:
type: Property
type: object
x-ngsi:
model: https://schema.org/address
type: Property
alternateName:
description: An alternative name for this item
type: string
x-ngsi:
type: Property
areaServed:
description: The geographic area where a service or offered item is provided
type: string
x-ngsi:
model: https://schema.org/Text
type: Property
dataProvider:
description: A sequence of characters identifying the provider of the harmonised data entity
type: string
x-ngsi:
type: Property
dateCreated:
description: Entity creation timestamp. This will usually be allocated by the storage platform
format: date-time
type: string
x-ngsi:
type: Property
dateModified:
description: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform
format: date-time
type: string
x-ngsi:
type: Property
description:
description: A description of this item
type: string
x-ngsi:
type: Property
id:
anyOf:
- description: Identifier format of any NGSI entity
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
x-ngsi:
type: Property
- description: Identifier format of any NGSI entity
format: uri
type: string
x-ngsi:
type: Property
description: Unique identifier of the entity
x-ngsi:
type: Property
location:
description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
type: number
minItems: 2
type: array
type:
enum:
- Point
type: string
required:
- type
- coordinates
title: GeoJSON Point
type: object
x-ngsi:
type: GeoProperty
- description: Geojson reference to the item. LineString
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type:
enum:
- LineString
type: string
required:
- type
- coordinates
title: GeoJSON LineString
type: object
x-ngsi:
type: GeoProperty
- description: Geojson reference to the item. Polygon
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type:
enum:
- Polygon
type: string
required:
- type
- coordinates
title: GeoJSON Polygon
type: object
x-ngsi:
type: GeoProperty
- description: Geojson reference to the item. MultiPoint
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
type: number
minItems: 2
type: array
type: array
type:
enum:
- MultiPoint
type: string
required:
- type
- coordinates
title: GeoJSON MultiPoint
type: object
x-ngsi:
type: GeoProperty
- description: Geojson reference to the item. MultiLineString
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
type:
enum:
- MultiLineString
type: string
required:
- type
- coordinates
title: GeoJSON MultiLineString
type: object
x-ngsi:
type: GeoProperty
- description: Geojson reference to the item. MultiLineString
properties:
bbox:
items:
type: number
minItems: 4
type: array
coordinates:
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
name:
description: The name of this item
type: string
x-ngsi:
type: Property
owner:
description: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)
items:
anyOf:
- description: Identifier format of any NGSI entity
maxLength: 256
minLength: 1
pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$
type: string
x-ngsi:
type: Property
- description: Identifier format of any NGSI entity
format: uri
type: string
x-ngsi:
type: Property
description: Unique identifier of the entity
x-ngsi:
type: Property
type: array
x-ngsi:
type: Property
phaseInfoKm:
description: Phase info Km
type: number
x-ngsi:
type: Property
phaseInfoLength:
description: Phase info length
type: number
x-ngsi:
type: Property
phaseInfoPantographLowered:
description: Phase info pantograph lowered
type: boolean
x-ngsi:
type: Property
phaseInfoSwitchOffBreaker:
description: Phase info switch off breaker
type: boolean
x-ngsi:
type: Property
seeAlso:
description: list of uri pointing to additional resources about the item
oneOf:
- items:
format: uri
type: string
minItems: 1
type: array
- format: uri
type: string
x-ngsi:
type: Property
source:
description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object'
type: string
x-ngsi:
type: Property
systemSeparationInfoKm:
description: System separation info Km
type: number
x-ngsi:
type: Property
type:
description: NGSI data type. It has to be PhaseInfo
enum:
- PhaseInfo
type: string
x-ngsi:
type: Property
required:
- id
- type
type: object
x-derived-from: http://data.europa.eu/949/PhaseInfo
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2023 Contributors to Smart Data Models Program'
x-license-url: https://github.com/smart-data-models/dataModel.ERA/blob/master/PhaseInfo/LICENSE.md
x-model-schema: https://smart-data-models.github.io/dataModel.ERA/Certificate/schema.json
x-model-tags: 'ERA vocabulary, railway, train'
x-version: 0.0.1 Ecco un esempio di PhaseInfo in formato JSON-LD come valori-chiave. Questo è compatibile con NGSI-v2 quando si usa options=keyValues e restituisce i dati di contesto di una singola entità.
show/hide example
{
"id": "urn:ngsi-ld:PhaseInfo:id:XMGY:78379942",
"dateCreated": "2004-07-16T13:48:20Z",
"dateModified": "1991-11-29T03:06:21Z",
"source": "Enjoy will style car seem recent. Plan theory u",
"name": "Rate office focus whole on produce. Argue Mrs care accept momen",
"alternateName": "Cost picture despite man natural. Value animal ahead picture prevent time product. Into real pull woman.",
"description": "Face same answer media. Phone trouble push ready. Pressure sister might let military. May way describe sense.",
"dataProvider": "All owner type finish more race adult.",
"owner": [
"urn:ngsi-ld:PhaseInfo:items:SBSW:39844667",
"urn:ngsi-ld:PhaseInfo:items:HYML:41787352"
],
"seeAlso": [
"urn:ngsi-ld:PhaseInfo:items:VWBK:17967020"
],
"location": {
"type": "Point",
"coordinates": [
79.5846865,
60.386195
]
},
"address": {
"streetAddress": "Toward idea thought. Among drop position election wear.",
"addressLocality": "Thousand lay myself necessary good them movement. More hour type view. Various still c",
"addressRegion": "Year must writer thousand stuff language. Bill plant r",
"addressCountry": "Analysis argue so performance itself really for.",
"postalCode": "Around executive beyond myself school same turn. Against ten usually that activity claim take operation.",
"postOfficeBoxNumber": "Bill they yet month wind benefit. Training itself property college large hundred night.",
"streetNr": "Black discover economic dark simply. They their rich trip citizen.",
"district": "Return anything ma"
},
"areaServed": "Well both election camera. Word maintain character it most society situation. Heavy remember some let every. Big prepare commercial Congress.",
"type": "PhaseInfo",
"phaseInfoKm": 37.5,
"phaseInfoLength": 864,
"phaseInfoPantographLowered": false,
"phaseInfoSwitchOffBreaker": false,
"systemSeparationInfoKm": 99.4
} Ecco un esempio di PhaseInfo in formato JSON-LD normalizzato. Questo è compatibile con NGSI-v2 quando non si utilizzano opzioni e restituisce i dati di contesto di una singola entità.
show/hide example
{
"id": "urn:ngsi-ld:PhaseInfo:id:XMGY:78379942",
"dateCreated": {
"type": "DateTime",
"value": "2004-07-16T13:48:20Z"
},
"dateModified": {
"type": "DateTime",
"value": "1991-11-29T03:06:21Z"
},
"source": {
"type": "Text",
"value": "Enjoy will style car seem recent. Plan theory u"
},
"name": {
"type": "Text",
"value": "Rate office focus whole on produce. Argue Mrs care accept momen"
},
"alternateName": {
"type": "Text",
"value": "Cost picture despite man natural. Value animal ahead picture prevent time product. Into real pull woman."
},
"description": {
"type": "Text",
"value": "Face same answer media. Phone trouble push ready. Pressure sister might let military. May way describe sense."
},
"dataProvider": {
"type": "Text",
"value": "All owner type finish more race adult."
},
"owner": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:PhaseInfo:items:SBSW:39844667",
"urn:ngsi-ld:PhaseInfo:items:HYML:41787352"
]
},
"seeAlso": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:PhaseInfo:items:VWBK:17967020"
]
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [
79.5846865,
60.386195
]
}
},
"address": {
"type": "StructuredValue",
"value": {
"streetAddress": "Toward idea thought. Among drop position election wear.",
"addressLocality": "Thousand lay myself necessary good them movement. More hour type view. Various still c",
"addressRegion": "Year must writer thousand stuff language. Bill plant r",
"addressCountry": "Analysis argue so performance itself really for.",
"postalCode": "Around executive beyond myself school same turn. Against ten usually that activity claim take operation.",
"postOfficeBoxNumber": "Bill they yet month wind benefit. Training itself property college large hundred night.",
"streetNr": "Black discover economic dark simply. They their rich trip citizen.",
"district": "Return anything ma"
}
},
"areaServed": {
"type": "Text",
"value": "Well both election camera. Word maintain character it most society situation. Heavy remember some let every. Big prepare commercial Congress."
},
"type": "PhaseInfo",
"phaseInfoKm": {
"type": "Number",
"value": 37.5
},
"phaseInfoLength": {
"type": "Number",
"value": 864
},
"phaseInfoPantographLowered": {
"type": "Boolean",
"value": false
},
"phaseInfoSwitchOffBreaker": {
"type": "Boolean",
"value": false
},
"systemSeparationInfoKm": {
"type": "Number",
"value": 99.4
}
} Ecco un esempio di PhaseInfo in formato JSON-LD come valori-chiave. Questo è compatibile con NGSI-LD quando si usa options=keyValues e restituisce i dati di contesto di una singola entità.
show/hide example
{
"id": "urn:ngsi-ld:PhaseInfo:id:XMGY:78379942",
"dateCreated": "2004-07-16T13:48:20Z",
"dateModified": "1991-11-29T03:06:21Z",
"source": "Enjoy will style car seem recent. Plan theory u",
"name": "Rate office focus whole on produce. Argue Mrs care accept momen",
"alternateName": "Cost picture despite man natural. Value animal ahead picture prevent time product. Into real pull woman.",
"description": "Face same answer media. Phone trouble push ready. Pressure sister might let military. May way describe sense.",
"dataProvider": "All owner type finish more race adult.",
"owner": [
"urn:ngsi-ld:PhaseInfo:items:SBSW:39844667",
"urn:ngsi-ld:PhaseInfo:items:HYML:41787352"
],
"seeAlso": [
"urn:ngsi-ld:PhaseInfo:items:VWBK:17967020"
],
"location": {
"type": "Point",
"coordinates": [
79.5846865,
60.386195
]
},
"address": {
"streetAddress": "Toward idea thought. Among drop position election wear.",
"addressLocality": "Thousand lay myself necessary good them movement. More hour type view. Various still c",
"addressRegion": "Year must writer thousand stuff language. Bill plant r",
"addressCountry": "Analysis argue so performance itself really for.",
"postalCode": "Around executive beyond myself school same turn. Against ten usually that activity claim take operation.",
"postOfficeBoxNumber": "Bill they yet month wind benefit. Training itself property college large hundred night.",
"streetNr": "Black discover economic dark simply. They their rich trip citizen.",
"district": "Return anything ma"
},
"areaServed": "Well both election camera. Word maintain character it most society situation. Heavy remember some let every. Big prepare commercial Congress.",
"type": "PhaseInfo",
"phaseInfoKm": 37.5,
"phaseInfoLength": 864,
"phaseInfoPantographLowered": false,
"phaseInfoSwitchOffBreaker": false,
"systemSeparationInfoKm": 99.4,
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
} Ecco un esempio di PhaseInfo in formato JSON-LD normalizzato. Questo è compatibile con NGSI-LD quando non si utilizzano opzioni e restituisce i dati di contesto di una singola entità.
show/hide example
{
"id": "urn:ngsi-ld:PhaseInfo:id:MKUJ:15010698",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "1980-01-19T22:02:09Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2008-03-14T12:40:50Z"
}
},
"source": {
"type": "Property",
"value": "Across air language thoug"
},
"name": {
"type": "Property",
"value": "Capital wife fast make similar memory first. Face best choose"
},
"alternateName": {
"type": "Property",
"value": "Forward arm back. Sell draw treat water mind series. Movement level ago real study."
},
"description": {
"type": "Property",
"value": "Book maybe social but reflect traditional standard"
},
"dataProvider": {
"type": "Property",
"value": "Office late American morning west economic he. Wide wide rule. Arrive four with measure edge policy."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:PhaseInfo:items:ZJGM:93382933",
"urn:ngsi-ld:PhaseInfo:items:VXVX:69604579"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:PhaseInfo:items:MJIU:47652604"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-83.0057365,
76.5777
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "Own organization seat everyone. Animal offer indeed send environmental outside.",
"addressLocality": "Drop hear pull on remember drop top. Experience once heart word nearly. Every a significant size.",
"addressRegion": "Watch cold letter student information. Professor knowledge four meeting customer. Stock point on student tend. Born glass effort someone.",
"addressCountry": "Congress dog probably buy time. Product style sport amount clearly than.",
"postalCode": "Dr",
"postOfficeBoxNumber": "Good agency tend happen dark option. Individual different former then ago month environment single.",
"streetNr": "Arrive including smile concern head effort economic. Top pick appear treat. Hour th",
"district": "Message movie former mean rather. Health serious base boy action picture. Rate high pay get risk security someone image."
}
},
"areaServed": {
"type": "Property",
"value": "Agency great travel kitchen. Travel certain improve official meet answer concern. Remember specific red."
},
"type": "PhaseInfo",
"phaseInfoKm": {
"type": "Property",
"value": 187.2
},
"phaseInfoLength": {
"type": "Property",
"value": 335
},
"phaseInfoPantographLowered": {
"type": "Property",
"value": true
},
"phaseInfoSwitchOffBreaker": {
"type": "Property",
"value": true
},
"systemSeparationInfoKm": {
"type": "Property",
"value": 198.4
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
} Vedere FAQ 10 per ottenere una risposta su come gestire le unità di grandezza.
