diff --git a/src/soso/strategies/eml.py b/src/soso/strategies/eml.py index 9893a59..21bd1b4 100644 --- a/src/soso/strategies/eml.py +++ b/src/soso/strategies/eml.py @@ -117,8 +117,6 @@ def get_variable_measured(self) -> Union[list, None]: "measurementTechnique": get_methods(item), "unitText": item.findtext(".//standardUnit") or item.findtext(".//customUnit"), - "minValue": item.findtext(".//minimum"), - "maxValue": item.findtext(".//maximum"), } property_value = { key: value for key, value in property_value.items() if value is not None @@ -434,16 +432,16 @@ def convert_single_date_time_type( "@type": "time:Instant", "time:inTimePosition": { "@type": "time:TimePosition", + "time:hasTRS": { + "@type": "xsd:string", + "value": single_date_time.findtext(".//timeScaleName"), + }, "time:numericPosition": { "@type": "xsd:decimal", "value": numeric_position, }, }, "gstime:uncertainty": {"@type": "xsd:decimal", "value": uncertainty}, - "time:hasTRS": { - "@type": "xsd:string", - "value": single_date_time.findtext(".//timeScaleName"), - }, } return instant diff --git a/tests/data/eml.json b/tests/data/eml.json index 6545b53..f32e76d 100644 --- a/tests/data/eml.json +++ b/tests/data/eml.json @@ -1 +1 @@ -{"@context": {"@vocab": "https://schema.org/", "prov": "http://www.w3.org/ns/prov#", "spdx": "http://spdx.org/rdf/terms#"}, "@type": "Dataset", "name": "Carbon flux from aquatic ecosystems of the Arctic Coastal Plain along the Beaufort Sea, Alaska, 2010-2018", "description": "Multiple aquatic ecosystems (pond, lake, river, lagoon, ocean) on the Arctic Coastal Plain (ACP) near Utqia\u0121vik, AK were visited to determine their relative contribution to landscape-level atmospheric CO2 flux and how this may have changed over time. pCO2 (partial pressure of carbon dioxide) was monitored in late summer (late July to mid-August) over a period of four years (2013, 2015, 2017, 2018) from open water areas and is related to habitat type, dissolved organic carbon (DOC) and environmental factors (temperature, radiation, rainfall). Data include both daily averages from most sites, as well as spatial representation of pCO2 in Elson Lagoon and diel cycles of pCO2 from a tundra pond. Pond NEP (net ecosystem production) is estimated by free water metabolism and presented as daily estimates over a four summer period.", "keywords": ["movement of inorganic matter", "movement of organic matter", "primary production", "aquatic ecosystems", "biogeochemistry", "carbon cycling", "carbon flux", "estuaries", "lakes", "oceans", "ponds", "streams", "water column", "Chukchi Sea", "East Twin Lake", "Elson Lagoon", "Emaiksoun Lake", "Footprint Lake", "Ikroavik Lake", "Mayoeak River", "Beaufort Lagoon Ecosystems LTER", "BLE", "LTER", {"@type": "DefinedTerm", "name": "lagoon", "url": "http://purl.obolibrary.org/obo/ENVO_00000038"}], "identifier": "knb-lter-ble.1.7", "variableMeasured": [{"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "Habitat", "alternateName": "Habitat", "description": "Habitat type (pond, lake, river, lagoon, ocean)"}, {"@type": "PropertyValue", "name": "FwSal", "alternateName": "Freshwater or Saline", "description": "Identifies freshwater or saline (incl. brackish) conditions"}, {"@type": "PropertyValue", "name": "Site", "alternateName": "Site", "description": "Site name. Not to be confused with a \"site\" defined in the EML element geographicCoverage"}, {"@type": "PropertyValue", "name": "Station", "alternateName": "Station", "description": "When multiple sites within a single site were sampled, they were assigned a different subsite name."}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree", "minValue": "-90", "maxValue": "90"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree", "minValue": "-180", "maxValue": "180"}, {"@type": "PropertyValue", "name": "WaterColumnPosition", "alternateName": "Water Column Position", "description": "Where sample was taken within a water column"}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "WOY", "alternateName": "Week of the Year", "description": "Week of the year"}, {"@type": "PropertyValue", "name": "DOC_ppm", "alternateName": "Dissolved Organic Carbon", "description": "Dissolved organic carbon determined by non-purgeable organic carbon method (ppm). Precision for Elson and Chukchi sites is 0.1, for all other sites 0.01.", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "partsPerMillion", "minValue": "0"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "Wind_m_s", "alternateName": "Wind Speed", "propertyID": "http://purl.dataone.org/odo/ECSO_00001233", "description": "Wind speed in m/s", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "meterPerSecond", "minValue": "0"}, {"@type": "PropertyValue", "name": "AirTemp_C", "alternateName": "Air Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001225", "description": "Air temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "k_cm_h", "alternateName": "Gas transfer co-efficient", "description": "Gas transfer co-efficient, calculated based on Wanninkhof 2014 (see methods document for full reference)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "centimeterPerHour"}, {"@type": "PropertyValue", "name": "Fmmol_mmol_m2_day", "alternateName": "CO2 flux in mmol", "propertyID": "http://purl.dataone.org/odo/ECSO_00000536", "description": "CO2 flux in mmol/m2/day", "unitText": "millimolePerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "Fgrams_g_m2_day", "alternateName": "CO2 flux in grams", "propertyID": "http://purl.dataone.org/odo/ECSO_00000536", "description": "CO2 flux in g/m2/day", "unitText": "gramPerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "LocationNotes", "alternateName": "Site description and bounding boxes", "description": "Site description and bounding boxes, only for locations without exact coordinates"}, {"@type": "PropertyValue", "name": "Site", "alternateName": "Site", "description": "Site name"}, {"@type": "PropertyValue", "name": "Station", "alternateName": "Station", "description": "When multiple sites within a single site were sampled, they were assigned a different subsite name"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree", "minValue": "-90", "maxValue": "90"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree", "minValue": "-180", "maxValue": "180"}, {"@type": "PropertyValue", "name": "DateTime", "alternateName": "Date and time", "description": "Time of sampling. AKDT time."}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "DOC_ppm", "alternateName": "Dissolved Organic Carbon", "propertyID": "http://purl.dataone.org/odo/ECSO_00000571", "description": "Dissolved organic carbon determined by non-purgeable organic carbon method (ppm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "partsPerMillion"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree", "minValue": "-90", "maxValue": "90"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree", "minValue": "-180", "maxValue": "180"}, {"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "Hour", "alternateName": "Hour", "description": "Hour data were collected. AKDT time."}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "Radiation_W_m2", "alternateName": "Radiation", "propertyID": "http://purl.dataone.org/odo/ECSO_00001103", "description": "Downward total solar radiation. Post 2017, these data were acquired from NEON's Barrow Environmental Observatory and are subject to NEON's data policy (see intellectuallRights for a copy).", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "wattPerMeterSquared"}, {"@type": "PropertyValue", "name": "AirTemp_C", "alternateName": "Air Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001225", "description": "Air temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "DailyRain_mm", "alternateName": "Total Daily Rainfall", "description": "24-hour sum of rainfall", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "millimeter", "minValue": "0"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree", "minValue": "-90", "maxValue": "90"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree", "minValue": "-180", "maxValue": "180"}, {"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius", "minValue": "-273.15"}, {"@type": "PropertyValue", "name": "PAR_umol_m2_day", "alternateName": "Photosynthetically Active Radiation", "propertyID": "http://purl.dataone.org/odo/ECSO_00001573", "description": "Photosynthetically active solar radiation", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "micromolePerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "NEP_g_m3_day", "alternateName": "Net Ecosystem Production", "description": "Net ecosystem production estimated by free water metabolism, in grams O2 per meter cubed per day", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "gramPerMeterCubedPerDay"}], "distribution": [{"@type": "DataDownload", "name": "Regional survey", "description": "Water chemistry from multiple aquatic ecosystems", "contentSize": "31626 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/a1723e0e5f3c4881f1a7ede1b036aba6", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "65c40c28f5373fd8ad5da428f4b2afeb", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "Elson 2015 spatial survey", "description": "pCO2 survey of Elson Lagoon from 2015", "contentSize": "224030 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/b698644419ea88ab1072f4fcbef9083c", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "5d7d2753c65ee3eb921742d7d1e580b8", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "IBP C diel pCO2 data", "description": "Diel pCO2 in tundra pond over 4 summers", "contentSize": "71190 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/617415426847fd900b644283d86c1c66", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "d3a158536bc6bcc4b354e8c3220b8801", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "IBP C Daily NEP", "description": "Summer Net Ecosystem Production (NEP) in tundra pond over 4 summers", "contentSize": "14092 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/9942544de7e794ce84a62151bd41e6b3", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "3e953a033cc23f2c35f58a0cd14c73a1", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}], "dateModified": "2019", "datePublished": "2019", "temporalCoverage": "2010-06-12/2018-08-02", "spatialCoverage": {"@type": "Place", "geo": [{"@type": "GeoShape", "box": "71.025905 -157.305763 71.383133 -155.926235"}, {"@type": "GeoShape", "box": "71.158000 -156.603000 71.395000 -155.914000"}, {"@type": "GeoCoordinates", "latitude": "71.337900", "longitude": "-156.416500"}, {"@type": "GeoCoordinates", "latitude": "71.328940", "longitude": "-156.564790"}, {"@type": "GeoCoordinates", "latitude": "71.294626", "longitude": "-156.702102"}]}, "creator": {"@list": [{"@type": "Organization", "name": "Beaufort Lagoon Ecosystems LTER"}, {"@type": "Person", "givenName": "Vanessa L", "familyName": "Lougheed", "url": "https://expertise.utep.edu/node/26254\r\n", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "https://orcid.org/0000-0002-6091-1151"}}]}, "contributor": {"@list": [{"@type": "Role", "roleName": "contact", "contributor": {"@type": "Organization", "name": "Beaufort Lagoon Ecosystems LTER"}}, {"@type": "Role", "roleName": "contentProvider", "contributor": {"@type": "Person", "givenName": "Vanessa L", "familyName": "Lougheed", "url": "https://expertise.utep.edu/node/26254\r\n ", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "https://orcid.org/0000-0002-6091-1151"}}}, {"@type": "Role", "roleName": "Lead Principal Investigator", "contributor": {"@type": "Person", "givenName": "Kenneth", "familyName": "Dunton", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0003-3498-8021"}}}, {"@type": "Role", "roleName": "Co-Lead Principal Investigator", "contributor": {"@type": "Person", "givenName": "James", "familyName": "McClelland", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-9619-8194"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Byron", "familyName": "Crump", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-7062-1273"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Amber", "familyName": "Hardison", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-0891-3731"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Katrin", "familyName": "Iken", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-7961-1012"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Jeremy", "familyName": "Kasper", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0003-0975-6114"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Vanessa", "familyName": "Lougheed", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-6091-1151"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Andrew", "familyName": "Mahoney", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-8699-3175"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Bailey", "familyName": "McMeans", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-9793-6811"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Michael", "familyName": "Rawlins", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-3323-8256"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Yvette", "familyName": "Spitz", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-6026-4900"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Craig", "familyName": "Tweedie", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-3409-8881"}}}, {"@type": "Role", "roleName": "Project Manager", "contributor": {"@type": "Person", "givenName": "Christina", "familyName": "Bonsell", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-8564-0618"}}}, {"@type": "Role", "roleName": "Project Manager", "contributor": {"@type": "Person", "givenName": "Nathan", "familyName": "McTigue", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-7686-7095"}}}, {"@type": "Role", "roleName": "Information Manager", "contributor": {"@type": "Person", "givenName": "Timothy", "familyName": "Whiteaker", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-1940-4158"}}}, {"@type": "Role", "roleName": "Information Manager", "contributor": {"@type": "Person", "givenName": "An T.", "familyName": "Nguyen", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-6519-0173"}}}]}, "funding": [{"@type": "MonetaryGrant", "identifier": "1656026", "name": "LTER: Beaufort Sea Lagoons: An Arctic Coastal Ecosystem in Transition", "url": "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1656026", "funder": {"@type": "Organization", "name": "National Science Foundation", "identifier": "http://dx.doi.org/10.13039/100000001"}}], "license": "https://spdx.org/licenses/CC0-1.0", "prov:wasDerivedFrom": [{"@id": "https://sample-data-repository/dataset/xxx"}], "isBasedOn": [{"@id": "https://sample-data-repository/dataset/xxx"}]} \ No newline at end of file +{"@context": {"@vocab": "https://schema.org/", "prov": "http://www.w3.org/ns/prov#", "spdx": "http://spdx.org/rdf/terms#"}, "@type": "Dataset", "name": "Carbon flux from aquatic ecosystems of the Arctic Coastal Plain along the Beaufort Sea, Alaska, 2010-2018", "description": "Multiple aquatic ecosystems (pond, lake, river, lagoon, ocean) on the Arctic Coastal Plain (ACP) near Utqia\u0121vik, AK were visited to determine their relative contribution to landscape-level atmospheric CO2 flux and how this may have changed over time. pCO2 (partial pressure of carbon dioxide) was monitored in late summer (late July to mid-August) over a period of four years (2013, 2015, 2017, 2018) from open water areas and is related to habitat type, dissolved organic carbon (DOC) and environmental factors (temperature, radiation, rainfall). Data include both daily averages from most sites, as well as spatial representation of pCO2 in Elson Lagoon and diel cycles of pCO2 from a tundra pond. Pond NEP (net ecosystem production) is estimated by free water metabolism and presented as daily estimates over a four summer period.", "keywords": ["movement of inorganic matter", "movement of organic matter", "primary production", "aquatic ecosystems", "biogeochemistry", "carbon cycling", "carbon flux", "estuaries", "lakes", "oceans", "ponds", "streams", "water column", "Chukchi Sea", "East Twin Lake", "Elson Lagoon", "Emaiksoun Lake", "Footprint Lake", "Ikroavik Lake", "Mayoeak River", "Beaufort Lagoon Ecosystems LTER", "BLE", "LTER", {"@type": "DefinedTerm", "name": "lagoon", "url": "http://purl.obolibrary.org/obo/ENVO_00000038"}], "identifier": "knb-lter-ble.1.7", "variableMeasured": [{"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "Habitat", "alternateName": "Habitat", "description": "Habitat type (pond, lake, river, lagoon, ocean)"}, {"@type": "PropertyValue", "name": "FwSal", "alternateName": "Freshwater or Saline", "description": "Identifies freshwater or saline (incl. brackish) conditions"}, {"@type": "PropertyValue", "name": "Site", "alternateName": "Site", "description": "Site name. Not to be confused with a \"site\" defined in the EML element geographicCoverage"}, {"@type": "PropertyValue", "name": "Station", "alternateName": "Station", "description": "When multiple sites within a single site were sampled, they were assigned a different subsite name."}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "WaterColumnPosition", "alternateName": "Water Column Position", "description": "Where sample was taken within a water column"}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "WOY", "alternateName": "Week of the Year", "description": "Week of the year"}, {"@type": "PropertyValue", "name": "DOC_ppm", "alternateName": "Dissolved Organic Carbon", "description": "Dissolved organic carbon determined by non-purgeable organic carbon method (ppm). Precision for Elson and Chukchi sites is 0.1, for all other sites 0.01.", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "partsPerMillion"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "Wind_m_s", "alternateName": "Wind Speed", "propertyID": "http://purl.dataone.org/odo/ECSO_00001233", "description": "Wind speed in m/s", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "meterPerSecond"}, {"@type": "PropertyValue", "name": "AirTemp_C", "alternateName": "Air Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001225", "description": "Air temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "k_cm_h", "alternateName": "Gas transfer co-efficient", "description": "Gas transfer co-efficient, calculated based on Wanninkhof 2014 (see methods document for full reference)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "centimeterPerHour"}, {"@type": "PropertyValue", "name": "Fmmol_mmol_m2_day", "alternateName": "CO2 flux in mmol", "propertyID": "http://purl.dataone.org/odo/ECSO_00000536", "description": "CO2 flux in mmol/m2/day", "unitText": "millimolePerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "Fgrams_g_m2_day", "alternateName": "CO2 flux in grams", "propertyID": "http://purl.dataone.org/odo/ECSO_00000536", "description": "CO2 flux in g/m2/day", "unitText": "gramPerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "LocationNotes", "alternateName": "Site description and bounding boxes", "description": "Site description and bounding boxes, only for locations without exact coordinates"}, {"@type": "PropertyValue", "name": "Site", "alternateName": "Site", "description": "Site name"}, {"@type": "PropertyValue", "name": "Station", "alternateName": "Station", "description": "When multiple sites within a single site were sampled, they were assigned a different subsite name"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "DateTime", "alternateName": "Date and time", "description": "Time of sampling. AKDT time."}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "DOC_ppm", "alternateName": "Dissolved Organic Carbon", "propertyID": "http://purl.dataone.org/odo/ECSO_00000571", "description": "Dissolved organic carbon determined by non-purgeable organic carbon method (ppm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "partsPerMillion"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "Hour", "alternateName": "Hour", "description": "Hour data were collected. AKDT time."}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "Radiation_W_m2", "alternateName": "Radiation", "propertyID": "http://purl.dataone.org/odo/ECSO_00001103", "description": "Downward total solar radiation. Post 2017, these data were acquired from NEON's Barrow Environmental Observatory and are subject to NEON's data policy (see intellectuallRights for a copy).", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "wattPerMeterSquared"}, {"@type": "PropertyValue", "name": "AirTemp_C", "alternateName": "Air Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001225", "description": "Air temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "pCO2_uatm", "alternateName": "pCO2", "propertyID": "http://purl.dataone.org/odo/ECSO_00000636", "description": "Partial pressure of CO2 (uatm)", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "microatmosphere"}, {"@type": "PropertyValue", "name": "DailyRain_mm", "alternateName": "Total Daily Rainfall", "description": "24-hour sum of rainfall", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "millimeter"}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "propertyID": "http://purl.dataone.org/odo/ECSO_00001227", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "Latitude", "alternateName": "Latitude", "description": "Latitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Longitude", "alternateName": "Longitude", "description": "Longitude in decimal degrees", "unitText": "degree"}, {"@type": "PropertyValue", "name": "Year", "alternateName": "Year", "description": "Year data were collected"}, {"@type": "PropertyValue", "name": "JulianDay", "alternateName": "Julian Day", "description": "Day of year starting from Jan 1st. AKDT time."}, {"@type": "PropertyValue", "name": "WaterTemp_C", "alternateName": "Water Temperature", "description": "Water temperature in degrees Celsius", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "celsius"}, {"@type": "PropertyValue", "name": "PAR_umol_m2_day", "alternateName": "Photosynthetically Active Radiation", "propertyID": "http://purl.dataone.org/odo/ECSO_00001573", "description": "Photosynthetically active solar radiation", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "micromolePerMeterSquaredPerDay"}, {"@type": "PropertyValue", "name": "NEP_g_m3_day", "alternateName": "Net Ecosystem Production", "description": "Net ecosystem production estimated by free water metabolism, in grams O2 per meter cubed per day", "measurementTechnique": "An explanation of the methods involved in the collection of this attribute.", "unitText": "gramPerMeterCubedPerDay"}], "distribution": [{"@type": "DataDownload", "name": "Regional survey", "description": "Water chemistry from multiple aquatic ecosystems", "contentSize": "31626 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/a1723e0e5f3c4881f1a7ede1b036aba6", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "65c40c28f5373fd8ad5da428f4b2afeb", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "Elson 2015 spatial survey", "description": "pCO2 survey of Elson Lagoon from 2015", "contentSize": "224030 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/b698644419ea88ab1072f4fcbef9083c", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "5d7d2753c65ee3eb921742d7d1e580b8", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "IBP C diel pCO2 data", "description": "Diel pCO2 in tundra pond over 4 summers", "contentSize": "71190 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/617415426847fd900b644283d86c1c66", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "d3a158536bc6bcc4b354e8c3220b8801", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}, {"@type": "DataDownload", "name": "IBP C Daily NEP", "description": "Summer Net Ecosystem Production (NEP) in tundra pond over 4 summers", "contentSize": "14092 byte", "contentUrl": "https://pasta.lternet.edu/package/data/eml/knb-lter-ble/1/7/9942544de7e794ce84a62151bd41e6b3", "encodingFormat": "text/csv", "spdx:checksum": [{"@type": "spdx:Checksum", "spdx:checksumValue": "3e953a033cc23f2c35f58a0cd14c73a1", "spdx:algorithm": {"@id": "spdx:checksumAlgorithm_md5"}}]}], "dateModified": "2019", "datePublished": "2019", "temporalCoverage": "2010-06-12/2018-08-02", "spatialCoverage": {"@type": "Place", "geo": [{"@type": "GeoShape", "box": "71.025905 -157.305763 71.383133 -155.926235"}, {"@type": "GeoShape", "box": "71.158000 -156.603000 71.395000 -155.914000"}, {"@type": "GeoCoordinates", "latitude": "71.337900", "longitude": "-156.416500"}, {"@type": "GeoCoordinates", "latitude": "71.328940", "longitude": "-156.564790"}, {"@type": "GeoCoordinates", "latitude": "71.294626", "longitude": "-156.702102"}]}, "creator": {"@list": [{"@type": "Organization", "name": "Beaufort Lagoon Ecosystems LTER"}, {"@type": "Person", "givenName": "Vanessa L", "familyName": "Lougheed", "url": "https://expertise.utep.edu/node/26254\r\n", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "https://orcid.org/0000-0002-6091-1151"}}]}, "contributor": {"@list": [{"@type": "Role", "roleName": "contact", "contributor": {"@type": "Organization", "name": "Beaufort Lagoon Ecosystems LTER"}}, {"@type": "Role", "roleName": "contentProvider", "contributor": {"@type": "Person", "givenName": "Vanessa L", "familyName": "Lougheed", "url": "https://expertise.utep.edu/node/26254\r\n ", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "https://orcid.org/0000-0002-6091-1151"}}}, {"@type": "Role", "roleName": "Lead Principal Investigator", "contributor": {"@type": "Person", "givenName": "Kenneth", "familyName": "Dunton", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0003-3498-8021"}}}, {"@type": "Role", "roleName": "Co-Lead Principal Investigator", "contributor": {"@type": "Person", "givenName": "James", "familyName": "McClelland", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-9619-8194"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Byron", "familyName": "Crump", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-7062-1273"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Amber", "familyName": "Hardison", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-0891-3731"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Katrin", "familyName": "Iken", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-7961-1012"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Jeremy", "familyName": "Kasper", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0003-0975-6114"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Vanessa", "familyName": "Lougheed", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-6091-1151"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Andrew", "familyName": "Mahoney", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-8699-3175"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Bailey", "familyName": "McMeans", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-9793-6811"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Michael", "familyName": "Rawlins", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-3323-8256"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Yvette", "familyName": "Spitz", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-6026-4900"}}}, {"@type": "Role", "roleName": "Co-Principal Investigator", "contributor": {"@type": "Person", "givenName": "Craig", "familyName": "Tweedie", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-3409-8881"}}}, {"@type": "Role", "roleName": "Project Manager", "contributor": {"@type": "Person", "givenName": "Christina", "familyName": "Bonsell", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-8564-0618"}}}, {"@type": "Role", "roleName": "Project Manager", "contributor": {"@type": "Person", "givenName": "Nathan", "familyName": "McTigue", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-7686-7095"}}}, {"@type": "Role", "roleName": "Information Manager", "contributor": {"@type": "Person", "givenName": "Timothy", "familyName": "Whiteaker", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0002-1940-4158"}}}, {"@type": "Role", "roleName": "Information Manager", "contributor": {"@type": "Person", "givenName": "An T.", "familyName": "Nguyen", "identifier": {"@type": "PropertyValue", "propertyID": "https://orcid.org/", "value": "https://orcid.org/0000-0001-6519-0173"}}}]}, "funding": [{"@type": "MonetaryGrant", "identifier": "1656026", "name": "LTER: Beaufort Sea Lagoons: An Arctic Coastal Ecosystem in Transition", "url": "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1656026", "funder": {"@type": "Organization", "name": "National Science Foundation", "identifier": "http://dx.doi.org/10.13039/100000001"}}], "license": "https://spdx.org/licenses/CC0-1.0", "prov:wasDerivedFrom": [{"@id": "https://sample-data-repository/dataset/xxx"}], "isBasedOn": [{"@id": "https://sample-data-repository/dataset/xxx"}]} \ No newline at end of file