(chise-turtle-uri-encode-feature-name):
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 6 Jun 2017 06:47:51 +0000 (15:47 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 6 Jun 2017 06:47:51 +0000 (15:47 +0900)
- Convert `<-original' to "ideo:original-form-of".
- Convert `<-Small-Seal' to "ideo:Small-Seal-of".
- Convert `<-interchangeable' to "ideo:interchangeable-form-of".
- Convert `->interchangeable' to "ideo:interchangeable".

char-db-turtle.el

index 07c7ae7..8c3147b 100644 (file)
     "ideo:simplified-form-of")
    ((eq '<-vulgar feature-name)
     "ideo:vulgar-form-of")
+   ((eq '<-original feature-name)
+    "ideo:original-form-of")
    ((eq '<-ancient feature-name)
     "ideo:ancient-form-of")
+   ((eq '<-Small-Seal feature-name)
+    "ideo:Small-Seal-of")
+   ((eq '<-interchangeable feature-name)
+    "ideo:interchangeable-form-of")
+   ((eq '->interchangeable feature-name)
+    "ideo:interchangeable")
    ((eq '->mistakable feature-name)
     "ideo:mistakable")
    ((eq 'hanyu-dazidian feature-name)