See: Description
Package | Description |
---|---|
org.eclipse.lyo.tools.store |
Lyo Store is a library that can be used to persistently store OSLC resources in a
triplestore.
|
org.eclipse.lyo.tools.store.internals |
Contains implementations of the Store interface
|
org.eclipse.lyo.tools.store.internals.query |
Contains internal classes that are responsible for preparing
SPARQL queries from parametrised statements and executing them.
|
This is the Lyo Store project overview.
Lyo Store is a project that is intended to assist the developer that mainly deals with AbstractResource
in their daily line of
work and wants to put RDF representations of those objects into the triplestore.
In order to be able to insert those objects into the triplestore, they need to have the correct annotations on the
class and property level. It is possible to do it manually, refer to the annotation interfaces defined under
org.eclipse.lyo.oslc4j.core.annotation
. Better still, you can use Lyo Toolchain to graphically
model the domain and automatically generate OSLC4J-compliant Java code.
The main part of this project is the Store
interface. You can instantiate concrete implementations of this
interface using the StoreFactory
class.
Copyright © 2017. All rights reserved.