Package com.stardog.stark
Interface Statement
- All Superinterfaces:
Resource,Serializable,Value
- All Known Implementing Classes:
StatementPattern
A Statement in RDF. Comprised of the RDF triple (subject, predicate, object) and the context, eg named graph, in which the statement appears.
- Since:
- 0.1
- Version:
- 0.1
- Author:
- Michael Grove
- See Also:
-
Method Summary
-
Method Details
-
subject
The subject of the statement- Returns:
- the subject
-
predicate
The predicate of the statement- Returns:
- the predicate
-
object
The object of the statement- Returns:
- the object
-
context
The name of the graph in which this statement appears.- Returns:
- the name of the graph, within an RDF dataset, which contains this statement. if the `Statement`
is in the default graph,
Values.DEFAULT_GRAPHwill be returned. - See Also:
-