-
Notifications
You must be signed in to change notification settings - Fork 8
/
Product-context.jsonld
23 lines (23 loc) · 1.55 KB
/
Product-context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": {
"source": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/source",
"dataProvider": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dataprovider",
"entityVersion": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/entityversion",
"productType": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/producttype",
"supplierName": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/suppliername",
"gtin": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/gtin",
"gpcCategoryCode": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/gpccategorycode",
"productName": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/productname",
"description": "https://schema.org/description",
"brand": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/brand",
"inPackageWidth": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/inpackagewidth",
"inPackageDepth": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/inpackagedepth",
"inPackageHeight": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/inpackageheight",
"netWeight": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/netweight",
"grossWeight": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/grossweight",
"countryOfOrigin": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/countryoforigin",
"images": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/images",
"producerURI": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/produceruri",
"manufacturer": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/manufacturer"
}
}