If we have an edge with a particular property value like this:
{
"sub" : "RHEA:23719",
"pred" : "is_a",
"obj" : "RHEA:45900",
"meta" : {
"basicPropertyValues" : [
{
"pred" : "http://example.org/is_asserted",
"val" : true
}
]
}
}
Is there a way to give edges like that a particular color (or style like dashed or dotted)?
If we have an edge with a particular property value like this:
{ "sub" : "RHEA:23719", "pred" : "is_a", "obj" : "RHEA:45900", "meta" : { "basicPropertyValues" : [ { "pred" : "http://example.org/is_asserted", "val" : true } ] } }Is there a way to give edges like that a particular color (or style like dashed or dotted)?