|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joseki.vocabulary.JosekiSchema
Vocabulary definitions for Joseki configuration vocabulary.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
alsoInclude
Other resources to read and merge (e.g. file:...) |
static com.hp.hpl.jena.rdf.model.Property |
attachedModel
Required property |
static com.hp.hpl.jena.rdf.model.Resource |
AttachedModel
|
static com.hp.hpl.jena.rdf.model.Property |
className
code to load |
static com.hp.hpl.jena.rdf.model.Property |
dbDriver
Driver name relational databases |
static com.hp.hpl.jena.rdf.model.Property |
dbModelName
Model name a relational database model |
static com.hp.hpl.jena.rdf.model.Property |
dbType
Type for a relational database |
static com.hp.hpl.jena.rdf.model.Property |
hasOperation
Multi-instance property |
static com.hp.hpl.jena.rdf.model.Property |
hasQueryOperation
Query language descriptionMulti-instance property |
static com.hp.hpl.jena.rdf.model.Property |
isImmutable
Indicate whether this model changes |
static com.hp.hpl.jena.rdf.model.Property |
josekiSchema
|
static com.hp.hpl.jena.rdf.model.Resource |
JosekiServer
Required type |
static com.hp.hpl.jena.rdf.model.Resource |
ModelDescription
|
static com.hp.hpl.jena.rdf.model.Property |
modelSpec
Model spec to be used in creating the Jena model to back an attached model |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabalary as a resource |
static com.hp.hpl.jena.rdf.model.Property |
namespacePrefix
Defines an optional namespace prefix for this model. |
static java.lang.String |
NS
The namespace of the vocabalary as a string ("http://joseki.org/2003/07/configuration#") |
static com.hp.hpl.jena.rdf.model.Property |
nsURI
The namespace URI part of a namespace prefix |
static com.hp.hpl.jena.rdf.model.Property |
ontDocumentManager
Optionally set the document manager for the ontology |
static com.hp.hpl.jena.rdf.model.Property |
ontology
Optional specification of an OWL ontology to use with this data |
static com.hp.hpl.jena.rdf.model.Resource |
opAdd
|
static com.hp.hpl.jena.rdf.model.Property |
operation
|
static com.hp.hpl.jena.rdf.model.Resource |
Operation
|
static com.hp.hpl.jena.rdf.model.Resource |
OperationBinding
|
static com.hp.hpl.jena.rdf.model.Property |
operationName
The name used identify the operationon this model |
static com.hp.hpl.jena.rdf.model.Resource |
opLock
|
static com.hp.hpl.jena.rdf.model.Resource |
opOptions
|
static com.hp.hpl.jena.rdf.model.Resource |
opQueryModel
|
static com.hp.hpl.jena.rdf.model.Resource |
opRemove
|
static com.hp.hpl.jena.rdf.model.Resource |
opUnlock
|
static com.hp.hpl.jena.rdf.model.Resource |
opUpdate
|
static com.hp.hpl.jena.rdf.model.Property |
password
Password for relational database |
static com.hp.hpl.jena.rdf.model.Property |
prefix
The namespace prefix part of a namespace prefix |
static com.hp.hpl.jena.rdf.model.Resource |
queryGET
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryLanguage
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryLanguageBinding
|
static com.hp.hpl.jena.rdf.model.Property |
queryOperation
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryOperation
|
static com.hp.hpl.jena.rdf.model.Resource |
QueryOperationBinding
|
static com.hp.hpl.jena.rdf.model.Property |
queryOperationName
The name used identify the operation on this model - can be a URI or a short name (string) |
static com.hp.hpl.jena.rdf.model.Resource |
queryRDQL
|
static com.hp.hpl.jena.rdf.model.Property |
queryScript
The query as a string |
static com.hp.hpl.jena.rdf.model.Property |
requestQueryLanguage
The query language of this request |
static com.hp.hpl.jena.rdf.model.Property |
serverDebug
Set server debugging mode |
static com.hp.hpl.jena.rdf.model.Property |
serverPort
Port number (if not implicit through servlet)Not normally needed |
static com.hp.hpl.jena.rdf.model.Property |
serverURI
URI of this server - Not normally needed |
static com.hp.hpl.jena.rdf.model.Property |
sourceController
This model uses an adapter |
static com.hp.hpl.jena.rdf.model.Resource |
SourceController
An adapter to an external model source |
static com.hp.hpl.jena.rdf.model.Property |
useContentType
Set the MIME type for the protocol |
static com.hp.hpl.jena.rdf.model.Property |
user
User ID for relational database |
static com.hp.hpl.jena.rdf.model.Property |
vocabulary
Optional specification of an RDFS vocabulary to use with this data |
Constructor Summary | |
JosekiSchema()
|
Method Summary | |
static java.lang.String |
getURI()
The namespace of the vocabalary as a string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NS
The namespace of the vocabalary as a string ("http://joseki.org/2003/07/configuration#")
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabalary as a resource
public static final com.hp.hpl.jena.rdf.model.Property sourceController
This model uses an adapter
public static final com.hp.hpl.jena.rdf.model.Property alsoInclude
Other resources to read and merge (e.g. file:...)
public static final com.hp.hpl.jena.rdf.model.Property dbType
Type for a relational database
public static final com.hp.hpl.jena.rdf.model.Property operationName
The name used identify the operationon this model
public static final com.hp.hpl.jena.rdf.model.Property queryOperationName
The name used identify the operation on this model - can be a URI or a short name (string)
public static final com.hp.hpl.jena.rdf.model.Property nsURI
The namespace URI part of a namespace prefix
public static final com.hp.hpl.jena.rdf.model.Property hasOperation
Multi-instance property
public static final com.hp.hpl.jena.rdf.model.Property dbDriver
Driver name relational databases
public static final com.hp.hpl.jena.rdf.model.Property user
User ID for relational database
public static final com.hp.hpl.jena.rdf.model.Property isImmutable
Indicate whether this model changes
public static final com.hp.hpl.jena.rdf.model.Property dbModelName
Model name a relational database model
public static final com.hp.hpl.jena.rdf.model.Property josekiSchema
public static final com.hp.hpl.jena.rdf.model.Property modelSpec
Model spec to be used in creating the Jena model to back an attached model
public static final com.hp.hpl.jena.rdf.model.Property className
code to load
public static final com.hp.hpl.jena.rdf.model.Property attachedModel
Required property
public static final com.hp.hpl.jena.rdf.model.Property requestQueryLanguage
The query language of this request
public static final com.hp.hpl.jena.rdf.model.Property serverPort
Port number (if not implicit through servlet)Not normally needed
public static final com.hp.hpl.jena.rdf.model.Property ontology
Optional specification of an OWL ontology to use with this data
public static final com.hp.hpl.jena.rdf.model.Property serverURI
URI of this server - Not normally needed
public static final com.hp.hpl.jena.rdf.model.Property password
Password for relational database
public static final com.hp.hpl.jena.rdf.model.Property prefix
The namespace prefix part of a namespace prefix
public static final com.hp.hpl.jena.rdf.model.Property vocabulary
Optional specification of an RDFS vocabulary to use with this data
public static final com.hp.hpl.jena.rdf.model.Property namespacePrefix
Defines an optional namespace prefix for this model.
public static final com.hp.hpl.jena.rdf.model.Property operation
public static final com.hp.hpl.jena.rdf.model.Property queryScript
The query as a string
public static final com.hp.hpl.jena.rdf.model.Property serverDebug
Set server debugging mode
public static final com.hp.hpl.jena.rdf.model.Property ontDocumentManager
Optionally set the document manager for the ontology
public static final com.hp.hpl.jena.rdf.model.Property queryOperation
public static final com.hp.hpl.jena.rdf.model.Property hasQueryOperation
Query language descriptionMulti-instance property
public static final com.hp.hpl.jena.rdf.model.Property useContentType
Set the MIME type for the protocol
public static final com.hp.hpl.jena.rdf.model.Resource QueryLanguage
public static final com.hp.hpl.jena.rdf.model.Resource QueryLanguageBinding
public static final com.hp.hpl.jena.rdf.model.Resource Operation
public static final com.hp.hpl.jena.rdf.model.Resource QueryOperation
public static final com.hp.hpl.jena.rdf.model.Resource OperationBinding
public static final com.hp.hpl.jena.rdf.model.Resource AttachedModel
public static final com.hp.hpl.jena.rdf.model.Resource SourceController
An adapter to an external model source
public static final com.hp.hpl.jena.rdf.model.Resource JosekiServer
Required type
public static final com.hp.hpl.jena.rdf.model.Resource ModelDescription
public static final com.hp.hpl.jena.rdf.model.Resource QueryOperationBinding
public static final com.hp.hpl.jena.rdf.model.Resource opQueryModel
public static final com.hp.hpl.jena.rdf.model.Resource opUpdate
public static final com.hp.hpl.jena.rdf.model.Resource opUnlock
public static final com.hp.hpl.jena.rdf.model.Resource opRemove
public static final com.hp.hpl.jena.rdf.model.Resource queryRDQL
public static final com.hp.hpl.jena.rdf.model.Resource opLock
public static final com.hp.hpl.jena.rdf.model.Resource opAdd
public static final com.hp.hpl.jena.rdf.model.Resource opOptions
public static final com.hp.hpl.jena.rdf.model.Resource queryGET
Constructor Detail |
public JosekiSchema()
Method Detail |
public static java.lang.String getURI()
The namespace of the vocabalary as a string
NS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |