Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

issue-291: Fix schema to match mixs.yaml #297

Merged
merged 35 commits into from Mar 17, 2021
Merged

issue-291: Fix schema to match mixs.yaml #297

merged 35 commits into from Mar 17, 2021

Conversation

wdduncan
Copy link
Contributor

@wdduncan wdduncan commented Mar 5, 2021

update branch issue-291

wdduncan and others added 30 commits March 4, 2021 21:03
….yaml; still some work to do on this, but looking good so far
@wdduncan wdduncan requested a review from cmungall March 17, 2021 00:13
@wdduncan
Copy link
Contributor Author

@cmungall I've generated new data based on the updated schema. The database validates.

@wdduncan wdduncan marked this pull request as ready for review March 17, 2021 00:15
@@ -1333,6 +1165,15 @@ slots:
sample_collection_minute:
range: integer

salinity_category:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a see_also to a mixs ticket requesting this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

Examples: halophile, halotolerant, hypersaline, huryhaline
range: string

soluble_iron_micromol:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@@ -40,8 +43,8 @@ gold.vocab:soil_store_condition soil_store_condition skos:exactMatch mixs:store_
gold.vocab:soil_link_climate_info soil_link_climate_info skos:exactMatch mixs:link_climate_info link_climate_info SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_temp soil_annual_season_temp skos:closeMatch mixs:annual_temp annual_temp SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_temp soil_annual_season_temp skos:closeMatch mixs:season_temp season_temp SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_precpt soil_annual_season_precpt skos:closeMatch mixs:season_precpt season_precpt SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_precpt soil_annual_season_precpt skos:closeMatch mixs:annual_precpt annual_precpt SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_precpt "soil_annual_season_precpt " skos:closeMatch mixs:season_precpt season_precpt SSSOMC:HumanCurated gold.vocab mixs 1 .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a mistake. Don't introduce spaces, and even if trailing spaces are required, don't quote in a TSV

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how the quotes got in there. Thanks for catching this!

@@ -40,8 +43,8 @@ gold.vocab:soil_store_condition soil_store_condition skos:exactMatch mixs:store_
gold.vocab:soil_link_climate_info soil_link_climate_info skos:exactMatch mixs:link_climate_info link_climate_info SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_temp soil_annual_season_temp skos:closeMatch mixs:annual_temp annual_temp SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_temp soil_annual_season_temp skos:closeMatch mixs:season_temp season_temp SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_precpt soil_annual_season_precpt skos:closeMatch mixs:season_precpt season_precpt SSSOMC:HumanCurated gold.vocab mixs 1 .
gold.vocab:soil_annual_season_precpt soil_annual_season_precpt skos:closeMatch mixs:annual_precpt annual_precpt SSSOMC:HumanCurated gold.vocab mixs 1 .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you drop this one? it's a closeMatch so ok if not 1:1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember dropping these, but I must have done it ... I will add the mappings back. Right now the algorithm only looks exact matches (i.e., the gold fields are only mapped to exact matches).

@cmungall
Copy link
Contributor

cmungall commented Mar 17, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants