11-12-2019 16:15:02.222 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1321 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) 11-12-2019 16:15:02.226 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE 11-12-2019 16:15:02.226 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default 11-12-2019 16:15:02.284 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy 11-12-2019 16:15:03.761 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) 11-12-2019 16:15:03.779 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] 11-12-2019 16:15:03.784 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 11-12-2019 16:15:03.899 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring embedded WebApplicationContext 11-12-2019 16:15:03.900 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1616 ms 11-12-2019 16:15:04.073 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] 11-12-2019 16:15:04.078 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] 11-12-2019 16:15:04.079 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 11-12-2019 16:15:04.080 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] 11-12-2019 16:15:04.080 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] 11-12-2019 16:15:05.362 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy 11-12-2019 16:15:05.465 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/subject],methods=[GET],produces=[application/rdf+xml || application/xml]}" onto public void eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubject(java.lang.String,java.lang.String,java.lang.String,java.io.OutputStream) throws java.io.IOException,freemarker.template.TemplateException,eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:15:05.467 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjectsWithType],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApiWithType(java.lang.String,java.lang.String,java.lang.String,int,int) 11-12-2019 16:15:05.468 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjects],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApi(java.lang.String,int,int) 11-12-2019 16:15:05.469 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:15:05.470 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:15:05.470 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:15:05.474 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 11-12-2019 16:15:05.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 11-12-2019 16:15:05.523 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:15:05.524 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:15:05.580 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:15:05.869 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup 11-12-2019 16:15:05.940 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) 11-12-2019 16:15:05.946 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 4.468 seconds (JVM running for 8.818) 11-12-2019 16:15:41.184 [http-nio-8281-exec-2] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring FrameworkServlet 'dispatcherServlet' 11-12-2019 16:15:41.184 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started 11-12-2019 16:15:41.212 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 28 ms 11-12-2019 16:15:41.253 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb 11-12-2019 16:15:41.254 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ 11-12-2019 16:15:41.256 [http-nio-8281-exec-2] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb 11-12-2019 16:15:41.256 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ 11-12-2019 16:15:41.323 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ 11-12-2019 16:15:41.323 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ 11-12-2019 16:15:41.339 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init 11-12-2019 16:15:41.340 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init 11-12-2019 16:15:41.788 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established 11-12-2019 16:15:41.792 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established 11-12-2019 16:15:41.803 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to open the database model http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 11-12-2019 16:15:41.808 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 11-12-2019 16:15:41.804 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to open the database model http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 11-12-2019 16:15:41.815 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - eng Collection 1000398 15 Sep 2004 15 Sep 2004 The Historic England National Record of the Historic Environment (NRHE) consists of core elements of the record of England's archaeological and architectural sites held by the NRHE. It encompasses the historic environment in its widest sense and includes archaeological, architectural and historical sites from earliest times to the present day, covering England and its territorial waters (the 12 mile limit). Each record is linked to its corresponding entry in Historic England's Pastscape web site. Historic England National Record of the Historic Environment (NRHE) 1000398 15 Sep 2004 http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess Archaeology Data Service Archaeology Data Service sites and monuments Dataset Collection Historic England Historic England 11-12-2019 16:15:41.893 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added 11-12-2019 16:15:41.895 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown 11-12-2019 16:15:41.912 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 11-12-2019 16:15:41.920 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - 55.945225 -2.758696 ALWINTON, ALNWICK, NORTHUMBERLAND, ENGLAND Spatial region of object https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971 HOUSE eng PALAEOLITHIC http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971 PALAEOLITHIC Temporal region PALAEOLITHIC provided record CROPMARK Historic England Historic England Part of a cropmark with internal markings seen on air photograph. Field investigation in 1957 found the marks to be due to natural undulations and vegetational changes, and no traces of antiquity were observed. NMR_NATINV-3 967971 Part of a cropmark with... Record Part of a cropmark with... Depositor ID: NT 70 NE 1 11-12-2019 16:15:41.954 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added 11-12-2019 16:15:41.955 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown 11-12-2019 16:24:06.285 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy 11-12-2019 16:24:06.289 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown 11-12-2019 16:24:14.695 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1350 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) 11-12-2019 16:24:14.702 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE 11-12-2019 16:24:14.703 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default 11-12-2019 16:24:14.758 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy 11-12-2019 16:24:16.305 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) 11-12-2019 16:24:16.323 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] 11-12-2019 16:24:16.331 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 11-12-2019 16:24:16.433 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring embedded WebApplicationContext 11-12-2019 16:24:16.435 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1677 ms 11-12-2019 16:24:16.659 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] 11-12-2019 16:24:16.665 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] 11-12-2019 16:24:16.666 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 11-12-2019 16:24:16.667 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] 11-12-2019 16:24:16.667 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] 11-12-2019 16:24:18.001 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy 11-12-2019 16:24:18.134 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjectsWithType],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApiWithType(java.lang.String,java.lang.String,java.lang.String,int,int) 11-12-2019 16:24:18.136 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjects],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApi(java.lang.String,int,int) 11-12-2019 16:24:18.141 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/subject],methods=[GET],produces=[application/rdf+xml || application/xml]}" onto public void eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubject(java.lang.String,java.lang.String,java.lang.String,java.io.OutputStream) throws java.io.IOException,freemarker.template.TemplateException,eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:24:18.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:24:18.144 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:24:18.145 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException 11-12-2019 16:24:18.151 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 11-12-2019 16:24:18.152 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 11-12-2019 16:24:18.232 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:24:18.233 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:24:18.311 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 11-12-2019 16:24:18.659 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup 11-12-2019 16:24:18.760 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) 11-12-2019 16:24:18.767 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 4.563 seconds (JVM running for 9.062) 11-12-2019 16:24:21.228 [http-nio-8281-exec-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring FrameworkServlet 'dispatcherServlet' 11-12-2019 16:24:21.229 [http-nio-8281-exec-1] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started 11-12-2019 16:24:21.265 [http-nio-8281-exec-1] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 36 ms 11-12-2019 16:24:21.317 [http-nio-8281-exec-2] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb 11-12-2019 16:24:21.318 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb 11-12-2019 16:24:21.319 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ 11-12-2019 16:24:21.320 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ 11-12-2019 16:24:21.396 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ 11-12-2019 16:24:21.396 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ 11-12-2019 16:24:21.410 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init 11-12-2019 16:24:21.410 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init 11-12-2019 16:24:21.785 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established 11-12-2019 16:24:21.785 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established 11-12-2019 16:24:21.802 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 11-12-2019 16:24:21.803 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 11-12-2019 16:24:21.820 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 11-12-2019 16:24:21.833 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 11-12-2019 16:24:21.911 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added 11-12-2019 16:24:21.916 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown 11-12-2019 16:24:21.932 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added 11-12-2019 16:24:21.938 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown 11-12-2019 17:11:27.595 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy 11-12-2019 17:11:27.599 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown