Skip to content

Commit

Permalink
comment change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Dec 18, 2023
1 parent 99fabd3 commit cb0df9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/computation/SPARQL/cid_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
where
{
?pmid <http://prismstandard.org/namespaces/basic/3.0/contentType> ?typec .
filter(contains(?typec,"Journal Article")) .
#filter(contains(?typec,"Journal Article")) .
}
limit %d
offset %d
Expand Down Expand Up @@ -278,6 +278,6 @@
where
{
?pmid <http://prismstandard.org/namespaces/basic/3.0/contentType> ?typec .
filter(contains(?typec,"Journal Article")) .
#filter(contains(?typec,"Journal Article")) .
}
"""
4 changes: 2 additions & 2 deletions app/computation/SPARQL/cid_mesh_used_thesaurus.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
where
{
?pmid <http://prismstandard.org/namespaces/basic/3.0/contentType> ?typec .
filter(contains(?typec,"Journal Article")) .
#filter(contains(?typec,"Journal Article")) .
}
limit %d
offset %d
Expand Down Expand Up @@ -251,6 +251,6 @@
where
{
?pmid <http://prismstandard.org/namespaces/basic/3.0/contentType> ?typec .
filter(contains(?typec,"Journal Article")) .
#filter(contains(?typec,"Journal Article")) .
}
"""

0 comments on commit cb0df9e

Please sign in to comment.