graphdb: Update api usage for 10.x

This commit updates the usage of the GraphDB API for version 10.0 or
later.
This commit is contained in:
Tom Wiesing 2022-07-11 15:29:07 +02:00
parent 07755aacf5
commit 18c4957e30
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -12,13 +12,13 @@
rep:repositoryID "${GRAPHDB_REPO}" ;
rdfs:label "${INSTANCE_DOMAIN}" ;
rep:repositoryImpl [
rep:repositoryType "graphdb:FreeSailRepository" ;
rep:repositoryType "graphdb:SailRepository" ;
sr:sailImpl [
sail:sailType "graphdb:FreeSail" ;
sail:sailType "graphdb:Sail" ;
owlim:owlim-license "" ;
owlim:base-URL "http://${INSTANCE_DOMAIN}/#" ;
owlim:base-URL "http://${INSTANCE_DOMAIN}/" ;
owlim:defaultNS "" ;
owlim:entity-index-size "10000000" ;
owlim:entity-id-size "32" ;

View file

@ -4,5 +4,6 @@
"ROLE_USER",
"READ_REPO_${GRAPHDB_REPO}",
"WRITE_REPO_${GRAPHDB_REPO}"
]
],
"password": "${GRAPHDB_PASSWORD}"
}