All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tinkerpop.gremlin.structure.io.graphson.tinkerpop-classic-normalized.json Maven / Gradle / Ivy

The newest version!
{"variables":{},"vertices":[{"id":1,"label":"vertex","properties":{"age":[{"id":1,"properties":{},"value":29}],"name":[{"id":0,"properties":{},"value":"marko"}]},"type":"vertex"},{"id":2,"label":"vertex","properties":{"age":[{"id":3,"properties":{},"value":27}],"name":[{"id":2,"properties":{},"value":"vadas"}]},"type":"vertex"},{"id":3,"label":"vertex","properties":{"lang":[{"id":5,"properties":{},"value":"java"}],"name":[{"id":4,"properties":{},"value":"lop"}]},"type":"vertex"},{"id":4,"label":"vertex","properties":{"age":[{"id":7,"properties":{},"value":32}],"name":[{"id":6,"properties":{},"value":"josh"}]},"type":"vertex"},{"id":5,"label":"vertex","properties":{"lang":[{"id":9,"properties":{},"value":"java"}],"name":[{"id":8,"properties":{},"value":"ripple"}]},"type":"vertex"},{"id":6,"label":"vertex","properties":{"age":[{"id":11,"properties":{},"value":35}],"name":[{"id":10,"properties":{},"value":"peter"}]},"type":"vertex"}],"edges":[{"id":10,"inV":5,"inVLabel":"vertex","label":"created","outV":4,"outVLabel":"vertex","properties":{"weight":1.0},"type":"edge"},{"id":11,"inV":3,"inVLabel":"vertex","label":"created","outV":4,"outVLabel":"vertex","properties":{"weight":0.4},"type":"edge"},{"id":12,"inV":3,"inVLabel":"vertex","label":"created","outV":6,"outVLabel":"vertex","properties":{"weight":0.2},"type":"edge"},{"id":7,"inV":2,"inVLabel":"vertex","label":"knows","outV":1,"outVLabel":"vertex","properties":{"weight":0.5},"type":"edge"},{"id":8,"inV":4,"inVLabel":"vertex","label":"knows","outV":1,"outVLabel":"vertex","properties":{"weight":1.0},"type":"edge"},{"id":9,"inV":3,"inVLabel":"vertex","label":"created","outV":1,"outVLabel":"vertex","properties":{"weight":0.4},"type":"edge"}]}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy