Package org.restlet.ext.rdf.internal
Class RdfConstants
- java.lang.Object
-
- org.restlet.ext.rdf.internal.RdfConstants
-
public class RdfConstants extends java.lang.ObjectConstants related to RDF documents.
-
-
Field Summary
Fields Modifier and Type Field Description static ReferenceLIST_FIRSTList "first".static ReferenceLIST_RESTList "rest".static ReferenceOBJECT_NILObject "nil".static ReferencePREDICATE_IMPLIESPredicate "implies" .static ReferencePREDICATE_OBJECTPredicate "object".static ReferencePREDICATE_PREDICATEPredicate "predicate".static ReferencePREDICATE_SAMEPredicate "same as".static ReferencePREDICATE_STATEMENTPredicate "statement".static ReferencePREDICATE_SUBJECTPredicate "subject".static ReferencePREDICATE_TYPEPredicate "is a".static ReferenceRDF_SCHEMARdf schema.static ReferenceRDF_SYNTAXRdf syntax.static ReferenceXML_SCHEMAXML schema.static ReferenceXML_SCHEMA_TYPE_FLOATFloat type of the XML schema.static ReferenceXML_SCHEMA_TYPE_INTEGERInteger type of the XML schema.
-
Constructor Summary
Constructors Constructor Description RdfConstants()
-
-
-
Field Detail
-
LIST_FIRST
public static final Reference LIST_FIRST
List "first".
-
LIST_REST
public static final Reference LIST_REST
List "rest".
-
OBJECT_NIL
public static final Reference OBJECT_NIL
Object "nil".
-
PREDICATE_IMPLIES
public static final Reference PREDICATE_IMPLIES
Predicate "implies" .
-
PREDICATE_OBJECT
public static final Reference PREDICATE_OBJECT
Predicate "object".
-
PREDICATE_PREDICATE
public static final Reference PREDICATE_PREDICATE
Predicate "predicate".
-
PREDICATE_SAME
public static final Reference PREDICATE_SAME
Predicate "same as".
-
PREDICATE_STATEMENT
public static final Reference PREDICATE_STATEMENT
Predicate "statement".
-
PREDICATE_SUBJECT
public static final Reference PREDICATE_SUBJECT
Predicate "subject".
-
PREDICATE_TYPE
public static final Reference PREDICATE_TYPE
Predicate "is a".
-
RDF_SCHEMA
public static final Reference RDF_SCHEMA
Rdf schema.
-
RDF_SYNTAX
public static final Reference RDF_SYNTAX
Rdf syntax.
-
XML_SCHEMA
public static final Reference XML_SCHEMA
XML schema.
-
XML_SCHEMA_TYPE_FLOAT
public static final Reference XML_SCHEMA_TYPE_FLOAT
Float type of the XML schema.
-
XML_SCHEMA_TYPE_INTEGER
public static final Reference XML_SCHEMA_TYPE_INTEGER
Integer type of the XML schema.
-
-