de.hedenus.rdf
Interface Statement
- All Superinterfaces:
- Arc, GraphElement
- All Known Implementing Classes:
- BasicStatement
public interface Statement
- extends Arc
A RDF statement (subject, predicate, object).
- Author:
- Michael Hedenus
getSubject
RDFNode getSubject()
- Returns the subject of the statement.
The subject of a statement is either a blank node or a resource.
getPredicate
java.lang.String getPredicate()
- Returns the predicate of the statement.
getObject
RDFNode getObject()
- Returns the object of the statement.
The object of a statement is a blank node, a resource or literal.