export declare const RDF_NAMESPACES: { readonly RDF: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; readonly RDFS: "http://www.w3.org/2000/01/rdf-schema#"; readonly OWL: "http://www.w3.org/2002/07/owl#"; readonly XSD: "http://www.w3.org/2001/XMLSchema#"; readonly FOAF: "http://xmlns.com/foaf/0.1/"; readonly SCHEMA: "https://schema.org/"; readonly DC: "http://purl.org/dc/terms/"; readonly SOLID: "http://www.w3.org/ns/solid/terms#"; readonly LDP: "http://www.w3.org/ns/ldp#"; readonly PIM: "http://www.w3.org/ns/pim/space#"; }; export declare function buildURI(namespace: keyof typeof RDF_NAMESPACES, localName: string): string; export declare function getLocalName(uri: string): string; export declare function getNamespace(uri: string): string; //# sourceMappingURL=rdf-constants.d.ts.map