From: MORIOKA Tomohiko Date: Wed, 31 May 2017 17:33:44 +0000 (+0900) Subject: (chise-turtle-uri-encode-feature-name): X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0ee3148161465ccd139d38a5770455566ffe7d53;p=chise%2Fchiset.git (chise-turtle-uri-encode-feature-name): - Convert `<-same' to "ideo:same-as". - Convert `<-simplified' to "ideo:simplified-form-of". - Convert `<-vulgar' to "ideo:vulgar-form-of". - Convert `<-ancient' to "ideo:ancient-form-of". - Convert `->mistakable' to "ideo:mistakable". --- diff --git a/char-db-turtle.el b/char-db-turtle.el index 9f367ff..07c7ae7 100644 --- a/char-db-turtle.el +++ b/char-db-turtle.el @@ -220,6 +220,16 @@ ":denotation-of") ((eq '<-formed feature-name) ":form-of") + ((eq '<-same feature-name) + "ideo:same-as") + ((eq '<-simplified feature-name) + "ideo:simplified-form-of") + ((eq '<-vulgar feature-name) + "ideo:vulgar-form-of") + ((eq '<-ancient feature-name) + "ideo:ancient-form-of") + ((eq '->mistakable feature-name) + "ideo:mistakable") ((eq 'hanyu-dazidian feature-name) "ideo:hanyu-dazidian") (t