pub fn instance_of<RDF>(
expected: &IriS,
) -> impl RDFNodeParse<RDF, Output = RDF::Subject>where
RDF: FocusRDF,
Expand description
Returns the node that is an instance of the expected IRI in the RDF data It moves the focus to point to that node