You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the graphs key is ommitted in the test input below, the output consists of RDF output and RML rules.
If the graphs key is added, the output consists of RML rules only.
prefixes:
ex: http://www.example.com/e: http://myontology.com/dbo: http://dbpedia.org/ontology/grel: http://users.ugent.be/~bjdmeest/function/grel.ttl#schema: http://schema.org/mappings:
people:
sources:
- ['people.csv~csv']s: ex:$(id)# next key is the problemgraphs: ex:Characterspo:
- [a, schema:Person]
- [schema:givenName, $(firstname)]
- [schema:familyName, $(lastname)]
people.csv:
id,firstname,lastname,debut episode,hair color
0,Natsu,Dragneel,1,pink
1,Gray,Fullbuster,2,dark blue
2,Gajeel,Redfox,21,black
3,Lucy,Heartfilia,1,blonde
4,Erza,Scarlet,4,scarlet