8000 GitHub - rhdunn/skosviz: SKOS-based RDF metadata visualisation utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rhdunn/skosviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKOS Visualization


The skosviz tool is a simple Python program for visualising SKOS-based RDF metadata.

Dependencies

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.

SKOS Core Support

Classes

Class Supported
Collection No
Concept Yes
ConceptScheme Yes
OrderedCollection No

Properties

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

SKOS-XL Support

Classes

Class Supported
Label No

Properties

Properties Supported
altLabel No
hiddenLabel No
labelRelation No
literalForm No
prefLabel No

License

The skosviz project is released under the GPL version 3 or later license.

Copyright (C) 2011-2016, 2024 Reece H. Dunn

About

SKOS-based RDF metadata visualisation utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0