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 dataset-name optional #79

Closed Robsteranium closed 6 years ago

Robsteranium commented 6 years ago

The cube-pipeline creates a label for the dataset. In cases where the dataset is managed externally, and the user is simply looking to add qb resources, the rdfs:label and dc:title statements are redundant.

If the pipeline receives an empty string for the dataset-name, it should not create labels for the dataset or data-structure-definition. This pattern ought to be followed for component-specification and codes-used collections when we add labels for these.