GraphDB FAQ

Version 1 by evgeni.milev
on Jun 02, 2015 17:23.

compared with
Current by Vladimir Alexiev
on Oct 01, 2015 15:06.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History

h5. How can I find out the exact version number of GraphDB-SE/GraphDB-Enterprise?

The major/minor version and build number make up part of the GraphDB distribution zip file name. The embedded owlim jar file has the major and minor version numbers appended.

In addition, at start up, GraphDB-SE and GraphDB-Enterprise worker nodes will log the full version number in an INFO logger message, e.g. {{OwlimSchemaRepository: version: 5.6, revision: 6864}}

The following DESCRIBE query:

{noformat}
DESCRIBE <http://www.ontotext.com/SYSINFO> FROM <http://www.ontotext.com/SYSINFO>
{noformat}
returns pseudo-triples providing various GraphDB information, including: the number of triples (total and explicit), disk space (used and free storage), commits (total and whether one is in progress), repository fingerprint (signature) including status of indexes and connectors, and the revision (build number) of the software.
|subject | predicate | object |
| http://www.ontotext.com/SI_has_ActiveCommit | http://www.ontotext.com/SYSINFO | false |
| http://www.ontotext.com/SI_has_FreeDiskSpace | http://www.ontotext.com/SYSINFO | 88834228224 |
| http://www.ontotext.com/SI_number_of_triples | http://www.ontotext.com/SYSINFO | 239276722 |
| http://www.ontotext.com/SI_has_StorageSizeOnDisk | http://www.ontotext.com/SYSINFO | 24305043082 |
| http://www.ontotext.com/SI_number_of_explicit_triples | http://www.ontotext.com/SYSINFO | 163530706 |
| http://www.ontotext.com/SI_fingerprint | http://www.ontotext.com/SYSINFO | {nf}-7509042454895597 [direct=0][elasticsearch-connector=0][expose-entity=0][geospatial=-9214246237446821035][literals-index=0][lucene=364389549][lucene-connector=0][notifications=0][plugincontrol=0][rdfpriming=0][rdfrank=0][script=0][solr-connector=0] 0 32{nf} |
| http://www.ontotext.com/SI_sucessful_commits | http://www.ontotext.com/SYSINFO | 148 |
| http://www.ontotext.com/SI_has_Revision | http://www.ontotext.com/SYSINFO | -183021593 |

will return pseudo-triples providing information on various GraphDB states, including: the number of triples (total and explicit), storage space (used and free), commits (total and if one is in progress), the repository signature, and the build number of software.

h5. How can the rule set be changed?