Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@oslo-flanders/json-webuniversum-generator

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslo-flanders/json-webuniversum-generator

Generates a JSON file which is used to generate an HTML template using Webuniversum 3

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
3
Created
Source

oslo-generator-json-webuniversum OSLO JSON Webuniversum Generator

This package transforms an OSLO JSON-LD file into a JSON configuration file which will be used by the Nuxt.JS Service to render vocabularies and application profiles

Install

npm install @oslo-flanders/json-webuniversum-generator

Global install

npm install -g @oslo-flanders/json-webuniversum-generator

API

The service is executed from the CLI and expects the following parameters:

ParameterDescriptionRequiredPossible values
--inputThe URL or local file path of an OSLO stakeholders csv file:heavy_check_mark:
--outputName of the output fileNo, default webuniversum-config.json
--languageThe language in which the config must be generated:heavy_check_mark:
--applyFilteringWether or not to apply filters on the generated output. The filters limit the generated classes, datatypes, entities and properties that will be shown to a certain scopes. If you just want all possible values, you can set the value to false.No, default truetrue or false
--publicationEnvironmentThe base URI of environment where the document will be published:heavy_check_mark:
--specificationTypeThe type of specificationNo, defaults to VocabularyApplicationProfile or Vocabulary
--allTagsWhether or not to make a selection of key values for the generated classes, datatypes entities and properties.No, default falsetrue or false
--inheritanceAdd all properties from the superclass to the child classNo, default falsetrue or false

Usage

oslo-webuniversum-json-generator --input report.jsonld --language nl --publicationEnvironment https://data.vlaanderen.be
oslo-webuniversum-json-generator --input report.jsonld --language nl --applyFiltering false --publicationEnvironment https://data.vlaanderen.be
oslo-webuniversum-json-generator --input report.jsonld --language nl --applyFiltering false --publicationEnvironment https://data.vlaanderen.be --specificationType ApplicationProfile

FAQs

Package last updated on 28 Aug 2025

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