Skip to content

Commit 5a58322

Browse files
created/updated context - support subproperties at 2025-11-10 18:55:19
1 parent c31daae commit 5a58322

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

context.jsonld

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"@context": {
3+
"MaterialAddition": "https://smartdatamodels.org/dataModel.IndustrialProcess/MaterialAddition",
34
"ProcessChemicalAnalysis": "https://smartdatamodels.org/dataModel.IndustrialProcess/ProcessChemicalAnalysis",
45
"ProcessEvent": "https://smartdatamodels.org/dataModel.IndustrialProcess/ProcessEvent",
6+
"addedMaterials": "https://smartdatamodels.org/dataModel.IndustrialProcess/addedMaterials",
57
"address": "https://smartdatamodels.org/address",
68
"addressCountry": "https://smartdatamodels.org/addressCountry",
79
"addressLocality": "https://smartdatamodels.org/addressLocality",
@@ -12,8 +14,10 @@
1214
"@container": "@list",
1315
"@id": "https://purl.org/geojson/vocab#bbox"
1416
},
17+
"category": "https://smartdatamodels.org/dataModel.IndustrialProcess/category",
1518
"chemicalAnalysis": "https://smartdatamodels.org/dataModel.IndustrialProcess/chemicalAnalysis",
1619
"chemicalConcentration": "https://smartdatamodels.org/dataModel.IndustrialProcess/chemicalConcentration",
20+
"code": "https://smartdatamodels.org/dataModel.IndustrialProcess/code",
1721
"coordinates": {
1822
"@container": "@list",
1923
"@id": "https://purl.org/geojson/vocab#coordinates"
@@ -27,8 +31,11 @@
2731
"heatNumber": "https://smartdatamodels.org/dataModel.IndustrialProcess/heatNumber",
2832
"id": "@id",
2933
"location": "https://uri.etsi.org/ngsi-ld/location",
34+
"mass": "https://smartdatamodels.org/dataModel.IndustrialProcess/mass",
35+
"materialPrice": "https://smartdatamodels.org/dataModel.IndustrialProcess/materialPrice",
3036
"name": "https://smartdatamodels.org/name",
3137
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
38+
"origin": "https://smartdatamodels.org/dataModel.IndustrialProcess/origin",
3239
"owner": "https://smartdatamodels.org/owner",
3340
"percentage": "https://smartdatamodels.org/dataModel.IndustrialProcess/percentage",
3441
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
@@ -38,9 +45,12 @@
3845
"sampleNumber": "https://smartdatamodels.org/dataModel.IndustrialProcess/sampleNumber",
3946
"seeAlso": "https://smartdatamodels.org/seeAlso",
4047
"source": "https://smartdatamodels.org/source",
48+
"specificEnergy": "https://smartdatamodels.org/dataModel.IndustrialProcess/specificEnergy",
49+
"storageAvailability": "https://smartdatamodels.org/dataModel.IndustrialProcess/storageAvailability",
4150
"streetAddress": "https://smartdatamodels.org/streetAddress",
4251
"streetNr": "https://smartdatamodels.org/streetNr",
4352
"substance": "https://smartdatamodels.org/dataModel.IndustrialProcess/substance",
53+
"supplier": "https://smartdatamodels.org/dataModel.IndustrialProcess/supplier",
4454
"type": "@type"
4555
}
4656
}

0 commit comments

Comments
 (0)