Skip to content

Commit

Permalink
add placeholder for example & template json files (populate later usi…
Browse files Browse the repository at this point in the history
…ng the new scripts) #143
  • Loading branch information
jh-RLI committed Jun 5, 2024
1 parent 6e59569 commit a438df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 259 deletions.
73 changes: 0 additions & 73 deletions metadata/v200_draft/example.json
Original file line number Diff line number Diff line change
@@ -1,73 +0,0 @@
{
"$schema": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/feature/draft_updated_oem_ressourse_and_datapackge/metadata/v200_draft/schema.json",
"id": "https://openenergy-platform.org/dataedit/view/example_table_name",
"name": "example_table_name",
"title": "Example Table Name",
"description": "Example description",
"language": [
"en"
],
"keywords": [
"example"
],
"publicationDate": "2023-12-04",
"context": {
"homepage": "https://example.org",
"contact": "[email protected]"
},
"spatial": {
"extent": "Germany",
"resolution": "100m"
},
"temporal": {
"referenceDate": "2020-01-01",
"timeseries": [
{
"start": "2019-02-06T10:12:04+00:00",
"end": " 2019-02-07T10:12:04+00:00",
"resolution": "1h",
"aggregationType": "current"
}
]
},
"sources": [
{
"title": "IPCC Fifth Assessment Report",
"path": "https://www.ipcc.ch/site/assets/uploads/2018/02/ipcc_wg3_ar5_full.pdf",
"licenses": [
{
"name": "CC-BY-4.0"
}
]
}
],
"licenses": [
{
"name": "ODbL-1.0",
"title": "Open Data Commons Open Database License 1.0",
"path": "https://opendatacommons.org/licenses/odbl/1-0/index.html",
"attribution": "© Reiner Lemoine Institut"
}
],
"contributors": [
{
"title": "Jon Doe",
"email": "[email protected]",
"date": "2023-03-12"
}
],
"schema": {
"fields": [
{
"name": "id",
"type": "integer"
}
]
},
"metaMetadata": {
"metadataVersion": "OEP-2.0.0-draft",
"metadataLicense": {
"name": "CC0-1.0"
}
}
}
186 changes: 0 additions & 186 deletions metadata/v200_draft/template.json
Original file line number Diff line number Diff line change
@@ -1,186 +0,0 @@
{
"name": null,
"resources": [
{
"name": null,
"dialect": {
"delimiter": null,
"decimalSeparator": "."
},
"profile": null,
"path": null,
"format": null,
"encoding": null,
"schema": {
"fields": [
{
"name": null,
"description": null,
"type": null,
"unit": null,
"isAbout": [
{
"name": null,
"path": null
}
],
"valueReference": [
{
"value": null,
"name": null,
"path": null
}
]
},
{
"name": null,
"description": null,
"type": null,
"unit": null,
"isAbout": [
{
"name": null,
"path": null
}
],
"valueReference": [
{
"value": null,
"name": null,
"path": null
}
]
}
],
"primaryKey": [
null
],
"foreignKeys": [
{
"fields": [
null
],
"reference": {
"resource": null,
"fields": [
null
]
}
}
]
},
"title": null,
"id": null,
"description": null,
"language": [
null
],
"subject": [
{
"name": null,
"path": null
}
],
"keywords": [
null
],
"publicationDate": null,
"context": {
"homepage": null,
"documentation": null,
"sourceCode": null,
"contact": null,
"grantNo": null,
"fundingAgency": null,
"fundingAgencyLogo": null,
"publisherLogo": null
},
"spatial": {
"location": null,
"extent": null,
"resolution": null
},
"temporal": {
"referenceDate": null,
"timeseries": [
{
"start": null,
"end": null,
"resolution": null,
"alignment": null,
"aggregationType": null
},
{
"start": null,
"end": null,
"resolution": null,
"alignment": null,
"aggregationType": null
}
]
},
"sources": [
{
"title": null,
"description": null,
"path": null,
"licenses": [
{
"name": null,
"title": null,
"path": null,
"instruction": null,
"attribution": null
}
]
},
{
"title": null,
"description": null,
"path": null,
"licenses": [
{
"name": null,
"title": null,
"path": null,
"instruction": null,
"attribution": null
}
]
}
],
"licenses": [
{
"name": null,
"title": null,
"path": null,
"instruction": null,
"attribution": null
}
],
"contributors": [
{
"title": null,
"email": null,
"date": null,
"object": null,
"comment": null
}
],
"@id": null,
"@context": "https://raw.githubusercontent.com/OpenEnergyPlatform/oemetadata/develop/metadata/latest/context.json",
"review": {
"path": null,
"badge": null
},
"metaMetadata": {
"metadataVersion": "2.0.0",
"metadataLicense": {
"name": "CC0-1.0",
"title": "Creative Commons Zero v1.0 Universal",
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
}
}
}
]
}

0 comments on commit a438df6

Please sign in to comment.