Class HTTPRepositorySchema

java.lang.Object
org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema

public class HTTPRepositorySchema extends Object
Defines constants for the HTTPRepository schema which is used by HTTPRepositoryFactorys to initialize HTTPRepositorys.
Author:
Arjohn Kampman
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).
      See Also:
    • REPOSITORYURL

      public static final IRI REPOSITORYURL
      http://www.openrdf.org/config/repository/http#repositoryURL
    • USERNAME

      public static final IRI USERNAME
      http://www.openrdf.org/config/repository/http#username
    • PASSWORD

      public static final IRI PASSWORD
      http://www.openrdf.org/config/repository/http#password
  • Constructor Details

    • HTTPRepositorySchema

      public HTTPRepositorySchema()