Trait horned_owl::vocab::WithIRI

source ·
pub trait WithIRI<'a>: Meta<&'a IRIString> {
    fn iri_s(&self) -> &'a String { ... }
    fn iri_b(&self) -> &'a [u8]  { ... }
    fn var_s(tag: &'a str) -> Option<Self> { ... }
    fn var_b(tag: &'a [u8]) -> Option<Self> { ... }
}

Provided Methods

Return a string representation of the IRI associated with this entity.

Implementors