ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
bioschemas
2
TitleSubtitleDescriptionVersionOfficial TypeFull Example
3
ScholarlyArticleBioschemas profile, based on Biotea model, describing a ScholarlyArticle in Life Sciences.A ScholarlyArticle is an article commonly reporting a scientific research, for instance a journal article or thesis. DOI is recommended as official idnetifier (e.g., "@id" in JSON-LD)

<h4>Summary of Changes</h4>
Changes since previous draft 0.1 of the ScholarlyArticle profile:
<ul>
<li>Add examples</li>
<li>Updates identifier property to MANY so multiple identifiers can be included</li>
<li>Uses name for the title (as per schema.org examples) and keeps headline (optional) for compatibility purposes</li>
<li>Simplifies the profile by removing alternateName and alternativeHeadline as they are not commonly used</li>
<li>Changes sameAs so it is used only for machine-readable representations</li>
<li>Changes url so it is used for any (MANY) web page displaying this article</li>
<li>Changes about to link to SemanticTextAnnotation (rather than SemanticAnnotation as only those based on text are currently supported)</li>
<li>Uses abstract rather than backstory to store the article abstract</li>
<li>Simplifies the profile by removing copyrightHolder and copyrightYear are they are not commonly used</li>
<li>Adds correction so it is possible to link to corrections of this article</li>
<li>Adds editor and funder</li>
<li>Changes isAccessibleForFree to optional as license is more common and has more information</li>
<li>Changes isBasedOn to optional as it is not that common</li>
<li>Changes keywords to MANY as DefinedTerm and URL would require them to be separated in a list rather by only commas</li>
<li>Adds publisher as recommended (mandatory for Google Structured Data)</li>
<li>Removes version</li>
<li>Removes article section as it referes to sports, culture and so in a magazine</li>
<li>Makes pageStart and pageEnd optional</li>
<li>Removes wordCount as not that common</li>
<li>Double checks the property range as some has been updated in schema.org</li>
<li>Changes prepared by L. Garcia</li>
</ul>
0.2-DRAFTschema:ScholarlyArticlehttps://github.com/BioSchemas/specifications/tree/master/ScholarlyArticle/examples/0.2-DRAFT/biotea_PMC35353.json
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100