About Taxonomies, Thesauri and Drupal |
help/theory.html |
|
About Taxonomies, Thesauri and Drupal |
Authorities & Vocabularies (Library of Congress): Disaster relief |
samples/sample-LOC-Disaster_Relief-rdfa.html |
|
Authorities & Vocabularies (Library of Congress): Disaster relief |
csvancestry_format.inc |
formats/csvancestry_format.inc |
|
|
csv_format.inc |
formats/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: top… |
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… |
local.taxonomy_service.inc |
services/local.taxonomy_service.inc |
|
declare how to import a taxonomy from local sources. |
lookup.taxonomy_service.inc |
services/lookup.taxonomy_service.inc |
|
declare how to import a taxonomy from file upload. |
lsid.taxonomy_service.inc |
services/lsid.taxonomy_service.inc |
|
declare how to load and import a SONZ (Services of New Zealand)
Taxonomy |
mesh_format.inc |
formats/mesh_format.inc |
|
Include routines for the Medical Subject Headings Schema [MeSH] as
used by http://www.nlm.nih.gov/mesh/ |
rdfs_format.inc |
rdfs_format.inc |
|
|
rdf_format.inc |
formats/rdf_format.inc |
|
|
rdf_utils.inc |
rdf_utils.inc |
|
Experimental library for working with RDF within taxonomy_xml |
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 |
services/README.txt |
|
In here are small definition files that publish available taxonomy server
services, and the utility we should use to make requests on them.
A taxonomy service should declare a function named after its file in a hook-like
syntax that tells the UI how… |
README.txt |
taxonomy_server/README.txt |
|
Taxonomy Server
===============
Publishes Drupal vocabularies in a way suitable for re-importation by other tools.
===============
When taxonomy_server is enabled, a new *suggested* menu item becomes available
for the path /taxonomy/vocabulary. From… |
Services for taxonomy_xml |
help/services.html |
|
Services for taxonomy_xml |
sonz.taxonomy_service.inc |
services/sonz.taxonomy_service.inc |
|
declare how to load and import a SONZ (Services of New Zealand)
Taxonomy |
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_server.css |
taxonomy_server/taxonomy_server.css |
|
.term-tree ul {
margin:0;
} |
taxonomy_server.info |
taxonomy_server/taxonomy_server.info |
|
name = Taxonomy Server
description = Publishes full vocabularies in ways that other semantic tools can import.
dependencies[] = taxonomy
dependencies[] = taxonomy_xml
package = "Taxonomy"
core=7.x
files[] = taxonomy_server.install
files[]… |
taxonomy_server.install |
taxonomy_server/taxonomy_server.install |
|
Install, update and uninstall functions for the taxonomy_server module. |
taxonomy_server.module |
taxonomy_server/taxonomy_server.module |
|
Extends taxonomy_xml to publish downloadable or queriable taxonomy
vocabularies and terms.
Extends the Drupal URLs to make vocabulary information available under
/taxonomy/vocabulary and /taxonomy/vocabulary/{vid}. |
taxonomy_xml Samples |
help/samples.html |
|
taxonomy_xml Samples |
taxonomy_xml.admin.inc |
taxonomy_xml.admin.inc |
|
UI and forms for administering taxonomy_xml |
taxonomy_xml.css |
taxonomy_xml.css |
|
/**
Small UI enhancements to the import form
*/
/* Hide unused options via js and css */
#edit-data-source.filtered .form-item-files-upload-file{
display:none;
}
#edit-data-source.filtered .form-item-url{
… |
taxonomy_xml.export.inc |
taxonomy_xml.export.inc |
|
Helper functions for vocab exports. |
taxonomy_xml.features.inc |
taxonomy_xml.features.inc |
|
|
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
dependencies[] = rdf
package = "Taxonomy"
core=7.x
files[] = csv_format.inc
files[] =… |
taxonomy_xml.install |
taxonomy_xml.install |
|
Install, update and uninstall functions for the taxonomy_xml module. |
taxonomy_xml.module |
taxonomy_xml.module |
|
Make it possible to import and export taxonomies as XML documents. |
taxonomy_xml.process.inc |
taxonomy_xml.process.inc |
|
The workhorse processes for importing taxonomies. |
taxonomy_xml_rdf.inc |
taxonomy_xml_rdf.inc |
|
|
tcs_format.inc |
formats/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. |
upload.taxonomy_service.inc |
services/upload.taxonomy_service.inc |
|
declare how to import a taxonomy from file upload. |
url.taxonomy_service.inc |
services/url.taxonomy_service.inc |
|
declare how to import a taxonomy from remote url. |
xml_format.inc |
formats/xml_format.inc |
|
Include routines for the original XML parsing and taxonomy/term creation. |