sssom icon indicating copy to clipboard operation
sssom copied to clipboard

Simple Standard for Sharing Ontology Mappings

Results 138 sssom issues
Sort by recently updated
recently updated
newest added

Based on https://docs.google.com/document/d/1qstv4teykJ8yaS8zpHjotFNfZYPfaghU-Yo0dkCia-Y/edit#heading=h.lfpgx1ffstyp

**Element id (e.g. creator_id, mapping_tool_version):** (Must be lower case and contain only letters and underscores.) ``` sparql_expansion ``` **Value data type (e.g. URI, URL, text, xsd:boolean):** ``` xsd:string ``` **Description**...

It is frequently confusing to people to see mapping predicates like - skos:closeMatch and oboInOwl:hasDbXref - skos:exactMatch and owl:equivalentClass side by side. Beyond the [spec](https://mapping-commons.github.io/sssom/spec/#common-mapping-predicates) we should provide a better...

This is similar to #147 We have started such a process in AgroPortal : https://github.com/agroportal/project-management/issues/265 CC @graybeal

https://www.hl7.org/fhir/conceptmap.html and SSSOM are obviously very different in scope, but it would be useful to explore commonalities and places for alignment. @DaveraGabriel is working with @joeflack4 on a cursory alignment...

There are a number of different tools that perform NER on text, from bioportal/zooma through to scispacy, @cthoyt's Gilda ( gilda https://www.biorxiv.org/content/10.1101/2021.09.10.459803v1.full ) These all vary in their output but...

discussion

We should make sure that identifers like `mapping_set_id` or `mapping_registry_id` are declared as LinkML identifiers. _Originally posted by @matentzn in https://github.com/mapping-commons/sssom/pull/159#discussion_r852281360_

Case: we want to map literal values in a set of permissible values in a data model (say "M" in gcs.maritalstatus) to some ontology term `NCIT:Married`. Now there might not...

discussion
priority
workshop

Currently we include preprocessing and match fields for lexical matches, but there are other things to consider like: - edit distance (threshold based, like semantic similarity, some kind of `lexical_similarity_score`....

We have often warned of the dangers of allowing negative (NOt) and positive mappings side by side due to the possibility of accidentally ignoring the predicate_modifier column by more naive...