csv2rdf icon indicating copy to clipboard operation
csv2rdf copied to clipboard

Add extension allowing literal values to be specified

Open lkitching opened this issue 5 years ago • 0 comments

The valueUrl property within column definitions allow URL values to be created, but other data types are not supported. Consider adding a column property for literal values e.g.

{"aboutUrl": "http://subject",
 "propertyUrl": "http://property",
 "value": "true",
 "datatype": "xsd:boolean",
 "virtual": true}

lkitching avatar Dec 09 '19 14:12 lkitching