Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca5e committed Aug 19, 2023
2 parents b2e6ee8 + 5b319ea commit 726f53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/spec-files/21-mrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ An [MRG entry](@) has a few fields that are always present, because the [MRGT](@

| Field | Value(s) that are assigned to the fields |
| -------------- | :---------- |
| `scopetag` | [Scopetag](@) that [identifies](@) the [scope](@) from within which the contents of the [MRG entry](@) is [curated](@), and obtained. The [`scopes` section](#mrg-scopes) in the [MRG](@) SHOULD contain a mapping between the `scopetag` and its associated [scope directory](@).|
| `scopetag` | [Scopetag](@) that [identifies](@) the [scope](@) from within which the contents of the [MRG entry](@) is obtained. This is either [scope](@) from within which the [MRG](@) has been generated, or the [scope](@) from which the [MRG entry](@) was imported. In the latter case, the [`scopes` section](#mrg-scopes) in the [MRG](@) MUST contain a mapping between the `scopetag` and its associated [scope directory](@). |
| `vsntag` | [Versiontag](@) that [identifies](@) the version of the [terminology](@) from which the contents of the [MRG entry](@) is obtained. If the contents of the [MRG entry](@) was constructed from a [curated text](@), its value equals the value of the `vsntag` field in the [`terminology`-section](#mrg-terminology) of the [MRG](@) that this [MRG entry](@) is a part of. As a result, `scopetag`:`versiontag` [identifies](@) the [terminology](@) from which this [MRG entry](@) has originated.<br/>Must satisfy regex `[a-z0-9_-.]+`. |
| `locator` | path, relative to `scopedir`/`curatedir`/, where `scopedir` can be obtained from the `scopes` section of the [MRG](@), and `curatedir` can be obtained from the [SAF](@) that lives in this `scopedir`, where the [curated text](@) lives from which the contents of the [MRG entry](@) was constructed. |
| `navurl` | path, relative to the URL as specified in the `website` field in the [`scope` section](/docs/spec-files/saf#terminology) of the [SAF](@) (that lives in the `scopedir` as specified in the `scopes` section of the [MRG](@)), where the rendered version of the [curated text](@) is located. |
Expand Down
4 changes: 2 additions & 2 deletions footer-links/terminology-design.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "title": "Terminology Design",
"items": [
{ "label": "Introduction", "href": "https://tno-terminology-design.github.io/tev2-specifications/docs/overview" },
{ "label": "Methods", "href": "https://tno-terminology-design.github.io/tev2-specifications/docs/methods" }
{ "label": "Introduction", "href": "https://tno-terminology-design.github.io/design-methods/docs/overview" },
{ "label": "Methods", "href": "https://tno-terminology-design.github.io/design-methods/docs/methods" }
]
}

0 comments on commit 726f53a

Please sign in to comment.