All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download org.apache.marmotta JAR files with all dependencies

Search JAR files by class name

marmotta-ldcache-kiwi from group org.apache.marmotta (version 3.4.0)

Provides transparent Linked Data Caching in the LMF triple store. When a resource is queried using e.g. LDPath or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is transparently fetched on demand and cached locally.

Group: org.apache.marmotta Artifact: marmotta-ldcache-kiwi
Show all versions Show source 
 

0 downloads
Artifact marmotta-ldcache-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies marmotta-core, marmotta-ldcache-common, marmotta-backend-kiwi, ldcache-sail-kiwi,
There are maybe transitive dependencies!

ldcache-sail-kiwi from group org.apache.marmotta (version 3.4.0)

Stacked Sail that allows transparent access to resources through the Linked Data Cache, retrieving them on demand when needed. Can be wrapped around other Sesame SAILs.

Group: org.apache.marmotta Artifact: ldcache-sail-kiwi
Show all versions Show source 
 

0 downloads
Artifact ldcache-sail-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies ldcache-api, ldcache-core, ldcache-backend-kiwi, kiwi-triplestore, sesame-model, sesame-repository-api, marmotta-commons, marmotta-util-filter, commons-lang3, ldclient-api, ldclient-core, ldclient-provider-rdf, slf4j-api, slf4j-ext, jcl-over-slf4j, log4j-over-slf4j, jul-to-slf4j,
There are maybe transitive dependencies!

ldcache-backend-kiwi from group org.apache.marmotta (version 3.4.0)

Linked Data Caching Backend based on the JDBC database used by the KiWi triple store. Caches resources and caching information in the database and triples in the central triple store (using a dedicated context graph).

Group: org.apache.marmotta Artifact: ldcache-backend-kiwi
Show all versions Show source 
 

2 downloads
Artifact ldcache-backend-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies ldcache-api, kiwi-triplestore, marmotta-sail-contextaware, slf4j-api, log4j-over-slf4j, sesame-model, sesame-repository-api, sesame-repository-sail, sesame-sail-api,
There are maybe transitive dependencies!

ldclient-provider-facebook from group org.apache.marmotta (version 3.4.0)

This package enables the Linked Data Client to access the metadata of Facebook objects using the Facebook Graph API.

Group: org.apache.marmotta Artifact: ldclient-provider-facebook
Show all versions Show source 
 

223 downloads
Artifact ldclient-provider-facebook
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies ldclient-api, ldclient-core, marmotta-commons, marmotta-model-vocabs, guava, jackson-core, jackson-databind,
There are maybe transitive dependencies!

marmotta-sail-contextaware from group org.apache.marmotta (version 3.4.0)

This module provides a Sesame SailWrapper that allows defining a context that overwrites all contexts defined in statements to be added, read, or deleted. It can be used to have a view on repositories that only allows accessing a single named graph.

Group: org.apache.marmotta Artifact: marmotta-sail-contextaware
Show all versions Show source 
 

0 downloads
Artifact marmotta-sail-contextaware
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies sesame-model, sesame-sail-api,
There are maybe transitive dependencies!

marmotta-backend-kiwi from group org.apache.marmotta (version 3.4.0)

This module provides an Apache Marmotta backend based on the KiWi triple store. This is a reasonable setting for most setups, provides more features than other backends and is therefore also the default backend for Marmotta.

Group: org.apache.marmotta Artifact: marmotta-backend-kiwi
Show all versions Show source 
 

0 downloads
Artifact marmotta-backend-kiwi
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies marmotta-core, kiwi-triplestore, kiwi-sparql,
There are maybe transitive dependencies!

marmotta-security from group org.apache.marmotta (version 3.4.0)

This module allows restricting access to the Linked Media Framework using either pre-defined profiles or fine-grained security rules.

Group: org.apache.marmotta Artifact: marmotta-security
Show all versions Show source 
 

0 downloads
Artifact marmotta-security
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies marmotta-core, commons-net, commons-codec,
There are maybe transitive dependencies!

marmotta-user from group org.apache.marmotta (version 3.4.0)

This module provides basic user management support, i.e. adding, editing and removing user configurations from Apache Marmotta.

Group: org.apache.marmotta Artifact: marmotta-user
Show all versions Show source 
 

0 downloads
Artifact marmotta-user
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies marmotta-core, commons-codec,
There are maybe transitive dependencies!

marmotta-versioning-common from group org.apache.marmotta (version 3.4.0)

This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead. This module contains the backend-independent services.

Group: org.apache.marmotta Artifact: marmotta-versioning-common
Show all versions Show source 
 

0 downloads
Artifact marmotta-versioning-common
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies marmotta-core, freemarker,
There are maybe transitive dependencies!

marmotta-ldcache-common from group org.apache.marmotta (version 3.4.0)

Provides common infrastructure for transparent Linked Data Caching in Marmotta. When a resource is queried using e.g. LDPath or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is transparently fetched on demand and cached locally. This module contains the backend-independent services.

Group: org.apache.marmotta Artifact: marmotta-ldcache-common
Show all versions Show source 
 

0 downloads
Artifact marmotta-ldcache-common
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies marmotta-core, ldclient-api, ldclient-core, ldclient-provider-rdf, ldcache-api, ldcache-core,
There are maybe transitive dependencies!



Page 6 from 11 (items total 109)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy