Skip to main content

expand_prefixed_iri

Function expand_prefixed_iri 

Source
pub fn expand_prefixed_iri(
    token: &str,
    namespaces: &BTreeMap<String, String>,
) -> Option<String>
Expand description

Expand prefix:local using namespaces. Bare IRIs and <iri> pass through.