forked from smart-data-models/dataModel.DataQuality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
26 lines (26 loc) · 1.41 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
{
"@context": {
"accuracy": "https://smartdatamodels.org/dataModel.DataQuality/accuracy",
"address": "https://smartdatamodels.org/address",
"alternateName": "https://smartdatamodels.org/alternateName",
"areaServed": "https://smartdatamodels.org/areaServed",
"completeness": "https://smartdatamodels.org/dataModel.DataQuality/completeness",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCalculated": "https://smartdatamodels.org/dataModel.DataQuality/dateCalculated",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"id": "@id",
"location": "ngsi-ld:location",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"outlier": "https://smartdatamodels.org/dataModel.DataQuality/outlier",
"owner": "https://smartdatamodels.org/owner",
"precision": "https://smartdatamodels.org/dataModel.DataQuality/precision",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"synthetic": "https://smartdatamodels.org/dataModel.DataQuality/synthetic",
"timeliness": "https://smartdatamodels.org/dataModel.DataQuality/timeliness",
"type": "@type"
}
}