Skip to content

Latest commit

 

History

History
882 lines (825 loc) · 33.5 KB

spec_JA.md

File metadata and controls

882 lines (825 loc) · 33.5 KB

Smart Data Models

エンティティアルティメーター

オープン・ライセンス

文書が自動的に生成される

グローバルな記述:**このリソースは高度計に関連するプロパティを記述する。

バージョン: 0.0.1

プロパティのリスト

[*] 属性に型がない場合は、複数の型があるか、異なるフォーマット/パターンがある可能性があるためです

  • address[object]: 郵送先住所 . Model: https://schema.org/address
  • alt[number]: 現地の」海抜または海抜からの現在の距離(メートル
  • alternateName[string]: この項目の別名
  • areaServed[string]: サービスまたは提供品が提供される地理的地域 . Model: https://schema.org/Text
  • dataProvider[string]: ハーモナイズされたデータ・エンティティの提供者を識別する一連の文字。
  • dateCreated[date-time]: エンティティの作成タイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられます。
  • dateModified[date-time]: エンティティの最終変更のタイムスタンプ。これは通常、ストレージプラットフォームによって割り当てられる。
  • description[string]: この商品の説明
  • id[*]: エンティティの一意識別子
  • if[array]: このリソースがサポートする OCF インタフェースセット。
  • location[*]: アイテムへの Geojson 参照。Point、LineString、Polygon、MultiPoint、MultiLineString、MultiPolygon のいずれか。
  • n[string]: リソースのフレンドリーネーム
  • name[string]: このアイテムの名前
  • owner[array]: 所有者の固有IDを参照するJSONエンコードされた文字列を含むリスト。
  • precision[number]: precision」の値が公開されると、リソース内のPropertyに対する±の許容範囲が提供される。したがって、プロパティがある値にUPDATEされ、そのプロパティがRETRIEVEDされた場合、RETRIEVEDされた値は、設定された値の±precisionの範囲内であれば有効です。
  • range[array]: リソース内のプロパティの有効範囲を数値で表します。配列の 1 番目の値を最小値、2 番目の値を最大値とします。
  • rt[array]: リソース・タイプ
  • seeAlso[*]: アイテムに関する追加リソースを指すURIのリスト
  • source[string]: エンティティ・データの元のソースを URL として示す一連の文字。ソース・プロバイダの完全修飾ドメイン名、またはソース・オブジェクトの URL を推奨する。
  • step[number]: 定義された範囲を横切るステップ値。範囲が数値の場合は整数。 範囲が0.0~10.0でステップが2.5の場合、有効な値は0.0,2.5,5.0,7.5,10.0となります。
  • type[string]: NGSIエンティティタイプ。高度計でなければならない。

必須プロパティ

  • alt
  • id
  • type

データ・モデルは、Open Connectivity Foundationが作成したオリジナルを引用しています。https://github.com/openconnectivityfoundation/IoTDataModels のオリジナル・リポジトリ

プロパティのデータモデル記述

アルファベット順(クリックで詳細表示)

full yaml details
Altimeter:      
  description: This Resource describes the properties associated with altimeter.The Property 'alt' is the distance (metres) above or below 'local' sea-level.      
  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      
    alt:      
      description: The current distance (metres) above or below 'local' sea-level      
      readOnly: true      
      type: number      
      x-ngsi:      
        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      
    if:      
      description: The OCF Interface set supported by this Resource      
      items:      
        enum:      
          - oic.if.s      
          - oic.if.baseline      
        type: string      
      minItems: 2      
      readOnly: true      
      type: array      
      uniqueItems: true      
      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      
    n:      
      description: Friendly name of the Resource      
      maxLength: 64      
      readOnly: true      
      type: string      
      x-ngsi:      
        type: Property      
    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      
    precision:      
      description: 'When exposed the value in ''precision'' provides a +/- tolerance against the Properties in the Resource. Thus if a Property is UPDATED to a value and that Property then RETRIEVED, the RETRIEVED value is valid if in the range of the set value +/- precision'      
      readOnly: true      
      type: number      
      x-ngsi:      
        type: Property      
    range:      
      description: 'The valid range for the Property in the Resource as a number. The first value in the array is the minimum value, the second value in the array is the maximum value'      
      items:      
        type: number      
      maxItems: 2      
      minItems: 2      
      readOnly: true      
      type: array      
      x-ngsi:      
        type: Property      
    rt:      
      description: The Resource Type      
      items:      
        enum:      
          - oic.r.altimeter      
        maxLength: 64      
        type: string      
      minItems: 1      
      readOnly: true      
      type: array      
      uniqueItems: true      
      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      
    step:      
      description: 'Step value across the defined range an integer when the range is a number.  This is the increment for valid values across the range; so if range is 0.0..10.0 and step is 2.5 then valid values are 0.0,2.5,5.0,7.5,10.0'      
      readOnly: true      
      type: number      
      x-ngsi:      
        type: Property      
    type:      
      description: NGSI entity type. It has to be Altimeter      
      enum:      
        - Altimeter      
      type: string      
      x-ngsi:      
        type: Property      
  required:      
    - alt      
    - id      
    - type      
  type: object      
  x-derived-from: https://raw.githubusercontent.com/openconnectivityfoundation/IoTDataModels/master/AltimeterResURI.swagger.json      
  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) 2022 Contributors to Smart Data Models Program'      
  x-license-url: https://github.com/smart-data-models/dataModel.OCF/blob/master/Altimeter/LICENSE.md      
  x-model-schema: https://smart-data-models.github.io/dataModel.OCF/Altimeter/schema.json      
  x-model-tags: OCF      
  x-version: 0.0.1      

ペイロードの例

高度計 NGSI-v2 キー値の例

JSON-LD形式のAltimeterをkey-valuesとして返した例である。これはNGSI-v2と互換性があり、options=keyValuesを使用すると、個々のエンティティのコンテキストデータを返す。

show/hide example
{  
  "id": "urn:ngsi-ld:Altimeter:id:TWDF:66254261",  
  "dateCreated": "1998-06-13T14:49:06Z",  
  "dateModified": "2023-02-09T05:06:53Z",  
  "source": "Perhaps maybe class. Authority according wear develop become. Letter fall reduce woman f",  
  "name": "Result build remain close natural history relate method. Later nature yeah party arrive. Dog something friend special.",  
  "alternateName": "Care learn whole. Arrive employee meeting about still cold once view. Check leave space.",  
  "description": "Court",  
  "dataProvider": "Mean eight design put. Focus specific instead finally region two various. Whatever them seem let head program environment. Behind impro",  
  "owner": [  
    "urn:ngsi-ld:Altimeter:items:REST:24340353",  
    "urn:ngsi-ld:Altimeter:items:JPXH:89305576"  
  ],  
  "seeAlso": [  
    "urn:ngsi-ld:Altimeter:items:YJDK:74161276"  
  ],  
  "location": {  
    "type": "Point",  
    "coordinates": [  
      71.586845,  
      113.083418  
    ]  
  },  
  "address": {  
    "streetAddress": "Concern today writer song operation city issue. Challenge conference service price miss. National w",  
    "addressLocality": "Age simply score character force. Thousand seem hope. Field fill great care.",  
    "addressRegion": "Help like find size. Check explain reduce value. Across recently choice policy writer avoid.",  
    "addressCountry": "Arrive east threat south wear budget. Tv program job unit blue sit.",  
    "postalCode": "And until cultural quickly her pick Mrs. Medical fear light.",  
    "postOfficeBoxNumber": "Story thousand employee either second customer oil. Space American avoid police work drug water physical. Resource husband Congress government follow economic dream.",  
    "streetNr": "South worker history wish bot",  
    "district": "Station want national quickly father thing. Whatever ago across do long clearly worker."  
  },  
  "areaServed": "Order nothing mention pull war stand. Store along feel without seem. Young candidate whether learn glass.",  
  "rt": [  
    "oic.r.altimeter"  
  ],  
  "alt": 821.8,  
  "n": "Want among want model its whether visit",  
  "precision": 735.5,  
  "range": [  
    826.2,  
    991.8  
  ],  
  "step": 295.7,  
  "if": [  
    "oic.if.baseline",  
    "oic.if.s"  
  ],  
  "type": "Altimeter"  
}  

高度計 NGSI-v2 正規化例

以下は、正規化されたJSON-LD形式の高度計の例である。これは、オプションを使用しない場合、NGSI-v2と互換性があり、個々のエンティティのコンテキストデータを返します。

show/hide example
{  
  "id": "urn:ngsi-ld:Altimeter:id:TWDF:66254261",  
  "dateCreated": {  
    "type": "DateTime",  
    "value": "1998-06-13T14:49:06Z"  
  },  
  "dateModified": {  
    "type": "DateTime",  
    "value": "2023-02-09T05:06:53Z"  
  },  
  "source": {  
    "type": "Text",  
    "value": "Perhaps maybe class. Authority according wear develop become. Letter fall reduce woman f"  
  },  
  "name": {  
    "type": "Text",  
    "value": "Result build remain close natural history relate method. Later nature yeah party arrive. Dog something friend special."  
  },  
  "alternateName": {  
    "type": "Text",  
    "value": "Care learn whole. Arrive employee meeting about still cold once view. Check leave space."  
  },  
  "description": {  
    "type": "Text",  
    "value": "Court"  
  },  
  "dataProvider": {  
    "type": "Text",  
    "value": "Mean eight design put. Focus specific instead finally region two various. Whatever them seem let head program environment. Behind impro"  
  },  
  "owner": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:Altimeter:items:REST:24340353",  
      "urn:ngsi-ld:Altimeter:items:JPXH:89305576"  
    ]  
  },  
  "seeAlso": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:Altimeter:items:YJDK:74161276"  
    ]  
  },  
  "location": {  
    "type": "geo:json",  
    "value": {  
      "type": "Point",  
      "coordinates": [  
        71.586845,  
        113.083418  
      ]  
    }  
  },  
  "address": {  
    "type": "StructuredValue",  
    "value": {  
      "streetAddress": "Concern today writer song operation city issue. Challenge conference service price miss. National w",  
      "addressLocality": "Age simply score character force. Thousand seem hope. Field fill great care.",  
      "addressRegion": "Help like find size. Check explain reduce value. Across recently choice policy writer avoid.",  
      "addressCountry": "Arrive east threat south wear budget. Tv program job unit blue sit.",  
      "postalCode": "And until cultural quickly her pick Mrs. Medical fear light.",  
      "postOfficeBoxNumber": "Story thousand employee either second customer oil. Space American avoid police work drug water physical. Resource husband Congress government follow economic dream.",  
      "streetNr": "South worker history wish bot",  
      "district": "Station want national quickly father thing. Whatever ago across do long clearly worker."  
    }  
  },  
  "areaServed": {  
    "type": "Text",  
    "value": "Order nothing mention pull war stand. Store along feel without seem. Young candidate whether learn glass."  
  },  
  "rt": {  
    "type": "StructuredValue",  
    "value": [  
      "oic.r.altimeter"  
    ]  
  },  
  "alt": {  
    "type": "Number",  
    "value": 821.8  
  },  
  "n": {  
    "type": "Text",  
    "value": "Want among want model its whether visit"  
  },  
  "precision": {  
    "type": "Number",  
    "value": 735.5  
  },  
  "range": {  
    "type": "StructuredValue",  
    "value": [  
      826.2,  
      991.8  
    ]  
  },  
  "step": {  
    "type": "Number",  
    "value": 295.7  
  },  
  "if": {  
    "type": "StructuredValue",  
    "value": [  
      "oic.if.baseline",  
      "oic.if.s"  
    ]  
  },  
  "type": "Altimeter"  
}  

高度計 NGSI-LD キー値の例

JSON-LD形式でkey-valuesとしてAltimeterの例を示します。options=keyValues`を使うとNGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返す。

show/hide example
{  
  "id": "urn:ngsi-ld:Altimeter:id:TWDF:66254261",  
  "dateCreated": "1998-06-13T14:49:06Z",  
  "dateModified": "2023-02-09T05:06:53Z",  
  "source": "Perhaps maybe class. Authority according wear develop become. Letter fall reduce woman f",  
  "name": "Result build remain close natural history relate method. Later nature yeah party arrive. Dog something friend special.",  
  "alternateName": "Care learn whole. Arrive employee meeting about still cold once view. Check leave space.",  
  "description": "Court",  
  "dataProvider": "Mean eight design put. Focus specific instead finally region two various. Whatever them seem let head program environment. Behind impro",  
  "owner": [  
    "urn:ngsi-ld:Altimeter:items:REST:24340353",  
    "urn:ngsi-ld:Altimeter:items:JPXH:89305576"  
  ],  
  "seeAlso": [  
    "urn:ngsi-ld:Altimeter:items:YJDK:74161276"  
  ],  
  "location": {  
    "type": "Point",  
    "coordinates": [  
      71.586845,  
      113.083418  
    ]  
  },  
  "address": {  
    "streetAddress": "Concern today writer song operation city issue. Challenge conference service price miss. National w",  
    "addressLocality": "Age simply score character force. Thousand seem hope. Field fill great care.",  
    "addressRegion": "Help like find size. Check explain reduce value. Across recently choice policy writer avoid.",  
    "addressCountry": "Arrive east threat south wear budget. Tv program job unit blue sit.",  
    "postalCode": "And until cultural quickly her pick Mrs. Medical fear light.",  
    "postOfficeBoxNumber": "Story thousand employee either second customer oil. Space American avoid police work drug water physical. Resource husband Congress government follow economic dream.",  
    "streetNr": "South worker history wish bot",  
    "district": "Station want national quickly father thing. Whatever ago across do long clearly worker."  
  },  
  "areaServed": "Order nothing mention pull war stand. Store along feel without seem. Young candidate whether learn glass.",  
  "rt": [  
    "oic.r.altimeter"  
  ],  
  "alt": 821.8,  
  "n": "Want among want model its whether visit",  
  "precision": 735.5,  
  "range": [  
    826.2,  
    991.8  
  ],  
  "step": 295.7,  
  "if": [  
    "oic.if.baseline",  
    "oic.if.s"  
  ],  
  "type": "Altimeter",  
  "@context": [  
    "https://smartdatamodels.org/context.jsonld"  
  ]  
}  

高度計 NGSI-LD 正規化例

以下は、正規化されたJSON-LD形式の高度計の例です。これは、オプションを使用しない場合、NGSI-LDと互換性があり、個々のエンティティのコンテキストデータを返します。

show/hide example
{  
    "id": "urn:ngsi-ld:Altimeter:id:TWDF:66254261",  
    "dateCreated": {  
        "type": "Property",  
        "value": {  
            "@type": "DateTime",  
            "@value": "1998-06-13T14:49:06Z"  
        }  
    },  
    "dateModified": {  
        "type": "Property",  
        "value": {  
            "@type": "DateTime",  
            "@value": "2023-02-09T05:06:53Z"  
        }  
    },  
    "source": {  
        "type": "Property",  
        "value": "Perhaps maybe class. Authority according wear develop become. Letter fall reduce woman f"  
    },  
    "name": {  
        "type": "Property",  
        "value": "Result build remain close natural history relate method. Later nature yeah party arrive. Dog something friend special."  
    },  
    "alternateName": {  
        "type": "Property",  
        "value": "Care learn whole. Arrive employee meeting about still cold once view. Check leave space."  
    },  
    "description": {  
        "type": "Property",  
        "value": "Court"  
    },  
    "dataProvider": {  
        "type": "Property",  
        "value": "Mean eight design put. Focus specific instead finally region two various. Whatever them seem let head program environment. Behind impro"  
    },  
    "owner": {  
        "type": "Property",  
        "value": [  
            "urn:ngsi-ld:Altimeter:items:REST:24340353",  
            "urn:ngsi-ld:Altimeter:items:JPXH:89305576"  
        ]  
    },  
    "seeAlso": {  
        "type": "Property",  
        "value": [  
            "urn:ngsi-ld:Altimeter:items:YJDK:74161276"  
        ]  
    },  
    "location": {  
        "type": "GeoProperty",  
        "value": {  
            "type": "Point",  
            "coordinates": [  
                71.586845,  
                113.083418  
            ]  
        }  
    },  
    "address": {  
        "type": "Property",  
        "value": {  
            "streetAddress": "Concern today writer song operation city issue. Challenge conference service price miss. National w",  
            "addressLocality": "Age simply score character force. Thousand seem hope. Field fill great care.",  
            "addressRegion": "Help like find size. Check explain reduce value. Across recently choice policy writer avoid.",  
            "addressCountry": "Arrive east threat south wear budget. Tv program job unit blue sit.",  
            "postalCode": "And until cultural quickly her pick Mrs. Medical fear light.",  
            "postOfficeBoxNumber": "Story thousand employee either second customer oil. Space American avoid police work drug water physical. Resource husband Congress government follow economic dream.",  
            "streetNr": "South worker history wish bot",  
            "district": "Station want national quickly father thing. Whatever ago across do long clearly worker."  
        }  
    },  
    "areaServed": {  
        "type": "Property",  
        "value": "Order nothing mention pull war stand. Store along feel without seem. Young candidate whether learn glass."  
    },  
    "rt": {  
        "type": "Property",  
        "value": [  
            "oic.r.altimeter"  
        ]  
    },  
    "alt": {  
        "type": "Property",  
        "value": 821.8  
    },  
    "n": {  
        "type": "Property",  
        "value": "Want among want model its whether visit"  
    },  
    "precision": {  
        "type": "Property",  
        "value": 735.5  
    },  
    "range": {  
        "type": "Property",  
        "value": [  
            826.2,  
            991.8  
        ]  
    },  
    "step": {  
        "type": "Property",  
        "value": 295.7  
    },  
    "if": {  
        "type": "Property",  
        "value": [  
            "oic.if.baseline",  
            "oic.if.s"  
        ]  
    },  
    "type": "Altimeter",  
    "@context": [  
        "https://smartdatamodels.org/context.jsonld"  
    ]  
}  

マグニチュード単位の扱い方については、FAQ 10を参照のこと。


Smart Data Models +++ Contribution Manual +++ About