skohub-io / skohub-vocabs

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

Make inboxes optional #75

Closed acka47 closed 2 years ago

acka47 commented 4 years ago

For small controlled vocabularies like the "Audience Role" vocab it might not really make sense to have an inbox for each element. Thus, it would be nice to be able to turn off inboxes and SkoHub pubsub functions.

@literarymachine, we have talked about a Yaml config file in the repo along with a vocabulary. This would be a good place for configuring this. (I think each ttl file could have a yml file with the same name.)

literarymachine commented 4 years ago

I think each ttl file could have a yml file with the same name.

Why? Do you assume that a vocabulary is always contained in exactly one ttl file?

acka47 commented 4 years ago

Do you assume that a vocabulary is always contained in exactly one ttl file?

Yes, I actually did. But this might be an unnecessary constraint. Then one should probably just set in the config file to which vocab(s) it belongs.

acka47 commented 2 years ago

Superseded by #171. Closing