You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT mappingSetOriginal SELECT * FROM mappingSet;
UPDATE mappingSet SET justification = "http://semanticscience.org/resource/SIO_000985" where justification = "http://example.com/ConceptWikiGene" and sourceDataSource = "ConceptWiki";
UPDATE mappingSet SET justification = "http://semanticscience.org/resource/SIO_000985" where justification = "http://example.com/ConceptWikiProtein" and sourceDataSource = "ConceptWiki";
Creating the mappingSetOriginal table is optional but highly recommened as allows for recovery.