UNPKG

@rmlio/yarrrml-parser

Version:

Parse YARRRML descriptions into RML RDF statements

21 lines (20 loc) 464 B
sources: people-source: access: "/data/people.json" referenceFormulation: jsonpath iterator: "$.[*]" targets: subject-target: ["/data/file.nq~dcat"] mappings: person: sources: people-source subjects: value: "http://example.org/$(id)" targets: subject-target predicateobjects: - predicates: foaf:name objects: value: "$(name)" - predicates: foaf:age objects: value: "$(age)"