Commit 6f983db
committed
data: PR-bO-13 prep — DATEV SKR 03 + SKR 04 chart of accounts as CSV
Converts two DATEV Standardkontenrahmen PDFs (German standard chart of
accounts) to machine-readable CSV, ready for future hydration as the
PR-bO-13 SKR slot in lance-graph-ontology.
Data files (data/ontologies/skr-datev/):
skr04.csv 1232 accounts. SKR 04 generic (Abschlussgliederungs-
prinzip), DATEV Art.-Nr. 11175, valid 2023. Family
numbering 0-9 maps to balance-sheet structure:
0=Anlagevermögen, 1=Umlaufvermögen, 2=Eigenkapital,
3=Fremdkapital, 4=Erträge, 5=Materialaufwand,
6=Personalaufwand, 7=Finanzergebnis, 9=Statistische.
skr03.csv 1476 accounts. Canonical SKR 03 (Prozessgliederungs-
prinzip), extracted as the NN=00 subset of the Bau
variant. Family numbering follows process-oriented
scheme: 0=Anlage/Kapital, 1=Finanz/Privat, 2=Abgrenzung,
3=Wareneingang/Bestände, 4=Betriebliche Aufwendungen,
5/6=frei, 7=Erzeugnisbestände, 8=Erlöse, 9=Vortrags/
Statistische.
skr03-bau.csv 1686 accounts. Full SKR 03 Bau und Handwerk (DATEV
Art.-Nr. 19606, 2026 edition). Uses 6-digit account
format NNNN+NN. 210 of these are trade-specific
extensions (NN>00) on top of the canonical 1476.
parse_pdfs.py Python script that produced the CSVs. Character-
column slicing of `pdftotext -layout` output. Depends
on poppler-utils for the underlying extraction.
README.md Documents file layout, family-numbering differences
between SKR 03 and SKR 04, source artifact refs,
known data-quality issues (~12% of entries have
multi-column bleeding in account_name and may need
hand-cleanup; account NUMBERS are 100% reliable).
LICENSES/DATEV-SKR.txt documents the legal basis: only the underlying
chart-data is redistributed (account numbers + descriptive names), not
DATEV's copyrighted PDF formatting / layout / typography. Account numbers
are public-domain bookkeeping standard identifiers; account names are
descriptive labels for HGB-defined accounting concepts.
Next step (NOT in this commit): PR-bO-13 hydrator that interns each
account as `urn:datev:skr04:account/{number}` and
`urn:datev:skr03:account/{number}` IRIs into the OntologyRegistry,
with family classifications as SKOS Collections and cross-walks to
FIBO MonetaryAmount + ZUGFeRD invoice projections as separate axioms.1 parent d4589aa commit 6f983db
6 files changed
Lines changed: 4833 additions & 0 deletions
File tree
- LICENSES
- data/ontologies/skr-datev
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments