About Taxonomies, Thesauri and Drupal |
docs/theory.html |
|
About Taxonomies, Thesauri and Drupal |
ARC: License |
arc/license.htm |
|
ARC: License |
ARC_api.php |
arc/ARC_api.php |
|
|
ARC_api_helper.php |
arc/ARC_api_helper.php |
|
|
ARC_erdf_parser.php |
arc/ARC_erdf_parser.php |
|
|
ARC_ntriples_serializer.php |
arc/ARC_ntriples_serializer.php |
|
|
ARC_rdfxml_parser.php |
arc/ARC_rdfxml_parser.php |
|
|
ARC_rdf_store.php |
arc/ARC_rdf_store.php |
|
|
ARC_rdf_store_add_handler.php |
arc/ARC_rdf_store_add_handler.php |
|
|
ARC_rdf_store_ask_handler.php |
arc/ARC_rdf_store_ask_handler.php |
|
|
ARC_rdf_store_construct_handler.php |
arc/ARC_rdf_store_construct_handler.php |
|
|
ARC_rdf_store_delete_handler.php |
arc/ARC_rdf_store_delete_handler.php |
|
|
ARC_rdf_store_describe_handler.php |
arc/ARC_rdf_store_describe_handler.php |
|
|
ARC_rdf_store_keeper.php |
arc/ARC_rdf_store_keeper.php |
|
|
ARC_rdf_store_merge_table_creator.php |
arc/ARC_rdf_store_merge_table_creator.php |
|
|
ARC_rdf_store_rdfxml_loader.php |
arc/ARC_rdf_store_rdfxml_loader.php |
|
|
ARC_rdf_store_select_handler.php |
arc/ARC_rdf_store_select_handler.php |
|
|
ARC_rdf_store_select_json_sub_handler.php |
arc/ARC_rdf_store_select_json_sub_handler.php |
|
|
ARC_rdf_store_update_handler.php |
arc/ARC_rdf_store_update_handler.php |
|
|
ARC_simple_model.php |
arc/ARC_simple_model.php |
|
|
ARC_sparql2sql_rewriter.php |
arc/ARC_sparql2sql_rewriter.php |
|
|
ARC_sparql_parser.php |
arc/ARC_sparql_parser.php |
|
|
csv_format.inc |
csv_format.inc |
|
Include routines for CSV parsing and taxonomy/term creation. |
docs.css |
docs/docs.css |
|
/*
Css based somewhat on the W3C RFC examples.
Just basic formatting to make the pages less painful on the eye.
body {
padding: 2em 1em 2em 70px;
margin: 0;
font-family: sans-serif;
color: black;
background: white;
background-position: top… |
Format specifications for taxonomy_xml |
docs/formats.html |
|
Format specifications for taxonomy_xml |
help.txt |
help.txt |
|
<p>
If you want to add the terms to an existing vocabulary, use the "Target vocabulary" selector.
<br/>
If you select "determined by source file", the target vocabulary will be specified by the XML document itself, if… |
INSTALL.txt |
INSTALL.txt |
|
== Configuration ==
To use this module, you install and enable it in admin/modules.
Taxonomy_xml functions are available to users who have the access
right to "administer taxonomy." (User access rights can be set from… |
lookup_services.inc |
lookup_services.inc |
|
A list of known lookup services and a brief description of their syntax |
mesh_format.inc |
mesh_format.inc |
|
Include routines for the Medical Subject Headings Schema [MeSH] as used
by http://www.nlm.nih.gov/mesh/ |
rdf_format.inc |
rdf_format.inc |
|
Include routines for RDF parsing and taxonomy/term creation. |
README.txt |
README.txt |
|
This module makes it possible to import and export vocabularies and
taxonomy terms via XML. It requires taxonomy.module.
== Exporting vocabularies ==
Once installed and enabled, this module provides a list of downloadable
XML documents for each… |
Services for taxonomy_xml |
docs/services.html |
|
Services for taxonomy_xml |
taxonomy-slicer.sh |
samples/taxonomy-slicer.sh |
|
#!/bin/bash
###############################################################################
#
# Step by step script to
# - fetch the remote vocabulary dump file
# - select a subset of the available nemes - possibly just one item
# - select the… |
taxonomy_xml Samples |
docs/samples.html |
|
taxonomy_xml Samples |
taxonomy_xml.css |
taxonomy_xml.css |
|
/**
Small UI enhancements to the import form
*/
/* Hide unused options via js and css */
#data_source.filtered #edit-upload-file-wrapper{
display:none;
}
#data_source.filtered #edit-url-wrapper{
display:none;
}
#data_source.filtered… |
taxonomy_xml.info |
taxonomy_xml.info |
|
name = Taxonomy Import/Export via XML
description = Makes it possible to import and export taxonomy terms via XML.
dependencies[] = taxonomy
package = "Taxonomy"
core=6.x |
taxonomy_xml.module |
taxonomy_xml.module |
|
taxonomy_xml.module
This module makes it possible to import and export taxonomies
as XML documents. |
tcs_format.inc |
tcs_format.inc |
|
Include routines for the Taxon Concepts Schema as used by
"the Encyclopedia of Life" original XML parsing and taxonomy/term creation.
and others. |
xml_format.inc |
xml_format.inc |
|
Include routines for the original XML parsing and taxonomy/term
creation. |