vocabulary Command Group¤
List, (un-)install, import or open vocabs / manage cache.
vocabulary open¤
Open / explore a vocabulary graph in the browser.
Vocabularies are identified by their graph IRI. Installed vocabularies can be listed with the vocabulary list
command.
vocabulary list¤
Output a list of vocabularies.
Vocabularies are graphs (see graph
command group) which consists of class and property descriptions.
Options
vocabulary install¤
Install one or more vocabularies from the catalog.
Vocabularies are identified by their graph IRI. Installable vocabularies can be listed with the vocabulary list command.
vocabulary uninstall¤
Uninstall one or more vocabularies.
Vocabularies are identified by their graph IRI. Already installed vocabularies can be listed with the vocabulary list command.
vocabulary import¤
Import a turtle file as a vocabulary.
With this command, you can import a local ontology file as a named graph and create a corresponding vocabulary catalog entry.
The uploaded ontology file is analysed locally in order to discover the named graph and the prefix declaration. This requires an OWL ontology description which correctly uses the vann:preferredNamespacePrefix
and vann:preferredNamespaceUri
properties.