A Semantic Graph Model

Liu Chen,Ting Yu,Mengchi Liu
DOI: https://doi.org/10.1007/978-3-319-26148-5_25
2015-01-01
Abstract:Graph models do excel where data have an element of uncertainty or unpredictability and the relationships are data's main features. However, existing graph models neglect the semantics of node and relationship type.To capture as much semantics as possible, we extend the nodes in graph model with some object-oriented features and edges with multiple semantic information, and propose a Semantic Graph Model (SGM). SGM is a schema-less model and supports dynamic data structures as well as extra semantics. Although the class definition is unknown at the beginning, the schema can be extracted from the semi-structured and semantic data. The excavated domain model can help further data analysis and data fusion, and it is also important for graph query optimization.We have proposed graph create statements to represent data in SGM and have implemented a conversion layer to store, manage and query the graph upon the graph database system, Neo4j.
What problem does this paper attempt to address?