RDFTriple

scalation.database.triplegraph.RDFTriple
case class RDFTriple(s: String, p: ValueType, o: ValueType)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product