srdf::srdf_parser

Function property_bool

Source
pub fn property_bool<RDF>(prop: &IriS) -> impl RDFNodeParse<RDF, Output = bool>
where RDF: 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