Skip to content

Commit

Permalink
Merge pull request #336 from WDAqua/updated_insert_query_for_qb_sina
Browse files Browse the repository at this point in the history
Update insert_one_annotation.rq
  • Loading branch information
dschiese authored Jan 23, 2024
2 parents 182009b + 3194924 commit 4a4f3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions qanary-component-QB-Sina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-QB-Sina</artifactId>
<version>3.3.0</version>

<version>3.3.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ INSERT {
?a oa:hasBody ?body ;
oa:annotatedBy ?application ;
oa:annotatedAt ?time ;
qa:hasScore ?score .
qa:score ?score .
}
}
WHERE {
BIND (IRI(str(RAND())) AS ?a) .
BIND (now() as ?time) .
}
}

0 comments on commit 4a4f3f0

Please sign in to comment.