-
Notifications
You must be signed in to change notification settings - Fork 22
current land use enum with URL safe characters #972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,99 @@ | |
nucleic acid sequence source: | ||
investigation: | ||
enums: | ||
CurLandUseEnum: | ||
permissible_values: | ||
badlands: | ||
cities: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similarly, meaning for cities – http://purl.obolibrary.org/obo/ENVO_00000856 |
||
conifers: | ||
examples: | ||
- value: cypress | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably want to keep "conifers: pine" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TIL the practice of adding examples on PV's! ✅ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think PVs should ever have examples There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will switch all examples to PVs of their own and assert |
||
- value: fir | ||
- value: pine | ||
- value: spruce | ||
crop trees: | ||
examples: | ||
- value: christmas trees | ||
- value: fruit | ||
- value: nursery trees | ||
- value: nuts | ||
farmstead: | ||
gravel: | ||
hardwoods: | ||
examples: | ||
- value: aspen | ||
- value: elm | ||
- value: hickory | ||
- value: oak | ||
hayland: | ||
horticultural plants: | ||
examples: | ||
- value: tulips | ||
industrial areas: | ||
intermixed hardwood and conifers: | ||
marshlands: | ||
examples: | ||
- value: grass | ||
- value: rushes | ||
- value: sedges | ||
meadows: | ||
examples: | ||
- value: alfalfa | ||
- value: bromegrass | ||
- value: fescue | ||
- value: grasses | ||
- value: timothy | ||
mines-quarries: | ||
mudflats: | ||
oil waste areas: | ||
pastureland: | ||
description: grasslands used for livestock grazing | ||
permanent snow or ice: | ||
rainforest: | ||
description: evergreen forest receiving greater than 406 cm annual rainfall | ||
rangeland: | ||
roads-railroads: | ||
rock: | ||
row crops: | ||
saline seeps: | ||
salt flats: | ||
sand: | ||
shrub crops: | ||
examples: | ||
- value: blueberries | ||
- value: filberts | ||
- value: nursery ornamentals | ||
shrub land: | ||
examples: | ||
- value: creosote bush | ||
- value: eucalyptus | ||
- value: mesquite | ||
- value: sage-brush | ||
- value: shrub oak | ||
small grains: | ||
successional shrub land: | ||
examples: | ||
- value: blackberries | ||
- value: chokecherry | ||
- value: hazels | ||
- value: shrub dogwoods | ||
- value: sumacs | ||
- value: tree saplings | ||
swamp: | ||
description: permanent or semi-permanent water body dominated by woody plants | ||
tropical: | ||
examples: | ||
- value: mangrove | ||
- value: palms | ||
tundra: | ||
examples: | ||
- value: lichens | ||
- value: mosses | ||
vegetable crops: | ||
vine crops: | ||
examples: | ||
- value: grapes | ||
|
||
BiolStatEnum: | ||
permissible_values: | ||
breeder's line: | ||
|
@@ -5658,28 +5751,14 @@ | |
slot_uri: MIXS:0001119 | ||
multivalued: true | ||
cur_land_use: | ||
annotations: | ||
Expected_value: enumeration | ||
description: Present state of sample site | ||
title: current land use | ||
examples: | ||
- value: conifers | ||
keywords: | ||
- land | ||
- use | ||
string_serialization: '[cities|farmstead|industrial areas|roads/railroads|rock|sand|gravel|mudflats|salt | ||
flats|badlands|permanent snow or ice|saline seeps|mines/quarries|oil waste areas|small | ||
grains|row crops|vegetable crops|horticultural plants (e.g. tulips)|marshlands | ||
(grass,sedges,rushes)|tundra (mosses,lichens)|rangeland|pastureland (grasslands | ||
used for livestock grazing)|hayland|meadows (grasses,alfalfa,fescue,bromegrass,timothy)|shrub | ||
land (e.g. mesquite,sage-brush,creosote bush,shrub oak,eucalyptus)|successional | ||
shrub land (tree saplings,hazels,sumacs,chokecherry,shrub dogwoods,blackberries)|shrub | ||
crops (blueberries,nursery ornamentals,filberts)|vine crops (grapes)|conifers | ||
(e.g. pine,spruce,fir,cypress)|hardwoods (e.g. oak,hickory,elm,aspen)|intermixed | ||
hardwood and conifers|tropical (e.g. mangrove,palms)|rainforest (evergreen forest | ||
receiving >406 cm annual rainfall)|swamp (permanent or semi-permanent water | ||
body dominated by woody plants)|crop trees (nuts,fruit,christmas trees,nursery | ||
trees)]' | ||
range: CurLandUseEnum | ||
slot_uri: MIXS:0001080 | ||
cur_vegetation: | ||
annotations: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add meanings to some of these PV's?
For example, is this an appropriate meaning for the badlands PV? http://purl.obolibrary.org/obo/ENVO_00000127
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really good idea @sujaypatil96
@cmungall and I discussed it today. Chris suggested focusing our PV meaning efforts on
I don't think 2 is true here, and I think 1 might be very difficult to accomplish because the current land use PVs are a mixture of land uses (which might be in EnvO) and organisms that might be found on land being used in some way. The organism names are a mixture of singular and plural, and may have many to many mappings within NCBI taxonomy
So I am going to skip PV meaning sin the PR