Skip to content

Commit

Permalink
Make terms in taxonomy examples more coherent
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishthedev authored and digitalcraftsman committed Oct 17, 2017
1 parent 1fac1e6 commit 2ad649a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/content-management/taxonomies.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ To continue with the example of a movie site, the following demonstrates content
```
Actor <- Taxonomy
Bruce Willis <- Term
The Sixth Sense <- Content
Unbreakable <- Content
Moonrise Kingdom <- Content
The Sixth Sense <- Value
Unbreakable <- Value
Moonrise Kingdom <- Value
Samuel L. Jackson <- Term
Unbreakable <- Content
The Avengers <- Content
xXx <- Content
Unbreakable <- Value
The Avengers <- Value
xXx <- Value
```

From the perspective of the content, the relationships would appear differently, although the data and labels used are the same:

```
Unbreakable <- Content
Unbreakable <- Value
Actors <- Taxonomy
Bruce Willis <- Term
Samuel L. Jackson <- Term
Director <- Taxonomy
M. Night Shyamalan <- Term
...
Moonrise Kingdom <- Content
Moonrise Kingdom <- Value
Actors <- Taxonomy
Bruce Willis <- Term
Bill Murray <- Term
Expand Down

0 comments on commit 2ad649a

Please sign in to comment.