You are here

constant TAXONOMY_XML_RDFS_NS in Taxonomy import/export via XML 7

Same name and namespace in other branches
  1. 5.2 rdf_format.inc \TAXONOMY_XML_RDFS_NS
  2. 5 rdf_format.inc \TAXONOMY_XML_RDFS_NS
  3. 6.2 rdf_format.inc \TAXONOMY_XML_RDFS_NS
  4. 6 rdf_format.inc \TAXONOMY_XML_RDFS_NS
3 uses of TAXONOMY_XML_RDFS_NS
taxonomy_xml_rdfs_add_terms in ./rdfs_format.inc
Given a list of terms, append definitions of them to the passed DOM container
taxonomy_xml_rdfs_add_vocab in ./rdfs_format.inc
Create a vocabulary definition (just the def, not its terms) and insert it into the given document element.
taxonomy_xml_rdf_term_types in formats/rdf_format.inc
Return a list of 'types' of things that we may import as 'terms'.

File

./rdf_utils.inc, line 11
Experimental library for working with RDF within taxonomy_xml

Code

define('TAXONOMY_XML_RDFS_NS', 'http://www.w3.org/2000/01/rdf-schema#');