Powered by Zoomin Software. For more details please contactZoomin

Semaphore Text Mining Side Panel

Adding the Semaphore Text Mining Side Panel to KMM

Adding the Semaphore Text Mining Side Panel to KMM

  • Last Updated: May 13, 2026
  • 1 minute read
    • Semaphore
    • Documentation

Before using the Semaphore Text Mining Side Panel within KMM, you will have to enable it in the model(s) in which you want to use it. To do this, use the SPARQL editor to insert the following:

PREFIX semfun: <http://www.smartlogic.com/2015/02/semaphore-functions#>
PREFIX semwidgets: <http://www.smartlogic.com/2016/02/semaphore-widgets#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX model: <urn:x-evn-master:>
INSERT {
  graph ?tchGraph {
    <http://smartlogic.com/#TextMiningSidePanel>
        rdf:type                      semwidgets:Widget ;
        rdfs:label                    "Text Mining Widget" ;
        semwidgets:allowedRole        <http://www.smartlogic.com/2015/11/semaphore-permissions#viewer> ;
        semwidgets:notificationEmail  "<<Email address for reporting errors>>" ;
        semwidgets:timeoutInSeconds   "30" ;
        semwidgets:widgetIcon         "fa fa-file-text" ;
        semwidgets:widgetUrl          "<<URL of Text Mining Server>>" .
    ?tchGraph semwidgets:hasWidget <http://smartlogic.com/#TextMiningSidePanel> .
  }
} where {
    BIND(semfun:currentTchGraphUri() AS ?tchGraph)
}

The URL of the Text Mining Server is likely to be the name of the server http:<hostname>:5093.

TitleResults for “How to create a CRG?”Also Available inAlert