pub fn property_iri<'a, RDF>(
property: &'a IriS,
) -> impl RDFNodeParse<RDF, Output = IriS> + 'awhere
RDF: FocusRDF + 'a,
Expand description
Returns the IRI value of property
for the focus node
pub fn property_iri<'a, RDF>(
property: &'a IriS,
) -> impl RDFNodeParse<RDF, Output = IriS> + 'awhere
RDF: FocusRDF + 'a,
Returns the IRI value of property
for the focus node