RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
41 stars 17 forks source link

Generating condition based rdfs:type triples #189

Open asharies97 opened 1 year ago

asharies97 commented 1 year ago

Working on an implementation that requires assigning the rdf:type based upon a value in the data. i.e.

ID,Age 1,12 2,50

We want the ID-1 should be assigned type as "Child" and ID-2 should be assigned type as "Adult". Studk with the conditional mapping.