@thi.ng/prefixes
Version:
50+ Linked Data vocabulary prefixes and their namespace URLs
23 lines (22 loc) • 660 B
JavaScript
const XML = "http://www.w3.org/XML/1998/namespace";
const XML_FN = "http://www.w3.org/2005/xpath-functions";
const XML_FO = "http://www.w3.org/1999/XSL/Format";
const XML_SVG = "http://www.w3.org/2000/svg";
const XML_XHTML = "http://www.w3.org/1999/xhtml";
const XML_XLINK = "http://www.w3.org/1999/xlink";
const XML_XMLNS = "http://www.w3.org/2000/xmlns/";
const XML_XSD = "http://www.w3.org/2001/XMLSchema";
const XML_XSL = "http://www.w3.org/1999/XSL/Transform";
const XML_INKSCAPE = "http://www.inkscape.org/namespaces/inkscape";
export {
XML,
XML_FN,
XML_FO,
XML_INKSCAPE,
XML_SVG,
XML_XHTML,
XML_XLINK,
XML_XMLNS,
XML_XSD,
XML_XSL
};