|
1 | 1 | { |
2 | | - "@context": "http://schema.org/", |
| 2 | + "@context": [ |
| 3 | + "http://schema.org/", |
| 4 | + { |
| 5 | + "LabProtocol": "https://bioschemas.org/LabProtocol", |
| 6 | + "LabProcess": "https://bioschemas.org/LabProcess", |
| 7 | + "executesLabProtocol": "https://bioschemas.org/properties/executesLabProtocol", |
| 8 | + "parameterValue": "https://bioschemas.org/properties/parameterValue", |
| 9 | + "additionalProperty": "https://bioschemas.org/properties/additionalProperty", |
| 10 | + "parameter": "https://bioschemas.org/properties/parameter", |
| 11 | + "labEquipment": "https://bioschemas.org/properties/labEquipment", |
| 12 | + "intendedUse": "https://bioschemas.org/properties/intendedUse" |
| 13 | + } |
| 14 | + ], |
3 | 15 | "@type": [ |
4 | 16 | "LabProcess" |
5 | 17 | ], |
|
20 | 32 | "alternateName": "Photon System Instruments, FMT 150/400-RB", |
21 | 33 | "name": "bioreactor", |
22 | 34 | "termCode": "http://purl.obolibrary.org/obo/OBI_0001046" |
23 | | - } |
| 35 | + }, |
| 36 | + "parameter": [ |
| 37 | + { |
| 38 | + "@type": "PropertyValue", |
| 39 | + "name": "temperature", |
| 40 | + "propertyID": "http://purl.obolibrary.org/obo/PATO_0000146" |
| 41 | + }, |
| 42 | + { |
| 43 | + "@type": "PropertyValue", |
| 44 | + "name": "culture medium volume", |
| 45 | + "propertyID": "DPBO:1000155" |
| 46 | + }, |
| 47 | + { |
| 48 | + "@type": "PropertyValue", |
| 49 | + "name": "Mixture Component", |
| 50 | + "propertyID": "http://purl.obolibrary.org/obo/NCIT_C103243" |
| 51 | + }, |
| 52 | + { |
| 53 | + "@type": "PropertyValue", |
| 54 | + "name": "light intensity", |
| 55 | + "propertyID": "http://purl.obolibrary.org/obo/ZECO_0000151" |
| 56 | + } |
| 57 | + ] |
24 | 58 | }, |
25 | 59 | "parameterValue": [ |
26 | 60 | { |
|
0 commit comments