-
Notifications
You must be signed in to change notification settings - Fork 0
/
crq-quality.json
executable file
·30 lines (30 loc) · 1.06 KB
/
crq-quality.json
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
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/* dc - The Dublin Core Metadata Terms namespace - http://purl.org/dc/terms/
* crq - The Context, Relevance, Quality Terms namespace -
* http://www.infosys.tuwien.ac.at/sod1/crq
*/
{
"dc:title": "title of the document",
"dc:description": "quality description",
"dc:created": "time at which the description is created",
"crq.qod": {
"crq.uptodateness": "up to dateness",
"crq.objectivity":"objectivity",
"crq.freeoferror":"free of error",
"crq.consistency":"consistency",
"crq.dataelementcompleteness":"data element completeness",
"crq.datasetcompleteness":"data set completeness",
"crq.domainspecificqod":"URI specifying domain specific info"
},
"crq.qos":
{
"crq.responsetime":"response time",
"crq.latency": "latency",
"crq.capability":"capability",
"crq.reliability":"reliability",
"crq.availability":"availability"
}
}