KnowledgeGraphData
KnowledgeGraphData copied to clipboard
hi,i wonder that what kind of database you used to store the RDF? some graphDB ,like neo4j or other traditional DB?
neo4j
郑文裕
------------------ 原始邮件 ------------------ 发件人: "ForthEspada"<[email protected]>; 发送时间: 2019年10月17日(星期四) 下午5:28 收件人: "ownthink/KnowledgeGraphData"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [ownthink/KnowledgeGraphData] hi,i wonder that what kind of database you used to store the RDF? some graphDB ,like neo4j or other traditional DB? (#2)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Do you have some papers about your KG?i am interesed in something about your product,especially the query processing...
没有的,只有“关联图谱”的论文。
------------------ 原始邮件 ------------------ 发件人: "ForthEspada"<[email protected]>; 发送时间: 2019年10月17日(星期四) 下午5:35 收件人: "ownthink/KnowledgeGraphData"<[email protected]>; 抄送: "郑文裕"<[email protected]>;"Comment"<[email protected]>; 主题: Re: [ownthink/KnowledgeGraphData] hi,i wonder that what kind of database you used to store the RDF? some graphDB ,like neo4j or other traditional DB? (#2)
Do you have some papers about your KG?i am interesed in something about your product,especially the query processing...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
This is a triple data not a property graph, neo4j is better for property graphs, since it has 65k limit on the number of relationships, and RDF can have much more relationships because it just builds a relationship on the word that connects the predicate and subject. For tripple stores, more efficient graphs would be dgraph, blaze graph or jenna https://jena.apache.org/index.html