New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lincd

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lincd

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

  • 0.1.11
  • npm
  • Socket score

Version published
Weekly downloads
29
increased by52.63%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 02 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc