Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.8 KB

browsing2.md

File metadata and controls

56 lines (38 loc) · 2.8 KB

Exercise 2: Browsing with the eNanoMapper ontology

prev | toc | next

<script> function toggleAnswer(id) { var answer = document.getElementById(id); if (answer.style.visibility === "hidden" || answer.style.visibility === "none") { answer.style.visibility = "visible"; } else { answer.style.visibility = "hidden"; } } </script>

Browsing nanosafety data with the eNanoMapper data platform

One reason why identifiers are central to FAIR data is that they make data findable, the first aspect of FAIR. This exercise will demonstrate how eNanoMapper ontology identifiers, if used by other resources, can be used to find information.

Therefore, in this exercise, we will use an ontology identifier (or, the local part of it), to find nanosafety data for a nanomaterial in the public eNanoMapper and NANoREG data platforms.

So, we start with the ontology term code for the nanomaterial we looked up in Exercise 2, ENM_9000074.

eNanoMapper

This part is about the original eNanoMapper database instance, set up by the eNanoMapper project.

Questions

  1. How many entries are found when searching with this ontology term? AnswerOne
  2. And what if we search for the more general NPO_1486 for titanium oxide nanoparticle? AnswerThis finds 80 nanomaterials.
  3. And how many for ENM_9000080?AnswerTwo materials, https://data.enanomapper.net/substance/ENM3-d4c0bc69-bdaf-372f-b8c4-73ea0c8f5a06, which came from a EU NSC Young Scientist conference contribution. And https://search.data.enanomapper.net/projects/enanomapper/study/?substanceUri=https%3A%2F%2Fdata.enanomapper.net%2Fsubstance%2FNWKI-78f103d7-ca6c-3515-acdf-c504d48c96f9, which came from NanoWiki.

NANoREG

Questions

  1. How many entries are found when searching with this ontology term? AnswerAlso one
  2. And what if we search for the more general NPO_1486 for titanium oxide nanoparticle? AnswerThis finds 7 nanomaterials.

prev | toc | next

Copyright 2019 (C) Egon Willighagen - CC-BY Int. 4.0