java.lang.Object
org.apache.jena.datatypes.BaseDatatype
org.apache.jena.datatypes.xsd.impl.RDFjson
- All Implemented Interfaces:
RDFDatatype
rdf:JSON.
This only implements syntactic equality, not value equality.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.datatypes.BaseDatatype
BaseDatatype.TypedValue -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RDFDatatypeSingleton instance.static StringDeprecated.static final String -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.static booleanisRDFjson(RDFDatatype rdfDatatype) Test where anRDFDatatypeis that forrdf:XMLLiteral.Parse a lexical form of this datatype to a valueConvert a value of this datatype out to lexical form.Methods inherited from class org.apache.jena.datatypes.BaseDatatype
cannonicalise, equals, extendedTypeDefinition, getHashCode, getJavaClass, getURI, hashCode, isValid, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType, toStringMethods inherited from interface org.apache.jena.datatypes.RDFDatatype
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isValid, isValidLiteral, isValidValue, normalizeSubType
-
Field Details
-
rdfJsonURI
- See Also:
-
rdfJSON
Singleton instance.Prefer
RDF.dtRDFJSONin applications. -
RDFjson
Deprecated.PreferrdfJsonURI.
-
-
Method Details
-
isRDFjson
Test where anRDFDatatypeis that forrdf:XMLLiteral. -
isEqual
Compares two instances of values of the given datatype.- Specified by:
isEqualin interfaceRDFDatatype- Overrides:
isEqualin classBaseDatatype
-
parse
Description copied from class:BaseDatatypeParse a lexical form of this datatype to a value- Specified by:
parsein interfaceRDFDatatype- Overrides:
parsein classBaseDatatype
-
unparse
Description copied from class:BaseDatatypeConvert a value of this datatype out to lexical form.- Specified by:
unparsein interfaceRDFDatatype- Overrides:
unparsein classBaseDatatype
-
rdfJsonURI.