ld-r.org
Linked Data Reactor | Config | Reactors
http://ld-r.org/docs/configReactors.html
Configs are defined per scope. A scope is one of the 15 combinations of 'dataset', 'resource', 'property' and 'object' hierarchies. The configuration is shaped from traversing the less-specific scope to the more-specific scope. The 'generic' config for each scope will be used if no specific config is defined for a graph. For each scope, you need to change the following parameters. Selects the right component for handling a dataset. Http:/ xmlns.com/foaf/0.1/depiction']. Can be used to hide a dataset.
ld-r.org
Linked Data Reactor | Components | Core
http://ld-r.org/docs/componentsCore.html
A simple list of resources. Pagination for resource list. For browsing a collection of resources. For handling an individual property of a resource. Handles the property lable and hint. Applies to each individual object of a property. Applies to whole objects of a property. Dispatcher for individual edit components. Dispatcher for individual view components. Dispatcher for aggregate edit components. Dispatcher for aggregate view components. Dispatcher for browse components. Default browser for facets.
ld-r.org
Linked Data Reactor | Screenshot
http://ld-r.org/docs/screenshot.html
Try LD-R online at demo.ld-r.org. Or checkout this demo video. Edit page on Github.
ld-r.org
Linked Data Reactor | Architecture
http://ld-r.org/docs/architecture.html
LD-R follows the best practices for single directional data flow proposed by Flux. LD-R consists of 4 main component layers:. This layer handles events dealing with a set of resources. The unit of action here is a named graph. This layer handles events related to a resource (i.e. anything we would like to describe). Resource URI is used here for identifying the resource. Edit page on Github.
ld-r.org
Linked Data Reactor | Components | Reactors
http://ld-r.org/docs/componentsReactors.html
Handles properties of a resource. Handles value of a property. Edit page on Github.
ld-r.org
Linked Data Reactor | Plugins | Google Analytics
http://ld-r.org/docs/pluginGA.html
LD-R provides a plugin for Google analytics which allows you to track the users of your Linked Data applications. To enable this plugin, you need to set the value for googleAnalyticsID. To 'your Google Analytics ID' in configs/general.js. Edit page on Github.
ld-r.org
Linked Data Reactor | Tasks in Progress
http://ld-r.org/docs/inProgress.html
Design a smart routing algorithm for default routing of components (e.g. based on value types or components metadata). Add interface for other Triple stores than 'Virtuoso', 'Stardog', 'ClioPatria' and 'Sesame'. Consider Language tag in SPARQL Queries. Support LD-Fragment for streaming query results (useful esp. in facets). Add infinte scrolling features to facets. Add more customized facets (e.g. charts, timeline, etc.). Implement Aggregate Property Reactor. Complete documentation for components.
ld-r.org
Linked Data Reactor | Features
http://ld-r.org/docs/features.html
Why a new LD framework? User Interface as first class citizen. To enable building reusable UI components for SW applications. Focusing on UI components, will enable developers to concentrate more on the standardization of SW UIs and applying best practices on SW applications. Write code once, exploit twice! LD-R offers the first Isomorphic Semantic Web Application. Thanks to the underlying Fluxible. Reuse current Web components within SW apps. Share components and configs rather than code!
ld-r.org
Linked Data Reactor | Basic Tutorial
http://ld-r.org/docs/basicTutorial.html
Before you start this tutorial, please make sure that you have followed the instructions on our Quick Start. Page and have installed everything which is required for this tutorial. What is it about? In this tutorial, we will build a LD-R application on top of the DBpedia. Knowledge graph - extracted structred information from Wikipedia. The tutorial will show how the basic configurations in LD-R can be applied to view, edit and browse Linked Data. On my project directory.). If you click on the Datasets.
ld-r.org
Linked Data Reactor | Plugins | Authentication
http://ld-r.org/docs/pluginAuth.html
LD-R provides a plugin for authentication and user access control. Since LD-R stores users as resources in the triple store, you need to first insert user's data into your data store under a graph name. You then need to set this dataset URI as authDatasetURI. In your general.js config file. There is already a sample schema available for admin user at plugins/authentication/schema/users.ttl. That can be used. To enable user authentication, you need to set the value for enableAuthentication.