Skip to content

Commit b7cde91

Browse files
authored
Merge pull request #77 from bact/split-terms-table
Split Person and Thing terms into a separate table
2 parents 5cc1682 + 39539b4 commit b7cde91

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

content/terms.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,32 @@ 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+
Recommended fields for these node types in CodeMeta documents are given below.
17+
18+
### Schema.org Thing terms
19+
20+
{{< properties-description matchParentType="schema:(Thing)">}}
21+
22+
### Schema.org Person terms
23+
24+
{{< properties-description matchParentType="schema:(Person)">}}
25+
26+
### Schema.org Review terms
27+
28+
{{< properties-description matchParentType="schema:(Review)">}}
29+
30+
### Schema.org Role terms
1231

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

1534
## CodeMeta terms
1635

0 commit comments

Comments
 (0)