@innotrade/enapso-graphdb-cli
Version:
ENAPSO Graph Databases Command Line Interface
49 lines (30 loc) • 932 B
JSON
{
"ontologies": [
{
"filename": "./configfile/EnapsoOntologyRepository.owl",
"id": "test1",
"repository": "Test",
"username": "admin",
"password": "root",
"dburl": "http://localhost:7200",
"baseurl": "http://localhost:7200",
"format": "application/rdf+xml",
"baseIRI": "http://ont.enapso.com/repo#",
"context": "http://ont.enapso.com/repo",
"prefix": "enrepo"
},
{
"filename": "./configfile/EnapsoAuthorization.owl",
"id": "test2",
"repository": "enapso-admin",
"username": "admin",
"password": "root",
"dburl": "http://localhost:7200",
"baseurl": "http://localhost:7200",
"format": "application/rdf+xml",
"baseIRI": "http://ont.enapso.com/auth#",
"context": "http://ont.enapso.com/auth",
"prefix": "enauth"
}
]
}