Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Generic Linked Data browser and UX component framework. Apache license.

License

NotificationsYou must be signed in to change notification settings

AtomGraph/Web-Client

Repository files navigation

AtomGraph Web-Client is a Linked Data web client. If you have a triplestore with RDF data that you want to publishand/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)usingXSLT 3.0 stylesheets.

AtomGraph Web-Client screenshot

Features

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

  • loading RDF data from remote Linked Data sources
  • multilingual, responsive user interface built with Twitter Bootstrap (currently2.3.2)
  • multiple RDF rendering modes (currently item/list/table/map)
  • RDF editing mode based onRDF/POST encoding
  • SPARQL endpoint with interactive results

Getting started

For full documentation, see thewiki index.

Usage

Docker

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

STYLESHEET
Custom XSLT stylesheet
URI, optional
RESOLVING_UNCACHED
Iftrue, the stylesheet will attempt to resolve (dereference) URI resources in the rendered RDF data to improve the UX
true/false, optional

Run Web-Client with thedefault XSLT stylesheet like this:

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

Web-Client will be available onhttp://localhost:8080.

Maven

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

Support

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

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

Community

Please join the W3CDeclarative Linked Data Apps Community Group to discussand develop AtomGraph and declarative Linked Data architecture in general.


[8]ページ先頭

©2009-2025 Movatter.jp