You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this evolving document is two-fold:
24
+
The purpose of this evolving document is twofold:
25
25
26
26
- Define and implement conventions in order to standardize gist.
27
27
- Articulate what we consider best or "better" practices for ontology design and implementation.
@@ -78,7 +78,7 @@ These standards involve choice of wording, which are generally more difficult to
78
78
- Alignment with textual definitions. In some cases this requires a re-analysis of the intended meaning, and then perhaps a change in definition rather than local name. However, within the current scope of work, the local name was changed to match the definition, and the re-analysis will be done at a later time.
79
79
- Loose coupling and future-proofing.
80
80
81
-
Some of the examples results in changes to gist `10.0.0`, others are hypothetical.
81
+
Some of the examples resulted in changes to gist `10.0.0`, others are hypothetical.
82
82
83
83
| Standard | Examples |
84
84
| ---------: | ------- |
@@ -92,7 +92,7 @@ Some of the examples results in changes to gist `10.0.0`, others are hypothetica
92
92
||`isCharacterizedBy`, not `characterizedBy`|
93
93
| Prefer an ordinary verb to "hasX" or "isX", even in a pair of inverses |`follows`, not `isPrecededBy`, even when inverse `precedes` exists |
94
94
| "At" rather than "on" for datetimes |`isRecordedAt`, not `isRecordedOn`. |
95
-
| Present tense only with minimal exceptions when the meaning is inherently in the past |`isRenderedOn`, not `wasRenderedOn`|
95
+
| Present tense only with minimal exceptions when the meaning is inherently in the past |`isRenderedOn`, not `wasRenderedOn`, but `wasLastModifiedBy` rather than `isLastModifiedBy`|
96
96
||`precedes`, not `preceded`|
97
97
|| but `wasLastModifiedAt`, not `isLastModifiedAt`|
98
98
| General idiomaticity | `hasRecipient`, not `hasGetter`
0 commit comments