Skip to content

Commit

Permalink
QE-SparqlExecuter v3.2.3: impr name + description
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Jan 5, 2024
1 parent 432928a commit e4864ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions qanary-component-QE-SparqlExecuter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-QE-SparqlExecuter</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -15,7 +15,7 @@
</parent>
<properties>
<java.version>17</java.version>
<qanary.version>[3.7.6,4.0.0)</qanary.version>
<qanary.version>[3.9.2,4.0.0)</qanary.version>
<docker.image.prefix>qanary</docker.image.prefix>
<docker.image.name>qanary-component-qe-sparqlexecuter</docker.image.name>
<dockerfile-maven-version>1.4.13</dockerfile-maven-version>
Expand Down
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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

0 comments on commit e4864ca

Please sign in to comment.