Class AGRepositorySchema
java.lang.Object
com.franz.agraph.repository.config.AGRepositorySchema
Defines constants for the AGRepository schema which is used by
AGRepositoryFactorys to initialize AGRepositorys.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.rdf4j.model.IRIhttp://franz.com/agraph/repository/config#catalogIdstatic final StringThe AGRepository schema namespace (http://franz.com/agraph/repository/config#).static final org.eclipse.rdf4j.model.IRIhttp://franz.com/agraph/repository/config#passwordstatic final org.eclipse.rdf4j.model.IRIhttp://franz.com/agraph/repository/config#repositoryIdstatic final org.eclipse.rdf4j.model.IRIhttp://franz.com/agraph/repository/config#serverUrlstatic final org.eclipse.rdf4j.model.IRIhttp://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()
-