From 264e40fdbdd0a28b60ae94726e957678e1a5ee6d Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:46:38 +0100 Subject: [PATCH 1/2] Update insert_one_annotation.rq Updated used predicate in terms of the Qanary vocabulary as until now `qa:hasScore` was used. Changed it to `qa:score` (which is how the output is declared in the README too) --- .../src/main/resources/queries/insert_one_annotation.rq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d28120ea5..c4a0efc0d 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 +} From 73f356a4101bdde3483bffedea773b8b0eda5968 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:35:39 +0100 Subject: [PATCH 2/2] Increment version --- qanary-component-QB-Sina/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qanary-component-QB-Sina/pom.xml b/qanary-component-QB-Sina/pom.xml index af61a4798..250a81f24 100644 --- a/qanary-component-QB-Sina/pom.xml +++ b/qanary-component-QB-Sina/pom.xml @@ -5,7 +5,7 @@ 4.0.0 eu.wdaqua.qanary.component qanary-component-QB-Sina - 3.2.4 + 3.2.5 org.springframework.boot