@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/dengen/> .

:scheme a skos:ConceptScheme , owl:Ontology ;
    vann:preferredNamespacePrefix "dengen" ;
    vann:preferredNamespaceUri "https://wik.jp/dengen/" ;
    skos:prefLabel "電源種別・燃料種別（エネルギー統計）"@ja , "Electricity Source & Fuel Types (Energy Statistics)"@en ;
    dct:description "資源エネルギー庁の電力調査統計（発電実績の電源区分・火力発電燃料種）と総合エネルギー統計（標準発熱量・炭素排出係数一覧表のエネルギー源別区分）を別体系の3コレクションに分離して収録したSKOS語彙。エネルギー統計・GX・温室効果ガス排出係数のLOD結節点。"@ja ;
    dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> ;
    dct:issued "2025-11-10"^^xsd:date ;
    dct:modified "2026-07-17"^^xsd:date ;
    dct:publisher :publisher ;
    void:sparqlEndpoint <https://sparql.wik.jp/> ;
    void:dataDump <https://wik.jp/dengen/dump.ttl> ;
    skos:historyNote "URIホスト wik.jp は発行者から独立した永続識別子サービス。永続性ポリシー: https://wik.jp/.well-known/persistence"@ja ;
    <https://wik.jp/law/ns#competentMinistry> <https://wik.jp/shocho/shigen-enerugi-cho> ;
    skos:editorialNote "別体系の2統計を混同せず3コレクションに分離して収録する。eps=電力調査統計2-(1)発電実績の電源区分(20概念)、epf=電力調査統計4.火力発電燃料実績の燃料種(30概念)、tes=総合エネルギー統計 標準発熱量・炭素排出係数一覧表(shv2023)のエネルギー源別区分(63概念)。各コレクションは独立のトップ概念群として構成し、統計体系が異なるため eps・epf・tes 相互のクロスリンクは付さない（同名区分の名称一致は公表クロスウォークではないため）。両統計とも各区分に公式の分類コードを付していないため skos:notation は空欄。英語名は出典が明示するRPF/RDFの2件のみ収録し他は英訳を創作しない。local IDはコレクション接頭辞＋ヘボン式ローマ字（転写）で、同名親子はパス連結で一意化。集計列（小計・計）、標準発熱量の参考細別値、及び数値実体（発電量・発熱量・炭素排出係数）は対象外。「(再掲)」区分は他区分に計上済みの再掲値、eps「蓄電池」は放電量である旨を各scopeNoteに明記。jgs（成長戦略17分野 F09/GX配下 P09-* GX重点技術）への relatedMatch を付す（統計の一般区分とGX重点技術は同一性・包含関係が無いため exact/closeMatch にはしない。対応の典拠は各概念の dct:source が指す統計表）。温対法SHK排出係数（haishutsu）との対応はhaishutsu概念URI確定後に追加する。"@ja ;
    skos:hasTopConcept :eps-suiryoku , :eps-karyoku , :eps-genshiryoku , :eps-shinene , :eps-sonota , :epf-sekitan-shitan , :epf-sekitan-kantan , :epf-juyu-a , :epf-juyu-bc , :epf-juyu-sonota , :epf-genyu , :epf-tennengas-eki , :epf-keiyu , :epf-toyu , :epf-lpg , :epf-lng , :epf-rekiseishitsu , :epf-mokushitsu-biomass-shitsu , :epf-mokushitsu-biomass-kanshitsu , :epf-sonota-biomass , :epf-haikibutsu , :epf-haishokuyu , :epf-zanshayu-asphalt , :epf-tennengas , :epf-cog , :epf-koro-gas , :epf-tenro-gas , :epf-kongo-gas , :epf-seiyusho-gas , :epf-toshi-gas , :epf-ammonia , :epf-suiso , :epf-sonota-gas , :epf-sonota-1-t , :epf-sonota-2-kl , :tes-sekitan , :tes-sekiyu , :tes-gas , :tes-denryoku , :tes-netsu , :tes-saisei-mikatsuyo , :tes-shin-energy .

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

:eps-suiryoku a skos:Concept ;
    skos:prefLabel "水力発電所"@ja ;
    skos:topConceptOf :scheme .
:eps-suiryoku dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-suiryoku-ippan a skos:Concept ;
    skos:prefLabel "一般"@ja ;
    skos:broader :eps-suiryoku ;
    skos:inScheme :scheme .
:eps-suiryoku-ippan dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-suiryoku-yousui a skos:Concept ;
    skos:prefLabel "揚水式"@ja ;
    skos:broader :eps-suiryoku ;
    skos:inScheme :scheme .
:eps-suiryoku-yousui dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku a skos:Concept ;
    skos:prefLabel "火力発電"@ja ;
    skos:topConceptOf :scheme .
:eps-karyoku dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-sekitan a skos:Concept ;
    skos:prefLabel "石炭"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-sekitan dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-lng a skos:Concept ;
    skos:prefLabel "LNG"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-lng dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-sekiyu a skos:Concept ;
    skos:prefLabel "石油"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-sekiyu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-lpg a skos:Concept ;
    skos:prefLabel "LPG"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-lpg dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-sonota-gas a skos:Concept ;
    skos:prefLabel "その他ガス"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-sonota-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-rekiseishitsu a skos:Concept ;
    skos:prefLabel "歴青質混合物"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-rekiseishitsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-karyoku-sonota a skos:Concept ;
    skos:prefLabel "その他"@ja ;
    skos:broader :eps-karyoku ;
    skos:inScheme :scheme .
:eps-karyoku-sonota dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-genshiryoku a skos:Concept ;
    skos:prefLabel "原子力発電所"@ja ;
    skos:topConceptOf :scheme .
:eps-genshiryoku dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene a skos:Concept ;
    skos:prefLabel "新エネルギー等発電所"@ja ;
    skos:topConceptOf :scheme .
:eps-shinene dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-fuuryoku a skos:Concept ;
    skos:prefLabel "風力"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-fuuryoku dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-taiyoko a skos:Concept ;
    skos:prefLabel "太陽光"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-taiyoko dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-chinetsu a skos:Concept ;
    skos:prefLabel "地熱"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-chinetsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-biomass-saikei a skos:Concept ;
    skos:prefLabel "(再掲)バイオマス"@ja ;
    skos:scopeNote "（再掲）：他区分に計上済みの再掲値。合計には算入しない"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-biomass-saikei dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-haikibutsu-saikei a skos:Concept ;
    skos:prefLabel "(再掲)廃棄物"@ja ;
    skos:scopeNote "（再掲）：他区分に計上済みの再掲値。合計には算入しない"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-haikibutsu-saikei dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-shinene-chikudenchi a skos:Concept ;
    skos:prefLabel "蓄電池"@ja ;
    skos:scopeNote "蓄電池の放電量（発電ではなく放電）"@ja ;
    skos:broader :eps-shinene ;
    skos:inScheme :scheme .
:eps-shinene-chikudenchi dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:eps-sonota a skos:Concept ;
    skos:prefLabel "その他"@ja ;
    skos:topConceptOf :scheme .
:eps-sonota dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/2-1-2025n.xlsx> .

:epf-sekitan-shitan a skos:Concept ;
    skos:prefLabel "石炭(湿炭)"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-sekitan-shitan dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-sekitan-kantan a skos:Concept ;
    skos:prefLabel "石炭(乾炭)"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-sekitan-kantan dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-juyu-a a skos:Concept ;
    skos:prefLabel "A重油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-juyu-a dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-juyu-bc a skos:Concept ;
    skos:prefLabel "B・C重油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-juyu-bc dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-juyu-sonota a skos:Concept ;
    skos:prefLabel "その他重油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-juyu-sonota dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-genyu a skos:Concept ;
    skos:prefLabel "原油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-genyu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-tennengas-eki a skos:Concept ;
    skos:prefLabel "天然ガス液"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-tennengas-eki dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-keiyu a skos:Concept ;
    skos:prefLabel "軽油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-keiyu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-toyu a skos:Concept ;
    skos:prefLabel "灯油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-toyu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-lpg a skos:Concept ;
    skos:prefLabel "LPG"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-lpg dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-lng a skos:Concept ;
    skos:prefLabel "LNG"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-lng dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-rekiseishitsu a skos:Concept ;
    skos:prefLabel "歴青質混合物"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-rekiseishitsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-mokushitsu-biomass-shitsu a skos:Concept ;
    skos:prefLabel "木質バイオマス(湿質)"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-mokushitsu-biomass-shitsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-mokushitsu-biomass-kanshitsu a skos:Concept ;
    skos:prefLabel "木質バイオマス(乾質)"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-mokushitsu-biomass-kanshitsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-sonota-biomass a skos:Concept ;
    skos:prefLabel "その他バイオマス"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-sonota-biomass dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-haikibutsu a skos:Concept ;
    skos:prefLabel "廃棄物"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-haikibutsu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-haishokuyu a skos:Concept ;
    skos:prefLabel "廃食油"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-haishokuyu dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-zanshayu-asphalt a skos:Concept ;
    skos:prefLabel "残渣油(アスファルト)"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-zanshayu-asphalt dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-tennengas a skos:Concept ;
    skos:prefLabel "天然ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-tennengas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-cog a skos:Concept ;
    skos:prefLabel "COG"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-cog dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-koro-gas a skos:Concept ;
    skos:prefLabel "高炉ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-koro-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-tenro-gas a skos:Concept ;
    skos:prefLabel "転炉ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-tenro-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-kongo-gas a skos:Concept ;
    skos:prefLabel "混合ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-kongo-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-seiyusho-gas a skos:Concept ;
    skos:prefLabel "製油所ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-seiyusho-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-toshi-gas a skos:Concept ;
    skos:prefLabel "都市ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-toshi-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-ammonia a skos:Concept ;
    skos:prefLabel "アンモニア"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-ammonia dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-suiso a skos:Concept ;
    skos:prefLabel "水素"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-suiso dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-sonota-gas a skos:Concept ;
    skos:prefLabel "その他ガス"@ja ;
    skos:scopeNote "計量単位: 103m3"@ja ;
    skos:topConceptOf :scheme .
:epf-sonota-gas dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-sonota-1-t a skos:Concept ;
    skos:prefLabel "その他1(単位t報告)"@ja ;
    skos:scopeNote "計量単位: t"@ja ;
    skos:topConceptOf :scheme .
:epf-sonota-1-t dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:epf-sonota-2-kl a skos:Concept ;
    skos:prefLabel "その他2(単位kl報告)"@ja ;
    skos:scopeNote "計量単位: kl"@ja ;
    skos:topConceptOf :scheme .
:epf-sonota-2-kl dct:source <https://www.enecho.meti.go.jp/statistics/electric_power/ep002/xls/2025/4-2025n.xlsx> .

:tes-sekitan a skos:Concept ;
    skos:prefLabel "石炭"@ja ;
    skos:topConceptOf :scheme .
:tes-sekitan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan a skos:Concept ;
    skos:prefLabel "石炭"@ja ;
    skos:broader :tes-sekitan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan-yunyu-genryotan a skos:Concept ;
    skos:prefLabel "輸入原料炭"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-sekitan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan-yunyu-genryotan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan-yunyu-genryotan-coke-genryotan a skos:Concept ;
    skos:prefLabel "コークス用原料炭"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-sekitan-yunyu-genryotan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan-yunyu-genryotan-coke-genryotan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan-yunyu-genryotan-fukikomi-genryotan a skos:Concept ;
    skos:prefLabel "吹込用原料炭"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-sekitan-yunyu-genryotan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan-yunyu-genryotan-fukikomi-genryotan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan-yunyu-ippantan a skos:Concept ;
    skos:prefLabel "輸入一般炭"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-sekitan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan-yunyu-ippantan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-sekitan-yunyu-muentan a skos:Concept ;
    skos:prefLabel "輸入無煙炭"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-sekitan ;
    skos:inScheme :scheme .
:tes-sekitan-sekitan-yunyu-muentan dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-seihin a skos:Concept ;
    skos:prefLabel "石炭製品"@ja ;
    skos:broader :tes-sekitan ;
    skos:inScheme :scheme .
:tes-sekitan-seihin dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-seihin-coke a skos:Concept ;
    skos:prefLabel "コークス"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekitan-seihin ;
    skos:inScheme :scheme .
:tes-sekitan-seihin-coke dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-seihin-coke-rogas a skos:Concept ;
    skos:prefLabel "コークス炉ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-sekitan-seihin ;
    skos:inScheme :scheme .
:tes-sekitan-seihin-coke-rogas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-seihin-koro-gas a skos:Concept ;
    skos:prefLabel "高炉ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-sekitan-seihin ;
    skos:inScheme :scheme .
:tes-sekitan-seihin-koro-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekitan-seihin-tenro-gas a skos:Concept ;
    skos:prefLabel "転炉ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-sekitan-seihin ;
    skos:inScheme :scheme .
:tes-sekitan-seihin-tenro-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu a skos:Concept ;
    skos:prefLabel "石油"@ja ;
    skos:topConceptOf :scheme .
:tes-sekiyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-genyu a skos:Concept ;
    skos:prefLabel "原油"@ja ;
    skos:broader :tes-sekiyu ;
    skos:inScheme :scheme .
:tes-sekiyu-genyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-genyu-genyu a skos:Concept ;
    skos:prefLabel "原油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-genyu ;
    skos:inScheme :scheme .
:tes-sekiyu-genyu-genyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-genyu-ngl-condensate a skos:Concept ;
    skos:prefLabel "NGL・コンデンセート"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-genyu ;
    skos:inScheme :scheme .
:tes-sekiyu-genyu-ngl-condensate dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin a skos:Concept ;
    skos:prefLabel "石油製品"@ja ;
    skos:broader :tes-sekiyu ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-lpg a skos:Concept ;
    skos:prefLabel "LPG"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-lpg dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-naphtha a skos:Concept ;
    skos:prefLabel "ナフサ"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-naphtha dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-gasoline a skos:Concept ;
    skos:prefLabel "ガソリン"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-gasoline dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-jet a skos:Concept ;
    skos:prefLabel "ジェット燃料油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-jet dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-toyu a skos:Concept ;
    skos:prefLabel "灯油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-toyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-keiyu a skos:Concept ;
    skos:prefLabel "軽油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-keiyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-juyu-a a skos:Concept ;
    skos:prefLabel "A重油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-juyu-a dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-juyu-c a skos:Concept ;
    skos:prefLabel "C重油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-juyu-c dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-junkatsuyu a skos:Concept ;
    skos:prefLabel "潤滑油"@ja ;
    skos:scopeNote "計量単位: L"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-junkatsuyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-sonota-jushitsu a skos:Concept ;
    skos:prefLabel "その他重質石油製品"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-sonota-jushitsu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-oil-coke a skos:Concept ;
    skos:prefLabel "オイルコークス"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-oil-coke dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-sekiyu-seihin-seiyusho-gas a skos:Concept ;
    skos:prefLabel "製油所ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-sekiyu-seihin ;
    skos:inScheme :scheme .
:tes-sekiyu-seihin-seiyusho-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas a skos:Concept ;
    skos:prefLabel "ガス"@ja ;
    skos:topConceptOf :scheme .
:tes-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas-kanensei-tennengas a skos:Concept ;
    skos:prefLabel "可燃性天然ガス"@ja ;
    skos:broader :tes-gas ;
    skos:inScheme :scheme .
:tes-gas-kanensei-tennengas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas-kanensei-tennengas-yunyu-tennengas-lng a skos:Concept ;
    skos:prefLabel "輸入天然ガス(LNG)"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-gas-kanensei-tennengas ;
    skos:inScheme :scheme .
:tes-gas-kanensei-tennengas-yunyu-tennengas-lng dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas-kanensei-tennengas-kokusan-tennengas a skos:Concept ;
    skos:prefLabel "国産天然ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-gas-kanensei-tennengas ;
    skos:inScheme :scheme .
:tes-gas-kanensei-tennengas-kokusan-tennengas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas-toshi-gas a skos:Concept ;
    skos:prefLabel "都市ガス"@ja ;
    skos:broader :tes-gas ;
    skos:inScheme :scheme .
:tes-gas-toshi-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-gas-toshi-gas-toshi-gas a skos:Concept ;
    skos:prefLabel "都市ガス"@ja ;
    skos:scopeNote "計量単位: m3"@ja ;
    skos:broader :tes-gas-toshi-gas ;
    skos:inScheme :scheme .
:tes-gas-toshi-gas-toshi-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku a skos:Concept ;
    skos:prefLabel "電力"@ja ;
    skos:topConceptOf :scheme .
:tes-denryoku dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-hatsuden a skos:Concept ;
    skos:prefLabel "発電時"@ja ;
    skos:broader :tes-denryoku ;
    skos:inScheme :scheme .
:tes-denryoku-hatsuden dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-hatsuden-hatsudentan-tonyu a skos:Concept ;
    skos:prefLabel "発電端投入熱量"@ja ;
    skos:scopeNote "計量単位: kWh。電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-hatsuden ;
    skos:inScheme :scheme .
:tes-denryoku-hatsuden-hatsudentan-tonyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-hatsuden-genshiryoku-hatsuden a skos:Concept ;
    skos:prefLabel "原子力発電"@ja ;
    skos:scopeNote "電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-hatsuden ;
    skos:inScheme :scheme .
:tes-denryoku-hatsuden-genshiryoku-hatsuden dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-hatsuden-chinetsu-hatsuden a skos:Concept ;
    skos:prefLabel "地熱発電"@ja ;
    skos:scopeNote "電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-hatsuden ;
    skos:inScheme :scheme .
:tes-denryoku-hatsuden-chinetsu-hatsuden dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-hatsuden-suiryoku-saisei-mikatsuyo a skos:Concept ;
    skos:prefLabel "水力発電・再生可能・未活用エネルギー"@ja ;
    skos:scopeNote "電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-hatsuden ;
    skos:inScheme :scheme .
:tes-denryoku-hatsuden-suiryoku-saisei-mikatsuyo dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-shohi a skos:Concept ;
    skos:prefLabel "消費時"@ja ;
    skos:scopeNote "計量単位: kWh"@ja ;
    skos:broader :tes-denryoku ;
    skos:inScheme :scheme .
:tes-denryoku-shohi dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-shohi-denryoku-hassei a skos:Concept ;
    skos:prefLabel "電力発生熱量"@ja ;
    skos:scopeNote "計量単位: kWh。電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-shohi ;
    skos:inScheme :scheme .
:tes-denryoku-shohi-denryoku-hassei dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-denryoku-shohi-judentan-tonyu a skos:Concept ;
    skos:prefLabel "受電端投入熱量"@ja ;
    skos:scopeNote "計量単位: kWh。電力・熱の熱量換算区分（総合エネルギー統計の熱量換算方法上の区分。発電の電源種別ではない）"@ja ;
    skos:broader :tes-denryoku-shohi ;
    skos:inScheme :scheme .
:tes-denryoku-shohi-judentan-tonyu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-netsu a skos:Concept ;
    skos:prefLabel "熱"@ja ;
    skos:topConceptOf :scheme .
:tes-netsu dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-netsu-shohi a skos:Concept ;
    skos:prefLabel "消費時"@ja ;
    skos:broader :tes-netsu ;
    skos:inScheme :scheme .
:tes-netsu-shohi dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-netsu-shohi-howa-joki a skos:Concept ;
    skos:prefLabel "100°C飽和蒸気発生熱量"@ja ;
    skos:scopeNote "計量単位: kg"@ja ;
    skos:broader :tes-netsu-shohi ;
    skos:inScheme :scheme .
:tes-netsu-shohi-howa-joki dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo a skos:Concept ;
    skos:prefLabel "再生可能・未活用エネルギー"@ja ;
    skos:scopeNote "発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:topConceptOf :scheme .
:tes-saisei-mikatsuyo dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-kokueki a skos:Concept ;
    skos:prefLabel "黒液"@ja ;
    skos:scopeNote "計量単位: kg(絶乾)。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-kokueki dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-haizai a skos:Concept ;
    skos:prefLabel "廃材"@ja ;
    skos:scopeNote "計量単位: kg(絶乾)。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-haizai dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-mokuzai a skos:Concept ;
    skos:prefLabel "木材"@ja ;
    skos:scopeNote "計量単位: kg(絶乾)。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-mokuzai dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-bioethanol a skos:Concept ;
    skos:prefLabel "バイオエタノール"@ja ;
    skos:scopeNote "計量単位: L。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-bioethanol dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-biodiesel a skos:Concept ;
    skos:prefLabel "バイオディーゼル"@ja ;
    skos:scopeNote "計量単位: L。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-biodiesel dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-biogas a skos:Concept ;
    skos:prefLabel "バイオガス"@ja ;
    skos:scopeNote "計量単位: m3。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-biogas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-haikibutsu-gas a skos:Concept ;
    skos:prefLabel "廃棄物ガス"@ja ;
    skos:scopeNote "計量単位: m3。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-haikibutsu-gas dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-hai-tire a skos:Concept ;
    skos:prefLabel "廃タイヤ"@ja ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-hai-tire dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-hai-plastic a skos:Concept ;
    skos:prefLabel "廃プラスチック"@ja ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-hai-plastic dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-rpf a skos:Concept ;
    skos:prefLabel "RPF"@ja , "Refuse Paper and Plastic Fuel"@en ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-rpf dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-saisei-mikatsuyo-rdf a skos:Concept ;
    skos:prefLabel "RDF"@ja , "Refuse Derived Fuel"@en ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-saisei-mikatsuyo ;
    skos:inScheme :scheme .
:tes-saisei-mikatsuyo-rdf dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-shin-energy a skos:Concept ;
    skos:prefLabel "新エネルギー"@ja ;
    skos:scopeNote "発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:topConceptOf :scheme .
:tes-shin-energy dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-shin-energy-suiso a skos:Concept ;
    skos:prefLabel "水素"@ja ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-shin-energy ;
    skos:inScheme :scheme .
:tes-shin-energy-suiso dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-shin-energy-kitai-suiso a skos:Concept ;
    skos:prefLabel "気体水素"@ja ;
    skos:scopeNote "計量単位: m3。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-shin-energy ;
    skos:inScheme :scheme .
:tes-shin-energy-kitai-suiso dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

:tes-shin-energy-ammonia a skos:Concept ;
    skos:prefLabel "アンモニア"@ja ;
    skos:scopeNote "計量単位: kg。発熱量は標準発熱量一覧表の参考値表に掲載"@ja ;
    skos:broader :tes-shin-energy ;
    skos:inScheme :scheme .
:tes-shin-energy-ammonia dct:source <https://www.enecho.meti.go.jp/statistics/total_energy/xls/shv2023.xlsx> .

# jgs（日本成長戦略 F09/GX配下 P09-* GX重点技術）への主題的関連。統計の一般区分とGX重点技術は同一性・包含関係が無いため relatedMatch のみ。
:eps-shinene-taiyoko skos:relatedMatch <https://wik.jp/jgs/P09-1> .
:eps-shinene-fuuryoku skos:relatedMatch <https://wik.jp/jgs/P09-5> .
:eps-shinene-chinetsu skos:relatedMatch <https://wik.jp/jgs/P09-4> .
:eps-genshiryoku skos:relatedMatch <https://wik.jp/jgs/P09-6> .
:tes-shin-energy-suiso skos:relatedMatch <https://wik.jp/jgs/P09-2> .
:tes-shin-energy-ammonia skos:relatedMatch <https://wik.jp/jgs/P09-2> .
:epf-suiso skos:relatedMatch <https://wik.jp/jgs/P09-2> .
:epf-ammonia skos:relatedMatch <https://wik.jp/jgs/P09-2> .
