Package com.apicatalog.rdf
Interface RdfResource
-
- All Superinterfaces:
RdfValue
- All Known Implementing Classes:
ImmutableRdfResource
@Deprecated public interface RdfResource extends RdfValue
Deprecated.since 1.7.0 - use an alternative RDF primitives library.This class is deprecated as of version 1.7.0.Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.
- See Also:
- Titanium RDF Primitives
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default RdfLiteralasLiteral()Deprecated.Return the RdfValue as a RdfLiteraldefault booleanisLiteral()Deprecated.Indicates if the value type is RDF literal.
-
-
-
Method Detail
-
isLiteral
default boolean isLiteral()
Deprecated.Description copied from interface:RdfValueIndicates if the value type is RDF literal.
-
asLiteral
default RdfLiteral asLiteral()
Deprecated.Description copied from interface:RdfValueReturn the RdfValue as a RdfLiteral
-
-