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