Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Aug 19, 2021
1 parent 57a7d88 commit 17e59d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askomics/libaskomics/TriplestoreExplorer.py
Expand Up @@ -526,7 +526,7 @@ def get_abstraction_relations(self):
?node rdfs:range ?range_uri .
?node askomics:uri ?property_uri
# Retrocompatibility
OPTIONAL {?node askomics:uri ?property_uri}
OPTIONAL {{?node askomics:uri ?property_uri}}
}}
# Relation of entity (or motherclass of entity)
{{
Expand Down

0 comments on commit 17e59d0

Please sign in to comment.