With knowledge graph, I mean not the ontology itself, but the underlying linked data using the ontology, i.e. basically the instance level. Amine Saboni, daria Which tool in Protege supports visualization of these instances? I only know of Ontograph, OWLviz, WebVOWL for visualization of the classes.
My question is really about the visualization. I have never seen an intuitive visualization of a knowledge graph. Especially I don't want the ontological classes and the instances in my KG to appear on the same graph as this would make the graph explode and make it even messier.
I would like a software where I can for example
color instances of different classes in different colors
display RDF* statements like edge properties preferably with
filters for specific values or
ability to scale the edges according to the RDF* statements' value
So basically RDF* combines knowledge graphs with property graphs, so I want to be able to use the advantages of bothh.