diff --git a/buildingmotif/utils.py b/buildingmotif/utils.py index de6100eb..bcac973f 100644 --- a/buildingmotif/utils.py +++ b/buildingmotif/utils.py @@ -544,7 +544,7 @@ def _inline_sh_qualified_value_shape(sg: Graph): """ q = """ PREFIX sh: - SELECT ?parent ?child ?andnode WHERE { + SELECT ?parent ?child WHERE { ?parent a sh:PropertyShape ; sh:qualifiedValueShape ?child . }"""