Function horned_owl::resolve::resolve_iri

source ยท
pub fn resolve_iri<A: ForIRI>(
    iri: &IRI<A>,
    doc_iri: Option<&IRI<A>>
) -> Result<(IRI<A>, String), HornedError>
Expand description

Return contents of an IRI as a string

This method will use local files if possible, or remote access if needed