Skip to content

ktk/iso20022-to-rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ISO 20022 camt.53 (account statement) mapping to RDF

This is a super minimal version of #topic. Pretty much everything can and should be improved. Mapping file can be found in config/cam53.ttl. It was created for and tested with account statements from Postfinance in Switzerland only.

Some ideas:

  • More specific ontology, maybe Payments Ontology or alike. This seems to be RDF Data Cube based as well, which was my initial idea

For this version I used RML V4.0.0, carml did not want to create any triples, no idea why.

The reason why I started this was simple: I needed to figure out some payments I did during the year and I could not find any useful open source tooling for it.

Turns out once this stuff is RDF, it is super simple to query.

I simply generated the file(s), added it into one big N-Triples file and queried it via sparql command line tool from ARQ:

sparql --results=csv --data=target/complete.nt --query=sparql/myquery.rq > myresult.csv

About

Simple mapping of (so far) camt.53 XML files to RDF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages