全局描述:特定建筑板块的信息(形状、厚度、板块类型等)
版本: 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]
: 实体最后一次修改的时间戳。通常由存储平台分配dateObjectCreated[date-time]
: 此项目作为对象的注册日期和时间 . Model: http://schema.org/DateTimedateObjectUpdated[date-time]
: 该项目作为对象的更新日期和时间 . Model: http://schema.org/DateTimedescription[string]
: 项目描述flagDeleted[string]
: 删除此项目作为对象时设置的标志id[*]
: 实体的唯一标识符jointArea[number]
: 本项目与空间物体的联合区域 . Model: https://schema.org/NumberjointDirection[*]
: 本项目与空间物体的共同方向jointSurface[*]
: 本项目与空间物体的联合表面location[*]
: 项目的 Geojson 引用。它可以是点、线条字符串、多边形、多点、多线条字符串或多多边形name[string]
: 该项目的名称objectName[string]
: 该项目作为对象的名称owner[array]
: 包含一个 JSON 编码字符序列的列表,其中引用了所有者的唯一标识refArea[array]
: 包含此项目的区域参考refBuilding[array]
: 包含该物品的建筑物的参考信息refMaterialLayer[array]
: 包含此项目的材料层的引用。refRoom[array]
: 包含该项目房间的参考refStair[array]
: 包含此项目的楼梯参考seeAlso[*]
: 指向有关该项目的其他资源的 uri 列表shape[*]
: 该物品的形状slabType[string]
: 墙壁类型。枚举:'天花板、地板、屋顶、基础地板、楼梯地板source[string]
: 以 URL 形式给出实体数据原始来源的字符串。建议使用源提供者的完全合格域名或源对象的 URLsurfaceBase[*]
: 该物品的底座形状surfaceTop[*]
: 此物品的顶部形状thermalTransmission[number]
: 本物品的热传导性 . Model: https://schema.org/Numberthickness[number]
: 该物品的厚度 . Model: https://schema.org/Numbertype[string]
: 必须等于 SlabvolumetricSpecificHeat[number]
: 该物品的体积比热 . Model: https://schema.org/Number
所需属性
id
type
规格开头的注释
按字母顺序排列(点击查看详情)
full yaml details
Slab:
description: 'Information on a given Slab of Building (Shape, thickness, slab type, etc.)'
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
dateObjectCreated:
description: The registration date and time of this item as an object
format: date-time
type: string
x-ngsi:
model: http://schema.org/DateTime
type: Property
dateObjectUpdated:
description: The update date and time of this item as an object
format: date-time
type: string
x-ngsi:
model: http://schema.org/DateTime
type: Property
description:
description: A description of this item
type: string
x-ngsi:
type: Property
flagDeleted:
description: Flag set when this item is deleted as an object
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: Relationship
jointArea:
description: Joint Area of this item and Spatial Objects
minimum: 0
type: number
x-ngsi:
model: https://schema.org/Number
type: Property
jointDirection:
description: Joint Direction of this item and Spatial Objects
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
jointSurface:
description: Joint Surface of this item and Spatial Objects
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
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:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
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
objectName:
description: Name of this item as an object
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: Relationship
type: array
x-ngsi:
type: Property
refArea:
description: Reference to the area containing this item
items:
description: every item Contained in the reference Area
minItems: 1
type: string
uniqueItems: true
x-ngsi:
type: Relationship
type: array
x-ngsi:
type: Relationship
refBuilding:
description: Reference to the building containing this item
items:
description: Reference to every element containing this building
minItems: 1
type: string
uniqueItems: true
x-ngsi:
type: Relationship
type: array
x-ngsi:
type: Relationship
refMaterialLayer:
description: Reference to the materialLayer containing this item.
items:
description: Reference to every element containing this Material layer
minItems: 1
type: string
uniqueItems: true
x-ngsi:
type: Relationship
minItems: 1
type: array
uniqueItems: true
x-ngsi:
type: Relationship
refRoom:
description: Reference to the room containing this item
items:
description: Reference to every room containing this item
minItems: 1
type: string
uniqueItems: true
x-ngsi:
type: Relationship
type: array
x-ngsi:
type: Relationship
refStair:
description: Reference to the stair containing this item
items:
description: Reference to every stair containing this item
minItems: 1
type: string
uniqueItems: true
x-ngsi:
type: Relationship
type: array
x-ngsi:
type: Relationship
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
shape:
description: Shape of this item
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
slabType:
description: 'Wall type. Enum:''ceiling, floor, roof, base_floor, stair_floor'''
enum:
- ceiling
- floor
- roof
- base_floor
- stair_floor
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
surfaceBase:
description: Base Shape of this item
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
surfaceTop:
description: Top Shape of this item
oneOf:
- description: Geojson reference to the item. Point
properties:
bbox:
description: BBox of the Point
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Point
items:
type: number
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the LineString
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the Polygon
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the Polygon
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MulitPoint
items:
items:
type: number
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: BBox coordinates of the LineString
items:
type: number
minItems: 4
type: array
x-ngsi:
type: Property
coordinates:
description: Coordinates of the MultiLineString
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 2
type: array
type: array
x-ngsi:
type: Property
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:
description: Coordinates of the MultiPolygon
items:
items:
items:
items:
type: number
minItems: 2
type: array
minItems: 4
type: array
type: array
type: array
x-ngsi:
type: Property
type:
enum:
- MultiPolygon
type: string
required:
- type
- coordinates
title: GeoJSON MultiPolygon
type: object
x-ngsi:
type: GeoProperty
x-ngsi:
type: GeoProperty
thermalTransmission:
description: Thermal transmission of this item
minimum: 0
type: number
x-ngsi:
model: https://schema.org/Number
type: Property
thickness:
description: Thickness of this item
minimum: 0
type: number
x-ngsi:
model: https://schema.org/Number
type: Property
type:
description: It must be equal to Slab
enum:
- Slab
type: string
x-ngsi:
type: Property
volumetricSpecificHeat:
description: Volumetric specific heat of this item
minimum: 0
type: number
x-ngsi:
model: https://schema.org/Number
type: Property
required:
- id
- type
type: object
x-derived-from: ""
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) 2025 Contributors to Smart Data Models Program'
x-license-url: https://github.com/smart-data-models/dataModel.ZEB/blob/master/Slab/LICENSE.md
x-model-schema: https://smart-data-models.github.io/dataModel.ZEB/Slab/schema.json
x-model-tags: Smart Building
x-version: 0.0.1
规格中间出现的注释
下面是一个以 JSON-LD 格式作为键值的板块示例。当使用 options=keyValues
时,它与 NGSI-v2 兼容,并返回单个实体的上下文数据。
show/hide example
{
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"dateObjectCreated": "2020-07-20T17:17:00.621Z",
"dateObjectUpdated": "2020-07-20T17:17:00.621Z",
"flagDeleted": "false",
"jointDirection": {
"type": "Point",
"coordinates": [
0,
0,
90
]
},
"jointSurface": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"jointArea": 0.368,
"objectName": "floor_1",
"refArea": [
"urn:ngsi-ld:Area:SAZ0000000001"
],
"refBuilding": [
"urn:ngsi-ld:Building:ZZZ0000000001"
],
"refMaterialLayer": [
"urn:ngsi-ld:MaterialLayer:BWZ0000000001"
],
"refRoom": [
"urn:ngsi-ld:Room:SRZ0000000001"
],
"refStair": [
"urn:ngsi-ld:Stair:BTZ0000000001"
],
"shape": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
},
"slabType": "stair_floor",
"surfaceBase": {
"type": "MultiPoint",
"coordinates": [
[
25,
25,
25
],
[
25,
75,
25
],
[
75,
25,
75
],
[
75,
25,
25
]
]
},
"surfaceTop": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"thermalTransmission": 0.834,
"thickness": 115
}
下面是一个规范化 JSON-LD 格式的板块示例。在不使用选项的情况下,它与 NGSI-v2 兼容,并返回单个实体的上下文数据。
show/hide example
{
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"dateObjectCreated": {
"type": "DateTime",
"value": "2020-07-20T17:17:00.621Z"
},
"dateObjectUpdated": {
"type": "DateTime",
"value": "2020-07-20T17:17:00.621Z"
},
"flagDeleted": {
"type": "Text",
"value": "false"
},
"jointDirection": {
"type": "StructuredValue",
"value": {
"type": "Point",
"coordinates": [
0,
0,
90
]
}
},
"jointSurface": {
"type": "StructuredValue",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
}
},
"jointArea": {
"type": "Number",
"value": 0.368
},
"objectName": {
"type": "Text",
"value": "floor_1"
},
"refArea": {
"type": "URI",
"value": "urn:ngsi-ld:Area:SAZ0000000001"
},
"refBuilding": {
"type": "URI",
"value": "urn:ngsi-ld:Building:ZZZ0000000001"
},
"refMaterialLayer": {
"type": "URI",
"value": "urn:ngsi-ld:MaterialLayer:BWZ0000000001"
},
"refRoom": {
"type": "URI",
"value": "urn:ngsi-ld:Room:SRZ0000000001"
},
"refStair": {
"type": "URI",
"value": "urn:ngsi-ld:Stair:BTZ0000000001"
},
"shape": {
"type": "StructuredValue",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
}
},
"slabType": {
"type": "Text",
"value": "stair_floor"
},
"surfaceBase": {
"type": "StructuredValue",
"value": {
"type": "MultiPoint",
"coordinates": [
[
25,
25,
25
],
[
25,
75,
25
],
[
75,
25,
75
],
[
75,
25,
25
]
]
}
},
"surfaceTop": {
"type": "StructuredValue",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
}
},
"thermalTransmission": {
"type": "Number",
"value": 0.834
},
"thickness": {
"type": "Number",
"value": 115
}
}
下面是一个以 JSON-LD 格式作为键值的板块示例。当使用 options=keyValues
时,它与 NGSI-LD 兼容,并返回单个实体的上下文数据。
show/hide example
{
"@context": [
"https://smartdatamodels.org/context.jsonld"
],
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"dateObjectCreated": "2020-07-20T17:17:00.621Z",
"dateObjectUpdated": "2020-07-20T17:17:00.621Z",
"flagDeleted": "false",
"jointDirection": {
"type": "Point",
"coordinates": [
0,
0,
90
]
},
"jointSurface": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"jointArea": 0.368,
"objectName": "floor_1",
"refArea": [
"urn:ngsi-ld:Area:SAZ0000000001"
],
"refBuilding": [
"urn:ngsi-ld:Building:ZZZ0000000001"
],
"refMaterialLayer": [
"urn:ngsi-ld:MaterialLayer:BWZ0000000001"
],
"refRoom": [
"urn:ngsi-ld:Room:SRZ0000000001"
],
"refStair": [
"urn:ngsi-ld:Stair:BTZ0000000001"
],
"shape": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
},
"slabType": "stair_floor",
"surfaceBase": {
"type": "MultiPoint",
"coordinates": [
[
25,
25,
25
],
[
25,
75,
25
],
[
75,
25,
75
],
[
75,
25,
25
]
]
},
"surfaceTop": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"thermalTransmission": 0.834,
"thickness": 115
}
下面是一个规范化 JSON-LD 格式的板块示例。在不使用选项时,它与 NGSI-LD 兼容,并返回单个实体的上下文数据。
show/hide example
{
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"dateObjectCreated": {
"type": "Property",
"value": {
"@type": "string",
"@value": "2020-07-20T17:17:00.621Z"
}
},
"dateObjectUpdated": {
"type": "Property",
"value": {
"@type": "string",
"@value": "2020-07-20T17:17:00.621Z"
}
},
"flagDeleted": {
"type": "Property",
"value": "false"
},
"jointDirection": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
0,
0,
90
]
}
},
"jointSurface": {
"type": "GeoProperty",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
}
},
"jointArea": {
"type": "Property",
"value": 0.368
},
"objectName": {
"type": "Property",
"value": "floor_1"
},
"refArea": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:Area:SAZ0000000001"
]
},
"refBuilding": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:Building:ZZZ0000000001"
]
},
"refMaterialLayer": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:MaterialLayer:BWZ0000000001"
]
},
"refRoom": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:Room:SRZ0000000001"
]
},
"refStair": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:Stair:BTZ0000000001"
]
},
"shape": {
"type": "GeoProperty",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
}
},
"slabType": {
"type": "Property",
"value": "stair_floor"
},
"surfaceBase": {
"type": "GeoProperty",
"value": {
"type": "MultiPoint",
"coordinates": [
[
25,
25,
25
],
[
25,
75,
25
],
[
75,
25,
75
],
[
75,
25,
25
]
]
}
},
"surfaceTop": {
"type": "GeoProperty",
"value": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
}
},
"thermalTransmission": {
"type": "Property",
"value": 0.834
},
"thickness": {
"type": "Property",
"value": 115
},
"@context": [
"https://smartdatamodels.org/context.jsonld"
]
}
规范脚注中的注释
请参阅 FAQ 10,获取如何处理幅度单位的答案。