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

@oslo-flanders/html-respec-generator

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslo-flanders/html-respec-generator

Generates an HTML respec file using an OSLO-compliant RDF file

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
3
Created
Source

OSLO HTML ReSpec Generator

Given an OSLO-compliant RDF file, this tool generates an HTML file with the ReSpec layout

Note

This tool has not been thoroughly tested and is primarily used as a visual validation tool!

Install

npm install @oslo-flanders/html-respec-generator

Global install

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

npm install -g @oslo-flanders/html-respec-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-compliant RDF file:heavy_check_mark:
--outputThe name of the output fileNo, defaults to context.jsonld
--specificationTypeThe type of specificationNo, defaults to VocabularyApplicationProfile or Vocabulary
--specificationNameTitle of the documentNo
--languageThe language in which the HTML file must be generated (labels):heavy_check_mark:
--silentSuppress log messagesNotrue or false (default)

Usage

oslo-generator-respec --input https://data.vlaanderen.be/ns/adresregister/context.jsonld --language nl
oslo-generator-respec --input report.jsonld --language nl --specificationType ApplicationProfile --specificationName "OSLO-Verkeersmetingen"

FAQs

Package last updated on 25 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