UNPKG

microdata-node

Version:

Microdata to json and json-ld parser

17 lines (15 loc) 1.94 kB
exports.RDF__TYPE = /** @type {'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'} */('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'); exports.RDF__NIL = /** @type {'http://www.w3.org/1999/02/22-rdf-syntax-ns#nil'} */('http://www.w3.org/1999/02/22-rdf-syntax-ns#nil'); exports.RDF__FIRST = /** @type {'http://www.w3.org/1999/02/22-rdf-syntax-ns#first'} */('http://www.w3.org/1999/02/22-rdf-syntax-ns#first'); exports.RDF__REST = /** @type {'http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'} */('http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'); exports.RDF__LIST = /** @type {'http://www.w3.org/1999/02/22-rdf-syntax-ns#List'} */('http://www.w3.org/1999/02/22-rdf-syntax-ns#List'); exports.XSD__DOUBLE = /** @type {'http://www.w3.org/2001/XMLSchema#double'} */('http://www.w3.org/2001/XMLSchema#double'); exports.XSD__INTEGER = /** @type {'http://www.w3.org/2001/XMLSchema#integer'} */('http://www.w3.org/2001/XMLSchema#integer'); exports.XSD__BOOLEAN = /** @type {'http://www.w3.org/2001/XMLSchema#boolean'} */('http://www.w3.org/2001/XMLSchema#boolean'); exports.XSD__STRING = /** @type {'http://www.w3.org/2001/XMLSchema#string'} */('http://www.w3.org/2001/XMLSchema#string'); exports.XSD__DATE = /** @type {'http://www.w3.org/2001/XMLSchema#date'} */('http://www.w3.org/2001/XMLSchema#date'); exports.XSD__TIME = /** @type {'http://www.w3.org/2001/XMLSchema#time'} */('http://www.w3.org/2001/XMLSchema#time'); exports.XSD__DATE_TIME = /** @type {'http://www.w3.org/2001/XMLSchema#dateTime'} */('http://www.w3.org/2001/XMLSchema#dateTime'); exports.XSD__G_YEAR_MONTH = /** @type {'http://www.w3.org/2001/XMLSchema#gYearMonth'} */('http://www.w3.org/2001/XMLSchema#gYearMonth'); exports.XSD__G_YEAR = /** @type {'http://www.w3.org/2001/XMLSchema#gYear'} */('http://www.w3.org/2001/XMLSchema#gYear'); exports.XSD__DURATION = /** @type {'http://www.w3.org/2001/XMLSchema#duration'} */('http://www.w3.org/2001/XMLSchema#duration');