constant TAXONOMY_XML_SKOS_NS in Taxonomy import/export via XML 7
Same name and namespace in other branches
- 5.2 rdf_format.inc \TAXONOMY_XML_SKOS_NS
- 5 rdf_format.inc \TAXONOMY_XML_SKOS_NS
- 6.2 rdf_format.inc \TAXONOMY_XML_SKOS_NS
- 6 rdf_format.inc \TAXONOMY_XML_SKOS_NS
2 uses of TAXONOMY_XML_SKOS_NS
- taxonomy_xml_rdf_term_types in formats/
rdf_format.inc - Return a list of 'types' of things that we may import as 'terms'.
- taxonomy_xml_rdf_vocabulary_types in formats/
rdf_format.inc - Return a list of types of things that may behave like 'vocabularies'.
File
- ./
rdf_utils.inc, line 26 - Experimental library for working with RDF within taxonomy_xml
Code
define('TAXONOMY_XML_SKOS_NS', 'http://www.w3.org/2004/02/skos/core#');