AriadnePlus/dnet-ariadneplus-graphdb-pu.../log_11-12-2019_0.log

252 lines
31 KiB
Plaintext

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<java.lang.String> 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<java.lang.String> 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<java.util.Map<java.lang.String, java.lang.Object>> 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 -
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:aocat="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/"
xmlns:ariadneplus="https://ariadne-infrastructure.eu/aocat/"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:crmpe="http://parthenos.d4science.org/CRMext/CRMpe.rdfs/"
xmlns:lexvo="http://lexvo.org/id/iso639-2/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:oai="http://www.openarchives.org/OAI/2.0/">
<rdf:Description rdf:about="http://lexvo.org/id/iso639-2/eng">
<skos:prefLabel xml:lang="en">eng</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Collection/1000398">
<aocat:has_access_policy rdf:resource="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess"/>
<aocat:has_ARIADNE_subject rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/sites%20and%20monuments"/>
<aocat:has_owner rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England"/>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection"/>
<aocat:has_creator rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England"/>
<aocat:has_publisher rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Archaeology%20Data%20Service"/>
<rdfs:label>Collection 1000398</rdfs:label>
<aocat:has_type rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/Dataset%20Collection"/>
<aocat:was_created_on>15 Sep 2004</aocat:was_created_on>
<aocat:was_issued>15 Sep 2004</aocat:was_issued>
<aocat:has_description xml:lang="en">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.</aocat:has_description>
<aocat:has_title xml:lang="en">Historic England National Record of the Historic Environment (NRHE)</aocat:has_title>
<aocat:has_original_id>1000398</aocat:has_original_id>
<aocat:has_language rdf:resource="http://lexvo.org/id/iso639-2/eng"/>
<aocat:was_modified>15 Sep 2004</aocat:was_modified>
<aocat:has_access_rights>http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess</aocat:has_access_rights>
<aocat:has_responsible rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England"/>
<aocat:has_contributor rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Archaeology%20Data%20Service"/>
</rdf:Description>
<rdf:Description rdf:about="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">
<rdfs:label>http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Agent/Archaeology%20Data%20Service">
<aocat:has_name xml:lang="en">Archaeology Data Service</aocat:has_name>
<rdfs:label>Archaeology Data Service</rdfs:label>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Agent"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/sites%20and%20monuments">
<skos:prefLabel xml:lang="en">sites and monuments</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/Dataset%20Collection">
<skos:prefLabel xml:lang="en">Dataset Collection</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England">
<aocat:has_name xml:lang="en">Historic England</aocat:has_name>
<rdfs:label>Historic England</rdfs:label>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Agent"/>
</rdf:Description>
</rdf:RDF>
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 -
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:aocat="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/"
xmlns:ariadneplus="https://ariadne-infrastructure.eu/aocat/"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:crmpe="http://parthenos.d4science.org/CRMext/CRMpe.rdfs/"
xmlns:lexvo="http://lexvo.org/id/iso639-2/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:oai="http://www.openarchives.org/OAI/2.0/">
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Place/3C18B83B-E1C4-31C0-9D3A-4166E4BE76C6">
<aocat:has_latitude>55.945225</aocat:has_latitude>
<aocat:has_longitude>-2.758696</aocat:has_longitude>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Spatial_Region_Point"/>
<aocat:has_place_name xml:lang="en">ALWINTON, ALNWICK, NORTHUMBERLAND, ENGLAND</aocat:has_place_name>
<rdfs:label>Spatial region of object https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971</rdfs:label>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Spatial_Region"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/ADS/HOUSE">
<skos:prefLabel xml:lang="en">HOUSE</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="http://lexvo.org/id/iso639-2/eng">
<skos:prefLabel xml:lang="en">eng</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Collection/1000398">
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/ADS/PALAEOLITHIC">
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
<skos:prefLabel xml:lang="en">PALAEOLITHIC</skos:prefLabel>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</rdf:Description>
<rdf:Description rdf:about="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess">
<rdfs:label>http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</rdf:Description>
<rdf:Description rdf:about="https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971">
<rdfs:label>https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</rdf:Description>
<rdf:Description rdf:about="urn:uuid:50327435-0102-4437-b187-24ddd4f60dfc">
<aocat:has_native_period rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/ADS/PALAEOLITHIC"/>
<rdfs:label>PALAEOLITHIC</rdfs:label>
<aocat:has_period rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/ADS/PALAEOLITHIC"/>
<rdfs:label>Temporal region PALAEOLITHIC</rdfs:label>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Temporal_Region"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/provided%20record">
<skos:prefLabel xml:lang="en">provided record</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Concept/ADS/CROPMARK">
<skos:prefLabel xml:lang="en">CROPMARK</skos:prefLabel>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Concept"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England">
<aocat:has_name xml:lang="en">Historic England</aocat:has_name>
<rdfs:label>Historic England</rdfs:label>
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Agent"/>
</rdf:Description>
<rdf:Description rdf:about="https://ariadne-infrastructure.eu/aocat/Resource/3C18B83B-E1C4-31C0-9D3A-4166E4BE76C6">
<rdf:type rdf:resource="https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource"/>
<aocat:has_landing_page rdf:resource="https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971"/>
<aocat:has_description xml:lang="en">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.</aocat:has_description>
<aocat:has_identifier>NMR_NATINV-3</aocat:has_identifier>
<aocat:has_access_policy rdf:resource="http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess"/>
<aocat:has_language rdf:resource="http://lexvo.org/id/iso639-2/eng"/>
<aocat:has_type rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/AO_Categories/provided%20record"/>
<aocat:has_temporal_coverage rdf:resource="urn:uuid:50327435-0102-4437-b187-24ddd4f60dfc"/>
<aocat:has_original_id>967971</aocat:has_original_id>
<aocat:has_creator rdf:resource="https://ariadne-infrastructure.eu/aocat/Agent/Historic%20England"/>
<aocat:has_title xml:lang="en">Part of a cropmark with...</aocat:has_title>
<aocat:is_part_of rdf:resource="https://ariadne-infrastructure.eu/aocat/Collection/1000398"/>
<aocat:has_native_subject rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/ADS/HOUSE"/>
<rdfs:label>Record Part of a cropmark with...</rdfs:label>
<aocat:has_spatial_coverage rdf:resource="https://ariadne-infrastructure.eu/aocat/Place/3C18B83B-E1C4-31C0-9D3A-4166E4BE76C6"/>
<aocat:has_native_subject rdf:resource="https://ariadne-infrastructure.eu/aocat/Concept/ADS/CROPMARK"/>
<aocat:has_identifier>Depositor ID: NT 70 NE 1</aocat:has_identifier>
</rdf:Description>
</rdf:RDF>
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<java.lang.String> 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<java.lang.String> 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<java.util.Map<java.lang.String, java.lang.Object>> 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