Open chpollin opened 4 years ago
btw: accounting language would use "sum total" for this (bk:sumTotal owl:sameAs bk:sum , bk:total
?), just to add to the confusion :-)
in the leuven accounts we have something like:
timmerwerck | building work
tiechelen | building work
timmerwerck | building work
pleckwerck | building work
smedewerck | building work
and
summa summarum wercke | total sum building works
bk:sum for every category of building work and than something like subtotals or a bk:sumTotal (?)
My last proposal for totals in https://github.com/GVogeler/bookkeeping/blob/master/bookkeeping.xml#L122 (etc.) would suggest the following model:
lv:buildingWork a bk:account . lv:timmerwerck a bk:account ; skos:narrower lv:buildingWork .
lv:a092u12 a bk:Total, bk:on lv:buildingWorks ; bk:amount "234" ; bk:unit lv:lb
and it might be helpful to create an inverse property to bk:on
e.g. bk:sumsTo
.
if sums are annotated with bk:sum or bk:total