From 6317d08483f0081788fded625fa57acfbf262dd0 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 16 May 2017 23:30:21 +0900 Subject: [PATCH] Fix prefixes used in subtrees of `isd:structure'. --- Ideograph-R116-Cave.ttl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Ideograph-R116-Cave.ttl b/Ideograph-R116-Cave.ttl index d4e372b..710fe27 100644 --- a/Ideograph-R116-Cave.ttl +++ b/Ideograph-R116-Cave.ttl @@ -7689,9 +7689,9 @@ rep.shinjigen:5700 isd:structure [ a idc:⿱ ; isd:above a.ucs:0x7A74 ; # 穴 isd:below [ - :structure [ a idc:⿱ ; - :above a.ucs:0x2F82A ; # 匆 - :below a.ucs:0x5FC3 # 心 + isd:structure [ a idc:⿱ ; + isd:above a.ucs:0x2F82A ; # 匆 + isd:below a.ucs:0x5FC3 # 心 ] ] ] ; @@ -13931,10 +13931,10 @@ a.ucs:0x7ACA rep.adobe-japan1-0:05945 a chisegg:abstract-glyph ; :abstract-glyph-of adobe-japan1-0:05945 ; - isd:structure [ a idc:⿸ ; - isd:surround a.ucs:0x25993 ; # 𥦓 - isd:filling rep.big5-cdp:0x8ACE # &CDP-8ACE; - ] ; + isd:structure [ a idc:⿸ ; + isd:surround a.ucs:0x25993 ; # 𥦓 + isd:filling rep.big5-cdp:0x8ACE # &CDP-8ACE; + ] ; :eq rep.ucs_unicode:0x7ACA ; # &AJ1-05945; :eq rep.jis-x0208:0x6366 ; # &I-J90-6366; :eq rep.ks-x1001:0x6F3C ; # &I-K0-6F3C; -- 1.7.10.4