Skip to content

Commit

Permalink
fixing isomorphic graphs to reflect putting most things inside a qual…
Browse files Browse the repository at this point in the history
…ifiedvalueshape
  • Loading branch information
gtfierro committed May 21, 2024
1 parent 08a8a57 commit 6c244fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/unit/test_template_to_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def test_template_to_shape_dependency(bm):
] ;
sh:property [
sh:path brick:hasPoint ;
sh:class brick:Temperature_Sensor ;
sh:minCount 1 ;
sh:qualifiedValueShape [ sh:class brick:Temperature_Sensor ] ;
sh:qualifiedMinCount 1 ;
] ;
.
"""
Expand Down Expand Up @@ -137,8 +137,8 @@ def test_template_to_shape_duplicate_props_with_optional(bm):
sh:class brick:VAV ;
sh:property [
sh:path brick:hasPoint ;
sh:class brick:Temperature_Sensor ;
sh:minCount 1 ;
sh:qualifiedValueShape [ sh:class brick:Temperature_Sensor ] ;
sh:qualifiedMinCount 1 ;
] ;
.
"""
Expand Down Expand Up @@ -176,8 +176,8 @@ def test_template_to_shape_duplicate_props(bm):
sh:class brick:VAV ;
sh:property [
sh:path brick:hasPoint ;
sh:class brick:Temperature_Sensor ;
sh:minCount 2 ;
sh:qualifiedValueShape [ sh:class brick:Temperature_Sensor ] ;
sh:qualifiedMinCount 2 ;
] ;
.
"""
Expand Down

0 comments on commit 6c244fa

Please sign in to comment.