From daaf147d64f3ec69bd306539656e311a4d04569e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 17 May 2017 00:45:34 +0900 Subject: [PATCH] Fix prefixes used in subtrees of `isd:structure'. --- Ideograph-R148-Horn.ttl | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Ideograph-R148-Horn.ttl b/Ideograph-R148-Horn.ttl index ff31d96..d7b3eda 100644 --- a/Ideograph-R148-Horn.ttl +++ b/Ideograph-R148-Horn.ttl @@ -2601,9 +2601,9 @@ rep.ucs-itaiji-009:0x89E3 isd:structure [ a idc:⿰ ; isd:left a.ucs:0x89D2 ; # 角 isd:right [ - :structure [ a idc:⿱ ; - :above a.ucs:0x2E88 ; # ⺈ - :below a.ucs:0x5E72 # 干 + isd:structure [ a idc:⿱ ; + isd:above a.ucs:0x2E88 ; # ⺈ + isd:below a.ucs:0x5E72 # 干 ] ] ] ; @@ -2627,9 +2627,9 @@ rep.ucs-bmp-itaiji-008:0x89E3 isd:structure [ a idc:⿰ ; isd:left a.ucs:0x89D2 ; # 角 isd:right [ - :structure [ a idc:⿱ ; - :above a.ucs:0x20089 ; # 𠂉 - :below a.ucs:0x5E72 # 干 + isd:structure [ a idc:⿱ ; + isd:above a.ucs:0x20089 ; # 𠂉 + isd:below a.ucs:0x5E72 # 干 ] ] ] ; @@ -2973,10 +2973,10 @@ rep.adobe-japan1-0:06654 g2.adobe-japan1-0:06654 a chisegg:abstract-glyph-form ; :abstract-glyph-form-of adobe-japan1-0:06654 ; - isd:structure [ a idc:⿰ ; - isd:left g2.adobe-japan1-0:01455 ; # &g2-AJ1-01455; - isd:right g2.ucs_unicode:0x7F8A # &g2-AJ1-03901; - ] ; + isd:structure [ a idc:⿰ ; + isd:left g2.adobe-japan1-0:01455 ; # &g2-AJ1-01455; + isd:right g2.ucs_unicode:0x7F8A # &g2-AJ1-03901; + ] ; :eq g2.ucs_cns:0x89E7 ; # &g2-AJ1-06654; :eq g2.ucs_jis:0x89E7 ; # &g2-AJ1-06654; :eq g2.jis-x0208:0x6B3B ; # &g2-AJ1-06654; @@ -3055,10 +3055,10 @@ rep.ucs_unicode:0x89E7 a chisegg:abstract-glyph-form ; :abstract-glyph-form-of [ :context domain:unicode ; :target ucs:0x89E7 ] ; - isd:structure [ a idc:⿰ ; - isd:left g2.mj:024282 ; # &g2-MJ024282; - isd:right g2.ucs_unicode:0x7F8A # &g2-AJ1-03901; - ] ; + isd:structure [ a idc:⿰ ; + isd:left g2.mj:024282 ; # &g2-MJ024282; + isd:right g2.ucs_unicode:0x7F8A # &g2-AJ1-03901; + ] ; :g2.ucs_JP...hanazono rdf:nil ; . @@ -4984,10 +4984,10 @@ rep.adobe-japan1-0:06655 g2.adobe-japan1-0:06655 a chisegg:abstract-glyph-form ; :abstract-glyph-form-of adobe-japan1-0:06655 ; - isd:structure [ a idc:⿰ ; - isd:left g2.adobe-japan1-0:01455 ; # &g2-AJ1-01455; - isd:right g2.ucs_iso:0x2C037 # &g2-CDP-8CBE; - ] ; + isd:structure [ a idc:⿰ ; + isd:left g2.adobe-japan1-0:01455 ; # &g2-AJ1-01455; + isd:right g2.ucs_iso:0x2C037 # &g2-CDP-8CBE; + ] ; :eq g2.ucs_cns:0x89F4 ; # &g2-AJ1-06655; :eq g2.ucs_jis:0x89F4 ; # &g2-AJ1-06655; :eq g2.ucs_ks:0x89F4 ; # &g2-AJ1-06655; @@ -5085,10 +5085,10 @@ rep.ucs_unicode:0x89F4 a chisegg:abstract-glyph-form ; :abstract-glyph-form-of [ :context domain:unicode ; :target ucs:0x89F4 ] ; - isd:structure [ a idc:⿰ ; - isd:left g2.mj:024282 ; # &g2-MJ024282; - isd:right g2.ucs_iso:0x2C037 # &g2-CDP-8CBE; - ] ; + isd:structure [ a idc:⿰ ; + isd:left g2.mj:024282 ; # &g2-MJ024282; + isd:right g2.ucs_iso:0x2C037 # &g2-CDP-8CBE; + ] ; :g2.ucs_JP...hanazono rdf:nil ; :eq g2.gb12345:0x757C ; # &g2-UU+89F4; . -- 1.7.10.4