Package com.apicatalog.rdf
Interface RdfTriple
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdfValuegetObject()An absolute IRI or blank node identifier orRdfLiteral.RdfResourcegetPredicate()An absolute IRI or blank node identifier denoting the predicate of the triple.RdfResourcegetSubject()An absolute IRI or blank node identifier denoting the subject of the triple.
-
-
-
Method Detail
-
getSubject
RdfResource getSubject()
An absolute IRI or blank node identifier denoting the subject of the triple.- Returns:
- an absolute URI or blank node
-
getPredicate
RdfResource getPredicate()
An absolute IRI or blank node identifier denoting the predicate of the triple.- Returns:
- an absolute URI or blank node
-
getObject
RdfValue getObject()
An absolute IRI or blank node identifier orRdfLiteral.- Returns:
RdfValue
-
-