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

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

rdf:first The first item in the subject RDF list.

Provided Methods

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

Important traits for ObjectIter<'g, R>

rdf:first The first item in the subject RDF list. http://www.w3.org/1999/02/22-rdf-syntax-ns#first

Implementors

impl<'g, G: 'g> First<'g> for List<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> First<'g> for IRI<'g, List<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>