pub fn property_integer<RDF>(
property: &IriS,
) -> impl RDFNodeParse<RDF, Output = isize>where
RDF: FocusRDF,
Expand description
Returns the integer value of property
for the focus node
pub fn property_integer<RDF>(
property: &IriS,
) -> impl RDFNodeParse<RDF, Output = isize>where
RDF: FocusRDF,
Returns the integer value of property
for the focus node