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

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

rdfs:subPropertyOf The subject is a subproperty of a property.

Provided Methods

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

Important traits for ObjectIter<'g, R>

rdfs:subPropertyOf The subject is a subproperty of a property. http://www.w3.org/2000/01/rdf-schema#subPropertyOf

Implementors

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

Important traits for ObjectIter<'g, R>

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

Important traits for ObjectIter<'g, R>

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

Important traits for ObjectIter<'g, R>

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

Important traits for ObjectIter<'g, R>