Swirrl / table2qb

A generic pipeline for converting tabular data into rdf data cubes
Eclipse Public License 1.0
13 stars 4 forks source link

Make uncoded components datatype properties #135

Open Robsteranium opened 2 years ago

Robsteranium commented 2 years ago

A new validation in Swirrl/pmd-rdf-validations#8 expects that components be either coded properties (themselves having a qb:codeList property) or be datatype properties i.e. a owl:DatatypeProperty.

We could modify the components-pipeline to make components datatype properties if the codelist field is blank.