Skip to content

Commit b8b990b

Browse files
committed
updated example for LabProcess
1 parent ec5c25f commit b8b990b

1 file changed

Lines changed: 36 additions & 2 deletions

File tree

LabProcess/examples/0.1-DRAFT/labprocess_v0.1.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
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+
],
315
"@type": [
416
"LabProcess"
517
],
@@ -20,7 +32,29 @@
2032
"alternateName": "Photon System Instruments, FMT 150/400-RB",
2133
"name": "bioreactor",
2234
"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+
]
2458
},
2559
"parameterValue": [
2660
{

0 commit comments

Comments
 (0)