-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontext.jsonld
More file actions
60 lines (60 loc) · 3.67 KB
/
Copy pathcontext.jsonld
File metadata and controls
60 lines (60 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"@context": {
"CPU": "https://smartdatamodels.org/dataModel.Gaia-X/CPU",
"Disk": "https://smartdatamodels.org/dataModel.Gaia-X/Disk",
"GPU": "https://smartdatamodels.org/dataModel.Gaia-X/GPU",
"Memory": "https://smartdatamodels.org/dataModel.Gaia-X/Memory",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"alternateName": "https://smartdatamodels.org/alternateName",
"areaServed": "https://smartdatamodels.org/areaServed",
"baseFrequency": "https://smartdatamodels.org/dataModel.Gaia-X/baseFrequency",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"boostFrequency": "https://smartdatamodels.org/dataModel.Gaia-X/boostFrequency",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"cpuArchitecture": "https://smartdatamodels.org/dataModel.Gaia-X/cpuArchitecture",
"cpuFlag": "https://smartdatamodels.org/dataModel.Gaia-X/cpuFlag",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"diskBusType": "https://smartdatamodels.org/dataModel.Gaia-X/diskBusType",
"diskSize": "https://smartdatamodels.org/dataModel.Gaia-X/diskSize",
"diskType": "https://smartdatamodels.org/dataModel.Gaia-X/diskType",
"district": "https://smartdatamodels.org/district",
"eccEnabled": "https://smartdatamodels.org/dataModel.Gaia-X/eccEnabled",
"gpuInterconnection": "https://smartdatamodels.org/dataModel.Gaia-X/gpuInterconnection",
"gpuMemory": "https://smartdatamodels.org/dataModel.Gaia-X/gpuMemory",
"gpuPassthrough": "https://smartdatamodels.org/dataModel.Gaia-X/gpuPassthrough",
"gpuProcessingUnits": "https://smartdatamodels.org/dataModel.Gaia-X/gpuProcessingUnits",
"hardwareEncryption": "https://smartdatamodels.org/dataModel.Gaia-X/hardwareEncryption",
"id": "@id",
"lastLevelCacheSize": "https://smartdatamodels.org/dataModel.Gaia-X/lastLevelCacheSize",
"location": "https://uri.etsi.org/ngsi-ld/location",
"memoryClass": "https://smartdatamodels.org/dataModel.Gaia-X/memoryClass",
"memoryRank": "https://smartdatamodels.org/dataModel.Gaia-X/memoryRank",
"memorySize": "https://smartdatamodels.org/dataModel.Gaia-X/memorySize",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"numberOfCores": "https://smartdatamodels.org/dataModel.Gaia-X/numberOfCores",
"numberOfThreads": "https://smartdatamodels.org/dataModel.Gaia-X/numberOfThreads",
"owner": "https://smartdatamodels.org/owner",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"smtEnabled": "https://smartdatamodels.org/dataModel.Gaia-X/smtEnabled",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"thermalDesignPower": "https://smartdatamodels.org/dataModel.Gaia-X/thermalDesignPower",
"type": "@type"
}
}