From 0ee3148161465ccd139d38a5770455566ffe7d53 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 1 Jun 2017 02:33:44 +0900 Subject: [PATCH] (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". --- char-db-turtle.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.7.10.4