Cleaning UMLS data and Loading into Graph by Sujit Pal.
From the post:
The little UMLS ontology I am building needs to support two basic features in its user interface – findability and navigability. I now have a reasonable solution for the findability part, and I am planning to use Neo4j (a graph database) for the navigability part.
Just to get you interested in the post, here is the outcome:
The server exposes a Web Admin client (similar to the Solr Admin client) at port 7474 (http://localhost:7474/webadmin/). The dashboard shows 2,880,385 nodes, 3,375,083 properties, 58,021,093 relationships and 653 relationship types, which matches with what we put in. (emphasis added)
Enjoy!