[][src]Trait rdftk_ontology::Resource

pub trait Resource {
    pub fn uri(&self) -> &IRIRef;
}

Required methods

pub fn uri(&self) -> &IRIRef[src]

Loading content...

Implementors

impl Resource for Class[src]

impl Resource for Property[src]

impl Resource for Vocabulary[src]

Loading content...