SPARQL: {
ensureFullURI: ((prefixedURIOrFullURI) => string);
ensurePrefixedURI: ((prefixedURIOrFullURI) => null | string);
getFullURI: ((prefixedURI) => string);
getPredicate: ((internalKey) => string);
getPrefixedURI: ((fullURI) => null | string);
getSPARQLPrefixes: ((prefixes?) => string);
} = ...
Type declaration
-
ensureFullURI: ((prefixedURIOrFullURI) => string)
-
- (prefixedURIOrFullURI): string
-
Parameters
-
prefixedURIOrFullURI: string
Returns string
-
ensurePrefixedURI: ((prefixedURIOrFullURI) => null | string)
-
- (prefixedURIOrFullURI): null | string
-
Parameters
-
prefixedURIOrFullURI: string
Returns null | string
-
getFullURI: ((prefixedURI) => string)
-
- (prefixedURI): string
-
Returns string
-
getPredicate: ((internalKey) => string)
-
- (internalKey): string
-
Returns string
-
getPrefixedURI: ((fullURI) => null | string)
-
- (fullURI): null | string
-
Returns null | string
prefixed URI or null
-
getSPARQLPrefixes: ((prefixes?) => string)
-
- (prefixes?): string
-
Parameters
-
Optional
prefixes: string[]
Returns string
Ensure the uri is a full URI.