UNPKG

rdf2hk

Version:

This library converts RDF to Hyperknowledge Description

64 lines (63 loc) 1.38 kB
{ "name": "rdf2hk", "version": "2.0.1", "description": "This library converts RDF to Hyperknowledge Description", "main": "index.js", "author": "IBM Research", "repository": { "type": "git", "url": "https://github.com/ibm-hyperknowledge/rdf2hk" }, "contributors": [ { "name": "Marcelo Machado", "email": "mmachado@ibm.com" }, { "name": "Marcio Moreno", "email": "mmoreno@br.ibm.com" }, { "name": "Rodrigo Costa", "email": "rodrigo.costa@ibm.com" }, { "name": "Wallas Santos", "email": "wallas.sousa@ibm.com" }, { "name": "Elton Soares", "email": "eltons@ibm.com" } ], "license": "MIT", "dependencies": { "@rdfjs/data-model": "^1.1.2", "hklib": "^5.3.1", "md5.js": "^1.3.5", "n3": "1.16.3", "ninja-util": "^1.2.3", "punycode": "^2.1.1", "rdfxml-streaming-parser": "^1.3.2", "sparqljs": "^3.4.3", "tslib": "^2.4.0", "uuid": "^3.1.0" }, "keywords": [ "hyperknowledge", "hk", "hyperlinkedgraph", "rdf", "owl", "turtle", "semantic web" ], "scripts": { "test": "mocha test test/**/*.js --timeout 360000", "clean-and-install": "rm -rf node_modules && rm -f package-lock.json && npm install" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^9.1.3" } }