-
Notifications
You must be signed in to change notification settings - Fork 0
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
AssociatedTaxa to DynamicProperties #2
Comments
@seltmann thanks for sharing the details. GloBI was expecting dynamic properties in format For this particular interaction, what do you expect GloBI to index? What interaction do you expect to show up? |
@jhpoelen I see. I was following the format in the Arctos/VertNet IPT which uses = and ; I would expect: I am not sure what I expect with all of the added value data. Minimally it would appear in the data from the api. Although there are issues: Arctos, for example, makes a statement experimental=no, I am making the statement experimentalConditionName=in nature. Are these both http://purl.obolibrary.org/obo/ENVO_01001226. I do not know the answer here, but good example of best to use IDs! |
Ok. How about the life stages? |
Well, this is where things get interesting. I could not find an ID for pupa, and the specimen itself is an adult, but it was reared from a dead mouse. So pupa is important, because it is different than the lifeStage of the specimen. |
Two statement perhaps? ... adult emerged from dead mouse ... pupa lived inside dead mouse and: dead -> physiologicalStateName |
please see https://github.com/globalbioticinteractions/globalbioticinteractions/blob/master/eol-globi-taxon-resolver/src/main/resources/org/eol/globi/taxon/life-stage-mapping.csv#L56 for existing life stage mappings. For more mappings (e.g., bodyPart) see https://github.com/globalbioticinteractions/globalbioticinteractions/tree/master/eol-globi-taxon-resolver/src/main/resources/org/eol/globi/taxon . |
Ok, so here is my "stuck point." I used the relationships emerged from in the tri-tropic and EOL created a namespace for this (according to: https://docs.google.com/spreadsheets/d/1GCChIIChXvf98oMFg7OKUznflZiSP_XLdI_6mm0IP2w/edit?usp=sharing). Problem is that http://eol.org/schema/terms/emergedFrom no longer exists? There is no link in RO for this relationship either. So, what are my options as a data provider. I can add the interaction in my data, but I cannot express it (linked) as I would like.
|
@seltmann suggest to:
|
Note that emergedFrom term is mapped by GloBI to a more general term interactsWith see https://github.com/globalbioticinteractions/globalbioticinteractions/blob/c392536f70de860ace93d1d4d6bdc25c3f49ebad/eol-globi-lib/src/main/java/org/eol/globi/domain/InteractType.java#L135 . Until 1. and 2. settle, I could promote to term to be supported by GloBI if it's urgent. |
@jhpoelen for record UCSB-IZC 00000557 the first pass interaction information was only in the associatedTaxa, second pass I structured it into dynamicProperties. Looks like it is not re-indexing in GloBI.
sourceLifeStageName=pupae ; sourceLifeStageID= ; experimentalConditionName=in nature ; experimentalConditionID=http://purl.obolibrary.org/obo/ENVO_01001226 ; interactionTypeName=inside ; interactionTypeId=http://purl.obolibrary.org/obo/RO_0001025 ; targetTaxonName=Mus ; targetTaxonId=https://www.gbif.org/species/2311167
The text was updated successfully, but these errors were encountered: