Class ResolvableRepositoryInformation

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryInformation

public class ResolvableRepositoryInformation extends RepositoryInformation
Graph information for a ResolvableEndpoint where the Repository is looked up using the configured RepositoryResolver.

Format:

 @prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
 @prefix fedx: <http://www.fluidops.com/config/fedx#> .

 <http://myname> a sd:Service ;
        fedx:store "ResolvableRepository";
        fedx:repositoryName "myRepoId"
 
Author:
Andreas Schwarte
See Also:
  • Constructor Details

    • ResolvableRepositoryInformation

      public ResolvableRepositoryInformation(Model graph, Resource repNode)
    • ResolvableRepositoryInformation

      public ResolvableRepositoryInformation(String repositoryId)
  • Method Details

    • initialize

      protected void initialize(Model graph, Resource repNode)