Mercurial > hg > ng2-query-ismi
diff app/ismi-relation-types.ts @ 41:5353b2dffb0f
added local configuration file app/app-config.ts.
author | casties |
---|---|
date | Mon, 15 Feb 2016 17:05:07 +0100 |
parents | 896ae7eefb33 |
children |
line wrap: on
line diff
--- a/app/ismi-relation-types.ts Mon Feb 15 11:10:08 2016 +0100 +++ b/app/ismi-relation-types.ts Mon Feb 15 17:05:07 2016 +0100 @@ -6,7 +6,7 @@ addRelationType('is_exemplar_of', 'title of witness', 'witnesses to title'); addRelationType('was_created_by', 'created by', 'works of'); addRelationType('has_subject', 'subject of title', 'titles with subject'); -addRelationType('has_role', 'role of person', 'persons with role'); +addRelationType('has_role', 'roles of person', 'persons with role'); addRelationType('is_alias_name_of', 'person name for alias', 'alias of person'); addRelationType('is_alias_title_of', 'title name for alias', 'alias of title'); addRelationType('is_commentary_on', 'is commentary on', 'list of commentaries');