Preferred namespace prefix
bdtExample of resource
Metadata vocabulary used
General information
Languages
Keywords and classes
Categories and subjects
Version
|
Modified | Submitted |
Actions
|
---|---|---|---|
2.1 |
September 1, 2022 | September 27, 2022 | |
2.0 |
July 29, 2022 | ||
1.2 |
November 30, 2021 |
Identifiers
URI
Version IRI
EcoPortal URI
DOI
Creation date
Submission date
Modification date
Contact
Creator
Contributor
Publisher
Indexed or included in catalog or repository
Known usage
Concepts and terms included in Biodiversity Thesaurus have been originally used to index the CNRS multilingual bibliographic database. The thesaurus has been developed for the purpose of homogenization and structuring of key-concepts of ecology and biodiversity within the framework of GDR SemanDiv (Research Group on Semantics of bioDiversity).Designed for task (as defined by OMV).
Created with
VocBenchNotes
This new edition 2.1 is the result of a complete revision of version 1.2. It has been enriched with 212 new concepts and 1000 new alternative terms, with a redesigned hierarchical structure, reducing the number of top level concepts by half. Alignments have been updated with AGROVOC (2022-02-01) and GEMET 4.2.3 (2021) versions, and performed with two new semantic resources: ENVTHES 3 (2020-07-03) and ENVO (2021-05-14).Preferred namespace prefix
bdtExample of resource
Metadata vocabulary used
Type a class name from BIODIVTHES and jump to it in EcoPortal
var BP_include_definitions = true;
<div id="bp_quick_jump"></div> <script type="text/javascript"> var BP_ontology_id = "BIODIVTHES";</script> <script src="quick_jump.js" type="text/javascript" charset="utf-8"></script>
For more help visit NCBO Widget Wiki
Fill your form fields with classes from BIODIVTHES
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class)
Example 3 (get the preferred name for a class)
bp_form_complete-{ontology_id_list}-{value}
bp_form_complete-NCIT-uri
will use NCI Thesaurus (semantic resource id is NCIT) and will put the class URI in the field after the user selects the class from the pull-down list.
bp_form_complete-NCIT,NCBITAXON-uri
bp_form_complete-all-uri
uri
Put the complete URI of the class (e.g.,
http://data.loterre.fr/ark:/67375/BLH-CRMBK88N-R
)
shortid
put the short id of the class, as used in EcoPortal (e.g., "Common_Neoplasm");
name
put the preferred name of the class (e.g., "Common Neoplasm");
<input type="text" name="a" class="bp_form_complete-all-uri" size="100"/>
<input type="hidden" id="a_bioportal_preferred_name">
<input type="hidden" id="a_bioportal_concept_id">
<input type="hidden" id="a_bioportal_ontology_id">
<input type="hidden" id="a_bioportal_full_id">
For more help visit NCBO Widget Wiki
Display a visualization for a given class in BIODIVTHES
<iframe frameborder="0" src="/widgets/visualization?ontology=BIODIVTHES&class=http%3A%2F%2Fdata.loterre.fr%2Fark%3A%2F67375%2FBLH-CRMBK88N-R&apikey=YOUR_API_KEY"></iframe>
For more help visit NCBO Widget Wiki
Display a class tree with a search field for BIODIVTHES
<link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "BIODIVTHES" });
You can also view a detailed demonstration
For more help visit NCBO Widget Wiki