Hello dears, I please wonder if i can turn the database table below into a graph using Jena and how ??
*user* *content_id* *tag* 0 21 simulator 0 21 simulation 0 21 p2p 0 22 phone 0 22 t_easy 0 22 manual 0 22 c214 Where each content_id will be represented as node, tag will be properties in nodes. where tow nodes will be connected if they have tags in common. After that i wanna transverse this graph. Is Jena support that ? if yes how is that please ?
