MEDEAEditions / DEPCHA

Data for the DEPCHA project
1 stars 2 forks source link

bk:sum, bk:total TORDF.xsl #3

Open chpollin opened 4 years ago

chpollin commented 4 years ago

if sums are annotated with bk:sum or bk:total

GVogeler commented 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 :-)

chpollin commented 4 years ago

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 (?)

GVogeler commented 4 years ago

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.