RDFTriple
scalation.database.triplegraph.RDFTriple
The RDFTriple
class holds information about a triple (3 part edge). It may be viewed as a statement with a subject, predicate and object.
Value parameters
- o
-
the tail vertex (object = IRI or literal value)
- p
-
the relation/edge-label (predicate)
- s
-
the head vertex (subject = International Resourse Indentifier (IRI))
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article