Module rome::resource

source ·
Expand description

Helper traits used in generated ontology code.

Structs

A wrapper around ResourceBase that guarantees that the resource is an IRI and not a blank node or a literal.
Iterate over all subjects that are an IRI for the given object and predicate. In other words: no blank nodes are returned.
Iterate over all objects for the given subject and predicate.
Iterate over all subjects for the given object and predicate.

Traits

Base trait for all ontology traits.