kgram

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

License

License

GroupId

GroupId

fr.inria.corese
ArtifactId

ArtifactId

kgram
Last Version

Last Version

4.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

kgram
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

Download kgram

How to add to project

<!-- https://jarcasting.com/artifacts/fr.inria.corese/kgram/ -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>kgram</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.corese/kgram/
implementation 'fr.inria.corese:kgram:4.1.1'
// https://jarcasting.com/artifacts/fr.inria.corese/kgram/
implementation ("fr.inria.corese:kgram:4.1.1")
'fr.inria.corese:kgram:jar:4.1.1'
<dependency org="fr.inria.corese" name="kgram" rev="4.1.1">
  <artifact name="kgram" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.corese', module='kgram', version='4.1.1')
)
libraryDependencies += "fr.inria.corese" % "kgram" % "4.1.1"
[fr.inria.corese/kgram "4.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.8.0-beta2
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.

General informations

Corese is a Semantic Web Factory (triple store & SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query & Update.

Compilation from source

To download the source code:

git clone https://github.com/Wimmics/corese.git

or

git clone [email protected]:Wimmics/corese.git

It should create a corese directory.

cd corese
mvn -Dmaven.test.skip=true package

Features:

  • Distributed Query Processing
  • Corese HTTP server
  • SPARQL Inference Rules
  • SPARQL Template Transformation Language
  • SPARQL approximate search
  • SPARQL Property Path extensions
  • SPIN Syntax
  • RDF Graph as Query Graph Pattern
  • SQL extension function

Versions

Version
4.1.1
4.0.1