Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JSONSchemas
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STAMPLATE
JSONSchemas
Commits
a0354f69
Commit
a0354f69
authored
1 week ago
by
Ulrich Loup
Browse files
Options
Downloads
Patches
Plain Diff
- Added schema for annotationTime in Observation.resultQuality.
parent
2cddf9a4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/observation_resultQuality.json
+16
-8
16 additions, 8 deletions
examples/observation_resultQuality.json
schemas/observation_resultQuality.schema.json
+5
-0
5 additions, 0 deletions
schemas/observation_resultQuality.schema.json
stamplate.jsonld
+3
-1
3 additions, 1 deletion
stamplate.jsonld
with
24 additions
and
9 deletions
examples/observation_resultQuality.json
+
16
−
8
View file @
a0354f69
...
...
@@ -8,25 +8,33 @@
{
"@id"
:
"https://rdm-software.pages.ufz.de/saqc/"
,
"@type"
:
"ObservationResultQuality"
,
"annotation"
:
"
99
"
,
"annotation"
:
"
drift
"
,
"annotationType"
:
"SaQC"
,
"properties"
:
{
"version"
:
"2.6"
,
"measure"
:
"flagUniLOF"
,
"definition"
:
"https://url/to/config"
}
},
"annotationTime"
:
"2025-04-01T15:03:01Z"
},
{
"@id"
:
"https://
tereno.net/quality
"
,
"@id"
:
"https://
rdm-software.pages.ufz.de/saqc/
"
,
"@type"
:
"ObservationResultQuality"
,
"annotation"
:
"baddata"
,
"annotationType"
:
"generic"
"annotation"
:
"out of range"
,
"annotationType"
:
"SaQC"
,
"properties"
:
{
"version"
:
"2.6"
,
"measure"
:
"flagUniLOF"
,
"definition"
:
"https://url/to/config"
},
"annotationTime"
:
"2025-04-01T16:03:01Z"
},
{
"@id"
:
"https://
tereno.net/quality
"
,
"@id"
:
"https://
rdm-software.pages.ufz.de/saqc/
"
,
"@type"
:
"ObservationResultQuality"
,
"annotation"
:
"Analysis error"
,
"annotationType"
:
"specific"
"annotation"
:
"ok"
,
"annotationType"
:
"manual"
,
"annotationTime"
:
"2025-04-05T16:03:01Z"
}
]
}
This diff is collapsed.
Click to expand it.
schemas/observation_resultQuality.schema.json
+
5
−
0
View file @
a0354f69
...
...
@@ -47,6 +47,11 @@
"description"
:
"quality-measure scheme/tool, e.g., SaQC"
,
"type"
:
"string"
},
"annotationTime"
:
{
"description"
:
"date and time in ISO 8601 format"
,
"type"
:
"string"
,
"format"
:
"date-time"
},
"properties"
:
{
"description"
:
"parameters of the quality-measure scheme/tool"
,
"type"
:
"object"
,
...
...
This diff is collapsed.
Click to expand it.
stamplate.jsonld
+
3
−
1
View file @
a0354f69
...
...
@@ -15,7 +15,6 @@
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/ObservationResultQualityProperties",
"@type": "@id"
},
"Deployment": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/Deployment",
"@type": "@id",
...
...
@@ -282,6 +281,9 @@
"annotationType": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/annotationType"
},
"annotationTime": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/annotationTime"
}
"qualityMeasure": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/qualityMeasure"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment