pub fn fetch_netrelations(
client: &dyn SparqlClient,
endpoint_url: &str,
seed_iris: &[String],
) -> Result<Vec<RinfNetrelationRow>, ProjectionError>Expand description
High-level helper: fetch + parse netrelations for the given seed IRIs.