adiwg-mdcodes 2.9.1 → 2.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- data/resources/adiwg_dataQualityElement.yml +12 -11
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82c78f97c2fe64cf3123a90618e6581871188e6c31e973f312d12fadad630e56
|
|
4
|
+
data.tar.gz: 441df0ecf3ab9c441a83cd0cf7bf7c72928e5d65e91d278307ab3e7a0c516e50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bbf9e025670c2e32ec4e723eff2049afc90078f885714c086b9883a2c64a3c27e7eb47faf4a76cdeede3a63fa662b79ddba2ee73b21e85be1e48917e7a47075
|
|
7
|
+
data.tar.gz: 51e5811a64a9b4d214168210266153e39b185d2c54b2b0f6a3ea45c6f02cf38e399a2dde6cf3e0d3d071162564096745e8e418ac280b0edb4e08bf43e1648d29
|
data/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdcodes",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "mdcodes",
|
|
9
|
-
"version": "2.9.
|
|
9
|
+
"version": "2.9.2",
|
|
10
10
|
"license": "Unlicense",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
|
data/package.json
CHANGED
|
@@ -21,14 +21,15 @@ codelist:
|
|
|
21
21
|
- { code: "011", codeName: Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" }
|
|
22
22
|
- { code: "012", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" }
|
|
23
23
|
- { code: "013", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" }
|
|
24
|
-
- { code: "014", codeName:
|
|
25
|
-
- { code: "015", codeName:
|
|
26
|
-
- { code: "016", codeName:
|
|
27
|
-
- { code: "017", codeName:
|
|
28
|
-
- { code: "018", codeName:
|
|
29
|
-
- { code: "019", codeName:
|
|
30
|
-
- { code: "020", codeName:
|
|
31
|
-
- { code: "021", codeName:
|
|
32
|
-
- { code: "022", codeName:
|
|
33
|
-
- { code: "023", codeName:
|
|
34
|
-
- { code: "024", codeName:
|
|
24
|
+
- { code: "014", codeName: NonQuantitativeAttributeAccuracy, description: "accuracy of non-quantitative attributes" }
|
|
25
|
+
- { code: "015", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }
|
|
26
|
+
- { code: "016", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }
|
|
27
|
+
- { code: "017", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" }
|
|
28
|
+
- { code: "018", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" }
|
|
29
|
+
- { code: "019", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" }
|
|
30
|
+
- { code: "020", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }
|
|
31
|
+
- { code: "021", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" }
|
|
32
|
+
- { code: "022", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" }
|
|
33
|
+
- { code: "023", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" }
|
|
34
|
+
- { code: "024", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
|
|
35
|
+
- { code: "025", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adiwg-mdcodes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- stansmith907, jlblcc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|