グローバルな説明**鉄道の場所
バージョン: 0.0.1
[*] 属性に型がない場合は、複数の型があるか、異なるフォーマット/パターンがある可能性があるためです。
address[object]
: 郵送先住所 . Model: https://schema.org/addressaddressCountry[string]
: 国。例えば、スペイン . Model: https://schema.org/addressCountryaddressLocality[string]
: 番地がある地域と、その地域に含まれる地域 . Model: https://schema.org/addressLocalityaddressRegion[string]
: その地域がある地域、またその国がある地域 . Model: https://schema.org/addressRegiondistrict[string]
: 地区とは行政区画の一種で、国によっては地方自治体によって管理されている。postOfficeBoxNumber[string]
: 私書箱の住所のための私書箱番号。例:03578 . Model: https://schema.org/postOfficeBoxNumberpostalCode[string]
: 郵便番号。例:24004 . Model: https://schema.org/https://schema.org/postalCodestreetAddress[string]
: 番地 . Model: https://schema.org/streetAddressstreetNr[string]
: 公道上の特定の物件を特定する番号
alternateName[string]
: この項目の別名areaServed[string]
: サービスまたは提供品が提供される地理的地域 . Model: https://schema.org/TextdataProvider[string]
: ハーモナイズされたデータ・エンティティの提供者を識別する一連の文字。dateCreated[date-time]
: エンティティの作成タイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられます。dateModified[date-time]
: エンティティの最終変更のタイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられる。description[string]
: この商品の説明id[*]
: エンティティの一意識別子kilometer[number]
: キロlineNationalId[uri]
: 国内線の識別location[*]
: アイテムへの Geojson 参照。Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon のいずれか。name[string]
: このアイテムの名前owner[array]
: 所有者の固有IDを参照するJSONエンコードされた文字列を含むリスト。seeAlso[*]
: アイテムに関する追加リソースを指すURIのリストsource[string]
: エンティティ・データの元のソースを URL として示す一連の文字。ソース・プロバイダの完全修飾ドメイン名、またはソース・オブジェクトの URL を推奨する。type[string]
: NGSIデータ型。LineReferenceでなければならない。
必須プロパティ
id
type
ERAオントロジー https://data-interop.era.europa.eu/era-vocabulary (欧州鉄道庁)からマッピングされたデータモデル。
アルファベット順(クリックで詳細表示)
full yaml details
LineReference:
description: Railway location
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
kilometer:
description: Kilometer
type: number
x-ngsi:
type: Property
lineNationalId:
description: National line identification
format: uri
type: string
x-ngsi:
type: Relationship
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
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
type:
description: NGSI data type. It has to be LineReference
enum:
- LineReference
type: string
x-ngsi:
type: Property
required:
- id
- type
type: object
x-derived-from: http://data.europa.eu/949/LineReference
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/LineReference/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
以下は、JSON-LD形式のLineReferenceをkey-valuesとした例である。これはNGSI-v2と互換性があり、options=keyValues
を使用すると、個々のエンティティのコンテキストデータを返す。
show/hide example
{
"id": "urn:ngsi-ld:LineReference:id:RHSX:14820983",
"dateCreated": "1986-10-27T03:38:58Z",
"dateModified": "1977-09-15T07:25:57Z",
"source": "New create receive low hotel speech doctor political. Skin new shake view.",
"name": "Mind develop police. Change bill thing. Figure nation piece clearly detail others usually. Street writer four establish industr",
"alternateName": "Day toward including sometimes. Require ",
"description": "Project represent voice project decision yes total. Support idea ",
"dataProvider": "Class figure quality she. Continue traditional follow. Civil tough middle act beat.",
"owner": [
"urn:ngsi-ld:LineReference:items:NUGB:26269993",
"urn:ngsi-ld:LineReference:items:GVBX:53792463"
],
"seeAlso": [
"urn:ngsi-ld:LineReference:items:FXDW:87126015"
],
"location": {
"type": "Point",
"coordinates": [
-45.052783,
152.191861
]
},
"address": {
"streetAddress": "Western technology water budget everybody. Phone bring kitchen same. Impact policy head serve nothing.",
"addressLocality": "Its position them treat few whose compare. Into ok key general next foreign. Among agency kitchen along usually position.",
"addressRegion": "Miss important simply economy finish left stuff. Help cover particularly idea. Only chair agree.",
"addressCountry": "Town computer thank rather. Break onto money tend.",
"postalCode": "Back blue finally suffer notice. Weight fu",
"postOfficeBoxNumber": "Any pers",
"streetNr": "Mother traditional run campaign.",
"district": "Official situation tonight north tough sound. Debate project player car structure vote. Poo"
},
"areaServed": "Red animal wall front. Left buy see always.",
"type": "LineReference",
"kilometer": 239.9,
"lineNationalId": "urn:ngsi-ld:LineReference:lineNationalId:IIBS:67837023"
}
以下は、正規化された JSON-LD 形式の LineReference の例である。これは、オプションを使用しない場合、NGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返します。
show/hide example
{
"id": "urn:ngsi-ld:LineReference:id:RHSX:14820983",
"dateCreated": {
"type": "DateTime",
"value": "1986-10-27T03:38:58Z"
},
"dateModified": {
"type": "DateTime",
"value": "1977-09-15T07:25:57Z"
},
"source": {
"type": "Text",
"value": "New create receive low hotel speech doctor political. Skin new shake view."
},
"name": {
"type": "Text",
"value": "Mind develop police. Change bill thing. Figure nation piece clearly detail others usually. Street writer four establish industr"
},
"alternateName": {
"type": "Text",
"value": "Day toward including sometimes. Require "
},
"description": {
"type": "Text",
"value": "Project represent voice project decision yes total. Support idea "
},
"dataProvider": {
"type": "Text",
"value": "Class figure quality she. Continue traditional follow. Civil tough middle act beat."
},
"owner": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:LineReference:items:NUGB:26269993",
"urn:ngsi-ld:LineReference:items:GVBX:53792463"
]
},
"seeAlso": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:LineReference:items:FXDW:87126015"
]
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [
-45.052783,
152.191861
]
}
},
"address": {
"type": "StructuredValue",
"value": {
"streetAddress": "Western technology water budget everybody. Phone bring kitchen same. Impact policy head serve nothing.",
"addressLocality": "Its position them treat few whose compare. Into ok key general next foreign. Among agency kitchen along usually position.",
"addressRegion": "Miss important simply economy finish left stuff. Help cover particularly idea. Only chair agree.",
"addressCountry": "Town computer thank rather. Break onto money tend.",
"postalCode": "Back blue finally suffer notice. Weight fu",
"postOfficeBoxNumber": "Any pers",
"streetNr": "Mother traditional run campaign.",
"district": "Official situation tonight north tough sound. Debate project player car structure vote. Poo"
}
},
"areaServed": {
"type": "Text",
"value": "Red animal wall front. Left buy see always."
},
"type": "LineReference",
"kilometer": {
"type": "Number",
"value": 239.9
},
"lineNationalId": {
"type": "Text",
"value": "urn:ngsi-ld:LineReference:lineNationalId:IIBS:67837023"
}
}
以下はJSON-LD形式のLineReferenceをkey-valuesとした例である。これはNGSI-LDと互換性があり、options=keyValues
を使うと個々のエンティティのコンテキストデータを返す。
show/hide example
{
"id": "urn:ngsi-ld:LineReference:id:RHSX:14820983",
"dateCreated": "1986-10-27T03:38:58Z",
"dateModified": "1977-09-15T07:25:57Z",
"source": "New create receive low hotel speech doctor political. Skin new shake view.",
"name": "Mind develop police. Change bill thing. Figure nation piece clearly detail others usually. Street writer four establish industr",
"alternateName": "Day toward including sometimes. Require ",
"description": "Project represent voice project decision yes total. Support idea ",
"dataProvider": "Class figure quality she. Continue traditional follow. Civil tough middle act beat.",
"owner": [
"urn:ngsi-ld:LineReference:items:NUGB:26269993",
"urn:ngsi-ld:LineReference:items:GVBX:53792463"
],
"seeAlso": [
"urn:ngsi-ld:LineReference:items:FXDW:87126015"
],
"location": {
"type": "Point",
"coordinates": [
-45.052783,
152.191861
]
},
"address": {
"streetAddress": "Western technology water budget everybody. Phone bring kitchen same. Impact policy head serve nothing.",
"addressLocality": "Its position them treat few whose compare. Into ok key general next foreign. Among agency kitchen along usually position.",
"addressRegion": "Miss important simply economy finish left stuff. Help cover particularly idea. Only chair agree.",
"addressCountry": "Town computer thank rather. Break onto money tend.",
"postalCode": "Back blue finally suffer notice. Weight fu",
"postOfficeBoxNumber": "Any pers",
"streetNr": "Mother traditional run campaign.",
"district": "Official situation tonight north tough sound. Debate project player car structure vote. Poo"
},
"areaServed": "Red animal wall front. Left buy see always.",
"type": "LineReference",
"kilometer": 239.9,
"lineNationalId": "urn:ngsi-ld:LineReference:lineNationalId:IIBS:67837023",
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
}
以下は、正規化された JSON-LD 形式の LineReference の例である。これは、オプションを使用しない場合はNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返します。
show/hide example
{
"id": "urn:ngsi-ld:LineReference:id:UGOL:02314727",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2016-09-26T20:09:19Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "1986-05-17T22:22:32Z"
}
},
"source": {
"type": "Property",
"value": "Himself peace act."
},
"name": {
"type": "Property",
"value": "Among safe number anyone white. Away success listen hot stock road. Early though question economy cause share defense."
},
"alternateName": {
"type": "Property",
"value": "Realize huma"
},
"description": {
"type": "Property",
"value": "Control get personal raise r"
},
"dataProvider": {
"type": "Property",
"value": "Drive understand apply town research big. Together hundred event seem back."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:LineReference:items:ODGA:61913437",
"urn:ngsi-ld:LineReference:items:TQIE:40363820"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:LineReference:items:EVEX:08441746"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
46.8926945,
-133.98211
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "Quite manage event shoulder nation ago. Measure treat nor receive there person. Stay vote",
"addressLocality": "Instead air fight minute. Place arm ball end career foreign type size. Morning stuff necessary again.",
"addressRegion": "Before account article. Tough pattern himself TV mention strong consumer. Name painting want sing alone.",
"addressCountry": "Assume nature organization over. People establish relationship ago. Between seem sport when agent",
"postalCode": "Green by seem despite. Yard early tax security five. Traditional red discover interest past if. Happ",
"postOfficeBoxNumber": "Check would effect fight best ",
"streetNr": "Magazine eat teacher list trial already career his. Yet concern wan",
"district": "Adult administration always seat explain."
}
},
"areaServed": {
"type": "Property",
"value": "Security each election well position. Including without official truth past bit. Group or rest whatever he."
},
"type": "LineReference",
"kilometer": {
"type": "Property",
"value": 890.1
},
"lineNationalId": {
"type": "Relationship",
"object": "urn:ngsi-ld:LineReference:lineNationalId:HTQW:41563123"
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
}
マグニチュード単位の扱い方については、FAQ 10を参照のこと。