eu.larkc.core.util
Class RDFConstants

java.lang.Object
  extended by eu.larkc.core.util.RDFConstants

public class RDFConstants
extends java.lang.Object

Set of RDF constants to use in the code

Author:
spyros

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

RDF_NAMESPACE

public static final java.lang.String RDF_NAMESPACE
Namespace of RDF.

See Also:
Constant Field Values

RDFS_NAMESPACE

public static final java.lang.String RDFS_NAMESPACE
Namespace of RDFS.

See Also:
Constant Field Values

OWL_NAMESPACE

public static final java.lang.String OWL_NAMESPACE
Namespace of OWL.

See Also:
Constant Field Values

LARKC_NAMESPACE

public static final java.lang.String LARKC_NAMESPACE
Namespace of LARKC.

See Also:
Constant Field Values

RDF_TYPE

public static final org.openrdf.model.URI RDF_TYPE
URI which represents the predicate for type.


LARKC_QUERY

public static final org.openrdf.model.URI LARKC_QUERY
URI which represents the predicate for a query.


LARKC_SPARQLQUERY

public static final org.openrdf.model.URI LARKC_SPARQLQUERY
URI which represents the predicate for a sparql query.


LARKC_HASSERIALIZEDFORM

public static final org.openrdf.model.URI LARKC_HASSERIALIZEDFORM
URI which represents the predicate hasSerializedForm.


LARKC_ATTVALUE

public static final org.openrdf.model.URI LARKC_ATTVALUE
URI which represents the predicate for attribute value.


LARKC_ATTVALUESUBJECT

public static final org.openrdf.model.URI LARKC_ATTVALUESUBJECT
URI which represents the predicate for attribute value subject.


ARGUMENTNAME

public static final org.openrdf.model.URI ARGUMENTNAME
URI for the property to specify the name of an argument


BINDSTO

public static final org.openrdf.model.URI BINDSTO
URI for the property to specify the binding of an argument


DEFAULTOUTPUTNAME

public static final org.openrdf.model.URI DEFAULTOUTPUTNAME
The default name for an argument (utility for plug-ins with a single argument)

Constructor Detail

RDFConstants

public RDFConstants()