diff --git a/src/oold/backend/sparql.py b/src/oold/backend/sparql.py index f17b520..ddff6c3 100644 --- a/src/oold/backend/sparql.py +++ b/src/oold/backend/sparql.py @@ -133,7 +133,7 @@ def __init__(self, **kwargs): self._sparql = SPARQLWrapper(self.endpoint) - def resolve_iri(self, iris: list[str]) -> dict[str, dict]: + def resolve_iris(self, iris: list[str]) -> dict[str, dict]: # sparql query to get a node by IRI with all its properties # using CONSTRUCT to get the full node # format the result as json-ld