UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

15 lines (13 loc) 212 B
"use strict"; /** * Supported repository types * * @readonly * @enum {string} * @author Teodossi Dossev */ var RepositoryType = { ONTOP: 'ontop', GRAPHDB: 'graphdb' }; module.exports = RepositoryType;