Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML files not returned for IDs L375 and beyond (404 status code) #52

Open
mdeagen opened this issue Aug 19, 2021 · 1 comment
Open

XML files not returned for IDs L375 and beyond (404 status code) #52

mdeagen opened this issue Aug 19, 2021 · 1 comment

Comments

@mdeagen
Copy link

mdeagen commented Aug 19, 2021

See for example https://materialsmine.org/nmr/xml/L325_S5_Manafi_2015?format=xml
and compare to https://materialsmine.org/nmr/xml/L375_S1_Rishi_2018?format=xml

Relevant SPARQL query (returns >2000 entities on QA after about a minute):

SELECT DISTINCT ?obj WHERE {
  ?sub ?pred ?obj 
  FILTER(REGEX(STR(?obj), "format=xml")) 
}

Experiment IDs are typically incremented (e.g. L323, L324, L325), and this issue seems to coincide with a jump in the experiment ID naming scheme from L325 to L375.

@jpmccu
Copy link
Member

jpmccu commented Aug 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants