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

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

rdfs:subClassOf The subject is a subclass of a class.

Provided Methods

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

Important traits for ObjectIter<'g, R>

rdfs:subClassOf The subject is a subclass of a class. http://www.w3.org/2000/01/rdf-schema#subClassOf

Implementors

impl<'g, G: 'g> SubClassOf<'g> for Class<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> SubClassOf<'g> for Datatype<'g, G> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> SubClassOf<'g> for IRI<'g, Class<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>

impl<'g, G: 'g> SubClassOf<'g> for IRI<'g, Datatype<'g, G>> where
    G: Graph<'g>, 
[src]

Important traits for ObjectIter<'g, R>