Package com.apicatalog.rdf
Interface RdfTriple
-
- All Known Subinterfaces:
RdfNQuad
- All Known Implementing Classes:
ImmutableRdfNQuad,ImmutableRdfTriple
@Deprecated public interface RdfTripleDeprecated.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 Abstract Methods Deprecated Methods Modifier and Type Method Description RdfValuegetObject()Deprecated.An absolute IRI or blank node identifier orRdfLiteral.RdfResourcegetPredicate()Deprecated.An absolute IRI or blank node identifier denoting the predicate of the triple.RdfResourcegetSubject()Deprecated.An absolute IRI or blank node identifier denoting the subject of the triple.
-
-
-
Method Detail
-
getSubject
RdfResource getSubject()
Deprecated.An absolute IRI or blank node identifier denoting the subject of the triple.- Returns:
- an absolute URI or blank node
-
getPredicate
RdfResource getPredicate()
Deprecated.An absolute IRI or blank node identifier denoting the predicate of the triple.- Returns:
- an absolute URI or blank node
-
getObject
RdfValue getObject()
Deprecated.An absolute IRI or blank node identifier orRdfLiteral.- Returns:
RdfValue
-
-