|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.util.RDFConstants
public class RDFConstants
Set of RDF constants to use in the code
Field Summary | |
---|---|
static org.openrdf.model.URI |
ARGUMENTNAME
URI for the property to specify the name of an argument |
static org.openrdf.model.URI |
BINDSTO
URI for the property to specify the binding of an argument |
static org.openrdf.model.URI |
DEFAULTOUTPUTNAME
The default name for an argument (utility for plug-ins with a single argument) |
static org.openrdf.model.URI |
LARKC_ATTVALUE
URI which represents the predicate for attribute value. |
static org.openrdf.model.URI |
LARKC_ATTVALUESUBJECT
URI which represents the predicate for attribute value subject. |
static org.openrdf.model.URI |
LARKC_HASSERIALIZEDFORM
URI which represents the predicate hasSerializedForm. |
static java.lang.String |
LARKC_NAMESPACE
Namespace of LARKC. |
static org.openrdf.model.URI |
LARKC_QUERY
URI which represents the predicate for a query. |
static org.openrdf.model.URI |
LARKC_SPARQLQUERY
URI which represents the predicate for a sparql query. |
static java.lang.String |
OWL_NAMESPACE
Namespace of OWL. |
static java.lang.String |
RDF_NAMESPACE
Namespace of RDF. |
static org.openrdf.model.URI |
RDF_TYPE
URI which represents the predicate for type. |
static java.lang.String |
RDFS_NAMESPACE
Namespace of RDFS. |
Constructor Summary | |
---|---|
RDFConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RDF_NAMESPACE
public static final java.lang.String RDFS_NAMESPACE
public static final java.lang.String OWL_NAMESPACE
public static final java.lang.String LARKC_NAMESPACE
public static final org.openrdf.model.URI RDF_TYPE
public static final org.openrdf.model.URI LARKC_QUERY
public static final org.openrdf.model.URI LARKC_SPARQLQUERY
public static final org.openrdf.model.URI LARKC_HASSERIALIZEDFORM
public static final org.openrdf.model.URI LARKC_ATTVALUE
public static final org.openrdf.model.URI LARKC_ATTVALUESUBJECT
public static final org.openrdf.model.URI ARGUMENTNAME
public static final org.openrdf.model.URI BINDSTO
public static final org.openrdf.model.URI DEFAULTOUTPUTNAME
Constructor Detail |
---|
public RDFConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |