pub fn subjects_with_property_value<RDF>(
property: &IriS,
value: &RDF::Term,
) -> SubjectsPropertyValue<RDF>where
RDF: FocusRDF,
Expand description
Returns all nodes that are instances of the expected IRI in the RDF data
pub fn subjects_with_property_value<RDF>(
property: &IriS,
value: &RDF::Term,
) -> SubjectsPropertyValue<RDF>where
RDF: FocusRDF,
Returns all nodes that are instances of the expected IRI in the RDF data