Skip to content

Commit

Permalink
Upload metadata file #91
Browse files Browse the repository at this point in the history
  • Loading branch information
steull committed Feb 14, 2022
1 parent 880ffca commit 8463dfd
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions data-review/rli_lodgeoss_energy_database_review.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"name": "rli_lodgeoss_energy_database_review",
"title": "RLI - LOD-GEOSS - Energy Database Review",
"id": "rli_lodgeoss_energy_database_review",
"description": "A collection and review of existing energy databases. Focus on database technologies, licenses and metadata.",
"keywords": [
"database",
"energy"
],
"publicationDate": "2022-02-08",
"context": {
"homepage": "https://reiner-lemoine-institut.de/lod-geoss/",
"grantNo": "03EI1005D",
"fundingAgency": "BMWK",
"publisherLogo": null
},
"spatial": {},
"temporal": {
"timeseries": {}
},
"review": {
"badge": null
},
"_comment": {},
"language": [
"de-DE"
],
"sources": [],
"licenses": [
{
"instruction": "You are free to share and change, but you must attribute, and share derivations under the same license.",
"attribution": "© Reiner Lemoine Institut",
"name": "ODbL-1.0",
"title": "Open Data Commons Open Database License 1.0",
"path": "https://opendatacommons.org/licenses/odbl/1-0/index.html"
}
],
"contributors": [
{
"title": "Ludee",
"object": "data, metadata",
"comment": "Upload data and create metadata",
"date": "2022-02-08"
}
],
"resources": [
{
"name": "rli_lodgeoss_energy_database_review",
"schema": {
"primaryKey": [],
"foreignKeys": [],
"fields": [
{
"name": "id",
"type": "bigint"
},
{
"name": "project_name",
"type": "text"
},
{
"name": "project_homepage",
"type": "text"
},
{
"name": "database_name",
"type": "text"
},
{
"name": "database_link",
"type": "text"
},
{
"name": "database_technology",
"type": "text"
},
{
"name": "data_license",
"type": "text"
},
{
"name": "metadata",
"type": "text"
},
{
"name": "metadata_link",
"type": "text"
},
{
"name": "data_structure_levels",
"type": "text"
},
{
"name": "status",
"type": "text"
}
]
},
"dialect": {}
}
],
"metaMetadata": {
"metadataVersion": "OEP-1.4.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 8463dfd

Please sign in to comment.