Giter Site home page Giter Site logo

jsonld-cli's Introduction

jsonld-cli

Dependency Status

Introduction

This module provides a command line tool jsonld to manipulate JSON-LD data. It is written in JavaScript for node.js and uses the jsonld.js and jsonld-request. Inputs can be from stdin, URLs, or files.

Requirements

Installation

Go to the checked out git repository location:

cd jsonld-cli

Install your local version:

sudo npm install -g

If local install fails, try uninstalling any previous version:

sudo npm uninstall -g jsonld-cli

Or install latest release from the npm repository:

sudo npm install -g jsonld-cli --unsafe-perm

Usage

The jsonld command line tool can be used to:

  • Import N-Quads to JSON-LD
  • Transform JSON-LD to compact, expanded, normalized, or flattened form
  • Transform RDFa to JSON-LD
  • Normalize JSON-LD/RDFa Datasets to N-Quads

All inputs can be given as a local file name, a URL, or standard in (-).

To show tool options, a list of commands, or command options:

jsonld --help
jsonld COMMAND --help

To import from N-Quads:

jsonld import test/doc.txt

To frame a document using a JSON-LD frame:

jsonld frame -f test/frame.json test/doc.json

To compact a document using a JSON-LD context:

jsonld compact -c test/context.json test/doc.json

To normalize as N-Quads:

jsonld normalize -q test/doc.json

The N-Quads can then be processed via SHA-256, or similar algorithm, to get a deterministic hash of the contents of the Dataset.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: [email protected]

jsonld-cli's People

Contributors

davidlehn avatar fsteeg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.