@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct:  <http://purl.org/dc/terms/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix :     <https://wik.jp/tani/> .

:scheme a skos:ConceptScheme , owl:Ontology ;
    vann:preferredNamespacePrefix "tani" ;
    vann:preferredNamespaceUri "https://wik.jp/tani/" ;
    skos:prefLabel "計量法法定計量単位"@ja , "Legal Measurement Units of Japan (Keiryo-ho)"@en ;
    dct:description "計量法・計量単位令が定める法定計量単位のSKOS語彙。QUDT・UCUMへの検証済みブリッジ付き。カーボンフットプリント・製品仕様・センサーデータの相互運用の土台。"@ja ;
    dct:source <https://laws.e-gov.go.jp/law/404AC0000000051> ;
    dct:issued "2026-07-13"^^xsd:date ;
    dct:modified "2026-07-17"^^xsd:date ;
    dct:publisher :publisher ;
    void:sparqlEndpoint <https://sparql.wik.jp/> ;
    void:dataDump <https://wik.jp/tani/dump.ttl> ;
    skos:historyNote "URIホスト wik.jp は発行者から独立した永続識別子サービス。永続性ポリシー: https://wik.jp/.well-known/persistence"@ja ;
    <https://wik.jp/law/ns#competentMinistry> <https://wik.jp/shocho/keizaisangyo-sho> ;
    dct:source <https://laws.e-gov.go.jp/law/404CO0000000357> ;
    skos:editorialNote "計量法(平成4年法律第51号)・計量単位令の法定計量単位のうち主要単位のシード(全量ではない。全量化は将来課題)。記号は計量単位規則の標準記号(NFKC正規化)。UCUM符号は dct:identifier (UCUM:{code})、QUDTへのリンクは現行QUDT語彙で実在照合済みのもののみ。SI基本7単位のみ skos:exactMatch (計量法第3条が国際度量衡総会の定義への参照包摂を法文で行うため法的同一性が成立する例外)、その他は closeMatch(法定計量単位という法的地位を帯びるため)。"@ja ;
    skos:hasTopConcept :metre , :kilogram , :gram , :tonne , :second , :minute , :hour , :ampere , :kelvin , :degree-celsius , :mole , :candela , :radian , :degree-angle , :arcminute , :arcsecond , :steradian , :square-metre , :cubic-metre , :litre , :radian-per-second , :metre-per-second , :metre-per-second-squared , :hertz , :kilogram-per-cubic-metre , :newton , :newton-metre , :pascal , :bar , :pascal-second , :square-metre-per-second , :joule , :watt-hour , :watt , :cubic-metre-per-second , :litre-per-minute , :joule-per-kelvin , :coulomb , :volt-per-metre , :volt , :farad , :ampere-per-metre , :tesla , :weber , :henry , :ohm , :siemens , :watt-per-square-metre , :watt-per-steradian , :lumen , :candela-per-square-metre , :lux , :mole-per-litre , :becquerel , :curie , :gray , :rad-dose , :coulomb-per-kilogram , :roentgen , :sievert , :rem , :var , :volt-ampere , :decibel , :standard-atmosphere , :poise , :stokes , :percent-mass , :ph , :nautical-mile , :angstrom , :carat , :momme , :troy-ounce , :are , :hectare , :knot , :gal , :millimetre-of-mercury , :torr , :calorie , :kilocalorie .

:publisher a foaf:Organization ;
    foaf:name "Terra-International OÜ (Team KitaSan)" ;
    foaf:homepage <https://wik.jp/> .

:metre a skos:Concept ;
    skos:prefLabel "メートル"@ja ;
    skos:notation "m" ;
    skos:scopeNote "量: 長さ。計量単位令 別表第一 第一号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:kilogram a skos:Concept ;
    skos:prefLabel "キログラム"@ja ;
    skos:notation "kg" ;
    skos:scopeNote "量: 質量。計量単位令 別表第一 第二号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:gram a skos:Concept ;
    skos:prefLabel "グラム"@ja ;
    skos:notation "g" ;
    skos:scopeNote "量: 質量。計量単位令 別表第一 第二号"@ja ;
    skos:topConceptOf :scheme .

:tonne a skos:Concept ;
    skos:prefLabel "トン"@ja ;
    skos:notation "t" ;
    skos:scopeNote "量: 質量。計量単位令 別表第一 第二号。質量のトン（1000 kg）。船舶の体積のトン（別表第六第八号）とは別単位"@ja ;
    skos:topConceptOf :scheme .

:second a skos:Concept ;
    skos:prefLabel "秒"@ja ;
    skos:notation "s" ;
    skos:scopeNote "量: 時間。計量単位令 別表第一 第三号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:minute a skos:Concept ;
    skos:prefLabel "分"@ja ;
    skos:notation "min" ;
    skos:scopeNote "量: 時間。計量単位令 別表第一 第三号"@ja ;
    skos:topConceptOf :scheme .

:hour a skos:Concept ;
    skos:prefLabel "時"@ja ;
    skos:notation "h" ;
    skos:scopeNote "量: 時間。計量単位令 別表第一 第三号"@ja ;
    skos:topConceptOf :scheme .

:ampere a skos:Concept ;
    skos:prefLabel "アンペア"@ja ;
    skos:notation "A" ;
    skos:scopeNote "量: 電流。計量単位令 別表第一 第四号。SI基本単位。起磁力（第四十号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:kelvin a skos:Concept ;
    skos:prefLabel "ケルビン"@ja ;
    skos:notation "K" ;
    skos:scopeNote "量: 温度。計量単位令 別表第一 第五号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:degree-celsius a skos:Concept ;
    skos:prefLabel "セルシウス度"@ja ;
    skos:notation "°C" ;
    skos:scopeNote "量: 温度。計量単位令 別表第一 第五号。令の名称は「セルシウス度又は度」"@ja ;
    skos:topConceptOf :scheme .

:mole a skos:Concept ;
    skos:prefLabel "モル"@ja ;
    skos:notation "mol" ;
    skos:scopeNote "量: 物質量。計量単位令 別表第一 第六号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:candela a skos:Concept ;
    skos:prefLabel "カンデラ"@ja ;
    skos:notation "cd" ;
    skos:scopeNote "量: 光度。計量単位令 別表第一 第七号。SI基本単位"@ja ;
    skos:topConceptOf :scheme .

:radian a skos:Concept ;
    skos:prefLabel "ラジアン"@ja ;
    skos:notation "rad" ;
    skos:scopeNote "量: 角度。計量単位令 別表第一 第八号"@ja ;
    skos:topConceptOf :scheme .

:degree-angle a skos:Concept ;
    skos:prefLabel "度（角度）"@ja ;
    skos:notation "°" ;
    skos:scopeNote "量: 角度。計量単位令 別表第一 第八号"@ja ;
    skos:topConceptOf :scheme .

:arcminute a skos:Concept ;
    skos:prefLabel "分（角度）"@ja ;
    skos:notation "′" ;
    skos:scopeNote "量: 角度。計量単位令 別表第一 第八号。UCUM符号はアポストロフィ1個"@ja ;
    skos:topConceptOf :scheme .

:arcsecond a skos:Concept ;
    skos:prefLabel "秒（角度）"@ja ;
    skos:notation "′′" ;
    skos:scopeNote "量: 角度。計量単位令 別表第一 第八号。UCUM符号はアポストロフィ2個"@ja ;
    skos:topConceptOf :scheme .

:steradian a skos:Concept ;
    skos:prefLabel "ステラジアン"@ja ;
    skos:notation "sr" ;
    skos:scopeNote "量: 立体角。計量単位令 別表第一 第九号"@ja ;
    skos:topConceptOf :scheme .

:square-metre a skos:Concept ;
    skos:prefLabel "平方メートル"@ja ;
    skos:notation "m2" ;
    skos:scopeNote "量: 面積。計量単位令 別表第一 第十号"@ja ;
    skos:topConceptOf :scheme .

:cubic-metre a skos:Concept ;
    skos:prefLabel "立方メートル"@ja ;
    skos:notation "m3" ;
    skos:scopeNote "量: 体積。計量単位令 別表第一 第十一号"@ja ;
    skos:topConceptOf :scheme .

:litre a skos:Concept ;
    skos:prefLabel "リットル"@ja ;
    skos:notation "l又はL" ;
    skos:scopeNote "量: 体積。計量単位令 別表第一 第十一号。UCUMは l と L の双方を定義（大文字Lを採用）"@ja ;
    skos:topConceptOf :scheme .

:radian-per-second a skos:Concept ;
    skos:prefLabel "ラジアン毎秒"@ja ;
    skos:notation "rad/s" ;
    skos:scopeNote "量: 角速度。計量単位令 別表第一 第十二号"@ja ;
    skos:topConceptOf :scheme .

:metre-per-second a skos:Concept ;
    skos:prefLabel "メートル毎秒"@ja ;
    skos:notation "m/s" ;
    skos:scopeNote "量: 速さ。計量単位令 別表第一 第十四号"@ja ;
    skos:topConceptOf :scheme .

:metre-per-second-squared a skos:Concept ;
    skos:prefLabel "メートル毎秒毎秒"@ja ;
    skos:notation "m/s2" ;
    skos:scopeNote "量: 加速度。計量単位令 別表第一 第十五号"@ja ;
    skos:topConceptOf :scheme .

:hertz a skos:Concept ;
    skos:prefLabel "ヘルツ"@ja ;
    skos:notation "Hz" ;
    skos:scopeNote "量: 周波数。計量単位令 別表第一 第十六号"@ja ;
    skos:topConceptOf :scheme .

:kilogram-per-cubic-metre a skos:Concept ;
    skos:prefLabel "キログラム毎立方メートル"@ja ;
    skos:notation "kg/m3" ;
    skos:scopeNote "量: 密度。計量単位令 別表第一 第十九号。濃度（第五十五号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:newton a skos:Concept ;
    skos:prefLabel "ニュートン"@ja ;
    skos:notation "N" ;
    skos:scopeNote "量: 力。計量単位令 別表第一 第二十号"@ja ;
    skos:topConceptOf :scheme .

:newton-metre a skos:Concept ;
    skos:prefLabel "ニュートンメートル"@ja ;
    skos:notation "N・m" ;
    skos:scopeNote "量: 力のモーメント。計量単位令 別表第一 第二十一号"@ja ;
    skos:topConceptOf :scheme .

:pascal a skos:Concept ;
    skos:prefLabel "パスカル"@ja ;
    skos:notation "Pa" ;
    skos:scopeNote "量: 圧力。計量単位令 別表第一 第二十二号。令の名称は「パスカル又はニュートン毎平方メートル」。応力（第二十三号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:bar a skos:Concept ;
    skos:prefLabel "バール"@ja ;
    skos:notation "bar" ;
    skos:scopeNote "量: 圧力。計量単位令 別表第一 第二十二号。10^5 Pa。無効電力の「バール」（var）とは別単位"@ja ;
    skos:topConceptOf :scheme .

:pascal-second a skos:Concept ;
    skos:prefLabel "パスカル秒"@ja ;
    skos:notation "Pa・s" ;
    skos:scopeNote "量: 粘度。計量単位令 別表第一 第二十四号。令の名称は「パスカル秒又はニュートン秒毎平方メートル」"@ja ;
    skos:topConceptOf :scheme .

:square-metre-per-second a skos:Concept ;
    skos:prefLabel "平方メートル毎秒"@ja ;
    skos:notation "m2/s" ;
    skos:scopeNote "量: 動粘度。計量単位令 別表第一 第二十五号"@ja ;
    skos:topConceptOf :scheme .

:joule a skos:Concept ;
    skos:prefLabel "ジュール"@ja ;
    skos:notation "J" ;
    skos:scopeNote "量: 仕事。計量単位令 別表第一 第二十六号。令の名称は「ジュール又はワット秒」。熱量（第三十号）・電力量（第四十八号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:watt-hour a skos:Concept ;
    skos:prefLabel "ワット時"@ja ;
    skos:notation "W・h" ;
    skos:scopeNote "量: 仕事。計量単位令 別表第一 第二十六号。3600 J。熱量・電力量にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:watt a skos:Concept ;
    skos:prefLabel "ワット"@ja ;
    skos:notation "W" ;
    skos:scopeNote "量: 工率。計量単位令 別表第一 第二十七号。電力（第四十七号）・音響パワー（第五十四号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:cubic-metre-per-second a skos:Concept ;
    skos:prefLabel "立方メートル毎秒"@ja ;
    skos:notation "m3/s" ;
    skos:scopeNote "量: 流量。計量単位令 別表第一 第二十九号"@ja ;
    skos:topConceptOf :scheme .

:litre-per-minute a skos:Concept ;
    skos:prefLabel "リットル毎分"@ja ;
    skos:notation "L/min" ;
    skos:scopeNote "量: 流量。計量単位令 別表第一 第二十九号"@ja ;
    skos:topConceptOf :scheme .

:joule-per-kelvin a skos:Concept ;
    skos:prefLabel "ジュール毎ケルビン"@ja ;
    skos:notation "J/K" ;
    skos:scopeNote "量: エントロピー。計量単位令 別表第一 第三十三号"@ja ;
    skos:topConceptOf :scheme .

:coulomb a skos:Concept ;
    skos:prefLabel "クーロン"@ja ;
    skos:notation "C" ;
    skos:scopeNote "量: 電気量。計量単位令 別表第一 第三十四号"@ja ;
    skos:topConceptOf :scheme .

:volt-per-metre a skos:Concept ;
    skos:prefLabel "ボルト毎メートル"@ja ;
    skos:notation "V/m" ;
    skos:scopeNote "量: 電界の強さ。計量単位令 別表第一 第三十五号"@ja ;
    skos:topConceptOf :scheme .

:volt a skos:Concept ;
    skos:prefLabel "ボルト"@ja ;
    skos:notation "V" ;
    skos:scopeNote "量: 電圧。計量単位令 別表第一 第三十六号。起電力（第三十七号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:farad a skos:Concept ;
    skos:prefLabel "ファラド"@ja ;
    skos:notation "F" ;
    skos:scopeNote "量: 静電容量。計量単位令 別表第一 第三十八号"@ja ;
    skos:topConceptOf :scheme .

:ampere-per-metre a skos:Concept ;
    skos:prefLabel "アンペア毎メートル"@ja ;
    skos:notation "A/m" ;
    skos:scopeNote "量: 磁界の強さ。計量単位令 別表第一 第三十九号"@ja ;
    skos:topConceptOf :scheme .

:tesla a skos:Concept ;
    skos:prefLabel "テスラ"@ja ;
    skos:notation "T" ;
    skos:scopeNote "量: 磁束密度。計量単位令 別表第一 第四十一号。令の名称は「テスラ又はウェーバ毎平方メートル」"@ja ;
    skos:topConceptOf :scheme .

:weber a skos:Concept ;
    skos:prefLabel "ウェーバ"@ja ;
    skos:notation "Wb" ;
    skos:scopeNote "量: 磁束。計量単位令 別表第一 第四十二号"@ja ;
    skos:topConceptOf :scheme .

:henry a skos:Concept ;
    skos:prefLabel "ヘンリー"@ja ;
    skos:notation "H" ;
    skos:scopeNote "量: インダクタンス。計量単位令 別表第一 第四十三号"@ja ;
    skos:topConceptOf :scheme .

:ohm a skos:Concept ;
    skos:prefLabel "オーム"@ja ;
    skos:notation "Ω" ;
    skos:scopeNote "量: 電気抵抗。計量単位令 別表第一 第四十四号。インピーダンス（第四十六号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:siemens a skos:Concept ;
    skos:prefLabel "ジーメンス"@ja ;
    skos:notation "S" ;
    skos:scopeNote "量: 電気のコンダクタンス。計量単位令 別表第一 第四十五号"@ja ;
    skos:topConceptOf :scheme .

:watt-per-square-metre a skos:Concept ;
    skos:prefLabel "ワット毎平方メートル"@ja ;
    skos:notation "W/m2" ;
    skos:scopeNote "量: 電磁波の電力密度。計量単位令 別表第一 第四十九号"@ja ;
    skos:topConceptOf :scheme .

:watt-per-steradian a skos:Concept ;
    skos:prefLabel "ワット毎ステラジアン"@ja ;
    skos:notation "W/sr" ;
    skos:scopeNote "量: 放射強度。計量単位令 別表第一 第五十号"@ja ;
    skos:topConceptOf :scheme .

:lumen a skos:Concept ;
    skos:prefLabel "ルーメン"@ja ;
    skos:notation "lm" ;
    skos:scopeNote "量: 光束。計量単位令 別表第一 第五十一号"@ja ;
    skos:topConceptOf :scheme .

:candela-per-square-metre a skos:Concept ;
    skos:prefLabel "カンデラ毎平方メートル"@ja ;
    skos:notation "cd/m2" ;
    skos:scopeNote "量: 輝度。計量単位令 別表第一 第五十二号"@ja ;
    skos:topConceptOf :scheme .

:lux a skos:Concept ;
    skos:prefLabel "ルクス"@ja ;
    skos:notation "lx" ;
    skos:scopeNote "量: 照度。計量単位令 別表第一 第五十三号"@ja ;
    skos:topConceptOf :scheme .

:mole-per-litre a skos:Concept ;
    skos:prefLabel "モル毎リットル"@ja ;
    skos:notation "mol/L" ;
    skos:scopeNote "量: 濃度。計量単位令 別表第一 第五十五号"@ja ;
    skos:topConceptOf :scheme .

:becquerel a skos:Concept ;
    skos:prefLabel "ベクレル"@ja ;
    skos:notation "Bq" ;
    skos:scopeNote "量: 放射能。計量単位令 別表第一 第五十七号"@ja ;
    skos:topConceptOf :scheme .

:curie a skos:Concept ;
    skos:prefLabel "キュリー"@ja ;
    skos:notation "Ci" ;
    skos:scopeNote "量: 放射能。計量単位令 別表第一 第五十七号。令定義（Bqの370億倍）とQUDT換算値3.7e10一致"@ja ;
    skos:topConceptOf :scheme .

:gray a skos:Concept ;
    skos:prefLabel "グレイ"@ja ;
    skos:notation "Gy" ;
    skos:scopeNote "量: 吸収線量。計量単位令 別表第一 第五十八号。カーマ（第六十号）にも同一単位"@ja ;
    skos:topConceptOf :scheme .

:rad-dose a skos:Concept ;
    skos:prefLabel "ラド"@ja ;
    skos:notation "rad" ;
    skos:scopeNote "量: 吸収線量。計量単位令 別表第一 第五十八号。0.01 Gy。角度のラジアン（rad）と記号が衝突するためUCUMはRAD"@ja ;
    skos:topConceptOf :scheme .

:coulomb-per-kilogram a skos:Concept ;
    skos:prefLabel "クーロン毎キログラム"@ja ;
    skos:notation "C/kg" ;
    skos:scopeNote "量: 照射線量。計量単位令 別表第一 第六十二号"@ja ;
    skos:topConceptOf :scheme .

:roentgen a skos:Concept ;
    skos:prefLabel "レントゲン"@ja ;
    skos:notation "R" ;
    skos:scopeNote "量: 照射線量。計量単位令 別表第一 第六十二号。令定義（C/kgの1万分の2.58倍）とQUDT換算値2.58e-4一致"@ja ;
    skos:topConceptOf :scheme .

:sievert a skos:Concept ;
    skos:prefLabel "シーベルト"@ja ;
    skos:notation "Sv" ;
    skos:scopeNote "量: 線量当量。計量単位令 別表第一 第六十四号"@ja ;
    skos:topConceptOf :scheme .

:rem a skos:Concept ;
    skos:prefLabel "レム"@ja ;
    skos:notation "rem" ;
    skos:scopeNote "量: 線量当量。計量単位令 別表第一 第六十四号。0.01 Sv"@ja ;
    skos:topConceptOf :scheme .

:var a skos:Concept ;
    skos:prefLabel "バール（無効電力）"@ja ;
    skos:notation "var" ;
    skos:scopeNote "量: 無効電力。計量単位令 別表第二 第一号。UCUMにvarの符号なし（QUDTの記載V.A{reactive}は注釈付き表現で素のV.Aと等価扱いのため不採用）。圧力のバールとは別単位"@ja ;
    skos:topConceptOf :scheme .

:volt-ampere a skos:Concept ;
    skos:prefLabel "ボルトアンペア"@ja ;
    skos:notation "VA" ;
    skos:scopeNote "量: 皮相電力。計量単位令 別表第二 第二号"@ja ;
    skos:topConceptOf :scheme .

:decibel a skos:Concept ;
    skos:prefLabel "デシベル"@ja ;
    skos:notation "dB" ;
    skos:scopeNote "量: 電磁波の減衰量。計量単位令 別表第二 第五号。音圧レベル（第六号）・振動加速度レベル（第七号）にも同一単位。対数量につき係数照合は非適用"@ja ;
    skos:topConceptOf :scheme .

:standard-atmosphere a skos:Concept ;
    skos:prefLabel "気圧"@ja ;
    skos:notation "atm" ;
    skos:scopeNote "量: 圧力。計量単位令 別表第三 第二号。令定義（Paの101325倍）とQUDT換算値一致"@ja ;
    skos:topConceptOf :scheme .

:poise a skos:Concept ;
    skos:prefLabel "ポアズ"@ja ;
    skos:notation "P" ;
    skos:scopeNote "量: 粘度。計量単位令 別表第三 第三号。0.1 Pa・s"@ja ;
    skos:topConceptOf :scheme .

:stokes a skos:Concept ;
    skos:prefLabel "ストークス"@ja ;
    skos:notation "St" ;
    skos:scopeNote "量: 動粘度。計量単位令 別表第三 第四号。1e-4 m2/s"@ja ;
    skos:topConceptOf :scheme .

:percent-mass a skos:Concept ;
    skos:prefLabel "質量百分率"@ja ;
    skos:notation "%" ;
    skos:scopeNote "量: 濃度。計量単位令 別表第三 第五号。令は質量分率としての百分率。QUDT PERCENT・UCUM %は無次元比一般につき対応は緩い（closeMatch/relatedMatch相当）"@ja ;
    skos:topConceptOf :scheme .

:ph a skos:Concept ;
    skos:prefLabel "ピーエッチ"@ja ;
    skos:notation "pH" ;
    skos:scopeNote "量: 濃度。計量単位令 別表第三 第五号"@ja ;
    skos:topConceptOf :scheme .

:nautical-mile a skos:Concept ;
    skos:prefLabel "海里"@ja ;
    skos:notation "M又はnm" ;
    skos:scopeNote "量: 長さ（海面又は空中）。計量単位令 別表第六 第一号。令定義（メートルの1852倍）とQUDT・UCUM（国際海里）一致"@ja ;
    skos:topConceptOf :scheme .

:angstrom a skos:Concept ;
    skos:prefLabel "オングストローム"@ja ;
    skos:notation "Å" ;
    skos:scopeNote "量: 長さ（電磁波の波長・膜厚等）。計量単位令 別表第六 第二号。1e-10 m"@ja ;
    skos:topConceptOf :scheme .

:carat a skos:Concept ;
    skos:prefLabel "カラット"@ja ;
    skos:notation "ct" ;
    skos:scopeNote "量: 質量（宝石）。計量単位令 別表第六 第三号。メートル法カラット0.2 g。UCUMは[car_m]（metric carat）"@ja ;
    skos:topConceptOf :scheme .

:momme a skos:Concept ;
    skos:prefLabel "もんめ"@ja ;
    skos:notation "mom" ;
    skos:scopeNote "量: 質量（真珠）。計量単位令 別表第六 第四号。UCUMに対応符号なし。QUDTには unit:MOMME_Pearl が存在するが conversionMultiplier が令の0.00375 kgと1000倍乖離(QUDT側のデータ誤りとみられる)ため対応付けは保留"@ja ;
    skos:topConceptOf :scheme .

:troy-ounce a skos:Concept ;
    skos:prefLabel "トロイオンス"@ja ;
    skos:notation "oz" ;
    skos:scopeNote "量: 質量（金貨）。計量単位令 別表第六 第五号。令は0.0311035 kgの丸め値で定義。国際トロイオンス（QUDT・UCUM）は0.0311034768 kg——微差ありcloseMatch推奨"@ja ;
    skos:topConceptOf :scheme .

:are a skos:Concept ;
    skos:prefLabel "アール"@ja ;
    skos:notation "a" ;
    skos:scopeNote "量: 面積（土地）。計量単位令 別表第六 第七号。100 m2"@ja ;
    skos:topConceptOf :scheme .

:hectare a skos:Concept ;
    skos:prefLabel "ヘクタール"@ja ;
    skos:notation "ha" ;
    skos:scopeNote "量: 面積（土地）。計量単位令 別表第六 第七号。アールの100倍。UCUMはヘクト接頭語＋ar"@ja ;
    skos:topConceptOf :scheme .

:knot a skos:Concept ;
    skos:prefLabel "ノット"@ja ;
    skos:notation "kt" ;
    skos:scopeNote "量: 速さ（航海・航空）。計量単位令 別表第六 第九号。令定義（1時間に1852 m）と国際ノット一致"@ja ;
    skos:topConceptOf :scheme .

:gal a skos:Concept ;
    skos:prefLabel "ガル"@ja ;
    skos:notation "Gal" ;
    skos:scopeNote "量: 加速度（重力・地震振動）。計量単位令 別表第六 第十号。0.01 m/s2。QUDTの資源名はGALILEO"@ja ;
    skos:topConceptOf :scheme .

:millimetre-of-mercury a skos:Concept ;
    skos:prefLabel "水銀柱ミリメートル"@ja ;
    skos:notation "mmHg" ;
    skos:scopeNote "量: 圧力（血圧・生体内）。計量単位令 別表第六 第十一号・第十二号。令（血圧）=101325/760≈133.322368 Pa。QUDT=133.322387415 Pa・UCUM m[Hg]=133.322 kPa——第7有効数字で相違、closeMatch限定"@ja ;
    skos:topConceptOf :scheme .

:torr a skos:Concept ;
    skos:prefLabel "トル"@ja ;
    skos:notation "Torr" ;
    skos:scopeNote "量: 圧力（生体内）。計量単位令 別表第六 第十一号。令定義=QUDT定義=101325/760 Pa（完全一致）。UCUMにTorrの符号なし"@ja ;
    skos:topConceptOf :scheme .

:calorie a skos:Concept ;
    skos:prefLabel "カロリー"@ja ;
    skos:notation "cal" ;
    skos:scopeNote "量: 熱量（栄養・代謝）。計量単位令 別表第六 第十三号。令の4.184 J=熱化学カロリー。UCUMのcalもcal_th equivalentだが明示形cal_thを採用"@ja ;
    skos:topConceptOf :scheme .

:kilocalorie a skos:Concept ;
    skos:prefLabel "キロカロリー"@ja ;
    skos:notation "kcal" ;
    skos:scopeNote "量: 熱量（栄養・代謝）。計量単位令 別表第六 第十三号。QUDT KiloCAL=4184 J（熱化学基準）で令定義と一致"@ja ;
    skos:topConceptOf :scheme .

# QUDT / UCUM ブリッジ(照合済みのみ)
:metre dct:identifier "UCUM:m" .
:metre skos:exactMatch <http://qudt.org/vocab/unit/M> .
:kilogram dct:identifier "UCUM:kg" .
:kilogram skos:exactMatch <http://qudt.org/vocab/unit/KiloGM> .
:gram dct:identifier "UCUM:g" .
:gram skos:closeMatch <http://qudt.org/vocab/unit/GM> .
:tonne dct:identifier "UCUM:t" .
:tonne skos:closeMatch <http://qudt.org/vocab/unit/TONNE> .
:second dct:identifier "UCUM:s" .
:second skos:exactMatch <http://qudt.org/vocab/unit/SEC> .
:minute dct:identifier "UCUM:min" .
:minute skos:closeMatch <http://qudt.org/vocab/unit/MIN> .
:hour dct:identifier "UCUM:h" .
:hour skos:closeMatch <http://qudt.org/vocab/unit/HR> .
:ampere dct:identifier "UCUM:A" .
:ampere skos:exactMatch <http://qudt.org/vocab/unit/A> .
:kelvin dct:identifier "UCUM:K" .
:kelvin skos:exactMatch <http://qudt.org/vocab/unit/K> .
:degree-celsius dct:identifier "UCUM:Cel" .
:degree-celsius skos:closeMatch <http://qudt.org/vocab/unit/DEG_C> .
:mole dct:identifier "UCUM:mol" .
:mole skos:exactMatch <http://qudt.org/vocab/unit/MOL> .
:candela dct:identifier "UCUM:cd" .
:candela skos:exactMatch <http://qudt.org/vocab/unit/CD> .
:radian dct:identifier "UCUM:rad" .
:radian skos:closeMatch <http://qudt.org/vocab/unit/RAD> .
:degree-angle dct:identifier "UCUM:deg" .
:degree-angle skos:closeMatch <http://qudt.org/vocab/unit/DEG> .
:arcminute dct:identifier "UCUM:'" .
:arcminute skos:closeMatch <http://qudt.org/vocab/unit/ARCMIN> .
:arcsecond dct:identifier "UCUM:''" .
:arcsecond skos:closeMatch <http://qudt.org/vocab/unit/ARCSEC> .
:steradian dct:identifier "UCUM:sr" .
:steradian skos:closeMatch <http://qudt.org/vocab/unit/SR> .
:square-metre dct:identifier "UCUM:m2" .
:square-metre skos:closeMatch <http://qudt.org/vocab/unit/M2> .
:cubic-metre dct:identifier "UCUM:m3" .
:cubic-metre skos:closeMatch <http://qudt.org/vocab/unit/M3> .
:litre dct:identifier "UCUM:L" .
:litre skos:closeMatch <http://qudt.org/vocab/unit/L> .
:radian-per-second dct:identifier "UCUM:rad/s" .
:radian-per-second skos:closeMatch <http://qudt.org/vocab/unit/RAD-PER-SEC> .
:metre-per-second dct:identifier "UCUM:m/s" .
:metre-per-second skos:closeMatch <http://qudt.org/vocab/unit/M-PER-SEC> .
:metre-per-second-squared dct:identifier "UCUM:m/s2" .
:metre-per-second-squared skos:closeMatch <http://qudt.org/vocab/unit/M-PER-SEC2> .
:hertz dct:identifier "UCUM:Hz" .
:hertz skos:closeMatch <http://qudt.org/vocab/unit/HZ> .
:kilogram-per-cubic-metre dct:identifier "UCUM:kg/m3" .
:kilogram-per-cubic-metre skos:closeMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3> .
:newton dct:identifier "UCUM:N" .
:newton skos:closeMatch <http://qudt.org/vocab/unit/N> .
:newton-metre dct:identifier "UCUM:N.m" .
:newton-metre skos:closeMatch <http://qudt.org/vocab/unit/N-M> .
:pascal dct:identifier "UCUM:Pa" .
:pascal skos:closeMatch <http://qudt.org/vocab/unit/PA> .
:bar dct:identifier "UCUM:bar" .
:bar skos:closeMatch <http://qudt.org/vocab/unit/BAR> .
:pascal-second dct:identifier "UCUM:Pa.s" .
:pascal-second skos:closeMatch <http://qudt.org/vocab/unit/PA-SEC> .
:square-metre-per-second dct:identifier "UCUM:m2/s" .
:square-metre-per-second skos:closeMatch <http://qudt.org/vocab/unit/M2-PER-SEC> .
:joule dct:identifier "UCUM:J" .
:joule skos:closeMatch <http://qudt.org/vocab/unit/J> .
:watt-hour dct:identifier "UCUM:W.h" .
:watt-hour skos:closeMatch <http://qudt.org/vocab/unit/W-HR> .
:watt dct:identifier "UCUM:W" .
:watt skos:closeMatch <http://qudt.org/vocab/unit/W> .
:cubic-metre-per-second dct:identifier "UCUM:m3/s" .
:cubic-metre-per-second skos:closeMatch <http://qudt.org/vocab/unit/M3-PER-SEC> .
:litre-per-minute dct:identifier "UCUM:L/min" .
:litre-per-minute skos:closeMatch <http://qudt.org/vocab/unit/L-PER-MIN> .
:joule-per-kelvin dct:identifier "UCUM:J/K" .
:joule-per-kelvin skos:closeMatch <http://qudt.org/vocab/unit/J-PER-K> .
:coulomb dct:identifier "UCUM:C" .
:coulomb skos:closeMatch <http://qudt.org/vocab/unit/C> .
:volt-per-metre dct:identifier "UCUM:V/m" .
:volt-per-metre skos:closeMatch <http://qudt.org/vocab/unit/V-PER-M> .
:volt dct:identifier "UCUM:V" .
:volt skos:closeMatch <http://qudt.org/vocab/unit/V> .
:farad dct:identifier "UCUM:F" .
:farad skos:closeMatch <http://qudt.org/vocab/unit/FARAD> .
:ampere-per-metre dct:identifier "UCUM:A/m" .
:ampere-per-metre skos:closeMatch <http://qudt.org/vocab/unit/A-PER-M> .
:tesla dct:identifier "UCUM:T" .
:tesla skos:closeMatch <http://qudt.org/vocab/unit/T> .
:weber dct:identifier "UCUM:Wb" .
:weber skos:closeMatch <http://qudt.org/vocab/unit/WB> .
:henry dct:identifier "UCUM:H" .
:henry skos:closeMatch <http://qudt.org/vocab/unit/H> .
:ohm dct:identifier "UCUM:Ohm" .
:ohm skos:closeMatch <http://qudt.org/vocab/unit/OHM> .
:siemens dct:identifier "UCUM:S" .
:siemens skos:closeMatch <http://qudt.org/vocab/unit/S> .
:watt-per-square-metre dct:identifier "UCUM:W/m2" .
:watt-per-square-metre skos:closeMatch <http://qudt.org/vocab/unit/W-PER-M2> .
:watt-per-steradian dct:identifier "UCUM:W/sr" .
:watt-per-steradian skos:closeMatch <http://qudt.org/vocab/unit/W-PER-SR> .
:lumen dct:identifier "UCUM:lm" .
:lumen skos:closeMatch <http://qudt.org/vocab/unit/LM> .
:candela-per-square-metre dct:identifier "UCUM:cd/m2" .
:candela-per-square-metre skos:closeMatch <http://qudt.org/vocab/unit/CD-PER-M2> .
:lux dct:identifier "UCUM:lx" .
:lux skos:closeMatch <http://qudt.org/vocab/unit/LUX> .
:mole-per-litre dct:identifier "UCUM:mol/L" .
:mole-per-litre skos:closeMatch <http://qudt.org/vocab/unit/MOL-PER-L> .
:becquerel dct:identifier "UCUM:Bq" .
:becquerel skos:closeMatch <http://qudt.org/vocab/unit/BQ> .
:curie dct:identifier "UCUM:Ci" .
:curie skos:closeMatch <http://qudt.org/vocab/unit/CI> .
:gray dct:identifier "UCUM:Gy" .
:gray skos:closeMatch <http://qudt.org/vocab/unit/GRAY> .
:rad-dose dct:identifier "UCUM:RAD" .
:rad-dose skos:closeMatch <http://qudt.org/vocab/unit/RAD_R> .
:coulomb-per-kilogram dct:identifier "UCUM:C/kg" .
:coulomb-per-kilogram skos:closeMatch <http://qudt.org/vocab/unit/C-PER-KiloGM> .
:roentgen dct:identifier "UCUM:R" .
:roentgen skos:closeMatch <http://qudt.org/vocab/unit/R> .
:sievert dct:identifier "UCUM:Sv" .
:sievert skos:closeMatch <http://qudt.org/vocab/unit/SV> .
:rem dct:identifier "UCUM:REM" .
:rem skos:closeMatch <http://qudt.org/vocab/unit/REM> .
:var skos:closeMatch <http://qudt.org/vocab/unit/VAR> .
:volt-ampere dct:identifier "UCUM:V.A" .
:volt-ampere skos:closeMatch <http://qudt.org/vocab/unit/VA> .
:decibel dct:identifier "UCUM:dB" .
:decibel skos:closeMatch <http://qudt.org/vocab/unit/DeciB> .
:standard-atmosphere dct:identifier "UCUM:atm" .
:standard-atmosphere skos:closeMatch <http://qudt.org/vocab/unit/ATM> .
:poise dct:identifier "UCUM:P" .
:poise skos:closeMatch <http://qudt.org/vocab/unit/POISE> .
:stokes dct:identifier "UCUM:St" .
:stokes skos:closeMatch <http://qudt.org/vocab/unit/ST> .
:percent-mass dct:identifier "UCUM:%" .
:percent-mass skos:closeMatch <http://qudt.org/vocab/unit/PERCENT> .
:ph dct:identifier "UCUM:[pH]" .
:ph skos:closeMatch <http://qudt.org/vocab/unit/PH> .
:nautical-mile dct:identifier "UCUM:[nmi_i]" .
:nautical-mile skos:closeMatch <http://qudt.org/vocab/unit/MI_N> .
:angstrom dct:identifier "UCUM:Ao" .
:angstrom skos:closeMatch <http://qudt.org/vocab/unit/ANGSTROM> .
:carat dct:identifier "UCUM:[car_m]" .
:carat skos:closeMatch <http://qudt.org/vocab/unit/CARAT> .
:troy-ounce dct:identifier "UCUM:[oz_tr]" .
:troy-ounce skos:closeMatch <http://qudt.org/vocab/unit/OZ_TROY> .
:are dct:identifier "UCUM:ar" .
:are skos:closeMatch <http://qudt.org/vocab/unit/ARE> .
:hectare dct:identifier "UCUM:har" .
:hectare skos:closeMatch <http://qudt.org/vocab/unit/HA> .
:knot dct:identifier "UCUM:[kn_i]" .
:knot skos:closeMatch <http://qudt.org/vocab/unit/KN> .
:gal dct:identifier "UCUM:Gal" .
:gal skos:closeMatch <http://qudt.org/vocab/unit/GALILEO> .
:millimetre-of-mercury dct:identifier "UCUM:mm[Hg]" .
:millimetre-of-mercury skos:closeMatch <http://qudt.org/vocab/unit/MilliM_HG> .
:torr skos:closeMatch <http://qudt.org/vocab/unit/TORR> .
:calorie dct:identifier "UCUM:cal_th" .
:calorie skos:closeMatch <http://qudt.org/vocab/unit/CAL_TH> .
:kilocalorie dct:identifier "UCUM:kcal_th" .
:kilocalorie skos:closeMatch <http://qudt.org/vocab/unit/KiloCAL> .

# 根拠条文リンク (wjl:basedOnProvision → 計量法・計量単位令, §3.6)
:scheme <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404AC0000000051/a/2> , <https://wik.jp/law/404CO0000000357/a/2> ;
    dct:source <https://wik.jp/law/404AC0000000051> , <https://wik.jp/law/404CO0000000357> .
:metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:kilogram <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:gram <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:tonne <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:minute <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:hour <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:ampere <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:kelvin <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:degree-celsius <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:mole <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:candela <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:radian <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:degree-angle <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:arcminute <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:arcsecond <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:steradian <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:square-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:cubic-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:litre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:radian-per-second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:metre-per-second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:metre-per-second-squared <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:hertz <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:kilogram-per-cubic-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:newton <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:newton-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:pascal <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:bar <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:pascal-second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:square-metre-per-second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:joule <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:watt-hour <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:watt <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:cubic-metre-per-second <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:litre-per-minute <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:joule-per-kelvin <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:coulomb <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:volt-per-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:volt <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:farad <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:ampere-per-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:tesla <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:weber <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:henry <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:ohm <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:siemens <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:watt-per-square-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:watt-per-steradian <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:lumen <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:candela-per-square-metre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:lux <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:mole-per-litre <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:becquerel <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:curie <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:gray <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:rad-dose <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:coulomb-per-kilogram <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:roentgen <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:sievert <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:rem <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第一> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:var <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第二> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:volt-ampere <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第二> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:decibel <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第二> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:standard-atmosphere <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第三> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:poise <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第三> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:stokes <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第三> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:percent-mass <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第三> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:ph <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第三> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:nautical-mile <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:angstrom <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:carat <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:momme <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:troy-ounce <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:are <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:hectare <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:knot <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:gal <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:millimetre-of-mercury <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:torr <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:calorie <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
:kilocalorie <https://wik.jp/law/ns#basedOnProvision> <https://wik.jp/law/404CO0000000357/appdx/table-別表第六> ;
    dct:source <https://wik.jp/law/404CO0000000357> .
