All Projects → AtomGraph → Web Client

AtomGraph / Web Client

Licence: apache-2.0
Generic Linked Data browser and UX component framework. Apache license.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Web Client

Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (-48.57%)
Mutual labels:  linked-data, rdf, generic, semantic-web, knowledge-graph
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (-54.29%)
Mutual labels:  linked-data, rdf, semantic-web, knowledge-graph
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  linked-data, rdf, semantic-web, knowledge-graph
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+42.86%)
Mutual labels:  linked-data, rdf, semantic-web, knowledge-graph
awesome-ontology
A curated list of ontology things
Stars: ✭ 73 (-30.48%)
Mutual labels:  linked-data, rdf, semantic-web, knowledge-graph
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (+241.9%)
Mutual labels:  knowledge-graph, linked-data, rdf, semantic-web
YALC
🕸 YALC: Yet Another LOD Cloud (registry of Linked Open Datasets).
Stars: ✭ 14 (-86.67%)
Mutual labels:  linked-data, rdf, semantic-web
carml
A pretty sweet RML engine, for RDF.
Stars: ✭ 74 (-29.52%)
Mutual labels:  linked-data, rdf, semantic-web
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (-79.05%)
Mutual labels:  linked-data, rdf, semantic-web
Schema Dts
JSON-LD TypeScript types for Schema.org vocabulary
Stars: ✭ 338 (+221.9%)
Mutual labels:  knowledge-graph, linked-data, semantic-web
Jsonld.js
A JSON-LD Processor and API implementation in JavaScript
Stars: ✭ 1,212 (+1054.29%)
Mutual labels:  linked-data, rdf, semantic-web
Rdf
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
Stars: ✭ 353 (+236.19%)
Mutual labels:  linked-data, rdf, semantic-web
titanium-json-ld
A JSON-LD 1.1 Processor & API
Stars: ✭ 79 (-24.76%)
Mutual labels:  linked-data, rdf, semantic-web
twinql
A graph query language for the semantic web
Stars: ✭ 17 (-83.81%)
Mutual labels:  linked-data, rdf, semantic-web
Limes
Link Discovery Framework for Metric Spaces.
Stars: ✭ 94 (-10.48%)
Mutual labels:  linked-data, rdf, semantic-web
semantic-python-overview
(subjective) overview of projects which are related both to python and semantic technologies (RDF, OWL, Reasoning, ...)
Stars: ✭ 406 (+286.67%)
Mutual labels:  rdf, semantic-web, knowledge-graph
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+263.81%)
Mutual labels:  ui-kit, ui-framework, ui-components
Pyld
JSON-LD processor written in Python
Stars: ✭ 413 (+293.33%)
Mutual labels:  linked-data, rdf, semantic-web
everything
The semantic desktop search engine
Stars: ✭ 22 (-79.05%)
Mutual labels:  rdf, semantic-web, knowledge-graph
Informationmodel
The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Stars: ✭ 27 (-74.29%)
Mutual labels:  linked-data, rdf, semantic-web

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 2.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 (currently 2.3.2)
  • multiple RDF rendering modes (currently item/list/table/map)
  • RDF editing mode based on RDF/POST encoding
  • SPARQL endpoint with interactive results

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):

STYLESHEET
Custom XSLT stylesheet
URI, optional
RESOLVING_UNCACHED
If true, 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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].