@rmlio/yarrrml-parser
Version:
Parse YARRRML descriptions into RML RDF statements
20 lines (17 loc) • 372 B
YAML
sources:
ls_persons: ['data.csv~csv']
targets:
person_target:
source: ls_persons
type: void
access: $(firstname)_$(lastname).ttl
serialization: turtle
mappings:
persons:
sources: ls_persons
subjects:
- value: http://example.org/$(firstname)_$(lastname)
targets:
- person_target
po:
- [foaf:age, $(number)]