|
18 | 18 | { |
19 | 19 | "@id": "bioschemastypesdrafts:additionalProperty", |
20 | 20 | "@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.", |
22 | 22 | "rdfs:label": "additionalProperty", |
23 | 23 | "schema:domainIncludes": { |
24 | 24 | "@id": "bioschemastypesdrafts:Sample" |
|
98 | 98 | { |
99 | 99 | "@id": "bioschemastypesdrafts:dateModified", |
100 | 100 | "@type": "rdf:Property", |
101 | | - "rdfs:comment": "Date sample record was last updated.", |
| 101 | + "rdfs:comment": "The date sample record was last updated.", |
102 | 102 | "rdfs:label": "dateModified", |
103 | 103 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
104 | 104 | "schema:rangeIncludes": [ |
|
188 | 188 | { |
189 | 189 | "@id": "bioschemastypesdrafts:contributor", |
190 | 190 | "@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.", |
192 | 192 | "rdfs:label": "contributor", |
193 | 193 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
194 | 194 | "schema:rangeIncludes": [ |
|
203 | 203 | { |
204 | 204 | "@id": "bioschemastypesdrafts:contactPoint", |
205 | 205 | "@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.", |
207 | 207 | "rdfs:label": "contactPoint", |
208 | 208 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
209 | 209 | "schema:rangeIncludes": [ |
|
0 commit comments