Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.56 KB

browsing.md

File metadata and controls

39 lines (28 loc) · 1.56 KB

Exercise 1: Browsing 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 the ontology with BioPortal

The purpose of this exercise is to see how BioPortal visualizes the eNanoMapper ontology. A detailed tutorial has been developed before.

Your task is to find the ontology term for JRCNM01000a, one of the JRC representative industrial nanomaterials (see [0]).

Questions

  1. What is the ontology term IRI for JRCNM01000a? Answerhttp://purl.enanomapper.org/onto/ENM_9000074
  2. What is the ontology super class of this term? And the IRI of that?Answertitanium oxide nanoparticle, http://purl.bioontology.org/ontology/npo#NPO_1486

prev | toc | next

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