quadstore
Version:
Quadstore is a LevelDB-backed RDF graph database / triplestore for JavaScript runtimes (browsers, Node.js, Deno, Bun, ...) that implements the RDF/JS interfaces and supports SPARQL queries and querying across named graphs.
23 lines (22 loc) • 1.74 kB
TypeScript
export declare const xsd = "http://www.w3.org/2001/XMLSchema#";
export declare const rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
export declare const langString = "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString";
export declare const string = "http://www.w3.org/2001/XMLSchema#string";
export declare const dateTime = "http://www.w3.org/2001/XMLSchema#dateTime";
export declare const boolean = "http://www.w3.org/2001/XMLSchema#boolean";
export declare const integer = "http://www.w3.org/2001/XMLSchema#integer";
export declare const decimal = "http://www.w3.org/2001/XMLSchema#decimal";
export declare const float = "http://www.w3.org/2001/XMLSchema#float";
export declare const double = "http://www.w3.org/2001/XMLSchema#double";
export declare const nonPositiveInteger = "http://www.w3.org/2001/XMLSchema#nonPositiveInteger";
export declare const negativeInteger = "http://www.w3.org/2001/XMLSchema#negativeInteger";
export declare const long = "http://www.w3.org/2001/XMLSchema#long";
export declare const int = "http://www.w3.org/2001/XMLSchema#int";
export declare const short = "http://www.w3.org/2001/XMLSchema#short";
export declare const byte = "http://www.w3.org/2001/XMLSchema#byte";
export declare const nonNegativeInteger = "http://www.w3.org/2001/XMLSchema#nonNegativeInteger";
export declare const unsignedLong = "http://www.w3.org/2001/XMLSchema#unsignedLong";
export declare const unsignedInt = "http://www.w3.org/2001/XMLSchema#unsignedInt";
export declare const unsignedShort = "http://www.w3.org/2001/XMLSchema#unsignedShort";
export declare const unsignedByte = "http://www.w3.org/2001/XMLSchema#unsignedByte";
export declare const positiveInteger = "http://www.w3.org/2001/XMLSchema#positiveInteger";