Mercurial > hg > ng2-query-ismi
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 40:896ae7eefb33 | 41:5353b2dffb0f |
|---|---|
| 4 | 4 |
| 5 addRelationType('is_part_of', 'is included in', 'includes'); | 5 addRelationType('is_part_of', 'is included in', 'includes'); |
| 6 addRelationType('is_exemplar_of', 'title of witness', 'witnesses to title'); | 6 addRelationType('is_exemplar_of', 'title of witness', 'witnesses to title'); |
| 7 addRelationType('was_created_by', 'created by', 'works of'); | 7 addRelationType('was_created_by', 'created by', 'works of'); |
| 8 addRelationType('has_subject', 'subject of title', 'titles with subject'); | 8 addRelationType('has_subject', 'subject of title', 'titles with subject'); |
| 9 addRelationType('has_role', 'role of person', 'persons with role'); | 9 addRelationType('has_role', 'roles of person', 'persons with role'); |
| 10 addRelationType('is_alias_name_of', 'person name for alias', 'alias of person'); | 10 addRelationType('is_alias_name_of', 'person name for alias', 'alias of person'); |
| 11 addRelationType('is_alias_title_of', 'title name for alias', 'alias of title'); | 11 addRelationType('is_alias_title_of', 'title name for alias', 'alias of title'); |
| 12 addRelationType('is_commentary_on', 'is commentary on', 'list of commentaries'); | 12 addRelationType('is_commentary_on', 'is commentary on', 'list of commentaries'); |
| 13 addRelationType('has_title_written_as', 'title in witness', 'witness with title as'); | 13 addRelationType('has_title_written_as', 'title in witness', 'witness with title as'); |
| 14 addRelationType('has_author_written_as', 'author in witness', 'witness with author as'); | 14 addRelationType('has_author_written_as', 'author in witness', 'witness with author as'); |
