MyWikiBiz, Author Your Legacy — Thursday November 21, 2024
Jump to navigationJump to search
20 bytes removed
, 16:52, 9 January 2007
Line 32: |
Line 32: |
| | | |
| The two general cases are: | | The two general cases are: |
− | *When attribute ''values'' are variable/non-standard e.g. job titles vs movie titles, which means one searches on attributes themselves, not attribute ''values''. In other words, [[Centiare:Tutorial#Use_uniform_titles_when_identifying_any_Key_Person|job titles]] may vary between different key people, such as president, vice-president, director, etc., whereas there is only one (the original) "Gone With the Wind". Here's an example from the [[Special:Attributes|attributes list]]:
| + | #When attribute ''values'' are variable/non-standard e.g. job titles vs movie titles, which means one searches on attributes themselves, not attribute ''values''. In other words, [[Centiare:Tutorial#Use_uniform_titles_when_identifying_any_Key_Person|job titles]] may vary between different key people, such as president, vice-president, director, etc., whereas there is only one (the original) "Gone With the Wind". Here's an example from the [[Special:Attributes|attributes list]]: |
| | | |
| <pre> | | <pre> |
− | # Key Person1 Title
| + | Key Person1 Title |
− | # Key Person2 Title
| + | Key Person2 Title |
| </pre> | | </pre> |
| | | |
− | *When attributes have relations to other attributes e.g. key person<->job title. Expanding upon the example shown above, job titles can be associated with the respective individuals who hold those positions:
| + | #When attributes have relations to other attributes e.g. key person<->job title. Expanding upon the example shown above, job titles can be associated with the respective individuals who hold those positions: |
| | | |
| <pre> | | <pre> |
− | # Key Person1
| + | Key Person1 |
− | # Key Person1 Title
| + | Key Person1 Title |
− | # Key Person2
| + | Key Person2 |
− | # Key Person2 Title
| + | Key Person2 Title |
− | # Key Person3
| + | Key Person3 |
− | # Key Person3 Title
| + | Key Person3 Title |
− | # Key Person4
| + | Key Person4 |
− | # Key Person4 Title
| + | Key Person4 Title |
| </pre> | | </pre> |
| | | |