You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
I am working on a problem to fuse different knowledge graphs together. The graph might share some entities, but the mapping might not be unique. I am thinking about the knowledge graph as a presheave and if there is a coherent way to combine all of the graphs then there should be global section. Any idea if this will work or any pointer to other resources will be helpful. Thanks
Btw. what is the mathematical definition you are using for "knowledge graphs"? It seems to be widely used in some parts of the semantic web community...
I think the "knowledge graph" can be represented by a hypergraph + some inference rules. For the purpose of fusion, I will regard them as just hypergraphs.
I assume you are regarding knowledge graphs as presheaves on small categories. Since the shape of the graph is not fixed, we are looking at the category (the category of elements of small presheaves), or more explicitly at the category of pairs of a base category and a presheaf on it, whose morphisms are themselves pairs of a functor and a natural transformation (here ).
Then fusion should amount to taking the colimit of a diagram in this category, a diagram describing the glueing procedure.
Global sections of the colimit should admit an explicit description, which I can't get off the top of my head now.
in particular I am looking at TypeDB:
https://grakn.ai/
if you look at their way to defining the schema, I would say it is more like simplicial complex rather than an ordinary category.