Skip to main content

extract_iri_value

Function extract_iri_value 

Source
fn extract_iri_value(
    block: &str,
    predicate: &str,
    prefixes: &HashMap<String, String>,
) -> Option<String>
Expand description

Resolve a prefixed name or bracketed IRI from the content following predicate.