Skip to content

Commit

Permalink
Adapted identifiers of terminologies in queries to new contention name
Browse files Browse the repository at this point in the history
  • Loading branch information
pamichel authored Jul 17, 2023
1 parent d2b8329 commit e95cd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/doc/api/sparql.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SELECT
?pos2
WHERE {
?publi :hasAnnotation ?a .
?a :hasBody sibilc:mesh%7CD013987 .
?a :hasBody sibilc:Mesh_St%7CD013987 .
?a :hasTarget ?trg .
?trg :hasSelector ?sel .
?sel :exact ?word.
Expand All @@ -95,7 +95,7 @@ WHERE {
?sel2 :start ?pos2 .
?trg2 :hasSource ?part.
?a2 :hasBody ?cpt2.
?cpt2 skos:inScheme :ncit.
?cpt2 skos:inScheme :Ncit_St.
FILTER (abs(?pos2 - ?pos) < 30 && ?a != ?a2)
}
Expand Down

0 comments on commit e95cd56

Please sign in to comment.