File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Reciprocal Of [#reciprocalOf]
3232*****************************
3333The `reciprocalOf` tag is applied to an association to define its inverse term.
3434For example:
35- - `tags` is reciprocalOf of `tagOn` (and vise versa)
36- - `quantities` is reciprocalOf of `quantityOf` (and vise versa)
35+ - `tags` is reciprocalOf of `tagOn` (and vice versa)
36+ - `quantities` is reciprocalOf of `quantityOf` (and vice versa)
3737
3838Reciprocals are used to coin terms which are intuitive for bi-directional
3939[relationship queries]`Relationships#reciprocalOf`. However to promote
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Overview [#overview]
99********************
1010Choices define exclusive subtyping relationships. For example `ductSection`
1111is an exclusive choice of `ductSectionType`. The subtypes of `ductSectionType`
12- are *exclusive* - you choose one option such `discharge` or `return`. But
12+ are *exclusive* - you choose one option such as `discharge` or `return`. But
1313you cannot use `discharge` and `return` together.
1414
1515Many common concepts in our ontology fit this pattern:
You can’t perform that action at this time.
0 commit comments