1+ {
2+ "@type" : " Project" ,
3+ "legalName" : " Example Monitoring Organization" ,
4+ "name" : " Test 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+ "parentOrganization" : {
15+ "legalName" : " " ,
16+ "url" : " "
17+ },
18+ "publishingPrinciples" : [
19+ {
20+ "@type" : " CreativeWork" ,
21+ "name" : " CC-BY: Creative Commons Attribution 4.0" ,
22+ "url" : " https://creativecommons.org/licenses/by/4.0/"
23+ }
24+ ],
25+ "foundingDate" : " 2025-07-14" ,
26+ "dissolutionDate" : " 2025-07-23" ,
27+ "areaServed" : [
28+ {
29+ "@type" : " Place" ,
30+ "name" : " Quebec" ,
31+ "identifier" : " http://marineregions.org/mrgid/9057" ,
32+ "geo" : {
33+ "@type" : " GeoShape" ,
34+ "description" : " Bounding box polygon with lat long (Y X) coordinate order." ,
35+ "geosparql:asWKT" : {
36+ "@type" : " http://www.opengis.net/ont/geosparql#wktLiteral" ,
37+ "@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 ))"
38+ }
39+ }
40+ }
41+ ],
42+ "@id" : " https://raw.githubusercontent.com/BioEcoOcean/metadata-tracking-dev/refs/heads/main/jsonFiles/Test_Example/Test_Example.json" ,
43+ "keywords" : [
44+ {
45+ "identifier" : " http://purl.obolibrary.org/obo/ENVO_00000150" ,
46+ "@type" : " DefinedTerm" ,
47+ "termCode" : " ENVO:00000150" ,
48+ "name" : " coral reef" ,
49+ "url" : " http://purl.obolibrary.org/obo/ENVO_00000150"
50+ },
51+ {
52+ "identifier" : " http://purl.obolibrary.org/obo/ENVO_01000852" ,
53+ "@type" : " DefinedTerm" ,
54+ "termCode" : " ENVO:01000852" ,
55+ "name" : " coral bleaching process" ,
56+ "url" : " http://purl.obolibrary.org/obo/ENVO_01000852"
57+ },
58+ {
59+ "@type" : " DefinedTerm" ,
60+ "name" : " Benthic invertebrate abundance and distribution" ,
61+ "url" : " https://goosocean.org/document/36269"
62+ },
63+ {
64+ "@type" : " DefinedTerm" ,
65+ "name" : " Coral cover and composition" ,
66+ "url" : " https://goosocean.org/document/17512"
67+ },
68+ {
69+ "@type" : " DefinedTerm" ,
70+ "name" : " Nitrous oxide" ,
71+ "url" : [
72+ " https://vocab.nerc.ac.uk/collection/EXV/current/EXV032/" ,
73+ " https://goosocean.org/document/17478"
74+ ]
75+ },
76+ {
77+ "@type" : " DefinedTerm" ,
78+ "name" : " Community composition Interaction diversity" ,
79+ "url" : " https://geobon.org/ebvs/what-are-ebvs/"
80+ },
81+ {
82+ "@type" : " DefinedTerm" ,
83+ "name" : " Coral - Live coral cover and areal extent" ,
84+ "url" : " https://goosocean.org/document/17512"
85+ }
86+ ],
87+ "funding" : [
88+ {
89+ "@type" : " MonetaryGrant" ,
90+ "name" : " Horizon Europe" ,
91+ "identifier" : " 1234567" ,
92+ "funder" : {
93+ "@type" : " FundingAgency" ,
94+ "name" : " European Commission" ,
95+ "legalName" : " European Commission" ,
96+ "url" : " https://commission.europa.eu/index_en"
97+ }
98+ }
99+ ],
100+ "contactPoint" : [
101+ {
102+ "@type" : " ContactPoint" ,
103+ "contactType" : " General Inquiries" ,
104+ "name" : " Elizabeth Lawrence" ,
105+ "email" : " e.lawrence@unesco.org" ,
106+ "url" : " https://oceanexpert.org/expert/50997"
107+ }
108+ ],
109+ "makesOffer" : [
110+ {
111+ "@type" : " Offer" ,
112+ "name" : " Distribution of a product of some kind" ,
113+ "itemOffered" : {
114+ "@type" : " CreativeWork" ,
115+ "name" : " a product of some kind" ,
116+ "url" : " https://www.google.com"
117+ }
118+ },
119+ {
120+ "@type" : " Offer" ,
121+ "name" : " Distribution of second output" ,
122+ "itemOffered" : {
123+ "@type" : " CreativeWork" ,
124+ "name" : " second output" ,
125+ "url" : " modeloutput.org"
126+ }
127+ }
128+ ]
129+ }
0 commit comments