Struct ntriple::Triple
[−]
[src]
pub struct Triple {
pub subject: Subject,
pub predicate: Predicate,
pub object: Object,
}Represents an RDF statement in the form of a triple.
Fields
subject: Subject
The subject part. This can be an IRI or a blank node.
predicate: Predicate
The predicate part. This is an IRI.
object: Object
The object part. This can be an IRI, a blank node or a literal.