Skip to content

Commit 32330d5

Browse files
committed
fix : ids in lower case
1 parent 969648d commit 32330d5

12 files changed

Lines changed: 36 additions & 36 deletions

File tree

frequency/1hrCM.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "1hrCM",
3+
"id": "1hrcm",
44
"type": "frequency"
55
}

frequency/1hrPt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "1hrPt",
3+
"id": "1hrpt",
44
"type": "frequency"
55
}

frequency/3hrPt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "3hrPt",
3+
"id": "3hrpt",
44
"type": "frequency"
55
}

frequency/6hrPt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@context": "000_context.jsonld",
3-
"id": "6hrPt",
3+
"id": "6hrpt",
44
"type": "frequency"
55
}

frequency/monC.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "monC",
4-
"type": "frequency"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "monc",
4+
"type": "frequency"
5+
}

frequency/monPt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "monPt",
4-
"type": "frequency"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "monpt",
4+
"type": "frequency"
5+
}

frequency/subhrPt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "subhrPt",
4-
"type": "frequency"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "subhrpt",
4+
"type": "frequency"
5+
}

frequency/yrPt.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "yrPt",
4-
"type": "frequency"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "yrpt",
4+
"type": "frequency"
5+
}

realm/atmosChem.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "atmosChem",
4-
"type": "realm"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "atmoschem",
4+
"type": "realm"
5+
}

realm/landIce.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@context": "000_context.jsonld",
3-
"id": "landIce",
4-
"type": "realm"
5-
}
2+
"@context": "000_context.jsonld",
3+
"id": "landice",
4+
"type": "realm"
5+
}

0 commit comments

Comments
 (0)