kg-construct / rml-lv

Specification repository for logical views in RML.
https://kg-construct.github.io/rml-lv/dev.html
3 stars 3 forks source link

mixed content #10

Closed elsdvlee closed 1 month ago

elsdvlee commented 8 months ago

E.g. json content in a CSV file > switch reference formulation on field level. Concrete examples needed + declarative description to be elaborated.

bjdmeest commented 7 months ago

example test case:

name config
Ben { "id": "1234", "role": "researcher" }

I want RDF

<#1234> foaf:name "Ben" ;
    a ex:researcher .