Swirrl / table2qb

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

codelist pipeline CSVW should not generate ?scheme skos:member ?concept triples #118

Closed jennet closed 4 years ago

jennet commented 4 years ago

https://github.com/swirrl/table2qb/blob/log4j-config-fix/src/table2qb/pipelines/codelist.clj#L60

the skos:member predicate is only valid between a skos:Collection and skos:Concept. skos:Collection and skos:ConceptScheme are disjoint and so skos:member should not be created here

https://www.w3.org/TR/2008/WD-skos-reference-20080829/skos.html#member

Robsteranium commented 4 years ago

It looks like this is resolved with #119, thanks.