Skip to content

Commit d1f59d6

Browse files
updated CarbonFootprint/doc/spec_ZH.md
1 parent 1b3a7a1 commit d1f59d6

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

CarbonFootprint/doc/spec_ZH.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,26 @@
77
[文件自动生成](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
88
<!-- /15-License -->
99
<!-- 20-Description -->
10+
全球描述:**以二氧化碳当量表示碳足迹的**数据模型。
11+
版本: 0.0.1
1012
<!-- /20-Description -->
1113
<!-- 30-PropertiesList -->
1214

1315
## 属性列表
1416

1517
<sup><sub>[*] 如果属性中没有类型,是因为它可能有多个类型或不同的格式/模式</sub></sup>。
16-
<!-- /30-PropertiesList -->
18+
- `CO2eq[number]`: 以二氧化碳当量吨为单位的排放量 . Model: [https://schema.org/Number](https://schema.org/Number)- `address[object]`: 邮寄地址 . Model: [https://schema.org/address](https://schema.org/address) - `addressCountry[string]`: 国家。例如,西班牙 . Model: [https://schema.org/addressCountry](https://schema.org/addressCountry)
19+
- `addressLocality[string]`: 街道地址所在的地点,以及该地点所在的区域 . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
20+
- `addressRegion[string]`: 地点所在的地区,以及该地区位于哪个国家 . Model: [https://schema.org/addressRegion](https://schema.org/addressRegion)
21+
- `district[string]`: 地区是一种行政区划,在一些国家由地方政府管理
22+
- `postOfficeBoxNumber[string]`: 用于邮政信箱地址的邮政信箱号码。例如:03578 . Model: [https://schema.org/postOfficeBoxNumber](https://schema.org/postOfficeBoxNumber)
23+
- `postalCode[string]`: 邮政编码。例如:24004 . Model: [https://schema.org/https://schema.org/postalCode](https://schema.org/https://schema.org/postalCode)
24+
- `streetAddress[string]`: 街道地址 . Model: [https://schema.org/streetAddress](https://schema.org/streetAddress)
25+
- `streetNr[string]`: 标识公共街道上特定房产的编号
26+
- `alternateName[string]`: 该项目的替代名称 - `areaServed[string]`: 提供服务或提供物品的地理区域 . Model: [https://schema.org/Text](https://schema.org/Text)- `dataProvider[string]`: 标识统一数据实体提供者的字符序列 - `dateCreated[date-time]`: 实体创建时间戳。通常由存储平台分配 - `dateModified[date-time]`: 实体最后一次修改的时间戳。通常由存储平台分配 - `description[string]`: 项目描述 - `emissionDate[date-time]`: 测量日期和时间 . Model: [https://schema.org/Text](https://schema.org/Text)- `emissionSource[string]`: 排放源(如运输、能源、工业) - `id[*]`: 实体的唯一标识符 - `location[*]`: 项目的 Geojson 引用。可以是点、线条字符串、多边形、多点、多线条字符串或多多边形 - `name[string]`: 该项目的名称 - `owner[array]`: 包含一个 JSON 编码字符序列的列表,其中引用了所有者的唯一标识 - `relatedSource[uri]`: 对数据源或相关实体的引用 - `seeAlso[*]`: 指向有关该项目的其他资源的 uri 列表 - `source[string]`: 以 URL 形式给出实体数据原始来源的字符串。建议使用源提供者的完全合格域名或源对象的 URL - `tags[array]`: 与碳足迹计算相关的标签。 - `type[string]`: NGSI 实体类型。必须是 "碳足迹 <!-- /30-PropertiesList -->
1727
<!-- 35-RequiredProperties -->
1828
所需属性
19-
- 无必要属性 <!-- /35-RequiredProperties -->
29+
- `id` - `type` <!-- /35-RequiredProperties -->
2030
<!-- 40-NotesYaml -->
2131
<!-- /40-NotesYaml -->
2232
<!-- 50-DataModelHeader -->
@@ -527,7 +537,7 @@ CarbonFootprint:
527537
```
528538
</details>
529539
#### 碳足迹 NGSI-LD 标准化示例
530-
下面是一个规范化 JSON-LD 格式的碳足迹示例。在不使用选项的情况下,它与 NGSI-LD 兼容,并返回单个实体的上下文数据。
540+
下面是一个规范化 JSON-LD 格式的 CarbonFootprint 示例。在不使用选项的情况下,它与 NGSI-LD 兼容,并返回单个实体的上下文数据。
531541
<details><summary><strong>show/hide example</strong></summary>
532542
```json
533543
{

0 commit comments

Comments
 (0)