Skip to content

Commit 5606017

Browse files
committed
avoid blank nodes
1 parent 04dd46c commit 5606017

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

patterns/TQC microstructure of ingot/shape-data.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ ex:segregation_factor_after_annealing a ex:cls_segregation_factor .
5151
ex:the_microstructure_before_annealing
5252
is_state_of: ex:the_dual_ingot_and_microstructure ;
5353
has_quality: ex:segregation_factor_before_annealing ;
54-
exists_at: [
55-
a temporal_region:
56-
] .
54+
exists_at: ex:region_1 .
55+
56+
ex:region_1 a temporal_region: .
5757

5858
ex:the_microstructure_after_annealing
5959
is_state_of: ex:the_dual_ingot_and_microstructure ;
6060
has_quality: ex:segregation_factor_after_annealing ;
61-
exists_at: [
62-
a temporal_region:
63-
] .
61+
exists_at: ex:region_2 .
62+
63+
ex:region_2 a temporal_region: .
6464

6565
# Link the states to their anchor and vice versa
6666
ex:the_dual_ingot_and_microstructure

0 commit comments

Comments
 (0)