pub fn property_bool<R>(prop: &IriS) -> impl RDFNodeParse<R, Output = bool>where
R: FocusRDF,
Expand description
Created a parser that returns the boolean associated with the current focus node for property
It doesn’t move the current focus node