pub trait IsXsdStringIri {
    // Required method
    fn is_xsd_string_iri(&self) -> bool;
}
Expand description

IRI type that may be http://www.w3.org/2001/XMLSchema#string.

This is used upon formatting RDF literals to omit the type when it is not required (because it is implicitly xsd:string).

Required Methods§

Implementors§