|
18 | 18 | unique within a given system, but may or may not be globally unique outside the system. It
|
19 | 19 | is used within a system to reference an object from another.
|
20 | 20 | $comment: >-
|
21 |
| - Note that it is core for implementers to create their own internal logical ids - |
| 21 | + Note that it is common for implementers to create their own internal logical ids - |
22 | 22 | typically a serially or randomly generated value like a UUID that is assigned to the
|
23 | 23 | data object as it is created in a system. But an implementer may choose to re-use an
|
24 | 24 | existing, globally unique id from an external system or authority for this purpose
|
@@ -514,13 +514,13 @@ $defs:
|
514 | 514 | # Statement profile. e.g. in the VariantPathogenicityStatement profile, it is specialized into
|
515 | 515 | # 'modeOfInheritanceQualifier' and 'geneContextQualifier' attributes.
|
516 | 516 | # We are commenting out this property for now to avoid its unwanted inheritance in Statement profiles
|
517 |
| - # that import the core-im. We will re-instate this property once we determine how the modeling framework |
| 517 | + # that import the gks-core. We will re-instate this property once we determine how the modeling framework |
518 | 518 | # and tools can support formal specification of the conceptual specialization that is happening here.
|
519 | 519 | #
|
520 | 520 | # qualifier:
|
521 | 521 | # type: object
|
522 | 522 | # description: >-
|
523 |
| - # An additional piece of information that extends or refines the meaning of the a Statement's core |
| 523 | + # An additional piece of information that extends or refines the meaning of the a Statement's common |
524 | 524 | # subject-predicate-object 'triple' - by providing additional details, precision, or constraining
|
525 | 525 | # the statement to apply in a particular context.
|
526 | 526 | # $comment: >-
|
@@ -595,7 +595,7 @@ $defs:
|
595 | 595 | semantics that uses the subject-predicate-object-qualifier pattern.
|
596 | 596 |
|
597 | 597 | # Note that the `proposition` property below is a proposed addition to the Statement class that is not yet
|
598 |
| - # implemented in the core IM, but included as below to illustrate a possible alternative modeling pattern. |
| 598 | + # implemented in the Core IM, but included as below to illustrate a possible alternative modeling pattern. |
599 | 599 | #
|
600 | 600 | # proposition:
|
601 | 601 | # $ref: "#/$defs/Proposition"
|
@@ -738,7 +738,7 @@ $defs:
|
738 | 738 | # For example, in the the CohortAlleleFrequencyStudyResult profile, it is specialized into 'focusAlleleCount',
|
739 | 739 | # 'focusAlleleFrequency', and 'locuslAlleleCount' attributes.
|
740 | 740 | # We are commenting out this property for now to avoid its unwanted inheritance in StudyResult profiles
|
741 |
| - # that import the core-im. We will re-instate this property once we determine how the modeling framework |
| 741 | + # that import the gks-core. We will re-instate this property once we determine how the modeling framework |
742 | 742 | # and tools can support formal specificaiton of the conceptual specialization that is happening here.
|
743 | 743 | #
|
744 | 744 | # dataItem:
|
|
0 commit comments