Package org.apache.jena.vocabulary
Class RDF.Init
- java.lang.Object
-
- org.apache.jena.vocabulary.RDF.Init
-
- Enclosing class:
- RDF
public static class RDF.Init extends java.lang.Object
RDF constants are used during Jena initialization.If that initialization is triggered by touching the RDF class, then the constants are null.
So for these cases, call this helper class: Init.function()
-
-
Constructor Summary
Constructors Constructor Description Init()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Resource
_Property()
static Resource
Alt()
static Resource
Bag()
static Resource
CompoundLiteral()
static Property
direction()
static RDFDatatype
dtLangString()
static RDFDatatype
dtRDFHTML()
static RDFDatatype
dtRDFJSON()
static RDFDatatype
dtXMLLiteral()
static Property
first()
static Resource
HTML()
static Resource
JSON()
static Resource
langString()
static Property
language()
static Resource
List()
static Resource
nil()
static Property
object()
static Property
predicate()
static Property
rest()
static Resource
Seq()
static Resource
Statement()
static Property
subject()
static Property
type()
static Property
value()
static Resource
xmlLiteral()
-
-
-
Method Detail
-
Alt
public static Resource Alt()
-
Bag
public static Resource Bag()
-
_Property
public static Resource _Property()
-
Seq
public static Resource Seq()
-
Statement
public static Resource Statement()
-
List
public static Resource List()
-
nil
public static Resource nil()
-
first
public static Property first()
-
rest
public static Property rest()
-
subject
public static Property subject()
-
predicate
public static Property predicate()
-
object
public static Property object()
-
type
public static Property type()
-
value
public static Property value()
-
langString
public static Resource langString()
-
HTML
public static Resource HTML()
-
xmlLiteral
public static Resource xmlLiteral()
-
JSON
public static Resource JSON()
-
CompoundLiteral
public static Resource CompoundLiteral()
-
language
public static Property language()
-
direction
public static Property direction()
-
dtRDFHTML
public static RDFDatatype dtRDFHTML()
-
dtLangString
public static RDFDatatype dtLangString()
-
dtXMLLiteral
public static RDFDatatype dtXMLLiteral()
-
dtRDFJSON
public static RDFDatatype dtRDFJSON()
-
-