rdf-ext / rdf-parser-csvw

CSV on the Web parser
MIT License
16 stars 4 forks source link

Add support for virtual rows & static valueUrl #1

Closed ktk closed 6 years ago

ktk commented 6 years ago

The following mapping

        "virtual": true,
        "propertyUrl": "rdf:type",
        "valueUrl": "http://vocab.performing-arts.ch/E5"

Should create a rdf:type triple

ktk commented 6 years ago

Update: seems to work as long as propertyUrl is not prefixed

ktk commented 6 years ago

@bergos looks broken in current release

bergos commented 6 years ago

Fixed in the latest git version and also includes tests for this feature.