Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide automated fixes for SKOS inputs #1

Open
tfrancart opened this issue Jul 7, 2017 · 1 comment
Open

Provide automated fixes for SKOS inputs #1

tfrancart opened this issue Jul 7, 2017 · 1 comment

Comments

@tfrancart
Copy link
Collaborator

Similar to what Skosify does : https://github.com/NatLibFi/Skosify/wiki/Validation
Possible fixes are :

  • Generate skos:broader/skos:narrower inverses
  • Delete empty labels
  • Generate skos:related as symetric properties
  • Delete skos:related when redundant with skos:broader/narrower
  • Remove extra whitespaces or non-printable characters in the labels
  • Keep only one prefLabel per language and save the others as altLabels (warniing : handle SKOS-XL !)
  • Remove overlapping labels
  • Cut the cycles in the hierarchy
  • Automatically add documentation properties based on the Concept URI and/or label
  • Remove the topConceptOf pointing to Concepts having broaders
  • Delete all triples with "Undefined SKOS resources"
@nicholascar
Copy link

Just make sure the automated fixes are optional! Some time people may want you to 'fix everything' (as much as the tool can) but other times they just want the qSKOS info in order to make fixes to their system themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants