-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quality check of SKOS #7
Comments
I looked at a SKOS visualizer, SKOS Play (http://labs.sparna.fr/skos-play/home). It doesn't succeed with the example "SummaryStatisticType_2.0.rdf". This tools looks pretty mature, rendering a nice list and also interactive diagrams. What is the issue? I looked at a working example, the UNESCO thesaurus (http://skos.um.es/unescothes/). I noticed a difference in realizing the codelist. SummaryStatisticType uses rdf:Description plus a rdf:type for SKOS ConceptScheme and Concept. The UNESCO thesaurus uses directly skos:ConceptScheme and skos:Concept. The tool can apparently deal only with the latter approach. Following questions could be asked: |
I checked that tool as well and it works fine with our skos files. Lists are generated. However, the visualisation component may not work, because we have only lists of concepts and no hierarchies that could be visualized as trees or stars, etc. In fact, there was a minor typo in "SummaryStatisticType_2.0.rdf". I fixed it. Now it works. However, it is a good way to check all our skos files :-) |
I have added ModeOfCollection_1.1_withHierarchy.rdf where the hierarchy of the different collection modes is represented in SKOS. I have tested it with SKOS Play and now also the visualization tools work properly. |
The CVs are updated with their hierarchical structure represented in SKOS. The XSLTs have to be adjusted. [Ben] |
Quality checks can be done for example by the tool qSKOS.
Available at https://github.com/cmader/qSKOS/, https://github.com/cmader/qSKOS/wiki/Quality-Issues
Report on SummaryStatisticsType available at: https://github.com/linked-statistics/DDI-controlled-vocabularies/blob/master/SummaryStatisticsType/qSKOS_Report.txt
The text was updated successfully, but these errors were encountered: