Home

Awesome

AtomGraph Web-Client is a Linked Data web client. If you have a triplestore with RDF data that you want to publish and/or build an end-user application on it, or would like to explore Linked Open Data, Web-Client provides the components you need.

Web-Client renders (X)HTML user interface by transforming "plain" RDF/XML (without nested resource descriptions) using XSLT 3.0 stylesheets.

AtomGraph Web-Client screenshot

Features

What AWC provides for users as out-of-the-box generic features:

Getting started

For full documentation, see the wiki index.

Usage

Docker

Processor is available from Docker Hub as atomgraph/web-client image. It accepts the following environment variables (that become webapp context parameters):

<dl> <dt><code>STYLESHEET</code></dt> <dd>Custom XSLT stylesheet</dd> <dd>URI, optional</dd> <dt><code>RESOLVING_UNCACHED</code></dt> <dd>If <code>true</code>, the stylesheet will attempt to resolve (dereference) URI resources in the rendered RDF data to improve the UX</dd> <dd><code>true</code>/<code>false</code>, optional</dd> </dl>

Run Web-Client with the default XSLT stylesheet like this:

docker run -p 8080:8080 atomgraph/web-client

Web-Client will be available on http://localhost:8080.

Maven

Web-Client is released on Maven central as com.atomgraph:client.

Support

Please report issues if you've encountered a bug or have a feature request.

Commercial AtomGraph consulting, development, and support are available from AtomGraph.

Community

Please join the W3C Declarative Linked Data Apps Community Group to discuss and develop AtomGraph and declarative Linked Data architecture in general.