pub fn property_values_iri<RDF>(
property: &IriS,
) -> impl RDFNodeParse<RDF, Output = Vec<IriS>>where
RDF: FocusRDF,
Expand description
Return the IRI values of property
for the focus node
If some value is not an IRI it fails, if there is no value returns an empty set