is not current version
Last Version 1.7.1

eu.fbk.knowledgestore:ks-server-http 1.7

The HTTP server module (ks-server-http) implements the Web API of the KnowledgeStore, which includes the two CRUD and SPARQL endpoints. The CRUD Endpoint supports the retrieval and manipulation of semi-structured data about resource, mention, entity and axiom records (encoded in RDF, possibly using JSONLD), and the upload / download of resource representation. The SPARQL Endpoint supports SPARQL SELECT, CONSTRUCT, DESCRIBE and ASK queries according to the W3C SPARQL protocol. The two endpoints are implemented on top of a component implementing the KnowledgeStore Java API (the Store interface), which can be either the the KnowledgeStore frontend (ks-frontend) or the Java Client. The implementation of the module is based on the Jetty Web sever (run in embedded mode) and the Jersey JAX-RS implementation. Reference documentation of the Web API is automatically generated using the Enunciate tool.

GroupId

GroupId

eu.fbk.knowledgestore
ArtifactId

ArtifactId

ks-server-http
Version

Version

1.7
Type

Type

jar

Download ks-server-http 1.7


<!-- https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-http/ -->
<dependency>
    <groupId>eu.fbk.knowledgestore</groupId>
    <artifactId>ks-server-http</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-http/
implementation 'eu.fbk.knowledgestore:ks-server-http:1.7'
// https://jarcasting.com/artifacts/eu.fbk.knowledgestore/ks-server-http/
implementation ("eu.fbk.knowledgestore:ks-server-http:1.7")
'eu.fbk.knowledgestore:ks-server-http:jar:1.7'
<dependency org="eu.fbk.knowledgestore" name="ks-server-http" rev="1.7">
  <artifact name="ks-server-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.knowledgestore', module='ks-server-http', version='1.7')
)
libraryDependencies += "eu.fbk.knowledgestore" % "ks-server-http" % "1.7"
[eu.fbk.knowledgestore/ks-server-http "1.7"]