Skip to content
Snippets Groups Projects
Commit 0bd3bc9b authored by Romin's avatar Romin :eye:
Browse files

Fix previous fix

parent 2bd875f2
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ class ApplicationProfile(ApplicationProfileInfo):
Recursively resolves owl:imports statements
"""
for row in self.query(
"SELECT ?url WHERE { ?target owl:imports ?url . }",
"SELECT ?url WHERE { ?target sh:node ?url . }",
initBindings={"target": rdflib.URIRef(self.uri)}
):
profile = self.client.application_profile(str(row[0]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment