Skip to content

Commit 9e1ebf1

Browse files
fixing typo in nightskyquality example
1 parent 70f2600 commit 9e1ebf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NightSkyQuality/examples/example-normalized.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"value": -6.23
5151
},
5252
"@context": [
53-
"https://smart-data-models.github.io/dataModel.Environment/NightSkyQuality/schema.json"
53+
"https://smart-data-models.github.io/dataModel.Environment/context.jsonld"
5454
]
5555
}

NightSkyQuality/examples/example.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"skyMagnitude": 19.4,
1818
"skyTemperature": -6.23,
1919
"@context": [
20-
"https://smart-data-models.github.io/dataModel.Environment/NightSkyQuality/schema.json"
20+
"https://smart-data-models.github.io/dataModel.Environment/context.jsonld"
2121
]
2222
}

0 commit comments

Comments
 (0)