constant TAXONOMY_XML_RELATED in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 5.2 taxonomy_xml.module \TAXONOMY_XML_RELATED
- 5 taxonomy_xml.module \TAXONOMY_XML_RELATED
- 6 taxonomy_xml.module \TAXONOMY_XML_RELATED
- 7 taxonomy_xml.module \TAXONOMY_XML_RELATED
Cannonic Predicates
Following is a list of the cannonic keywords used in the expected source files to represent parent-child relationships and other attributes. These words based on one selected govt vocabulary, many others are likely.
A hash table of SYNONYMS for these terms is included in this module for maximum compatability with other syntaxes found in the wild.
Refer also to ISO2788 for a description of the use of these structural relations "http://www.ontopia.net/topicmaps/materials/tm-vs-thesauri.html#sect-thes...
An example Thesaurus source file may be the text version of
Thesaurus for Graphic Materials I: Subject Terms [Library of Congress]
"http://www.loc.gov/rr/print/tgm1/downloadtgm1.html"
See also
taxonomy_xml_relationship_synonyms()
4 uses of TAXONOMY_XML_RELATED
- taxonomy_xml_canonicize_predicates in ./
taxonomy_xml.module - Convert aliased predicates into common ones.
- taxonomy_xml_csv_parse in ./
csv_format.inc - Scan the input CSV file and create a taxonomy structure out of it.
- taxonomy_xml_relationship_synonyms in ./
taxonomy_xml.module - Return an array of alternative wordings that may be used in the input files.
- taxonomy_xml_set_term_relations in ./
taxonomy_xml.module - Given a list of terms, set the related-terms and structure, and save again
File
- ./
taxonomy_xml.module, line 47 - This module makes it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_RELATED', 'Related Terms');