Class AGRepositorySchema
java.lang.Object
com.franz.agraph.repository.config.AGRepositorySchema
Defines constants for the AGRepository schema which is used by
AGRepositoryFactory
s to initialize AGRepository
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.rdf4j.model.IRI
http://franz.com/agraph/repository/config#catalogId
static final String
The AGRepository schema namespace (http://franz.com/agraph/repository/config#
).static final org.eclipse.rdf4j.model.IRI
http://franz.com/agraph/repository/config#password
static final org.eclipse.rdf4j.model.IRI
http://franz.com/agraph/repository/config#repositoryId
static final org.eclipse.rdf4j.model.IRI
http://franz.com/agraph/repository/config#serverUrl
static final org.eclipse.rdf4j.model.IRI
http://franz.com/agraph/repository/config#username
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The AGRepository schema namespace (http://franz.com/agraph/repository/config#
).- See Also:
-
SERVERURL
public static final org.eclipse.rdf4j.model.IRI SERVERURLhttp://franz.com/agraph/repository/config#serverUrl
-
USERNAME
public static final org.eclipse.rdf4j.model.IRI USERNAMEhttp://franz.com/agraph/repository/config#username
-
PASSWORD
public static final org.eclipse.rdf4j.model.IRI PASSWORDhttp://franz.com/agraph/repository/config#password
-
CATALOGID
public static final org.eclipse.rdf4j.model.IRI CATALOGIDhttp://franz.com/agraph/repository/config#catalogId
-
REPOSITORYID
public static final org.eclipse.rdf4j.model.IRI REPOSITORYIDhttp://franz.com/agraph/repository/config#repositoryId
-
-
Constructor Details
-
AGRepositorySchema
public AGRepositorySchema()
-