essepuntato / LODE

Live OWL Documentation Environment, to convert OWL ontologies into HTML human-readable pages.
ISC License
104 stars 55 forks source link

Supporting skos vocabularies #39

Closed luigi-asprino closed 2 years ago

luigi-asprino commented 2 years ago

Hi,

I've implemented an extension for supporting SKOS vocabularies. At the moment, LODE interprets a skos:ConceptScheme as an ontology and extracts the same set of metadata (e.g. title, authors etc.). In addition, it also extracts the top concepts associated with the ConceptScheme. Finally, it extracts concepts of the vocabulary and provides them in a separate section. For each concept, preflabel, broader and narrower concepts are also extracted.

luigi-asprino commented 2 years ago

I saw some strange behaviour... let's wait a moment for merging