From e4864caab5a5c233a8520fac971601b5fa97a799 Mon Sep 17 00:00:00 2001 From: anbo-de Date: Fri, 5 Jan 2024 01:39:55 +0100 Subject: [PATCH] QE-SparqlExecuter v3.2.3: impr name + description --- qanary-component-QE-SparqlExecuter/pom.xml | 4 ++-- .../src/main/resources/config/application.properties | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/qanary-component-QE-SparqlExecuter/pom.xml b/qanary-component-QE-SparqlExecuter/pom.xml index d618c08db..f78571506 100644 --- a/qanary-component-QE-SparqlExecuter/pom.xml +++ b/qanary-component-QE-SparqlExecuter/pom.xml @@ -5,7 +5,7 @@ 4.0.0 eu.wdaqua.qanary.component qanary-component-QE-SparqlExecuter - 3.2.2 + 3.2.3 org.springframework.boot @@ -15,7 +15,7 @@ 17 - [3.7.6,4.0.0) + [3.9.2,4.0.0) qanary qanary-component-qe-sparqlexecuter 1.4.13 diff --git a/qanary-component-QE-SparqlExecuter/src/main/resources/config/application.properties b/qanary-component-QE-SparqlExecuter/src/main/resources/config/application.properties index cc2ca8337..4df25bd8e 100644 --- a/qanary-component-QE-SparqlExecuter/src/main/resources/config/application.properties +++ b/qanary-component-QE-SparqlExecuter/src/main/resources/config/application.properties @@ -1,7 +1,7 @@ # Update the port number server.port=10010 -spring.application.name=SparqlExecuter -spring.application.description=${spring.application.name} is a Qanary component +spring.application.name=QE-SparqlQueryExecutedAutomaticallyOnWikidataOrDBpedia +spring.application.description=${spring.application.name} is a Qanary component that is fetching SPARQL queries (annotation: AnswerSPARQL) from the Qanary triplestore, identifies the corresponding knowledge graph (Wikidata or DBpedia), and finally retrieves the answers. Finally, the answers are stored in the Qanary triplestore. # Update the URL of the qanary pipeline spring.boot.admin.url=http://localhost:8080 spring.boot.admin.client.url=${spring.boot.admin.url} @@ -34,4 +34,3 @@ server.ssl.key-store-type= server.ssl.enabled=false knowledgegraph.endpoint.dbpedia=https://dbpedia.org/sparql knowledgegraph.endpoint.wikidata=https://query.wikidata.org/sparql -