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

Experimental technique #67

Open
RKrahl opened this issue Mar 9, 2023 · 0 comments
Open

Experimental technique #67

RKrahl opened this issue Mar 9, 2023 · 0 comments

Comments

@RKrahl
Copy link
Member

RKrahl commented Mar 9, 2023

The ExPaNDS project has developed PaNET – The Photon and Neutron Experimental Techniques Ontology. I assume other (experiment performing) scientific communities might have similar vocabularies for their techniques. Obviously, it would be interesting to link an instrument with the experimental technique(s) it has been designed to use. Surprisingly enough, there doesn't seem to be a proper place in our schema to do that.

Experimental techniques seem to be somewhat complementary to MeasuredVariable: the latter is the physical observable that the instrument records. The technique goes way beyond that, it describes the physical phenomenon that the instrument makes use of or the measurement protocol it performs in order to make an observation. MeasuredVariable is fair enough for simple instruments like temperature sensors. But it is too limited to describe complex instruments such as an experimental station for x-ray absorption spectroscopy.

Interestingly enough, it is possible to include the link from the instrument to the experimental technique in the DataCite schema: the subject property in DataCite is mostly used to just add keywords. But using its subproperties, it is versatile enough to also establish the link to a PaNET term. I did that excercise for one of our instrument DOIs (see the DataCite XML metadata):

  <subjects>
    <subject>BER II</subject>
    <subject>Diffraction</subject>
    <subject>Neutron source</subject>
    <subject schemeURI="http://purl.org/pan-science/PaNET/" subjectScheme="The Photon and Neutron Experimental Techniques Ontology" valueURI="http://purl.org/pan-science/PaNET/PaNET01217">neutron diffraction</subject>
  </subjects>
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