From f3d2f15e59cb9ba463187e8015ac3fddb9ebffe8 Mon Sep 17 00:00:00 2001 From: rcolin Date: Thu, 29 Aug 2019 17:35:16 +0200 Subject: [PATCH] add missing RDF properties on the config.properties file example Signed-off-by: rcolin --- docs/localInstallation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/localInstallation.md b/docs/localInstallation.md index 72f923e..815c03b 100644 --- a/docs/localInstallation.md +++ b/docs/localInstallation.md @@ -655,11 +655,14 @@ pg.user=opensilex pg.password=azerty # RDF4J Configuration +rdf.base.uri=http://www.opensilex.org/ rdf.host=127.0.0.1 rdf.port=8080 rdf.path=rdf4j-server -rdf.infra=opensilex +rdf.infra= +rdf.infra.code= rdf.repo=opensilex +rdf.vocabulary.context=http://www.opensilex.org/vocabulary/oeso # Webservice configuration ws.log.dir=/home/tomcat/apache-tomcat/logs/opensilex-ws