글로벌 설명: 철도 신호기는 다음 블록 구간에서 허용되는 최대 속도를 열차 기관사에게 알리기 위해 철로 옆에 설치하는 장치입니다.
정의 RSM: 일반적으로 철도 차량의 움직임과 관련하여 기존의 시각적 또는 청각적 표시를 제공하는 장치.
버전: 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[*]: 항목에 대한 지오숀 참조입니다. 포인트, 라인 문자열, 다각형, 멀티포인트, 멀티라인 문자열 또는 멀티폴리곤일 수 있습니다.name[string]: 이 항목의 이름owner[array]: 소유자의 고유 ID를 참조하는 JSON 인코딩된 문자 시퀀스가 포함된 목록입니다.relativeDistanceDangerPoint[number]: 위험 지점의 상대적 거리seeAlso[*]: 항목에 대한 추가 리소스를 가리키는 URL 목록signalId[string]: 신호 이름signalOrientation[uri]: 신호 방향signalType[uri]: 신호 유형source[string]: 엔티티 데이터의 원본 소스를 URL로 제공하는 문자 시퀀스입니다. 소스 공급자의 정규화된 도메인 이름 또는 소스 개체에 대한 URL을 사용하는 것이 좋습니다.track[uri]: 트랙type[string]: NGSI 데이터 유형이어야 합니다. Signal
필수 속성
idtype
ERA 온톨로지에서 매핑된 데이터 모델 https://data-interop.era.europa.eu/era-vocabulary(유럽 연합 철도청)
알파벳순으로 정렬(자세한 내용을 보려면 클릭)
full yaml details
Signal:
description: |-
A railway signal is an installation next to the railway track for signalling the maximum allowed speed in the next block section to the train driver.
Definition RSM: Apparatus by means of which a conventional visual or acoustic indication is given, generally concerning the movements of railway vehicles.
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
relativeDistanceDangerPoint:
description: Relative distance of the danger point
type: number
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
signalId:
description: Name of signal
type: string
x-ngsi:
type: Property
signalOrientation:
description: Signal orientation
format: uri
type: string
x-ngsi:
type: Relationship
signalType:
description: Type of signal
format: uri
type: string
x-ngsi:
type: Relationship
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
track:
description: Track
format: uri
type: string
x-ngsi:
type: Relationship
type:
description: NGSI data type. It has to be Signal
enum:
- Signal
type: string
x-ngsi:
type: Property
required:
- id
- type
type: object
x-derived-from: http://data.europa.eu/949/Signal
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/Signal/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 형식의 키-값으로 된 Signal의 예입니다. 이는 옵션=키값을 사용할 때 NGSI-v2와 호환되며 개별 엔티티의 컨텍스트 데이터를 반환합니다.
show/hide example
{
"id": "urn:ngsi-ld:Signal:id:NVJX:48788523",
"dateCreated": "1970-03-08T14:32:13Z",
"dateModified": "2011-08-18T23:12:35Z",
"source": "Here choose style decade occur leader",
"name": "Drop",
"alternateName": "Truth add because former. Indeed long yeah change near experience.",
"description": "Reveal school simply perhaps study owner. Instead card positive between guess other. Will beyond out easy serve.",
"dataProvider": "Market represent thing security. Stock whole section will wonder final right minute. Together bill tho",
"owner": [
"urn:ngsi-ld:Signal:items:OCNG:88914328",
"urn:ngsi-ld:Signal:items:QDWA:77960070"
],
"seeAlso": [
"urn:ngsi-ld:Signal:items:IKCH:27474652"
],
"location": {
"type": "Point",
"coordinates": [
7.167995,
-149.393214
]
},
"address": {
"streetAddress": "Upon certainly west population. A walk result product major draw ",
"addressLocality": "Account rich measure every price energy allow. Put customer c",
"addressRegion": "Prepare family across front. Nothing main religious strategy seven notice where.",
"addressCountry": "Word wai",
"postalCode": "Meet know training. Land grow old kid effect. Form director decide join draw.",
"postOfficeBoxNumber": "Several center notice ever deal his. National parent fund focus pull those door.",
"streetNr": "Place course bad watch environment while third. There half join Republican and control perhaps network. Him remain structure.",
"district": "Activity"
},
"areaServed": "Charge suddenly fall resource stock admit leave. Hair such budget many different in cup. Lawyer nati",
"type": "Signal",
"relativeDistanceDangerPoint": 864,
"signalId": "American whole magazine truth stop whose. On traditional measure example sense peac",
"signalOrientation": "urn:ngsi-ld:Signal:signalOrientation:KTUG:11578156",
"signalType": "urn:ngsi-ld:Signal:signalType:CXMW:87784080",
"track": "urn:ngsi-ld:Signal:track:SHHZ:09753513"
} 다음은 정규화된 JSON-LD 형식의 신호의 예입니다. 이는 옵션을 사용하지 않을 때 NGSI-v2와 호환되며 개별 엔티티의 컨텍스트 데이터를 반환합니다.
show/hide example
{
"id": "urn:ngsi-ld:Signal:id:NVJX:48788523",
"dateCreated": {
"type": "DateTime",
"value": "1970-03-08T14:32:13Z"
},
"dateModified": {
"type": "DateTime",
"value": "2011-08-18T23:12:35Z"
},
"source": {
"type": "Text",
"value": "Here choose style decade occur leader"
},
"name": {
"type": "Text",
"value": "Drop"
},
"alternateName": {
"type": "Text",
"value": "Truth add because former. Indeed long yeah change near experience."
},
"description": {
"type": "Text",
"value": "Reveal school simply perhaps study owner. Instead card positive between guess other. Will beyond out easy serve."
},
"dataProvider": {
"type": "Text",
"value": "Market represent thing security. Stock whole section will wonder final right minute. Together bill tho"
},
"owner": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:Signal:items:OCNG:88914328",
"urn:ngsi-ld:Signal:items:QDWA:77960070"
]
},
"seeAlso": {
"type": "StructuredValue",
"value": [
"urn:ngsi-ld:Signal:items:IKCH:27474652"
]
},
"location": {
"type": "geo:json",
"value": {
"type": "Point",
"coordinates": [
7.167995,
-149.393214
]
}
},
"address": {
"type": "StructuredValue",
"value": {
"streetAddress": "Upon certainly west population. A walk result product major draw ",
"addressLocality": "Account rich measure every price energy allow. Put customer c",
"addressRegion": "Prepare family across front. Nothing main religious strategy seven notice where.",
"addressCountry": "Word wai",
"postalCode": "Meet know training. Land grow old kid effect. Form director decide join draw.",
"postOfficeBoxNumber": "Several center notice ever deal his. National parent fund focus pull those door.",
"streetNr": "Place course bad watch environment while third. There half join Republican and control perhaps network. Him remain structure.",
"district": "Activity"
}
},
"areaServed": {
"type": "Text",
"value": "Charge suddenly fall resource stock admit leave. Hair such budget many different in cup. Lawyer nati"
},
"type": "Signal",
"relativeDistanceDangerPoint": {
"type": "Number",
"value": 864
},
"signalId": {
"type": "Text",
"value": "American whole magazine truth stop whose. On traditional measure example sense peac"
},
"signalOrientation": {
"type": "Text",
"value": "urn:ngsi-ld:Signal:signalOrientation:KTUG:11578156"
},
"signalType": {
"type": "Text",
"value": "urn:ngsi-ld:Signal:signalType:CXMW:87784080"
},
"track": {
"type": "Text",
"value": "urn:ngsi-ld:Signal:track:SHHZ:09753513"
}
} 다음은 JSON-LD 형식의 키-값으로 된 Signal의 예입니다. 이는 옵션=키값을 사용할 때 NGSI-LD와 호환되며 개별 엔티티의 컨텍스트 데이터를 반환합니다.
show/hide example
{
"id": "urn:ngsi-ld:Signal:id:NVJX:48788523",
"dateCreated": "1970-03-08T14:32:13Z",
"dateModified": "2011-08-18T23:12:35Z",
"source": "Here choose style decade occur leader",
"name": "Drop",
"alternateName": "Truth add because former. Indeed long yeah change near experience.",
"description": "Reveal school simply perhaps study owner. Instead card positive between guess other. Will beyond out easy serve.",
"dataProvider": "Market represent thing security. Stock whole section will wonder final right minute. Together bill tho",
"owner": [
"urn:ngsi-ld:Signal:items:OCNG:88914328",
"urn:ngsi-ld:Signal:items:QDWA:77960070"
],
"seeAlso": [
"urn:ngsi-ld:Signal:items:IKCH:27474652"
],
"location": {
"type": "Point",
"coordinates": [
7.167995,
-149.393214
]
},
"address": {
"streetAddress": "Upon certainly west population. A walk result product major draw ",
"addressLocality": "Account rich measure every price energy allow. Put customer c",
"addressRegion": "Prepare family across front. Nothing main religious strategy seven notice where.",
"addressCountry": "Word wai",
"postalCode": "Meet know training. Land grow old kid effect. Form director decide join draw.",
"postOfficeBoxNumber": "Several center notice ever deal his. National parent fund focus pull those door.",
"streetNr": "Place course bad watch environment while third. There half join Republican and control perhaps network. Him remain structure.",
"district": "Activity"
},
"areaServed": "Charge suddenly fall resource stock admit leave. Hair such budget many different in cup. Lawyer nati",
"type": "Signal",
"relativeDistanceDangerPoint": 864,
"signalId": "American whole magazine truth stop whose. On traditional measure example sense peac",
"signalOrientation": "urn:ngsi-ld:Signal:signalOrientation:KTUG:11578156",
"signalType": "urn:ngsi-ld:Signal:signalType:CXMW:87784080",
"track": "urn:ngsi-ld:Signal:track:SHHZ:09753513",
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
} 다음은 정규화된 JSON-LD 형식의 신호 예시입니다. 이는 옵션을 사용하지 않을 때 NGSI-LD와 호환되며 개별 엔티티의 컨텍스트 데이터를 반환합니다.
show/hide example
{
"id": "urn:ngsi-ld:Signal:id:SUMI:05987689",
"dateCreated": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "2013-12-11T15:53:44Z"
}
},
"dateModified": {
"type": "Property",
"value": {
"@type": "DateTime",
"@value": "1974-09-10T20:37:14Z"
}
},
"source": {
"type": "Property",
"value": "Owner support present act enter."
},
"name": {
"type": "Property",
"value": "Start read half."
},
"alternateName": {
"type": "Property",
"value": "Home state area operation respond early. Edge return condition federal."
},
"description": {
"type": "Property",
"value": "Total again here high. Team report again ask product these cut."
},
"dataProvider": {
"type": "Property",
"value": "Republican eight think start. Hot movie want serve father audience management."
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:Signal:items:MZLV:03669390",
"urn:ngsi-ld:Signal:items:LNRS:49951624"
]
},
"seeAlso": {
"type": "Property",
"value": [
"urn:ngsi-ld:Signal:items:JOYH:86575892"
]
},
"location": {
"type": "Property",
"value": {
"type": "Point",
"coordinates": [
-13.176379,
-116.163154
]
}
},
"address": {
"type": "Property",
"value": {
"streetAddress": "Coach my discover both usually east page. Rather lead investment child as record resource. In product rise couple v",
"addressLocality": "Conference pull tax indeed. Very trou",
"addressRegion": "Man issue two memory every. Television traditional draw democratic.",
"addressCountry": "Fund threat they increase. Guy series politics bag.",
"postalCode": "Production later according down yes. Nothing my forward.",
"postOfficeBoxNumber": "Beat maintain people",
"streetNr": "East too Republican represent behind leader. Little television few Republican fire behavior good.",
"district": "Ever theory social special century spring."
}
},
"areaServed": {
"type": "Property",
"value": "It she follow board blood. Certainly easy particular she sure by big. Say cold national expect rock. Value ski"
},
"type": "Signal",
"relativeDistanceDangerPoint": {
"type": "Property",
"value": 859
},
"signalId": {
"type": "Property",
"value": "Mean PM capital car particular head. Claim ago brother forget. Benefit start body ask yet age believe."
},
"signalOrientation": {
"type": "Relationship",
"object": "urn:ngsi-ld:Signal:signalOrientation:XSWZ:79200878"
},
"signalType": {
"type": "Relationship",
"object": "urn:ngsi-ld:Signal:signalType:OIXR:27955866"
},
"track": {
"type": "Relationship",
"object": "urn:ngsi-ld:Signal:track:SBLI:67422940"
},
"@context": [
"https://raw.githubusercontent.com/smart-data-models/dataModel.ERA/master/context.jsonld"
]
} 10](https://smartdatamodels.org/index.php/faqs/)를 참조하여 규모 단위를 다루는 방법에 대한 답변을 확인하세요.
