Apache Marmotta Platform: Security · This module allows restricting access to the Linked Media Framework using either pre-defined profiles or fine-grained security rules.
Group: org.apache.marmotta - All Dependencies
Apache Marmotta Platform: Reasoner · Provides support for the sKWRL rule-based reasoning language. Rule programs can be uploaded and are evaluated in a forward chaining algorithm whenever a transaction commits. Since the reasoner evaluates rules directly on the database, reasoning is quite efficient.
Apache Marmotta Platform: Linked Data Caching (KiWi Backend) · 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.
Apache Marmotta Client Library for Java · A Java Library for accessing a remote Marmotta installation using REST webservice calls.
LDClient Provider: PHPBB Resource Access · This package provides access to posts, topics and forums stored in a PHPBB installation and maps them to the SIOC ontology to represent the information in RDF. This package is experimental, as PHPBB does not provide proper API access over web services. The providers try parsing the HTML content instead.
LDClient Provider: LDAP Resource Access · This package allows the Linked Data Client to access LDAP resources by mapped to FOAF
KiWi Triplestore: DB Loader · Standalone module to load RDF files into a KiWi Database
LDCache Backend: EHCache · This module offers a backend that allows storing cache entries in an EHCache instance. The backend class is abstract and needs to be subclassed to provide the repository connection for the triples.
Repository Plugin · Check which repository contains which dependencies
Maven Refpack Plugin · This Maven Plugin allows generating IzPack Refpack descriptions out of a collection of dependencies
Apache Marmotta: Maven Plugins · Marmotta-specific maven plugins
Apache Marmotta Platform: Zookeeper · This module provides integration with Apache Zookeeper for cloud configuration management of clusters of Marmotta installations.
Apache Marmotta Splash Screen · Splash screen for desktop environments
Apache Marmotta Parent · Parent POM for the Apache Marmotta project
Maven Marmotta Plugin · A Maven plugin that can be used to configure a running instance of the Linked Media Framework
Loader: KiWi Backend · Apache Marmotta bulk loader backend for loading large datasets into a KiWi backend.
Loader: HBase Backend · Apache Marmotta bulk loader backend for loading large datasets into a Titan/HBase backend.
Loader: BerkeleyDB Backend · Apache Marmotta bulk loader backend for loading large datasets into a Titan/BerkeleyDB backend.
Apache Marmotta Platform: LDP · Provides support for the current working draft of the Linked Data Platform 1.0 specification.
Apache Marmotta Platform: Linked Data Caching (File Backend) · 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.
Apache Marmotta Platform: Titan Backend · This module provides an Apache Marmotta backend using Titan Graph DB as store.
Apache Marmotta Platform: Sesame Native Backend · This module provides an Apache Marmotta backend using a Sesame Native Store. This is a suitable backend in case no database is available or no advanced features like rule-based reasoning or versioning are required.
Apache Marmotta Platform: Sesame Memory Backend · This module provides an Apache Marmotta backend using a Sesame Memory Store. This backend is suitable for testing purposes only as it does not allow persisting data.