From e9f461a490da6f59041e2b45a59fcaf9153e7283 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 22 Jun 2024 17:40:39 +0200 Subject: [PATCH] Added three more relevant CiTO intention types --- scholia/app/templates/work_data.sparql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scholia/app/templates/work_data.sparql b/scholia/app/templates/work_data.sparql index 9203dc05d..bb41c384d 100644 --- a/scholia/app/templates/work_data.sparql +++ b/scholia/app/templates/work_data.sparql @@ -207,7 +207,7 @@ WHERE { { SELECT (COUNT(DISTINCT ?citationStatement) AS ?value) ?order ?description ?valueUrl WHERE { VALUES ?work { wd:{{ q }} } - VALUES ?intention { wd:Q96472102 wd:Q101149476 } + VALUES ?intention { wd:Q96472102 wd:Q101149476 wd:Q96471820 } ?work ^ps:P2860 ?citationStatement . ?citationStatement pq:P3712 ?intention . BIND(20 AS ?order) BIND("Data or method used by" AS ?description) @@ -218,7 +218,7 @@ WHERE { { SELECT (COUNT(DISTINCT ?citationStatement) AS ?value) ?order ?description ?valueUrl WHERE { VALUES ?work { wd:{{ q }} } - VALUES ?intention { wd:Q107687829 wd:Q107710355 } + VALUES ?intention { wd:Q107687829 wd:Q107710355 wd:Q117121923 wd:Q117121932 } ?work ^ps:P2860 ?citationStatement . ?citationStatement pq:P3712 ?intention . BIND(21 AS ?order) BIND("Disagreed with by" AS ?description)