diff --git a/_data/core-properties.yml b/_data/core-properties.yml
index 36c217d..0fe162f 100644
--- a/_data/core-properties.yml
+++ b/_data/core-properties.yml
@@ -352,3 +352,54 @@
en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2'
+
+
+- property: pause-short
+ type: pause
+ applicability: all
+ effect: "short pause before processing the element as usual."
+ examples:
+ - mathml: ''
+ en: "a [pause.] b"
+
+- property: pause-medium
+ type: pause
+ applicability: all
+ effect: "medium pause before processing the element as usual."
+ examples:
+ - mathml: |
+
+ en: "line one label 10; a plus a equals b plus b [pause..] c plus c equals d plus d; line two label 11; a equals b [pause..] c equals d"
+
+- property: pause-long
+ type: pause
+ applicability: all
+ effect: "long pause before processing the element as usual."
+ examples:
+ - mathml: ''
+ en: "a [pause...] b"
+
+- property: pause-xlong
+ type: pause
+ applicability: all
+ effect: "extra long pause before processing the element as usual."
+ examples:
+ - mathml: ''
+ en: "a [pause....] b"
diff --git a/_data/open-properties.yml b/_data/open-properties.yml
index 909d57a..e69de29 100644
--- a/_data/open-properties.yml
+++ b/_data/open-properties.yml
@@ -1,50 +0,0 @@
-
-- property: pause-short
- type: pause
- applicability: all
- effect: "short pause before processing the element as usual."
- examples:
- - mathml: ''
- en: "a [pause.] b"
-
-- property: pause-medium
- type: pause
- applicability: all
- effect: "medium pause before processing the element as usual."
- examples:
- - mathml: |
-
- en: "line one label 10; a plus a equals b plus b [pause..] c plus c equals d plus d; line two label 11; a equals b [pause..] c equals d"
-
-- property: pause-long
- type: pause
- applicability: all
- effect: "long pause before processing the element as usual."
- examples:
- - mathml: ''
- en: "a [pause...] b"
-
-- property: pause-xlong
- type: pause
- applicability: all
- effect: "extra long pause before processing the element as usual."
- examples:
- - mathml: ''
- en: "a [pause....] b"