Entity
実体タイプのリスト »詳細
- 組込みのEntityオブジェクトは,
を使って自然言語で指定できる. - Entity["type",name]のタイプは,組込みの実体タイプかEntityRegisterで登録されたEntityStore中で指定されたタイプかである.
- Entity[cspec,name]中の計算されたクラス cspec は以下のいずれでもよい.
-
"type" EntityClass[…] SortedEntityClass[…] SampledEntityClass[…] FilteredEntityClass[…] ExtendedEntityClass[…] AggregatedEntityClass[…] CombinedEntityClass[…] - 実体の特性値はEntity[…][property]を使って計算できる.この中の property は,文字列,EntityProperty式,あるいはEntityFunction式である.
- Entity[type]は,指定されたタイプの一般的な実体を表すためにEntityValueの中で使われることがある.
- Entity式のInformationは,式に関連付けられたEntityTypeNameによって異なる特性を与える.
- Entity式は,実体名の印刷形式を使ってStandardFormおよびTraditionalFormでフォーマットされる.
例題
すべて開く すべて閉じる例 (2)
アメリカ合衆国を表す"Country"タイプの実体:
Entity["Country", "UnitedStates"]%["Population"]["united states"]InputForm[%]スコープ (6)
Entityの第1引数は文字列以外の何でもよい:
ent = Entity[AggregatedEntityClass["Country", "Population" -> Total, "Continent"], EntityClass["Country", "Europe"]]ent["Population"]指定されたタイプの実体のリストはEntityListを使って求められる:
EntityList["Planet"]曖昧な実体については,
の仮定メカニズム(»)を使って希望の選択肢を選ぶ:
["mercury"]EntityTypeName /@ {["mercury"], ["mercury"]}EntityValueを使って,指定された実体タイプの"Entities"の構成要素が求められる:
EntityTypeName[["mercury"]]EntityValue["Planet", "Entities"]実体の正規名はCanonicalNameで与えられる:
CanonicalName[["Paris"]]CanonicalName[EntityList["Planet"]]一般名はCommonNameで与えられる:
CommonName[["US"]]CommonName[EntityList["Cloud"]]Entityオブジェクトの特性はEntity[…]["property"]で求められる:
Entity["Country", "France"]["Population"]Entity["Volcano"]["Properties"]特性と関係 (1)
Interpreterは,Entityオブジェクトをしばしば返す:
Interpreter["Country"]["usa"]関連するガイド
関連するワークフロー
- 実体ストアを設定する
テキスト
Wolfram Research (2014), Entity, Wolfram言語関数, https://reference.wolfram.com/language/ref/Entity.html (2019年に更新).
CMS
Wolfram Language. 2014. "Entity." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/Entity.html.
APA
Wolfram Language. (2014). Entity. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Entity.html
BibTeX
@misc{reference.wolfram_2026_entity, author="Wolfram Research", title="{Entity}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/Entity.html}", note=[Accessed: 08-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_entity, organization={Wolfram Research}, title={Entity}, year={2019}, url={https://reference.wolfram.com/language/ref/Entity.html}, note=[Accessed: 08-September-2026]}