skohub-io / skohub-vocabs

A lightweight tool to publish SKOS Vocabularies
https://skohub.io/
Apache License 2.0
32 stars 25 forks source link

SkoHub Vocabs can't handle ConceptSchemes being also of type `owl:Ontology` #304

Open acka47 opened 1 month ago

acka47 commented 1 month ago

I have tried several things – locally and using the skohub.io server – to create a running SkoHub Vocabs build with the three vocabs in https://github.com/hbz/gnd-vocabs but failed. The error message for the last tries has been consistently ""languageOfCS is not iterable`

The webhook log for the last try can be found at https://skohub.io/build/?id=ce387410-afb0-4d89-bdf3-d3a890ad49b5 . Any ideas, @sroertgen ?

sroertgen commented 1 month ago

Yes.

It has to do with the conceptSchemes being also of type owl:Ontology.

SkoHub Vocabs can't handle that for reasons I have to investigate. If you remove the owl:Ontology statements for the skos:ConceptSchemes from the three vocabularies, it should work (at least a local test worked).

sroertgen commented 1 month ago

I will rename the issue now for more clarity.

sroertgen commented 1 month ago

Related to #299