Class RdfUnSubjectedTriple
java.lang.Object
io.github.webbasedwodt.model.ontology.rdf.RdfUnSubjectedTriple
This class represent a triple without the subject.
It can be useful when we want to represent triples for an external defined subject.
-
Constructor Summary
ConstructorDescriptionRdfUnSubjectedTriple
(RdfProperty triplePredicate, RdfNode tripleObject) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the triple object.Get the triple predicate.
-
Constructor Details
-
RdfUnSubjectedTriple
Default constructor.- Parameters:
triplePredicate
- the predicate of the triple.tripleObject
- the object of the triple.
-
-
Method Details
-
getTriplePredicate
Get the triple predicate.- Returns:
- the predicate of the triple.
-
getTripleObject
Get the triple object.- Returns:
- the object of the triple.
-