Skip to content

Commit 9f4a4fa

Browse files
committed
Updated Sample type with minor grammar fixes
1 parent 7717913 commit 9f4a4fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sample/jsonld/type/Sample_v0.3-DRAFT.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"@id": "bioschemastypesdrafts:additionalProperty",
2020
"@type": "rdf:Property",
21-
"rdfs:comment": "A property-value pair representing an additional characteristics of the entity, e.g. \u201cOrganism: Homo sapiens\u201d or \u201ctissue type: leaf\u201d. For details of how to use PropertyValue see below.",
21+
"rdfs:comment": "A property-value pair representing an additional characteristic of the entity, that is not representable by an existing property.",
2222
"rdfs:label": "additionalProperty",
2323
"schema:domainIncludes": {
2424
"@id": "bioschemastypesdrafts:Sample"
@@ -98,7 +98,7 @@
9898
{
9999
"@id": "bioschemastypesdrafts:dateModified",
100100
"@type": "rdf:Property",
101-
"rdfs:comment": "Date sample record was last updated.",
101+
"rdfs:comment": "The date sample record was last updated.",
102102
"rdfs:label": "dateModified",
103103
"schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"},
104104
"schema:rangeIncludes": [
@@ -188,7 +188,7 @@
188188
{
189189
"@id": "bioschemastypesdrafts:contributor",
190190
"@type": "rdf:Property",
191-
"rdfs:comment": "Person or organization that contributes to the work.",
191+
"rdfs:comment": "A person or organization that contributes to the work.",
192192
"rdfs:label": "contributor",
193193
"schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"},
194194
"schema:rangeIncludes": [
@@ -203,7 +203,7 @@
203203
{
204204
"@id": "bioschemastypesdrafts:contactPoint",
205205
"@type": "rdf:Property",
206-
"rdfs:comment": "Person or organization that can be contacted for more information or support. ",
206+
"rdfs:comment": "A person or organization that can be contacted for more information or support.",
207207
"rdfs:label": "contactPoint",
208208
"schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"},
209209
"schema:rangeIncludes": [

0 commit comments

Comments
 (0)