単位
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、正規コンセプト ユニットのデータセットについて説明します。「
完全な XML ファイルを確認することもできます。
基本情報
プロバイダ
インポートされた名前空間
トピック
トピックが定義されていません。
コンセプト
コンセプト: 単位
単位 [XML] |
単位 |
entity:entity |
指標のコンセプトに関連付けられている単位を指定します。例:
<concept id="area_unit" extends="unit:unit">
<info>
<name>
<value>Area in square kilometers</value>
</name>
</info>
<table ref="area_unit_table"/>
</concept>
このテーブルには、プロパティ値を含む単一の行があります。
symbol,symbol_position,unit_text
km²,END,square kilometers
この単位を使用して、指標のコンセプトを定義できます。
<concept id="country_area" extends="quantity:magnitude">
<info>
<name>
<value>Country area in square kilometers</value>
</name>
</info>
<attribute id="unit" concept="area_unit"/>
<table ref="country_area_table"/>
</concept>
|
ローカル属性はありません。 |
記号 [XML] |
単位に関連付けられた記号。 |
文字列 |
unit_text [XML] |
単位テキスト |
文字列 |
値の横に表示できる説明テキスト。 |
|
コンセプト: symbol_position
コンセプト: 通貨
通貨 [XML] |
通貨単位 |
単位 |
currency_table |
指標のコンセプトに関連付けられている通貨を指定します。各通貨
3 文字の通貨コード(ISO 4217)で識別されます。 |
ローカル属性はありません。 |
ローカル プロパティはありません。 |
スライス
スライスが定義されていません。
テーブル
テーブル: unit_symbol_position_table
unit_symbol_position_table [XML] |
unit_symbol_positions.csv [CSV] |
名前 |
タイプ |
symbol_position |
文字列 |
|
テーブル: currency_table
currency_table [XML] |
currency.csv [CSV] |
名前 |
タイプ |
currency |
文字列 |
unit_text |
文字列 |
記号 |
文字列 |
symbol_position |
文字列 |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["This webpage documents the **unit** canonical concept dataset, providing concepts for representing units."],["The dataset includes information about units, their symbols, positions, and associated text."],["It also defines currency units using 3-letter ISO 4217 codes."],["The complete dataset is available as an XML file and includes CSV files for specific data tables."]]],["This dataset defines unit concepts, including `unit`, `symbol_position`, and `currency`. The `unit` concept, extending `entity:entity`, specifies units associated with metrics. It includes properties like `symbol`, `symbol_position`, and `unit_text`. `symbol_position` describes the placement of the unit symbol. The `currency` concept, extending `unit`, specifies currencies identified by ISO 4217 codes. Data is stored in tables like `unit_symbol_position_table` and `currency_table`, accessible as XML and CSV files.\n"]]