@faubulous/mentor-rdf
    Preparing search index...

    Interface GraphUriGenerator

    A handler to generate graph URIs from any given URI.

    interface GraphUriGenerator {
        getGraphUri(uri: string | Quad_Graph): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Generate a graph URI from a given URI.

      Parameters

      • uri: string | Quad_Graph

        A URI.

      Returns string