-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
110 additions
and
0 deletions.
There are no files selected for viewing
110 changes: 110 additions & 0 deletions
110
data-review/rli_lodgeoss_energy_database_review.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} | ||
} |