-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontext.jsonld
59 lines (59 loc) · 3.77 KB
/
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
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
{
"@context": {
"DLTtxReceipt": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/DLTtxReceipt",
"TxReceipts": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/TxReceipts",
"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",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"blockHash": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/blockHash",
"blockNumber": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/blockNumber",
"contractAddress": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/contractAddress",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"cumulativeGasUsed": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/cumulativeGasUsed",
"data": "https://uri.etsi.org/ngsi-ld/data",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"district": "https://smartdatamodels.org/district",
"dltType": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/dltType",
"from": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/from",
"gasUsed": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/gasUsed",
"id": "@id",
"keys": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/keys",
"location": "https://uri.etsi.org/ngsi-ld/location",
"logAddress": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/logAddress",
"logIndex": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/logIndex",
"logs": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/logs",
"logsBloom": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/logsBloom",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"objectType": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/objectType",
"owner": "https://smartdatamodels.org/owner",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"refEntity": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/refEntity",
"removed": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/removed",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"status": "https://uri.etsi.org/ngsi-ld/status",
"storageType": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/storageType",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"to": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/to",
"topics": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/topics",
"transactionHash": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/transactionHash",
"transactionIndex": "https://smartdatamodels.org/dataModel.DistributedLedgerTech/transactionIndex",
"type": "@type"
}
}