INSERT INTO dsm_organizations (id, legalshortname,legalname) VALUES ('nserc_______::NSERC','NSERC','Natural Sciences and Engineering Research Council of Canada'), ('sshrc_______::SSHRC','SSHRC','Social Sciences and Humanities Research Council'), ('cihr________::CIHR','CIHR','Canadian Institutes of Health Research'); INSERT INTO fundingpaths (id,path,funder,jurisdiction) VALUES ('nserc_______::NSERC',' nserc_______::NSERC NSERC Natural Sciences and Engineering Research Council of Canada Natural Sciences and Engineering Research Council of Canada CA ', 'nserc_______::NSERC','CA'), ('sshrc_______::SSHRC',' sshrc_______::SSHRC SSHRC Social Sciences and Humanities Research Council Social Sciences and Humanities Research Council CA ', 'sshrc_______::SSHRC','CA'), ('cihr________::CIHR',' cihr________::CIHR CIHR Canadian Institutes of Health Research Canadian Institutes of Health Research CA ', 'cihr________::CIHR','CA'); INSERT INTO projects (id, code, title, collectedfrom, provenanceactionclass) VALUES ('nserc_______::unidentified', 'unidentified', 'unidentified', 'infrastruct_::openaire', 'sysimport:crosswalk:entityregistry'), ('sshrc_______::unidentified', 'unidentified', 'unidentified', 'infrastruct_::openaire', 'sysimport:crosswalk:entityregistry'), ('cihr________::unidentified', 'unidentified', 'unidentified', 'infrastruct_::openaire', 'sysimport:crosswalk:entityregistry'); INSERT INTO project_fundingpath (funding, project) VALUES ('nserc_______::NSERC', 'nserc_______::unidentified'), ('sshrc_______::SSHRC', 'sshrc_______::unidentified'), ('cihr________::CIHR', 'cihr________::unidentified');