export declare const RDF_TYPE = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"; export declare const SD = "http://www.w3.org/ns/sparql-service-description#"; export declare const SD_DEFAULT_DATASET = "http://www.w3.org/ns/sparql-service-description#defaultDataset"; export declare const SD_DEFAULT_GRAPH = "http://www.w3.org/ns/sparql-service-description#defaultGraph"; export declare const SD_UNION_DEFAULT_GRAPH = "http://www.w3.org/ns/sparql-service-description#UnionDefaultGraph"; export declare const SD_FEATURE = "http://www.w3.org/ns/sparql-service-description#feature"; export declare const SD_GRAPH = "http://www.w3.org/ns/sparql-service-description#Graph"; export declare const VOID = "http://rdfs.org/ns/void#"; export declare const VOID_DATASET = "http://rdfs.org/ns/void#Dataset"; export declare const VOID_CLASSES = "http://rdfs.org/ns/void#classes"; export declare const VOID_TRIPLES = "http://rdfs.org/ns/void#triples"; export declare const VOID_ENTITIES = "http://rdfs.org/ns/void#entities"; export declare const VOID_CLASS = "http://rdfs.org/ns/void#class"; export declare const VOID_PROPERTY = "http://rdfs.org/ns/void#property"; export declare const VOID_VOCABULARY = "http://rdfs.org/ns/void#vocabulary"; export declare const VOID_URI_SPACE = "http://rdfs.org/ns/void#uriSpace"; export declare const VOID_URI_REGEX_PATTERN = "http://rdfs.org/ns/void#uriRegexPattern"; export declare const VOID_DISTINCT_OBJECTS = "http://rdfs.org/ns/void#distinctSubjects"; export declare const VOID_DISTINCT_SUBJECTS = "http://rdfs.org/ns/void#distinctObjects"; export declare const VOID_PROPERTY_PARTITION = "http://rdfs.org/ns/void#propertyPartition"; export declare const VOID_CLASS_PARTITION = "http://rdfs.org/ns/void#classPartition";