Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What abstract data structure does it (a tag/category hierarchy) look like?

0
Posted

What abstract data structure does it (a tag/category hierarchy) look like?

0

It’s sort of like a tree, but since it can have loops, I think it’s even more closely represented by a vertex-labeled directed (hierarchy) multigraph/pseudograph. (See http://en.wikipedia.org/wiki/Glossary_of_graph_theory) Just like how RDF data in general “represents a labeled, directed pseudo-graph”[1]. Or, to put it another way, a collection of tags/categories and their assignments can be represented by a bunch of triples…

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123