元のファイル (SVG ファイル、609 × 1,088 ピクセル、ファイルサイズ: 24キロバイト)
このファイルは、ウィキメディア・コモンズから呼び出されています。
このファイルは、他のプロジェクトで使用されている可能性があります。
このファイルの解説やノートへの記入、履歴などの詳細の確認は、ウィキメディア・コモンズのファイルページ (ノート /履歴 /ログ )を使用してください。
概要
Source
digraph Weight {
bgcolor = "transparent" ;
node [ shape = "rectangle" , style = "filled" , fillcolor = "white" , color = "black" ];
edge [ color = "#555555" ];
# add colors, distinction for records!
dram [ shape = "record" label = "<apt> Apothecary | <adp> Avoirdupois | dra(ch)m" ];
ounce [ shape = "record" label = "<troy> Troy | <tower> Tower | <adp> Avoirdupois | ounce" ];
pound [ shape = "record" label = "<troy> Troy | <ldn> London | <merc> Merchant | <tower> Tower | <adp> Avoirdupois | pound" ];
stone [ shape = "record" label = "<ldn> London | <merc> Merchant | <butch> Butcher | <adp> Avoirdupois | stone" ];
quarter [ shape = "record" label = "<all> quarter, tod | <long> long | <short> short" ]; # 1/4 hundredweight
#quintal [shape="record" label="long | short | <all> hundredweight,\n quintal, centner"];
quintal [ label = "hundredweight,\n quintal, centner" ]; # 100 pound
#ton [shape="record" label="long | short | <all> ton"];
ton [ label = "ton" ];
grain ;
penny [ label = "pennyweight" ];
clove [ label = "clove, nail" ]; # nail: 1/16 hundredweight
# ounce pound stone (gr)
# 450 5400 Tower
# 480 5760 Troy
# 6750 81000 Merchant
# 437.5 7000 98000 Avoirdupois
# 7200 90000 London
# ounce -> pound
ounce : adp -> pound : adp [ label = "16" ];
ounce : troy -> pound : troy [ label = "12" ];
ounce : troy -> pound : ldn [ label = "15" ];
ounce : tower -> pound : tower [ label = "12" ];
ounce : tower -> pound : merc [ label = "15" ];
ounce : tower -> pound : ldn [ label = "16" ];
# Avoirdupois
grain -> pound : adp [ label = "7000" ];
dram : adp -> ounce : adp [ label = "16" ];
pound : adp -> clove [ label = "7" ]; // 49000 gr
clove -> stone : adp [ label = "2" ]; // 98000 gr
pound : adp -> quarter : short [ label = "25" ]; // 175000 gr
stone : adp -> quarter : long [ label = "2" ]; // 196000 gr
quarter : all -> quintal : all [ label = "4" ]; // 700000 gr
quintal : all -> ton : all [ label = "20" ]; // 14000000 gr
# Troy, Monetary
grain -> penny [ label = "24" ]; // 24 gr, headlabel="Troy"
penny -> ounce : troy [ label = "20" ]; // 480 gr
grain -> ounce : tower [ label = "450" ]; // 450 gr
ounce : troy -> mark [ label = "8" ]; // 3840 gr
penny -> shilling [ label = "12" ]; //
shilling -> ounce : troy [ style = "invis" ]; // invisible
// mark -> pound:troy [label="1½", style="invis"];// invisible
shilling -> pound : troy [ label = "20" ];
# Apothecary
grain -> scruple [ label = "20" ]; // 20 gr
scruple -> dram : apt [ label = "3" ]; // 60 gr
dram : apt -> ounce : troy [ label = "8" ]; // 480 gr
# Mercantile
pound : merc -> stone : merc [ label = "12" ];
pound : adp -> stone : butch [ label = "8" ];
pound : ldn -> stone : ldn [ label = "12½" ];
// stone:adp -> sack [label="26"];
quarter : long -> sack [ label = "13" ];
}
ライセンス
Public domain Public domain false false
この作品の著作権者である私は、この作品についての権利を放棄しパブリックドメイン とします。これは全世界で適用されます。一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。 私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的 のためにこの著作物を使用する権利を与えます。
ファイルの履歴
ファイルの使用状況
グローバルなファイル使用状況
以下に挙げる他のウィキがこの画像を使っています:
bar.wikipedia.org での使用状況
de.wikipedia.org での使用状況
en.wikipedia.org での使用状況
fa.wikipedia.org での使用状況
fr.wikipedia.org での使用状況
ko.wikipedia.org での使用状況
nl.wikipedia.org での使用状況