Preferred namespace prefix
landvocExample of resource
General information
Languages
Keywords and classes
Categories and subjects
Version
|
Modified | Submitted |
Actions
|
---|---|---|---|
2.0 |
March 9, 2021 | December 23, 2021 | |
2.0 |
March 9, 2021 | September 7, 2021 | |
2.0 |
May 8, 2020 | July 20, 2020 | |
2.0 |
May 8, 2020 | June 30, 2020 |
Identifiers
URI
AgroPortal URI
Creation date
Submission date
Modification date
Contact
Contributor
Indexed or included in catalog or repository
Created with
VocBenchNotes
2012: LandVoc starts off as a multilingual land tenure thesaurus CDRom. 2013: Our team works with the CDRom and ingests it into AGROVOC, using VocBench. 2014: The Land Portal works with FAO to create a separate concept scheme for land, within AGROVOC. 2017: The web site www.landvoc.org is created. 2020: The last step is the creation of an independent hierarchy. Added by AgroPortal's curator: skos:hasTopLevel declarations at the bottom of the source file necessary for the hierarchy to display in AgroPortal.Preferred namespace prefix
landvocExample of resource
Type a class name from LANDVOC and jump to it in AgroPortal
var BP_include_definitions = true;
<div id="bp_quick_jump"></div> <script type="text/javascript"> var BP_ontology_id = "LANDVOC";</script> <script src="quick_jump.js" type="text/javascript" charset="utf-8"></script>
For more help visit Widget Wiki
Fill your form fields with classes from LANDVOC
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 a ontology (ontology id is acronym) 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://aims.fao.org/aos/agrovoc/c_aca7ac6d
)
shortid
put the short id of the class, as used in AgroPortal (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/concept in LANDVOC
<iframe frameborder="0" src="/widgets/visualization?ontology=LANDVOC&class=http%3A%2F%2Faims.fao.org%2Faos%2Fagrovoc%2Fc_aca7ac6d&apikey=YOUR_API_KEY"></iframe>
For more help visit NCBO Widget Wiki
Display class/concept hiearchy tree with a search field for ontology LANDVOC
<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: "LANDVOC" });
You can also view a detailed demonstration
For more help visit Widget Wiki