0.3.6 • Published 6 years ago
obda-converter v0.3.6
OBDA Converter
JS library for converting common file types used in Ontology-Based Data Access
Provides both CLI and JS API for handling OWL, SPARQL, and ChaseBench common format files
James Errington and George Konstantinidis
--- WARNING - THIS LIBRARY IS STILL UNDER HEAVY DEVELOPMENT - IT IS NOT CURRENTLY FOR USE IN SERIOUS APPLICATIONS ---
Installation
Local
For use of the Javascript API in applications
NPM
npm i obda-converterYarn
yarn add obda-converterthen
var OBDAconverter = require('obda-converter').defaultGlobal
For use of the CLI tool
NPM
npm i obda-converter -gYarn
yarn global add obda-converterUsage
ChaseBench Schema to SQL
Javascript API
OBDAconverter.convertSchemaToSql(schema : string, options? : { clean? : boolean }) : string[]CLI
obdaconvert schema <file> [{-o|--output} <file>] [{-c|--clean}] ChaseBench TGDs to ChaseBench Schema
Javascript API
OBDAconverter.convertTgdToSchema(tgds : string[]) : string[]CLI
obdaconvert tgd <file>Rapid / Iqaros UCQs to SQL
Javascript API
OBDAconverter.convertUcqToSql(ucq : string[], schema : string, options : { format : 'rapid' | 'iqaros' }) : string[]CLI
obdaconvert ucq <file> [{-o|--output} <file>]SPARQL query to ChaseBench query
Javascript API
OBDAconverter.convertSparqlToQuery(sparql : string) : stringCLI
obdaconvert query <file> [{-o|--output} <file>]OWL ontology to ChaseBench TGDs
Javascript API
OBDAconverter.convertOwlToTgd(owl : string) : Promise<string[]>CLI
obdaconvert owl <file> [{-o|--output} <file>]ChaseBench TGDs to OWL ontology
Javascript API
OBDAconverter.convertTgdToOwl(tgds : string[], options? : { uri? : string }) : stringCLI
obdaconvert tgdowl <file> [{-o|--output} <file>] [{-u|--uri} <uri>] 0.3.6
6 years ago
0.3.5
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.21
7 years ago
0.2.20
7 years ago
0.2.19
7 years ago
0.2.18
7 years ago
0.2.17
7 years ago
0.2.16
7 years ago
0.2.15
7 years ago
0.2.14
7 years ago
0.2.13
7 years ago
0.2.12
7 years ago
0.2.11
7 years ago
0.2.10
7 years ago
0.2.9
7 years ago
0.2.8
7 years ago
0.2.7
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago