You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terms.Rmd
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,31 +11,37 @@ library("dplyr")
11
11
12
12
## Terms from Schema.org
13
13
14
-
Recognized properties for CodeMeta `Code`includes the following terms from <https://schema.org>. These terms are part of the CodeMeta specification and can be used without any prefix.
14
+
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.
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` or `Organization`. Recommended fields for these node types in CodeMeta documents are given below.
The CodeMeta project also introduces the following additional properties, which lack clear equivalents in <https://schema.org> but can play an important role in software metadata records covered by the CodeMeta crosswalk.
Copy file name to clipboardExpand all lines: content/terms.html
+84-1Lines changed: 84 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -562,6 +562,90 @@ <h2>Terms from Schema.org</h2>
562
562
A link related to this object, e.g. related web pages
563
563
</td>
564
564
</tr>
565
+
</tbody>
566
+
</table>
567
+
<p>These terms are all recognized properties of <ahref="https://schema.org/SoftwareSourceCode" class="uri">https://schema.org/SoftwareSourceCode</a> or <ahref="https://schema.org/SoftwareApplication" class="uri">https://schema.org/SoftwareApplication</a> Types. Note that while most properties take basic data types as values (<code>Text</code>, <code>URL</code>), several take other node types, such as <code>Person</code> or <code>Organization</code>. Recommended fields for these node types in CodeMeta documents are given below:</p>
568
+
<tableclass="table table-striped">
569
+
<thead>
570
+
<tr>
571
+
<thstyle="text-align:left;">
572
+
Property
573
+
</th>
574
+
<thstyle="text-align:left;">
575
+
Type
576
+
</th>
577
+
<thstyle="text-align:left;">
578
+
Description
579
+
</th>
580
+
</tr>
581
+
</thead>
582
+
<tbody>
583
+
<tr>
584
+
<tdstyle="text-align:left;">
585
+
description
586
+
</td>
587
+
<tdstyle="text-align:left;">
588
+
Text
589
+
</td>
590
+
<tdstyle="text-align:left;">
591
+
A description of the item.
592
+
</td>
593
+
</tr>
594
+
<tr>
595
+
<tdstyle="text-align:left;">
596
+
identifier
597
+
</td>
598
+
<tdstyle="text-align:left;">
599
+
PropertyValue or URL
600
+
</td>
601
+
<tdstyle="text-align:left;">
602
+
The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.
603
+
</td>
604
+
</tr>
605
+
<tr>
606
+
<tdstyle="text-align:left;">
607
+
name
608
+
</td>
609
+
<tdstyle="text-align:left;">
610
+
Text
611
+
</td>
612
+
<tdstyle="text-align:left;">
613
+
The name of the item (software, Organization)
614
+
</td>
615
+
</tr>
616
+
<tr>
617
+
<tdstyle="text-align:left;">
618
+
sameAs
619
+
</td>
620
+
<tdstyle="text-align:left;">
621
+
URL
622
+
</td>
623
+
<tdstyle="text-align:left;">
624
+
URL of a reference Web page that unambiguously indicates the item’s identity. E.g. the URL of the item’s Wikipedia page, Wikidata entry, or official website.
625
+
</td>
626
+
</tr>
627
+
<tr>
628
+
<tdstyle="text-align:left;">
629
+
url
630
+
</td>
631
+
<tdstyle="text-align:left;">
632
+
URL
633
+
</td>
634
+
<tdstyle="text-align:left;">
635
+
URL of the item.
636
+
</td>
637
+
</tr>
638
+
<tr>
639
+
<tdstyle="text-align:left;">
640
+
relatedLink
641
+
</td>
642
+
<tdstyle="text-align:left;">
643
+
URL
644
+
</td>
645
+
<tdstyle="text-align:left;">
646
+
A link related to this object, e.g. related web pages
647
+
</td>
648
+
</tr>
565
649
<tr>
566
650
<tdstyle="text-align:left;">
567
651
givenName
@@ -641,7 +725,6 @@ <h2>Terms from Schema.org</h2>
641
725
</tr>
642
726
</tbody>
643
727
</table>
644
-
<p>These terms are all recognized properties of <ahref="https://schema.org/SoftwareSourceCode" class="uri">https://schema.org/SoftwareSourceCode</a> or <ahref="https://schema.org/SoftwareApplication" class="uri">https://schema.org/SoftwareApplication</a> Types. Note that while most properties take basic data types as values (<code>Text</code>, <code>URL</code>), several take other node types, such as <code>Person</code> or <code>Organization</code>. Recommended fields for these node types in CodeMeta documents are given below.</p>
0 commit comments