fr.inria.wimmics:kgtool

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.wimmics
ArtifactId

ArtifactId

kgtool
Last Version

Last Version

3.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download kgtool

How to add to project

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

Dependencies

compile (17)

Group / Artifact Type Version
fr.com.hp.hpl.jena.rdf.arp : arp jar 2.2.b
fr.inria.wimmics : kgenv jar 3.2.1
fr.inria.wimmics : kgram jar 3.2.1
fr.inria.wimmics : sparql jar 3.2.1
xerces : xercesImpl jar 2.8.0
com.ibm.icu : icu4j jar 3.6.1
commons-lang : commons-lang jar 2.4
log4j : log4j jar 1.2.12
xml-apis : xml-apis jar 1.3.03
com.sun.jersey : jersey-bundle jar 1.15
com.sun.jersey : jersey-core jar 1.15
org.semarglproject : semargl-core jar 0.6.1
org.openrdf.sesame : sesame-rio-api jar 2.8.0-beta2
org.openrdf.sesame : sesame-model jar 2.8.0-beta2
org.semarglproject : semargl-rdfa jar 0.6.1
com.github.jsonld-java : jsonld-java jar 0.3
edu.stanford.nlp : stanford-parser jar 3.5.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.testng : testng jar 6.8.21
org.apache.jena : jena-arq jar 2.10.0

system (1)

Group / Artifact Type Version
edu.sussex.nlp » jws jar 11

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
3.2.1
3.2.0