Swirrl / table2qb

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

Remove invalid skos:member #119

Closed jennet closed 4 years ago

jennet commented 4 years ago

skos:member is only valid between a skos:Collection and a skos:Concept. This PR removes the CSVW configuration that generate ?concept-scheme skos:member ?concept triples

Valid ways of linking concepts to concept schemes are ?concept skos:inScheme ?concept-scheme and there isn't an inverse predicate for this

Collections are disjoint from ConceptSchemes and so cannot have the same subject URI.

jennet commented 4 years ago

@lkitching Should I also remove all skos:member triples from the example TTL files in this PR?

jennet commented 4 years ago

https://github.com/Swirrl/table2qb/issues/118

lkitching commented 4 years ago

@jennet - If you could that would be great. The rest looks good to me!

jennet commented 4 years ago

@lkitching done!

RickMoynihan commented 4 years ago

Looks like there was already another PR for this https://github.com/Swirrl/table2qb/pull/90 just mentioning it to associate the issues/PRs together. Will close these too.