グローバルな記述:規則(EU)2019/777の改正により非推奨。車両のカテゴリーに応じて与えられる荷重をトンで示す情報を表す。プロパティは minAxleLoadVehicleCategory と minAxleLoad. である。
バージョン: 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[*]
: エンティティの一意識別子location[*]
: アイテムへの Geojson 参照。Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon のいずれか。minAxleLoad[number]
: 最低許容軸重minAxleLoadVehicleCategory[uri]
: 最低軸重車両カテゴリーname[string]
: このアイテムの名前owner[array]
: 所有者の固有IDを参照するJSONエンコードされた文字列を含むリスト。seeAlso[*]
: アイテムに関する追加リソースを指すURIのリストsource[string]
: エンティティ・データの元のソースを URL として示す一連の文字。ソース・プロバイダの完全修飾ドメイン名、またはソース・オブジェクトの URL を推奨する。type[string]
: NGSI データ型。MinAxleLoadVehicleCategoryでなければならない。
必須プロパティ
id
type
ERAオントロジー https://data-interop.era.europa.eu/era-vocabulary (欧州鉄道庁)からマッピングされたデータモデル。
アルファベット順(クリックで詳細表示)
full yaml details
MinAxleLoadVehicleCategory:
description: Deprecated according to the ammendment to the Regulation (EU) 2019/777. Represents information that indicates the load given in tons depending of the category of vehicle. Its properties are minAxleLoadVehicleCategory and minAxleLoad.
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
minAxleLoad:
description: Minimum permitted axle load
type: number
x-ngsi:
type: Property
minAxleLoadVehicleCategory:
description: Minimum axle load vehicle category
format: uri
type: string
x-ngsi:
type: Relationship
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 MinAxleLoadVehicleCategory
enum:
- MinAxleLoadVehicleCategory
type: string
x-ngsi:
type: Property
required:
- id
- type
type: object
x-derived-from: http://data.europa.eu/949/MinAxleLoadVehicleCategory
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/MinAxleLoadVehicleCategory/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形式のMinAxleLoadVehicleCategoryのキー値の例である。これは、options=keyValues
を使用したときにNGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返す。
show/hide example
{
"id": "urn:ngsi-ld:MinAxleLoadVehicleCategory:id:KWOE:64087129",
"dateCreated": "2022-03-10T13:47:11Z",
"dateModified": "2000-12-08T03:53:13Z",
"source": "Address company tonight fight side night apply so. Best fine house past drug evening.",
"name": "Read church top never history old. Born edge health strong ",
"alternateName": "Lot material matter present from line cost. Season whatever become all wall.",
"description": "Not people Congress view window one.",
"dataProvider": "Stock minute pretty later. Federal as re",
"owner": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:JRVO:17137719",
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:WMGE:53516876"
],
"seeAlso": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:TXBP:98820710"
],
"location": {
"type": "Point",
"coordinates": [
48.8985275,
-11.102786
]
},
"address": {
"streetAddress": "Accept treat however pretty manage. Term those sit seek ahead through. Camera attorney commercia",
"addressLocality": "Manager general nation behind. Prevent comput",
"addressRegion": "Song nature part. Degree ev",
"addressCountry": "Huge pressure ball music. Role chance govern",
"postalCode": "Really ago you director into little manager. Forget national never event important idea attorney. Small think rule individual player.",
"postOfficeBoxNumber": "Laugh front history fish four area. Quickly structure glass ne",
"streetNr": "Though guy police have chair learn member alone. Camera at if describe Ame",
"district": "Fear laugh continue. Read one teacher agency wear nothing customer. Great clear "
},
"areaServed": "Cultural worry floor professional focus. Need event ma",
"type": "MinAxleLoadVehicleCategory",
"minAxleLoad": 953.2,
"minAxleLoadVehicleCategory": "urn:ngsi-ld:MinAxleLoadVehicleCategory:minAxleLoadVehicleCategory:UHRQ:86221678"
}
以下は、正規化された JSON-LD 形式の MinAxleLoadVehicleCategory の例です。これは、オプションを使用しない場合、NGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返します。
show/hide example
{
"id": "urn:ngsi-ld:MinAxleLoadVehicleCategory:id:KWOE:64087129",
"dateCreated": {
"type": "DateTime",
"value": "2022-03-10T13:47:11Z"
},
"dateModified": {
"type": "DateTime",
"value": "2000-12-08T03:53:13Z"
},
"source": {
"type": "Text",
"value": "Address company tonight fight side night apply so. Best fine house past drug evening."
},
"name": {
"type": "Text",
"value": "Read church top never history old. Born edge health strong "
},
"alternateName": {
"type": "Text",
"value": "Lot material matter present from line cost. Season whatever become all wall."
},
"description": {
"type": "Text",
"value": "Not people Congress view window one."
},
"dataProvider": {
"type": "Text",
"value": "Stock minute pretty later. Federal as re"
},
"owner": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:JRVO:17137719",
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:WMGE:53516876"
]
},
"seeAlso": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:TXBP:98820710"
]
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [
48.8985275,
-11.102786
]
}
},
"address": {
"type": "StructuredValue",
"value": {
"streetAddress": "Accept treat however pretty manage. Term those sit seek ahead through. Camera attorney commercia",
"addressLocality": "Manager general nation behind. Prevent comput",
"addressRegion": "Song nature part. Degree ev",
"addressCountry": "Huge pressure ball music. Role chance govern",
"postalCode": "Really ago you director into little manager. Forget national never event important idea attorney. Small think rule individual player.",
"postOfficeBoxNumber": "Laugh front history fish four area. Quickly structure glass ne",
"streetNr": "Though guy police have chair learn member alone. Camera at if describe Ame",
"district": "Fear laugh continue. Read one teacher agency wear nothing customer. Great clear "
}
},
"areaServed": {
"type": "Text",
"value": "Cultural worry floor professional focus. Need event ma"
},
"type": "MinAxleLoadVehicleCategory",
"minAxleLoad": {
"type": "Number",
"value": 953.2
},
"minAxleLoadVehicleCategory": {
"type": "Text",
"value": "urn:ngsi-ld:MinAxleLoadVehicleCategory:minAxleLoadVehicleCategory:UHRQ:86221678"
}
}
以下は、JSON-LD形式のMinAxleLoadVehicleCategoryのキー値の例である。これは、options=keyValues
を使用したときにNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返す。
show/hide example
{
"id": "urn:ngsi-ld:MinAxleLoadVehicleCategory:id:KWOE:64087129",
"dateCreated": "2022-03-10T13:47:11Z",
"dateModified": "2000-12-08T03:53:13Z",
"source": "Address company tonight fight side night apply so. Best fine house past drug evening.",
"name": "Read church top never history old. Born edge health strong ",
"alternateName": "Lot material matter present from line cost. Season whatever become all wall.",
"description": "Not people Congress view window one.",
"dataProvider": "Stock minute pretty later. Federal as re",
"owner": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:JRVO:17137719",
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:WMGE:53516876"
],
"seeAlso": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:TXBP:98820710"
],
"location": {
"type": "Point",
"coordinates": [
48.8985275,
-11.102786
]
},
"address": {
"streetAddress": "Accept treat however pretty manage. Term those sit seek ahead through. Camera attorney commercia",
"addressLocality": "Manager general nation behind. Prevent comput",
"addressRegion": "Song nature part. Degree ev",
"addressCountry": "Huge pressure ball music. Role chance govern",
"postalCode": "Really ago you director into little manager. Forget national never event important idea attorney. Small think rule individual player.",
"postOfficeBoxNumber": "Laugh front history fish four area. Quickly structure glass ne",
"streetNr": "Though guy police have chair learn member alone. Camera at if describe Ame",
"district": "Fear laugh continue. Read one teacher agency wear nothing customer. Great clear "
},
"areaServed": "Cultural worry floor professional focus. Need event ma",
"type": "MinAxleLoadVehicleCategory",
"minAxleLoad": 953.2,
"minAxleLoadVehicleCategory": "urn:ngsi-ld:MinAxleLoadVehicleCategory:minAxleLoadVehicleCategory:UHRQ:86221678",
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
}
以下は、正規化された JSON-LD 形式の MinAxleLoadVehicleCategory の例である。これは、オプションを使用しない場合はNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返します。
show/hide example
{
"id": "urn:ngsi-ld:MinAxleLoadVehicleCategory:id:OTDA:84082973",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2015-01-14T11:01:00Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2019-02-23T06:12:58Z"
}
},
"source": {
"type": "Property",
"value": "Doctor report certainly capital account finally. Science piece Republican identify. Ever recent cost account guess."
},
"name": {
"type": "Property",
"value": "Suddenly something particular. Six front desig"
},
"alternateName": {
"type": "Property",
"value": "Politics total upon under fear. Know behind after draw billion."
},
"description": {
"type": "Property",
"value": "With b"
},
"dataProvider": {
"type": "Property",
"value": "Glass ago movem"
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:UQZZ:42282728",
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:YAYE:91747118"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:MinAxleLoadVehicleCategory:items:FXFD:61807381"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
7.690969,
-150.542766
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "Usually attorney ",
"addressLocality": "Nothing mind herself table. Again human camera",
"addressRegion": "Night party decade meet attack war. Father ready though leader peace development close newspa",
"addressCountry": "Mean provide government on. Amount although education start baby third scientist.",
"postalCode": "Give project central available class interest good. Author affect next west.",
"postOfficeBoxNumber": "Three successful reason happy. Simply movement really make walk nor.",
"streetNr": "Activity with positi",
"district": "Reason l"
}
},
"areaServed": {
"type": "Property",
"value": "Opportunity easy year night hospital. Image son computer. Company state apply down idea term."
},
"type": "MinAxleLoadVehicleCategory",
"minAxleLoad": {
"type": "Property",
"value": 939.1
},
"minAxleLoadVehicleCategory": {
"type": "Relationship",
"object": "urn:ngsi-ld:MinAxleLoadVehicleCategory:minAxleLoadVehicleCategory:UYDT:81696890"
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
}
マグニチュード単位の扱い方については、FAQ 10を参照のこと。