|
56 | 56 | "schema:rangeIncludes": [ |
57 | 57 | { |
58 | 58 | "@id": "schema:Text" |
| 59 | + }, |
| 60 | + { |
| 61 | + "@id": "schema:URL" |
| 62 | + }, |
| 63 | + { |
| 64 | + "@id": "schema:DefinedTerm" |
59 | 65 | } |
60 | 66 | ] |
61 | 67 | }, |
|
77 | 83 | { |
78 | 84 | "@id": "bioschemastypesdrafts:datePublished", |
79 | 85 | "@type": "rdf:Property", |
80 | | - "rdfs:comment": "The date when the record of the sample will be made publicly available.", |
| 86 | + "rdfs:comment": "The date when the record of the sample will be made publicly available.", |
81 | 87 | "rdfs:label": "datePublished", |
82 | 88 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
83 | 89 | "schema:rangeIncludes": [ |
|
296 | 302 | { |
297 | 303 | "@id": "bioschemastypesdrafts:itemLocation", |
298 | 304 | "@type": "rdf:Property", |
299 | | - "rdfs:comment": "Current location of the item.", |
| 305 | + "rdfs:comment": "Current location of the sample.", |
300 | 306 | "rdfs:label": "itemLocation", |
301 | 307 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
302 | 308 | "schema:rangeIncludes": [ |
|
338 | 344 | { |
339 | 345 | "@id": "bioschemastypesdrafts:sampleType", |
340 | 346 | "@type": "rdf:Property", |
341 | | - "rdfs:comment": "Indicate the type of sample", |
| 347 | + "rdfs:comment": "Indicate the type of sample. Note that this is intentionally broad to allow different types of specimens, i.e. cells, rock, sand.", |
342 | 348 | "rdfs:label": "sampleType", |
343 | 349 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
344 | 350 | "schema:rangeIncludes": [ |
|
361 | 367 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
362 | 368 | "schema:rangeIncludes": [ |
363 | 369 | { |
364 | | - "@id": "schema:QualitativeValue" |
| 370 | + "@id": "schema:QuantitativeValue" |
365 | 371 | } |
366 | 372 | ] |
367 | 373 | }, |
368 | 374 | { |
369 | 375 | "@id": "bioschemastypesdrafts:sampleProcess", |
370 | 376 | "@type": "rdf:Property", |
371 | | - "rdfs:comment": "The processing technique that was applied to the sample, methods used to prepare the samples.", |
| 377 | + "rdfs:comment": "The processing technique that was applied to the sample, methods used to prepare the samples, including SOPs (Standard Operating Procedures).", |
372 | 378 | "rdfs:label": "sampleProcess", |
373 | 379 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
374 | 380 | "schema:rangeIncludes": [ |
375 | 381 | { |
376 | 382 | "@id": "schema:Text" |
| 383 | + }, |
| 384 | + { |
| 385 | + "@id": "schema:URL" |
377 | 386 | } |
378 | 387 | ] |
379 | 388 | }, |
|
503 | 512 | { |
504 | 513 | "@id": "bioschemastypesdrafts:hasPart", |
505 | 514 | "@type": "rdf:Property", |
506 | | - "rdfs:comment": "Describe related items including other resources related to the samples.", |
| 515 | + "rdfs:comment": "Describe related items including other resources related to the samples. For example a subsample of this sample.", |
507 | 516 | "rdfs:label": "hasPart", |
508 | 517 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
509 | 518 | "schema:rangeIncludes": [ |
|
527 | 536 | { |
528 | 537 | "@id": "bioschemastypesdrafts:isPartOf", |
529 | 538 | "@type": "rdf:Property", |
530 | | - "rdfs:comment": "Describe related items including other resources related to the samples.", |
| 539 | + "rdfs:comment": "Describe related items including other resources related to the samples. For example a supersample of this sample.", |
531 | 540 | "rdfs:label": "isPartOf", |
532 | 541 | "schema:domainIncludes": {"@id": "bioschemastypesdrafts:Sample"}, |
533 | 542 | "schema:rangeIncludes": [ |
|
0 commit comments