JSPM

  • Created
  • Published
  • Downloads 213
  • Score
    100M100P100Q73656F
  • License MPL-2.0

Linked Interoperable Code & Data - A javascript library for interoperability & collaboration based on W3C's Linked Data standards

Package Exports

  • lincd
  • lincd/lib
  • lincd/lib/collections/BlankNodeMap
  • lincd/lib/collections/BlankNodeMap.js
  • lincd/lib/collections/CoreMap
  • lincd/lib/collections/CoreMap.js
  • lincd/lib/collections/CoreSet
  • lincd/lib/collections/CoreSet.js
  • lincd/lib/collections/NodeSet
  • lincd/lib/collections/NodeSet.js
  • lincd/lib/collections/QuadArray
  • lincd/lib/collections/QuadArray.js
  • lincd/lib/collections/QuadSet
  • lincd/lib/collections/QuadSet.js
  • lincd/lib/collections/ShapeSet
  • lincd/lib/collections/ShapeSet.js
  • lincd/lib/index.js
  • lincd/lib/shapes/Shape
  • lincd/lib/shapes/Shape.js
  • lincd/lib/utils/NQuads
  • lincd/lib/utils/NQuads.js
  • lincd/lib/utils/Prefix
  • lincd/lib/utils/Prefix.js
  • lincd/lib/utils/URI
  • lincd/lib/utils/URI.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lincd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

LINCD.js

Javascript library implementing the LINCD protocol.

About LINCD

Even today, most projects use their own data structures, thus creating data silos. Projects that want to share data need understand each others APIs to extract the right data, and then convert that data using custom code.

LINCD aims to remove these barriers to collaboration and interoperability by creating a place where projects can collectively define shared data structures and shared code.

About LINCD.js

LINCD.js is a lightweight Javascript library that implements the LINCD protocol.

With the help of modules built with lincd.js you can integrate data from different sources and build visualizations with ease.

Main Library Features

  • Convert your data to Linked Data and validated SHACL Shapes with ease
  • Access the in-memory graph database with an accessible resource-centric API.
  • Observe changes in the graph with the built-in event system
  • Abstract away ontologies & RDF specifics in Shape Classes
  • Create interface components based on Shape Classes, which abstracts away ontology details from the UI layer
  • Compatible with RDFJS task force spec

Examples & documentation

Are currently actively developed. Signup here to be notified as LINCD is launching

Contributing

To make changes to lincd.js, clone this repository and install dependencies with npm install. Then run npm run dev to start the development process which watches for source file changes in src and automatically updates the individual transpiled files in the lib and the bundles in the dist folder.

Alternatively run npm run build to build the project just once.

We welcome pull requests.