Neo4j + last.fm in Java by Niklas Lindblad.
Video that walks through the use of Neo4j and the music service last.fm. (Full code: https://niklaslindblad.se/kod/Database.java.html)
Watching the import, I was reminded of Iron Maiden, a group I had not thought of for years.
Directional “similarity” relationships/edges. Can also store “measures” of similarity along the edges.
Question: For subject identity purposes, can we do more than boolean yes/no?
That is for some purposes, if a subject representative is => .90 similar, can we merge it with another node?
Or for other purposes we might use a different measure of similarity?
Is it possible for boolean and measure of similarity topic maps to exist in the same topic map?