-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.93 KB
/
codemeta.json
File metadata and controls
51 lines (51 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://ror.org/00pggkr55",
"type": "Organization",
"name": "UK Centre for Ecology & Hydrology",
"alternateName": "UKCEH",
"url": "https://www.ceh.ac.uk/"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-6540-8547",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "UK Centre for Ecology & Hydrology"
},
"familyName": "Rawsthorne",
"givenName": "Helen"
},
{
"id": "https://orcid.org/0000-0002-3690-2941",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "UK Centre for Ecology & Hydrology"
},
"familyName": "Trembath",
"givenName": "Phil"
}
],
"codeRepository": "https://github.com/NERC-CEH/digital-objects-ontology",
"description": "This is an ontology that covers rich metadata for diverse research outputs (articles, datasets, methods, etc.) including descriptions of the projects which allowed the creation of the outputs, the grants that funded the projects, the environmental monitoring facilities, programmes and networks that provided the data, the people and organisations who contributed to the projects and outputs, and their roles.",
"keywords": [
"OWL",
"ontology"
],
"license": "https://opensource.org/license/MIT",
"name": "Digital Objects Ontology",
"programmingLanguage": "OWL",
"funding": "NE/Y006208/1",
"version": "0.1.0",
"developmentStatus": "wip",
"dateCreated": "2025-08-18",
"dateModified": "2026-03-27",
"datePublished": "2025-08-18",
"url": "https://nerc-ceh.github.io/digital-objects-ontology/"
}