Skip to content

Commit 6cde90d

Browse files
committed
Split Person and Thing terms into a separate table
Reimplemented what described here: #37 (comment) to reduce confusion of duplicated appearance of terms in the same table. Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 5cc1682 commit 6cde90d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

content/terms.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,33 @@ title: CodeMeta Terms
44

55
## Terms from Schema.org
66

7+
### Schema.org Software terms
8+
79
Recognized properties for CodeMeta `SoftwareSourceCode` and `SoftwareApplication` includes the following terms from <https://schema.org>. These terms are part of the CodeMeta specification and can be used without any prefix.
810

911
{{< properties-description matchParentType="schema:(SoftwareSourceCode|SoftwareApplication|CreativeWork|Thing)">}}
1012

11-
These terms are all recognized properties of <https://schema.org/SoftwareSourceCode> or <https://schema.org/SoftwareApplication> Types. Note that while most properties take basic data types as values (`Text`, `URL`), several take other node types, such as `Person`, `Organization`, `Review`, or `Role`. Recommended fields for these node types in CodeMeta documents are given below.
13+
These terms are all recognized properties of <https://schema.org/SoftwareSourceCode> or <https://schema.org/SoftwareApplication> Types.
14+
15+
Note that while most properties take basic data types as values (`Text`, `URL`), several take other node types, such as `Person`, `Organization`, `Review`, or `Role`.
16+
17+
Recommended fields for these node types in CodeMeta documents are given below.
18+
19+
### Schema.org Thing terms
20+
21+
{{< properties-description matchParentType="schema:(Thing)">}}
22+
23+
### Schema.org Person terms
24+
25+
{{< properties-description matchParentType="schema:(Person)">}}
26+
27+
### Schema.org Review terms
28+
29+
{{< properties-description matchParentType="schema:(Review)">}}
30+
31+
### Schema.org Role terms
1232

13-
{{< properties-description matchParentType="schema:(Person|Thing|Review|Role)">}}
33+
{{< properties-description matchParentType="schema:(Role)">}}
1434

1535
## CodeMeta terms
1636

0 commit comments

Comments
 (0)