@sral/rdf-components-shared
v0.1.2
Published
Shared helpers and vocabulary descriptors for RDF components.
Readme
RDF Components Shared
Shared helpers and vocabulary descriptors for RDF components.
This package is not intended to be used directly.
Exports
parseRdf(data: string, format?: RDFFormat): Quad[]extractNamespacesFromQuads(quads: Quad[]): NamespaceMapgeneratePrefix(namespace: string): string | nullshortenUri(uri: string, namespaces: NamespaceMap): stringlocalVocabularies: VocabularyDescriptor[]findVocabularyByRoute(route: string): VocabularyDescriptor | undefinedfindVocabularyByKey(key: string): VocabularyDescriptor | undefinedRDFFormat:turtle,n-triples,n-quads,trig,json-ldNamespaceMap:Map<string, string>VocabularyDescriptor
