[][src]Trait rome::ontology::properties::rdfs::Domain

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

rdfs:domain A domain of the subject property.

Provided Methods

http://www.w3.org/2000/01/rdf-schema#domain

Important traits for ObjectIter<'g, R>

rdfs:domain A domain of the subject property. http://www.w3.org/2000/01/rdf-schema#domain

Implementors

impl<'g, G: 'g> Domain<'g> for Property<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> Domain<'g> for ContainerMembershipProperty<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> Domain<'g> for IRI<'g, Property<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> Domain<'g> for IRI<'g, ContainerMembershipProperty<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>