Class RemoteRepositoryRepositoryInformation


  • public class RemoteRepositoryRepositoryInformation
    extends RepositoryInformation
    Class holding information for RDF4J HTTPRepository initialization.

    Format:

     <%name%> a sd:Service ;
            fedx:store "RemoteRepository" ;
            fedx:repositoryServer "%location%" ;
            fedx:repositoryName "%name%" .
    
      a sd:Service ;
            fedx:store "RemoteRepository";
            fedx:repositoryServer "http:///openrdf-sesame" ;
            fedx:repositoryName "dbpedia" .
     

    Note: the id is constructed from the name: http://dbpedia.org/ => remote_dbpedia.org

    Author:
    Andreas Schwarte
    • Constructor Detail

      • RemoteRepositoryRepositoryInformation

        public RemoteRepositoryRepositoryInformation​(Model graph,
                                                     Resource repNode)
      • RemoteRepositoryRepositoryInformation

        public RemoteRepositoryRepositoryInformation​(String repositoryServer,
                                                     String repositoryName)
    • Method Detail

      • initialize

        protected void initialize​(Model graph,
                                  Resource repNode)