java.lang.Object
org.apache.jena.vocabulary.RDF.Init
- Enclosing class:
- RDF
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic Resource
static Resource
Alt()
static Resource
Bag()
static Resource
static Property
static RDFDatatype
static RDFDatatype
static RDFDatatype
static RDFDatatype
static Property
first()
static Resource
HTML()
static Resource
JSON()
static Resource
static Property
language()
static Resource
List()
static Resource
nil()
static Property
object()
static Property
static Property
rest()
static Resource
Seq()
static Resource
static Property
subject()
static Property
type()
static Property
value()
static Resource
-
Constructor Details
-
Init
public Init()
-
-
Method Details
-
Alt
-
Bag
-
_Property
-
Seq
-
Statement
-
List
-
nil
-
first
-
rest
-
subject
-
predicate
-
object
-
type
-
value
-
langString
-
HTML
-
xmlLiteral
-
JSON
-
CompoundLiteral
-
language
-
direction
-
dtRDFHTML
-
dtLangString
-
dtXMLLiteral
-
dtRDFJSON
-