public final class Constants extends Object
RdfSerializer
and RdfParser
classes.Modifier and Type | Field and Description |
---|---|
static String |
LANG_N3
Jena language support:
|
static String |
LANG_NTRIPLE
Jena language support:
|
static String |
LANG_RDF_XML
Jena language support:
|
static String |
LANG_RDF_XML_ABBREV
Jena language support:
|
static String |
LANG_TURTLE
Jena language support:
|
static String |
RDF_BAG
RDF resource that identifies a
Bag value. |
static String |
RDF_juneauNs_ITEMS
RDF property identifier
|
static String |
RDF_juneauNs_ROOT
RDF property identifier
|
static String |
RDF_juneauNs_TYPE
RDF property identifier
|
static String |
RDF_juneauNs_VALUE
RDF property identifier
|
static String |
RDF_NIL
RDF resource that identifies a
|
static String |
RDF_SEQ
RDF resource that identifies a
Seq value. |
Constructor and Description |
---|
Constants() |
public static final String LANG_RDF_XML
public static final String LANG_RDF_XML_ABBREV
public static final String LANG_NTRIPLE
public static final String LANG_TURTLE
public static final String LANG_N3
public static final String RDF_juneauNs_ITEMS
For resources that are collections, this property identifies the RDF Sequence container for the items in the collection.
public static final String RDF_juneauNs_ROOT
Property added to root nodes to help identify them as root elements during parsing.
Added if RdfSerializer.RDF_addRootProperty
setting is enabled.
public static final String RDF_juneauNs_TYPE
Property added to bean resources to identify the class type.
Added if Serializer.SERIALIZER_addBeanTypeProperties
setting is enabled.
public static final String RDF_juneauNs_VALUE
Property added to nodes to identify a simple value.
public static final String RDF_NIL
public static final String RDF_SEQ
Seq
value.public static final String RDF_BAG
Bag
value.public Constants()
Copyright © 2018 Apache. All rights reserved.