Skip to content

Commit 7f0467b

Browse files
author
GitHub Actions
committed
Add metadata for New Submission: Example
1 parent d869235 commit 7f0467b

3 files changed

Lines changed: 165 additions & 0 deletions

File tree

jsonFiles/Example/Example.json

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"@type": "Project",
3+
"legalName": "Example Monitoring Organization",
4+
"name": "Example",
5+
"url": "https://exampleurl.org/",
6+
"description": "This is an example entry",
7+
"identifier": {
8+
"@type": "PropertyValue",
9+
"description": "DOI",
10+
"propertyID": "https://registry.identifiers.org/registry/doi",
11+
"url": "123",
12+
"value": "123"
13+
},
14+
"publishingPrinciples": [
15+
{
16+
"@type": "CreativeWork",
17+
"name": "CC-BY: Creative Commons Attribution 4.0",
18+
"url": "https://creativecommons.org/licenses/by/4.0/"
19+
}
20+
],
21+
"foundingDate": "2025-07-14",
22+
"dissolutionDate": "2025-07-23",
23+
"areaServed": [
24+
{
25+
"@type": "Place",
26+
"name": "Quebec",
27+
"identifier": "http://marineregions.org/mrgid/9057",
28+
"geo": {
29+
"@type": "GeoShape",
30+
"description": "Bounding box polygon with lat long (Y X) coordinate order.",
31+
"geosparql:asWKT": {
32+
"@type": "http://www.opengis.net/ont/geosparql#wktLiteral",
33+
"@value": "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> POLYGON((-77.403 38.604, -50.776 38.604, -50.776 54.248, -77.403 54.248, -77.403 38.604 ))"
34+
}
35+
}
36+
}
37+
],
38+
"@id": "https://raw.githubusercontent.com/BioEcoOcean/metadata-tracking-dev/refs/heads/main/jsonFiles/Example/Example.json",
39+
"keywords": [
40+
{
41+
"identifier": "http://purl.obolibrary.org/obo/ENVO_00000150",
42+
"@type": "DefinedTerm",
43+
"termCode": "ENVO:00000150",
44+
"name": "coral reef",
45+
"url": "http://purl.obolibrary.org/obo/ENVO_00000150"
46+
},
47+
{
48+
"identifier": "http://purl.obolibrary.org/obo/ENVO_01000852",
49+
"@type": "DefinedTerm",
50+
"termCode": "ENVO:01000852",
51+
"name": "coral bleaching process",
52+
"url": "http://purl.obolibrary.org/obo/ENVO_01000852"
53+
},
54+
{
55+
"@type": "DefinedTerm",
56+
"name": "Benthic invertebrate abundance and distribution",
57+
"url": "https://goosocean.org/document/36269"
58+
},
59+
{
60+
"@type": "DefinedTerm",
61+
"name": "Coral cover and composition",
62+
"url": "https://goosocean.org/document/17512"
63+
},
64+
{
65+
"@type": "DefinedTerm",
66+
"name": "Nitrous oxide",
67+
"url": [
68+
"https://vocab.nerc.ac.uk/collection/EXV/current/EXV032/",
69+
"https://goosocean.org/document/17478"
70+
]
71+
},
72+
{
73+
"@type": "DefinedTerm",
74+
"name": "Community composition Interaction diversity",
75+
"url": "https://geobon.org/ebvs/what-are-ebvs/"
76+
},
77+
{
78+
"@type": "DefinedTerm",
79+
"name": "Coral - Live coral cover and areal extent",
80+
"url": "https://goosocean.org/document/17512"
81+
}
82+
],
83+
"funding": [
84+
{
85+
"@type": "MonetaryGrant",
86+
"name": "Horizon Europe",
87+
"identifier": "1234567",
88+
"funder": {
89+
"@type": "FundingAgency",
90+
"name": "European Commission",
91+
"legalName": "European Commission",
92+
"url": "https://commission.europa.eu/index_en"
93+
}
94+
}
95+
],
96+
"contactPoint": [
97+
{
98+
"@type": "ContactPoint",
99+
"contactType": "General Inquiries",
100+
"name": "Elizabeth Lawrence",
101+
"email": "e.lawrence@unesco.org",
102+
"url": "https://oceanexpert.org/expert/50997"
103+
}
104+
],
105+
"makesOffer": [
106+
{
107+
"@type": "Offer",
108+
"name": "Distribution of a product of some kind",
109+
"itemOffered": {
110+
"@type": "CreativeWork",
111+
"name": "a product of some kind",
112+
"url": "https://www.google.com"
113+
}
114+
},
115+
{
116+
"@type": "Offer",
117+
"name": "Distribution of second output",
118+
"itemOffered": {
119+
"@type": "CreativeWork",
120+
"name": "second output",
121+
"url": "modeloutput.org"
122+
}
123+
}
124+
]
125+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"@context": {
3+
"@vocab": "https://schema.org/"
4+
},
5+
"@type": "Action",
6+
"agent": {
7+
"@type": "Project",
8+
"@id": "https://raw.githubusercontent.com/BioEcoOcean/metadata-tracking-dev/refs/heads/main/jsonFiles/Example/Example.json",
9+
"name": "Example Monitoring Organization"
10+
},
11+
"@id": "https://raw.githubusercontent.com/BioEcoOcean/metadata-tracking-dev/refs/heads/main/jsonFiles/Example/Example_actions.json",
12+
"instrument": [
13+
{
14+
"@type": "Thing",
15+
"name": "Autonomous vehicles: sub-surface",
16+
"url": "http://vocab.nerc.ac.uk/collection/L06/current/25/"
17+
},
18+
{
19+
"@type": "Thing",
20+
"name": "Autonomous vehicles: surface",
21+
"url": "http://vocab.nerc.ac.uk/collection/L06/current/3B/"
22+
}
23+
],
24+
"actionProcess": [
25+
{
26+
"@type": "HowTo",
27+
"url": "https://www.google.com",
28+
"name": "SOP name 1"
29+
},
30+
{
31+
"@type": "HowTo",
32+
"url": "https://www.bing.com",
33+
"name": "Second SOP name"
34+
}
35+
],
36+
"description": "monthly"
37+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"frequency": "asNeeded"
3+
}

0 commit comments

Comments
 (0)