Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Zhenyu Zheng <[email protected]>
  • Loading branch information
ZhengZhenyu and bact authored Jan 5, 2025
1 parent b4f1f1e commit 4e45368
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions model/Core/Classes/NamespaceMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Namespace maps support a variety of relevant use cases such as:
有关如何序列化`NamespaceMap`内容的详细信息,请参阅[模型和序列化](../../../serializations.md)以及[spdx-3-model存储库](https://github.com/spdx/spdx-3-model/tree/main/serialization)中各种序列化格式的文件。

`NamespaceMap`支持各种相关的用例,例如:

1. SPDX内容生产者希望使其SPDX 2.X简单样式集合的序列化清晰明确,其中所有内容都是新生成的,并且使用单一前缀-命名空间。SPDX内容消费者希望保留此类生产者提供的`NamespaceMap`

在这种情况下,消费者可以记录`NamespaceMap`中的前缀,以便后续序列化使用原生序列化格式复现前缀/命名空间。
Expand Down
2 changes: 0 additions & 2 deletions model/Core/Individuals/NoAssertionElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ no assertion is being made about any potential descendants of Element1.
- SPDX创建者尝试但无法达成合理的客观判断;
- SPDX创建者未尝试确定此字段;
- SPDX创建者故意不提供信息(这样做不应被暗示为有任何含义)。


例如,关系`relationshipType=ancestorOf``from=Element1``to=NoAssertionElement`明确表示不对`Element1`的任何潜在后代作出任何断言。
2 changes: 0 additions & 2 deletions model/Core/Properties/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ to the readers/reviewers of the document.
- name: comment
- Nature: DataProperty
- Range: xsd:string


## Summary @zh-Hans

向消费者提供来自于`Element`创建者的`Element`评论。
Expand Down
2 changes: 0 additions & 2 deletions model/Core/Properties/definingArtifact.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ the Element.
- name: definingArtifact
- Nature: ObjectProperty
- Range: Artifact


## Summary @zh-Hans

代表包含特定`Element`定义的SPDX数据的序列化实例的`Artifact`
Expand Down

0 comments on commit 4e45368

Please sign in to comment.