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

Target names do not match obscore values #23

Open
DougBurke opened this issue Sep 2, 2011 · 0 comments
Open

Target names do not match obscore values #23

DougBurke opened this issue Sep 2, 2011 · 0 comments

Comments

@DougBurke
Copy link
Collaborator

The paper http://labs.adsabs.harvard.edu/ui/abs/1986Natur.321..361F references IUE observations of Comet Halley. If you go to the IUE results page at MAST then you can see that the target names are COM P/HALLEY or COM P/HA NEAR but if you look at the Datasets table in

http://labs.adsabs.harvard.edu/semantic2/alpha/explorer/publications#fq=bibcode%3A1986Natur.321..361F&q=*%3A*

then you see target names of P, HALLEY and C.

The obscore values for these observations have titles of:

% awk -F\| '{ print $17 "  " $10; }' obscore.iue.psv | egrep 'lwp07766|lwp07789|swp27884|swp27914'
lwp07766mxlo  C/HALLEY
lwp07789mxlo  C/HALLEY
swp27884mxlo  P/HALLEY
swp27914mxlo  HALLEY

So the "/" in the title presumably explains what is going on. Looking in the RDF store:

SELECT ?s ?p WHERE { ?s ?p "swp27884mxlo" . }

returns two URIs, including <http://ads.harvard.edu/sem/obsv/observation/MAST/iue/obsid/swp27884mxlo> which has a ns2:target of <http://ads.harvard.edu/sem/obsv/target/MAST/P%2FHALLEY> which itself has a ns2:name of

"P/HALLEY"
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

1 participant