0.0.8-alpha.0 • Published 13 days ago

@oslo-flanders/jsonld-context-generator v0.0.8-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

OSLO JSON-LD Context Generator

Given an OSLO-compliant RDF file, this tool generates a JSON-LD context file

Install

npm install @oslo-flanders/jsonld-context-generator

Global install

To use the service from the command line anywhere, you can install it globally.

npm install -g @oslo-flanders/jsonld-context-generator

API

The service is executed from the CLI and expects the following parameters: | Parameter | Description | Required | Possible values | | --------- | --------- | ----------- | --------------- | | --input | The URL or local file path of an OSLO-compliant RDF file | :heavy_check_mark: || | --output | The name of the output file | No, defaults to context.jsonld || | --language | The language in which the context must be generated (labels) | :heavy_check_mark: || | --addDomainPrefix | Prefix every attribute with its domain | No | true or false (default) | | --silent | Suppress log messages | No | true or false (default) |

Usage

oslo-jsonld-context-generator --input https://data.vlaanderen.be/ns/adres.jsonld --language nl
oslo-jsonld-context-generator --input report.jsonld --language nl