@oslo-flanders/rdf-vocabulary-generator v1.0.0
OSLO RDF Vocabulary Generator
Given an OSLO-compliant RDF file, this tool generates an RDF vocabulary
Install
npm install @oslo-flanders/rdf-vocabulary-generatorGlobal install
To use the service from the command line anywhere, you can install it globally.
npm install -g @oslo-flanders/rdf-vocabulary-generatorAPI
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 | :heavy_check_mark: ||
| --language | The language in which the rdf vocabulary must be generated (labels) | :heavy_check_mark: ||
| --contentType | Prefix every attribute with its domain | No | text/turtle, application/n-quads, application/n-triples, application/ld+json |
| --silent | Suppress log messages | No | true or false (default) |
Usage
oslo-generator-rdf --input report.jsonld --output report.ttl --language nl --contentType text/turtle
oslo-generator-rdf --input report.jsonld --output report.ttl --language nl --contentType application/n-quads9 months ago
10 months ago
12 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago