You are here

function taxonomy_xml_rdfs_format_info in Taxonomy import/export via XML 7

sub-hook

Returns info about this syntax

See also

taxonomy_xml_HOOK_format_info()

File

./rdfs_format.inc, line 40

Code

function taxonomy_xml_rdfs_format_info() {
  return array(
    'description' => "RDFS is based on the examples from W3C, predating SKOS support. It models terms as classes and subclasses within an OWL ontology.",
  );
}