Skip to content

Commit 75f9855

Browse files
authored
Merge pull request #9 from AtMoDat/dev_7_1
Version 7.1 of the Maturity Indicator
2 parents 54ec345 + 303e742 commit 75f9855

18 files changed

Lines changed: 601 additions & 341 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.py

Readme.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ This concept only provides metadata fields to insert maturity information. No ma
88

99
The draft containing the definition of metadata properties and sub-properties is provided in the [formalization_MI.csv](formalization_MI.csv) file.
1010

11+
## Examples
1112

12-
# Examples
13-
14-
Also three example cases are provided -- each as `xml` and as `csv` file. The files are:
13+
Also three example cases are provided -- each as `xml` and as `json` file. The files are:
1514

1615
* `example_MI_*.xml`
17-
* `example_MI_*.csv`
16+
* `example_MI_*.json`
1817

1918
The examples are:
2019

@@ -24,12 +23,10 @@ The examples are:
2423
| WDCC Quality Maturity Matrix (QMM) | `_WDCC_Maturity` | https://doi.org/10.2312/WDCC/TR_QMM_Checkl_Levels_4-5_Prots |
2524
| ARDC FAIR data assessment tool | `ARDC_FAIR` | https://ardc.edu.au/resources/working-with-data/fair-data/fair-self-assessment-tool/ |
2625
| NOAA Data Stewardship Maturity Matrix (DSMM) | `NOAA_DSMM` | https://doi.org/10.2481/dsj.14-049 |
27-
| Geospatial User Feedback (GUF) data model | `GUF` | https://www.ogc.org/standards/guf |
28-
2926

3027
Note: the examples are currently not up to date.
3128

32-
# Contributors:
29+
## Contributors
3330

3431
In alphabetic order:
3532

@@ -43,7 +40,6 @@ In alphabetic order:
4340
* Heinke Hoeck, [ORCID: 0000-0002-0131-1404](https://orcid.org/0000-0002-0131-1404)
4441
* Ted Habermann, [ORCID: 0000-0003-3585-6733](https://orcid.org/0000-0003-3585-6733)
4542

43+
## Acknowledgements
4644

47-
# Acknowledgements:
48-
49-
The Maturity Indicator draft was created within the AtMoDat project (**At**mospheric **Mo**del **Dat**a, https://www.atmodat.de). AtMoDat is funded by the German Federal Ministry for Education and Research within the framework of *Atmosphaeren-Modelldaten: Datenqualitaet, Kurationskriterien und DOI-Branding* (FKZ 16QK02A).
45+
The Maturity Indicator draft was created within the AtMoDat project (**At**mospheric **Mo**del **Dat**a, https://www.atmodat.de). AtMoDat is funded by the German Federal Ministry for Education and Research within the framework of *Atmosphaeren-Modelldaten: Datenqualitaet, Kurationskriterien und DOI-Branding* (FKZ 16QK02A).

example_MI_ARDC_FAIR.csv

Lines changed: 0 additions & 31 deletions
This file was deleted.

example_MI_ARDC_FAIR.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"@context": "http://schema.org",
3+
"@type": "Dataset",
4+
"@id": "https://doi.org/10.26050/wdcc/momergombsemep",
5+
"additionalType": "Digital",
6+
"name": "MOM-ERGOM western Baltic Sea simulations with tagging of atmospheric nitrogen deposition by EMEP",
7+
"datePublished": "2019",
8+
"schemaVersion": "http://datacite.org/schema/kernel-4",
9+
"publisher": {
10+
"@type": "Organization",
11+
"name": "World Data Center for Climate (WDCC) at DKRZ"
12+
},
13+
"provider": {
14+
"@type": "Organization",
15+
"name": "datacite"
16+
},
17+
"MaturityCheck": {
18+
"schemaVersion": "v7.1",
19+
"name": "ARDC FAIR data assessment tool",
20+
"description": "Using this tool you will be able to assess the \"FAIRness\" of a dataset and determine how to enhance its FAIRness (where applicable). You will be asked questions related to the principles underpinning Findable, Accessible, Interoperable and Reusable (FAIR). Once you have answered all the questions in each section you will be given a \"green bar\" indicator based on your answers in that section, and when all sections are completed, an overall \"FAIRness\" indicator is provided.",
21+
"type": {
22+
"@typeGeneral": "Questionaire",
23+
"#text": "web questionaire"
24+
},
25+
"isMachineReadable": "no",
26+
"identifier": {
27+
"@identifierScheme": "URL",
28+
"#text": "https://ardc.edu.au/resources/working-with-data/fair-data/fair-self-assessment-tool/"
29+
},
30+
"performedBy": {
31+
"type": "Creator",
32+
"name": "Neumann, Daniel",
33+
"identifier": {
34+
"@identifierScheme": "ORCID",
35+
"@schemeURI": "https://orcid.org",
36+
"#text": "0000-0001-8574-9093"
37+
}
38+
},
39+
"performedDate": "2020-05-04",
40+
"results": {
41+
"metrics": {
42+
"metric": [
43+
{
44+
"name": "Findable",
45+
"description": "Making data Findable includes assigning a persistent identifier (like a DOI or Handle ), having rich metadata to describe the data and making sure it is findable through disciplinary and generalist discovery portals (local and international).",
46+
"result": {
47+
"@unit": "relative",
48+
"#text": "0.95"
49+
}
50+
},
51+
{
52+
"name": "Accessible",
53+
"description": "To make data accessible may include making the data open using a standardised protocol. However the data does not necessarily have to be open. There are sometimes good reasons why data cannot be made open, for example privacy concerns, national security or commercial interests. If it is not open there should be clarity and transparency around the conditions governing access and reuse.",
54+
"result": {
55+
"@unit": "relative",
56+
"#text": "0.9"
57+
}
58+
},
59+
{
60+
"name": "Interoperable",
61+
"description": "To be interoperable (i.e. data that is interpretable by a computer, so that they can be automatically combined with other data) the data will need to use community agreed formats, language and vocabularies. The metadata will also need to use a community agreed standards and vocabularies, and contain links to related information using identifiers.",
62+
"result": {
63+
"@unit": "relative",
64+
"#text": "0.75"
65+
}
66+
},
67+
{
68+
"name": "Reusable",
69+
"description": "Reusable data should maintain its initial richness. For example, it should not be abridged for the purpose of explaining the findings in one particular publication. It needs a clear machine-readable licence and provenance information on how the data was formed. It should also use discipline-specific data and metadata standards to give it rich contextual information that will allow for accurate interpretation and reuse.",
70+
"result": {
71+
"@unit": "relative",
72+
"#text": "0.85"
73+
}
74+
}
75+
]
76+
}
77+
}
78+
}
79+
}
80+
}

example_MI_ARDC_FAIR.xml

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,41 @@
99
<publicationYear>2019</publicationYear>
1010
<resourceType resourceTypeGeneral="Dataset">Digital</resourceType>
1111
<MaturityCheck>
12-
<maturityCheckSchemaVersion>v6.0</maturityCheckSchemaVersion>
13-
<maturityCheckName>ARDC FAIR data assessment tool</maturityCheckName>
14-
<maturityCheckDescription>Using this tool you will be able to assess the "FAIRness" of a dataset and determine how to enhance its FAIRness (where applicable). You will be asked questions related to the principles underpinning Findable, Accessible, Interoperable and Reusable (FAIR). Once you have answered all the questions in each section you will be given a "green bar" indicator based on your answers in that section, and when all sections are completed, an overall "FAIRness" indicator is provided.</maturityCheckDescription>
15-
<maturityCheckResourceType maturityCheckResourceTypeGeneral="Questionaire">web questionaire</maturityCheckResourceType>
16-
<maturityCheckIsMachineReadable>no</maturityCheckIsMachineReadable>
17-
<maturityCheckIdentifier maturityCheckIdentifierScheme="URL">https://ardc.edu.au/resources/working-with-data/fair-data/fair-self-assessment-tool/</maturityCheckIdentifier>
18-
<maturityCheckPerformedBy maturityCheckPerformedByType="Creator">
19-
<maturityCheckPerformedByName>Neumann, Daniel</maturityCheckPerformedByName>
20-
<maturityCheckPerformedByIdentifier maturityCheckPerformedByIdentifierScheme="ORCID" schemeURI="https://orcid.org">0000-0001-8574-9093</maturityCheckPerformedByIdentifier>
21-
</maturityCheckPerformedBy>
22-
<maturityCheckPerformedDate>2020-05-04</maturityCheckPerformedDate>
23-
<maturityCheckMetrics>
24-
<maturityCheckMetric>
25-
<maturityCheckMetricName>Findable</maturityCheckMetricName>
26-
<maturityCheckMetricResult unit="relative">0.95</maturityCheckMetricResult>
27-
</maturityCheckMetric>
28-
<maturityCheckMetric>
29-
<maturityCheckMetricName>Accessible</maturityCheckMetricName>
30-
<maturityCheckMetricResult unit="relative">0.9</maturityCheckMetricResult>
31-
</maturityCheckMetric>
32-
<maturityCheckMetric>
33-
<maturityCheckMetricName>Interoperable</maturityCheckMetricName>
34-
<maturityCheckMetricResult unit="relative">0.75</maturityCheckMetricResult>
35-
</maturityCheckMetric>
36-
<maturityCheckMetric>
37-
<maturityCheckMetricName>Reusable</maturityCheckMetricName>
38-
<maturityCheckMetricResult unit="relative">0.85</maturityCheckMetricResult>
39-
</maturityCheckMetric>
40-
</maturityCheckMetrics>
12+
<schemaVersion>v7.1</schemaVersion>
13+
<name>ARDC FAIR data assessment tool</name>
14+
<description>Using this tool you will be able to assess the "FAIRness" of a dataset and determine how to enhance its FAIRness (where applicable). You will be asked questions related to the principles underpinning Findable, Accessible, Interoperable and Reusable (FAIR). Once you have answered all the questions in each section you will be given a "green bar" indicator based on your answers in that section, and when all sections are completed, an overall "FAIRness" indicator is provided.</description>
15+
<type typeGeneral="Questionaire">web questionaire</type>
16+
<isMachineReadable>no</isMachineReadable>
17+
<identifier identifierScheme="URL">https://ardc.edu.au/resources/working-with-data/fair-data/fair-self-assessment-tool/</identifier>
18+
<performedBy>
19+
<type>Creator</type>
20+
<name>Neumann, Daniel</name>
21+
<identifier identifierScheme="ORCID" schemeURI="https://orcid.org">0000-0001-8574-9093</identifier>
22+
</performedBy>
23+
<performedDate>2020-05-04</performedDate>
24+
<results>
25+
<metrics>
26+
<metric>
27+
<name>Findable</name>
28+
<description>Making data Findable includes assigning a persistent identifier (like a DOI or Handle ), having rich metadata to describe the data and making sure it is findable through disciplinary and generalist discovery portals (local and international).</description>
29+
<result unit="relative">0.95</result>
30+
</metric>
31+
<metric>
32+
<name>Accessible</name>
33+
<description>To make data accessible may include making the data open using a standardised protocol. However the data does not necessarily have to be open. There are sometimes good reasons why data cannot be made open, for example privacy concerns, national security or commercial interests. If it is not open there should be clarity and transparency around the conditions governing access and reuse.</description>
34+
<result unit="relative">0.9</result>
35+
</metric>
36+
<metric>
37+
<name>Interoperable</name>
38+
<description>To be interoperable (i.e. data that is interpretable by a computer, so that they can be automatically combined with other data) the data will need to use community agreed formats, language and vocabularies. The metadata will also need to use a community agreed standards and vocabularies, and contain links to related information using identifiers.</description>
39+
<result unit="relative">0.75</result>
40+
</metric>
41+
<metric>
42+
<name>Reusable</name>
43+
<description>Reusable data should maintain its initial richness. For example, it should not be abridged for the purpose of explaining the findings in one particular publication. It needs a clear machine-readable licence and provenance information on how the data was formed. It should also use discipline-specific data and metadata standards to give it rich contextual information that will allow for accurate interpretation and reuse.</description>
44+
<result unit="relative">0.85</result>
45+
</metric>
46+
</metrics>
47+
</results>
4148
</MaturityCheck>
4249
</resource>

example_MI_FAIRsFAIR.csv

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)