corese-core

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

corese-core
Last Version

Last Version

3.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download corese-core

How to add to project

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

Dependencies

compile (19)

Group / Artifact Type Version
fr.com.hp.hpl.jena.rdf.arp : arp jar 2.2.b
fr.inria.wimmics : kgenv jar 3.3.3
fr.inria.wimmics : kgram jar 3.3.3
fr.inria.wimmics : sparql jar 3.3.3
xerces : xercesImpl jar 2.8.0
com.ibm.icu : icu4j jar 3.6.1
commons-lang : commons-lang jar 2.4
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 4.1.1
org.openrdf.sesame : sesame-rio-nquads jar 4.1.1
org.openrdf.sesame : sesame-model jar 4.1.1
org.openrdf.sesame : sesame-util jar 4.1.1
org.apache.logging.log4j : log4j-api jar 2.6.2
org.apache.logging.log4j : log4j-core jar 2.6.2
org.semarglproject : semargl-rdfa jar 0.6.1
com.github.jsonld-java : jsonld-java jar 0.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
3.3.3