Hi, I should mention that this would not be possible without the work that Josh Shinavier did to create the LinkedData SAIL. Its a very nice package that allows you to get a SAIL representation of the Web of Data. If you are interested in playing with it, you can get it at:
<dependency> <groupId>net.fortytwo</groupId> <artifactId>linked-data-sail</artifactId> <version>0.5</version> </dependency> Josh is going to write up a Wiki article about it so people can learn more. Finally, note (as Peter mentioned) that Neo4j has a SAIL implementation so that you can use Neo4j to cache your Web of Data views. Take care, Marko. http://markorodriguez.com http://linkedprocess.org > Hi folks, > as I know that many on this list are interested in recommendation > algos, look at http://wiki.github.com/tinkerpop/gremlin/linkeddata-sail > for an example of a music recommendation (could really be anything) > based on Grammar Based Random Walkers weighted with Spreading > Activation, done by Marko Rodriguez. This runs directly on LinkedData > (no local data to start with) and takes about 30s. After that, the > URIs are cached in a local SAIL instance (e.g. Neo4j) and speed up > things to sub-second speed of course. > > It's a very good description on what is going, IMHO a great read for > any graph/recommendation algo geek! > > Cheers, > > /peter neubauer > > COO and Sales, Neo Technology > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Relationships count. > http://gremlin.tinkerpop.com - PageRank in 2 lines of code. > http://www.linkedprocess.org - Computing at LinkedData scale. > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

