Skip to content

Commit

Permalink
NED-DBpediaSpotlight v3.5.0: dependencies + SPARQL
Browse files Browse the repository at this point in the history
* upgraded dependencies to qanary.commons and qanary.component
* improved SPARQL query template to fix Virtuoso issues
  • Loading branch information
anbo-de committed Jan 5, 2024
1 parent 596b6b6 commit cb3ed9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions qanary-component-NED-DBpediaSpotlight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-NED-DBpediaSpotlight</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -14,8 +14,8 @@
</parent>
<properties>
<java.version>17</java.version>
<qanary.component.version>[3.7.6,4.0.0)</qanary.component.version>
<qanary.commons.version>[3.8.0,4.0.0)</qanary.commons.version>
<qanary.component.version>[3.9.2,4.0.0)</qanary.component.version>
<qanary.commons.version>[3.11.0,4.0.0)</qanary.commons.version>
<spring-boot-admin.version>2.7.9</spring-boot-admin.version>
<docker.image.prefix>qanary</docker.image.prefix>
<docker.image.name>qanary-component-ned-dbpediaspotlight</docker.image.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ GRAPH ?graph {
qa:score ?score .
}}
WHERE {
BIND (IRI(str(RAND())) AS ?a) .
BIND (IRI(CONCAT("urn:qanary:annotation:instance:", STR(RAND()))) AS ?a) .
BIND (now() as ?time)
}

0 comments on commit cb3ed9d

Please sign in to comment.