Blueprints RDF support

Skip to end of metadata
Go to start of metadata
This documentation is NOT for the latest version of GraphDB.

Latest version - GraphDB 7.1

GraphDB Documentation

Next versions

GraphDB 6.6
GraphDB 7.0
GraphDB 7.1

Previous versions

GraphDB 6.4
GraphDB 6.3
GraphDB 6.2
GraphDB 6.0 & 6.1

[OWLIM 5.4]
OWLIM 5.3
[OWLIM 5.2]
[OWLIM 5.1]
[OWLIM 5.0]
[OWLIM 4.4]
[OWLIM 4.3]
[OWLIM 4.2]
[OWLIM 4.1]
[OWLIM 4.0]

Overview

GraphDB 6.4 introduces support for Sail graphs with the Blueprints API and GraphDB.
It can be used to access GraphDB through the Gremlin Query language.

Installation

  1. Download Gremlin 2.6.0 from https://github.com/tinkerpop/gremlin/wiki/Downloads.
  2. Unzip the file gremlin-groovy-2.6.0.zip into a convenient location.
  3. Go to the newly extracted folder, e.g. my_files/gremlin-groovy-2.6.0.
  4. Put the file graphdb-blueprints-rdf-1.0.jar into the lib subfolder.
  5. Run the Gremlin console by executing bin/gremlin.sh or bin/gremlin.bat.
  6. Connect to a GraphDB repository by executing one of the following:
    • g = new com.ontotext.blueprints.GraphDBSailGraph("<URL to a GraphDB repository>")
      or
    • g = new com.ontotext.blueprints.GraphDBSailGraph("<URL to a GraphDB repository>", "<username>", "<password>")

More information

  1. https://github.com/tinkerpop/gremlin/wiki
  2. https://github.com/tinkerpop/blueprints/wiki
  3. https://en.wikipedia.org/wiki/Gremlin_%28programming_language%29
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.