Powered by Zoomin Software. For more details please contactZoomin

Semaphore Publisher

Backing up the Model

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

A Backup Output Processor bean is available.

  <bean id="backupProcessor" class="com.smartlogic.publisher.backup.ModelBackupProcessor" >
      <property name="format" value="ttl" />
      <property name="includeTch" value="true" />
  </bean>

This will generate a zip file containing the master graph and optionally the tch graph. The file generated will be written to the artefacts directory within the Semaphore Workbench data directory. A record will be generated of its creation so that any remote Publisher instance can interrogate the model to find the relevant artefacts and download them.

The “format” is the format of the output, ttl, n3 and rdf are legitimate values. The default value will be ttl.

If you do not wish to include the tch graph, then set “includeTch” to false.

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