Interface RetrievalService<T>

    • Method Detail

      • get

        CompletionStage<? extends T> get​(IRI identifier)
        Get a resource by the given identifier.
        Parameters:
        identifier - the resource identifier
        Returns:
        the resource