srdf::srdf_parser

Function property_values_non_empty

Source
pub fn property_values_non_empty<RDF>(
    property: &IriS,
) -> impl RDFNodeParse<RDF, Output = HashSet<RDF::Term>>
where RDF: FocusRDF,
Expand description

Returns the values of property for the focus node

If there is no value, it returns an error