-
Notifications
You must be signed in to change notification settings - Fork 95
Home
Osma Suominen edited this page Feb 27, 2018
·
13 revisions
Skosmos is a web-based tool providing services for accessing controlled vocabularies, which are used by indexers describing documents and searchers looking for suitable keywords. Vocabularies are accessed via SPARQL endpoints containing SKOS vocabularies.
- InstallTutorial - the first guide you should read if you want to start using Skosmos
- Configuration - global configuration settings
- Vocabularies - vocabulary-specific settings
- TextAnalysisConfiguration - how to configure the jena-text index so you get the search results you want
- FusekiTuning - how to speed up Fuseki with JVM settings, timeouts and a Varnish HTTP proxy cache
- ReverseProxy - hints for running Skosmos behind a HTTP reverse proxy such as Varnish or nginx
- ServingLinkedData - how to set up Skosmos to serve vocabulary URI requests with content negotiation and RDF data
- Installation - old install guide, short but not very specific
- InstallFusekiJenaText - setting up Fuseki1; nowadays we recommend Fuseki2, see InstallTutorial
- Upgrading - including version specific upgrade instructions
- Data Model - requirements for vocabulary data (SKOS + some spported extensions)
- REST API - documentation for the Skosmos REST API (superseded by Swagger specification)
- Embedded JSON LD - information about the JSON-LD data embedded in HTML pages by Skosmos 2.0+
- Branches and Tags
- Release Process
- Translation - how to translate Skosmos to your own language or fix existing translations
- Unit and integration tests - how to run the test suite