Skip to content

Commit

Permalink
Fixed SPARQL error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmccu committed Nov 18, 2024
1 parent 6243690 commit 6d64af2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion whyis/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__='2.3.18'
__version__='2.3.19'

if __name__ == '__main__':
print(__version__)
10 changes: 5 additions & 5 deletions whyis/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ def probquery(select):
# ?assertion prov:wasDerivedFrom|dc:references ?article.
# #?article a sio:PeerReviewedArticle.
# }
optional {
?article sio:hasAttribute [ a whyis:ConfidenceScore; sio:hasValue ?probability].
}
minus { ?article a np:Nanopublication.}
}
# optional {
# ?article sio:hasAttribute [ a whyis:ConfidenceScore; sio:hasValue ?probability].
# }
# minus { ?article a np:Nanopublication.}
# }
optional {
graph ?prob_assertion {
{ ?assertion sio:hasAttribute [ a sio:ProbabilityMeasure; sio:hasValue ?probability]. }
Expand Down

0 comments on commit 6d64af2

Please sign in to comment.