diff --git a/qanary-component-QB-Sina/pom.xml b/qanary-component-QB-Sina/pom.xml
index 9696514c..99916bb2 100644
--- a/qanary-component-QB-Sina/pom.xml
+++ b/qanary-component-QB-Sina/pom.xml
@@ -5,8 +5,7 @@
4.0.0
eu.wdaqua.qanary.component
qanary-component-QB-Sina
- 3.3.0
-
+ 3.3.1
org.springframework.boot
spring-boot-starter-parent
diff --git a/qanary-component-QB-Sina/src/main/resources/queries/insert_one_annotation.rq b/qanary-component-QB-Sina/src/main/resources/queries/insert_one_annotation.rq
index d28120ea..c4a0efc0 100644
--- a/qanary-component-QB-Sina/src/main/resources/queries/insert_one_annotation.rq
+++ b/qanary-component-QB-Sina/src/main/resources/queries/insert_one_annotation.rq
@@ -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) .
-}
\ No newline at end of file
+}