[][src]Trait rome::ontology::properties::rdf::Subject

pub trait Subject<'g>: ResourceBase<'g> where
    Self: Sized
{ fn property_iri() -> &'static str { ... }
fn subject<G>(&self) -> ObjectIter<'g, Resource<'g, G>>
    where
        Resource<'g, G>: ResourceBase<'g, Graph = Self::Graph>,
        G: Graph<'g>,
        Self: 'g
, { ... } }

rdf:subject The subject of the subject RDF statement.

Provided Methods

http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

Important traits for ObjectIter<'g, R>

rdf:subject The subject of the subject RDF statement. http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

Implementors

impl<'g, G: 'g> Subject<'g> for Statement<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> Subject<'g> for IRI<'g, Statement<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>