Last Version

Blazegraph Application Samples 2.0.0

Blazegraph Database sample applications for Blueprints, REST, Custom Functions, Rules, and more. See https://wiki.blazegraph.com/wiki/index.php/Quick_Start.

License

License

GroupId

GroupId

com.blazegraph
ArtifactId

ArtifactId

samples
Version

Version

2.0.0
Type

Type

pom
Description

Description

Blazegraph Application Samples
Blazegraph Database sample applications for Blueprints, REST, Custom Functions, Rules, and more. See https://wiki.blazegraph.com/wiki/index.php/Quick_Start.
Project Organization

Project Organization

SYSTAP, LLC DBA Blazegraph
Source Code Management

Source Code Management

https://github.com/blazegraph/blazegraph-samples.git

Download samples 2.0.0

Filename Size
samples-2.0.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.blazegraph/samples/ -->
<dependency>
    <groupId>com.blazegraph</groupId>
    <artifactId>samples</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blazegraph/samples/
implementation 'com.blazegraph:samples:2.0.0'
// https://jarcasting.com/artifacts/com.blazegraph/samples/
implementation ("com.blazegraph:samples:2.0.0")
'com.blazegraph:samples:pom:2.0.0'
<dependency org="com.blazegraph" name="samples" rev="2.0.0">
  <artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blazegraph', module='samples', version='2.0.0')
)
libraryDependencies += "com.blazegraph" % "samples" % "2.0.0"
[com.blazegraph/samples "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sample-blueprints-embedded
  • sample-blueprints-remote
  • sample-rdr
  • sample-sesame-embedded
  • sample-sesame-first
  • sample-sesame-remote
  • sample-rdf-rules
  • sample-btree
  • sample-customFunction-embedded
  • sample-customFunction-remote
  • sample-tests