Fix mappings of "決算情報"

This commit is contained in:
Babibubebon 2024-06-18 23:53:22 +09:00
parent dc45cbdf75
commit 64ef90009d
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -303,10 +303,20 @@ class GbizInfoKatsudoMapper(CSV2RDFMapper):
(
ss,
HJ.決算情報,
bpo(
[
(RDF.type, HJ.決算情報型),
(
IC.金額,
bpo(
[
(RDF.type, IC.金額型),
(IC.数値, Literal(row["決算情報-金額"], datatype=XSD.decimal)),
(
IC.数値,
Literal(
row["決算情報-金額"], datatype=XSD.decimal
),
),
(IC.通貨, row["決算情報-通貨"]),
(
IC.通貨コード,
@ -318,6 +328,9 @@ class GbizInfoKatsudoMapper(CSV2RDFMapper):
]
),
),
]
),
),
# 37
(
ss,