YaphetKG
YaphetKG
Ah awesome !! But as soon as i upgraded to that version , our relationships also had `biolink:biomarker_for` etc... i.e the `biolink:` prefix Bulk loader assign's just `biolink` to all...
yep, and our type is `biolink:biomarker_for` as a whole, not both biolink and biomarker_for
Thanks @AviAvni , But i still don't see why `:` character when used on relationships would be considered a type split, even though relationships are known to have one type....
Another tangential question, i was digging into the redis documentation to run into the bulkloader api, wasn't entirely sure how to use multilables containing the `:` , is that spliting...
Hi @RichardBruskiewich , we were experiencing similar issues when trying to use KGX to build a graph from smaller sets. For us the issue had to do with how the...
Hi @sierra-moxon, sorry for the delayed response Thanks for your comment about the pluralization, i think you are right that singular form would be sufficient. For the descriptions: biolink:CommonDataElement >...
Thanks for the suggestion @swilly22 , I played around with this a little bit , we have node types like biolink:SmallMolecule biolink:MolecularEntity biolink:ChemicalEntity biolink:NamedThing biolink:Entity biolink:PhysicalEssence ... This becomes a...
Hi @swilly22 is there any work around to support labels that have `:` in them ?
to be able to do queries as ``` MATCH (c:`biolink:SmallMolecule`:`biolink:ChemicalEntity`) return c ``` If we create the node with cypher create call i believe it would work , but we...
Thanks @swilly22