-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathminimal.jsonld
31 lines (31 loc) · 1.14 KB
/
minimal.jsonld
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
{
"@context": {
"@vocab": "http://schema.org/",
"gdx": "https://geodex.org/voc/"
},
"@type": ["Service", "Organization"],
"additionalType": "https://geodex.org/voc/ResearchRepositoryService",
"legalName": "Biological and Chemical Data Management Office",
"name": "BCO-DMO",
"url": "https://www.bco-dmo.org",
"description": "The BCO-DMO resource catalog offers free and open access to publicly funded research products whose field of study are biological and chemical oceanography.",
"logo": {
"@type": "ImageObject",
"url": "https://www.bco-dmo.org/files/bcodmo/images/bco-dmo-words-BLUE.jpg"
},
"contactPoint": {
"@id": "https://www.bco-dmo.org/about-us",
"@type": "ContactPoint",
"name": "Support",
"email": "info@bco-dmo.org",
"url": "https:/www.bco-dmo.org/about-us",
"contactType": "customer support"
},
"funder": {
"@type": "Organization",
"@id": "https://dx.doi.org/10.13039/100000141",
"legalName": "Division of Ocean Sciences",
"alternateName": "OCE",
"url": "https://www.nsf.gov/div/index.jsp?div=OCE"
}
}