A data structure that comprises a collection of triples.
Defines the types related to the RDF datamodel in the Apache Jena framework.
Defines the types related to the RDF datamodel in the Apache Jena framework.
This class is inspired by the Banana-RDF project.
Defines the types related to the RDF datamodel.
Defines the types related to the RDF datamodel.
This class is inspired by the Banana-RDF project.
An RDF triple (s p o)
.
An RDF triple (s p o)
.
the subject
the predicate
the object
An RDF tuple (s o)
, i.e.
An RDF tuple (s o)
, i.e. only subject and object are represented.
the subject
the object
The SQL schema used for an RDF graph.
A data structure that comprises a collection of triples. Note, due to the implementation of the Spark datastructures, this doesn't necessarily mean to be free of duplicates which is why a
distinct
operation is provided.