Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 4, 2024
1 parent 6f59c54 commit 1ae16e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildingmotif/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def _inline_sh_qualified_value_shape(sg: Graph):
"""
q = """
PREFIX sh: <http://www.w3.org/ns/shacl#>
SELECT ?parent ?child ?andnode WHERE {
SELECT ?parent ?child WHERE {
?parent a sh:PropertyShape ;
sh:qualifiedValueShape ?child .
}"""
Expand Down

0 comments on commit 1ae16e0

Please sign in to comment.