Skip to content

Commit

Permalink
Added three more relevant CiTO intention types
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 22, 2024
1 parent 9eb28f3 commit 6b8d2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scholia/app/templates/work_data.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 6b8d2d1

Please sign in to comment.