pub fn property_integers<RDF>(
property: &IriS,
) -> impl RDFNodeParse<RDF, Output = HashSet<isize>>where
RDF: FocusRDF,
Expand description
Returns the integer values of property
for the focus node
If there is no value, it returns an empty set