We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd46c commit 5606017Copy full SHA for 5606017
1 file changed
patterns/TQC microstructure of ingot/shape-data.ttl
@@ -51,16 +51,16 @@ ex:segregation_factor_after_annealing a ex:cls_segregation_factor .
51
ex:the_microstructure_before_annealing
52
is_state_of: ex:the_dual_ingot_and_microstructure ;
53
has_quality: ex:segregation_factor_before_annealing ;
54
- exists_at: [
55
- a temporal_region:
56
- ] .
+ exists_at: ex:region_1 .
+
+ex:region_1 a temporal_region: .
57
58
ex:the_microstructure_after_annealing
59
60
has_quality: ex:segregation_factor_after_annealing ;
61
62
63
+ exists_at: ex:region_2 .
+ex:region_2 a temporal_region: .
64
65
# Link the states to their anchor and vice versa
66
ex:the_dual_ingot_and_microstructure
0 commit comments