The skosviz
tool is a simple Python program for visualising SKOS-based RDF metadata.
Library | Required? | Description |
---|---|---|
rdflib | Yes | Used for SKOS-based metadata parsing. |
rdflib-jsonld | No | Used for JSON-LD format support metadata parser. |
To install these libraries on Debian-based machines (including Ubuntu and Mint), you can run:
sudo apt-get install python-LIBRARY
On other operating systems, you can run:
sudo pip install LIBRARY
This will install the LIBRARY
python package.
Class | Supported |
---|---|
Collection | No |
Concept | Yes |
ConceptScheme | Yes |
OrderedCollection | No |
Properties | Supported |
---|---|
altLabel | Yes |
broadMatch | Yes |
broader | Yes |
broaderTransitive | Yes |
changeNote | No |
closeMatch | Yes |
definition | No |
editorialNote | No |
exactMatch | Yes |
example | No |
hasTopConcept | Yes |
hiddenLabel | No |
historyNote | No |
inScheme | No |
mappingRelation | No |
member | No |
memberList | No |
narrowMatch | Yes |
narrower | Yes |
narrowerTransitive | Yes |
notation | Yes |
note | No |
prefLabel | Yes |
related | Yes |
relatedMatch | Yes |
scopeNote | No |
semanticRelation | No |
topConceptOf | No |
Class | Supported |
---|---|
Label | No |
Properties | Supported |
---|---|
altLabel | No |
hiddenLabel | No |
labelRelation | No |
literalForm | No |
prefLabel | No |
The skosviz
project is released under the GPL version 3 or later license.
Copyright (C) 2011-2016, 2024 Reece H. Dunn