About Taxonomies, Thesauri and Drupal |
help/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 |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
2011-01-09 dman
Repaired the javascript source selector.
Added 'file' method for providing source data. This will allow features or any module to bundle and distribute a vocab.
Moved the guts of taxonomy_xml_import_form_submit into… |
csvancestry_format.inc |
csvancestry_format.inc |
|
|
csv_format.inc |
csv_format.inc |
|
Include routines for CSV parsing and taxonomy/term creation. |
docs.css |
help/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:… |
Format specifications for taxonomy_xml |
help/formats.html |
|
Format specifications for taxonomy_xml |
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… |
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.
@author dman http://coders.co.nz |
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… |
README.txt |
taxonomy_guid/README.txt |
|
This module adds an extra 'guid' field to term data.
It does this by slightly modifying the core taxonomy schema.
With taxonomy_guid, a new $term->guid attribute will be available,
and editable on term edit pages. |
Services for taxonomy_xml |
help/services.html |
|
Services for taxonomy_xml |
Taxonomy XML - help overview |
help/help.html |
|
Taxonomy XML - help overview |
Taxonomy XML - Using with RDF |
help/rdf.html |
|
Taxonomy XML - Using with RDF |
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_guid.info |
taxonomy_guid/taxonomy_guid.info |
|
name = Taxonomy GUID
description = Supports an extra Global ID field on taxonomy terms (usually a URI)
dependencies[] = taxonomy
package = "Taxonomy"
core=6.x |
taxonomy_guid.install |
taxonomy_guid/taxonomy_guid.install |
|
(Un)Install/Update hooks for taxonomy_guid. |
taxonomy_guid.module |
taxonomy_guid/taxonomy_guid.module |
|
Adds a GUID field to taxonomy terms |
taxonomy_xml Samples |
help/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.features.inc |
taxonomy_xml.features.inc |
|
additional routines to add 'Features' exportable support to this
module. |
taxonomy_xml.geotaxonomy.inc |
includes/taxonomy_xml.geotaxonomy.inc |
|
Support for geotaxonomy data when importing or exporting terms |
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
files[] = csv_format.inc
files[] = csvancestry_format.inc
files[] =… |
taxonomy_xml.install |
taxonomy_xml.install |
|
Install, update and uninstall functions for the taxonomy_xml module. |
taxonomy_xml.menu.inc |
includes/taxonomy_xml.menu.inc |
|
Support for importing or exporting menu items along with terms |
taxonomy_xml.module |
taxonomy_xml.module |
|
This module makes it possible to import and export taxonomies as XML
documents. |
taxonomy_xml.path.inc |
includes/taxonomy_xml.path.inc |
|
Support for importing or exporting path data along with terms |
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. |