98 results on '"Property graph"'
Search Results
2. Graphologue: Bridging RDBMS and Graph Databases with Natural Language Interfaces
- Author
-
Jia, Yongzhe, Wei, Jianguo, Wang, Xin, Xu, Dawei, Zuo, Xintian, Yang, Yuxuan, Xiao, Xuan, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Onizuka, Makoto, editor, Lee, Jae-Gil, editor, Tong, Yongxin, editor, Xiao, Chuan, editor, Ishikawa, Yoshiharu, editor, Amer-Yahia, Sihem, editor, Jagadish, H. V., editor, and Lu, Kejing, editor
- Published
- 2024
- Full Text
- View/download PDF
3. Knowledge Graph Multilevel Abstraction: A Property Graph Reification Based Approach
- Author
-
Benelhaj-Sghaier, Selsebil, Gillet, Annabelle, Leclercq, Éric, van der Aalst, Wil, Series Editor, Ram, Sudha, Series Editor, Rosemann, Michael, Series Editor, Szyperski, Clemens, Series Editor, Guizzardi, Giancarlo, Series Editor, Araújo, João, editor, de la Vara, Jose Luis, editor, Santos, Maribel Yasmina, editor, and Assar, Saïd, editor
- Published
- 2024
- Full Text
- View/download PDF
4. Research on storage method for fuzzy RDF graph based on Neo4j.
- Author
-
Li, Guanfeng and Li, Weijun
- Abstract
With the wide application of the Semantic Web and the rapid development of the Resource Description Framework (RDF), the demand for data processing of inconsistent or imprecise information has become more and more urgent. Recently, the fuzzy extension of RDF data has received widespread attention because of their ability to represent and process fuzzy information. An important issue for the success of fuzzy RDF applications is how to achieve persistent data storage and query capabilities. In this article, we investigate the storage and query of fuzzy RDF data. To accomplish this, we study how to formally map fuzzy RDF graph represented by the labeled directed graph structure to Property Graphs (PGs) database storage model. We implement the process that the mapping relationship between fuzzy RDF graph and property graph. Moreover, we manage these data by a chosen Neo4j Graph DBMS in order to support expressive querying services over the stored data. Finally, we have compared our method based on Neo4j graph database with the method based on relational database, and the experimental results prove that using the graph database model to store fuzzy RDF graph data sets is effective and feasibility. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
5. Property graph representation learning for node classification.
- Author
-
Li, Shu, Zaidi, Nayyar A., Du, Meijie, Zhou, Zhou, Zhang, Hongfei, and Li, Gang
- Subjects
REPRESENTATIONS of graphs ,STATISTICAL sampling ,GRAPH algorithms ,MACHINE learning ,NEIGHBORHOODS ,CLASSIFICATION - Abstract
Graph representation learning (graph embedding) has led to breakthrough results in various machine learning graph-based applications such as node classification, link prediction and recommendation. Many real-world graphs can be characterized as the property graphs, because besides the structure information, there exists rich property information related to each node in the graphs. Many existing graph representation learning methods—e.g. random walk-based methods like DeepWalk and Node2vec, focus only on the structure of graph for learning the node embedding. Although graph representation learning based on neural networks (e.g. typical GNN methods such as GraphSAGE) uses the property of nodes as the initial features of nodes and then aggregates feature information of the neighbours, their limitation is that the neighbourhood of a node is considered to be uniform—i.e. there is no way to differentiate among neighbours of a node when learning a node embedding. Additionally, their definition of neighbourhood is local, i.e. only nodes connected to the current node are considered as neighbours. Hence, those methods fail to capture implicit/latent relationships among nodes, which are implicit in the given structure. In this study, our aim is to improve the performance of graph representation learning methods on property graphs. We present a new framework called Enhanced Property Graph Embedding (EPGE)—a graph representation learning framework to address above-mentioned limitations. Our proposed framework relies on the notion of latent neighbourhood, as well as systematic sampling of neighbouring nodes to obtain better representation of the nodes. The experimental results on five publicly available graph datasets demonstrate that EPGE outperforms state-of-the-art baselines for the task of node classification. We further evaluate the superiority of our proposed formulation by defining a novel quantitative metric to measure the usefulness of the sampled neighbourhood in the graph. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
6. S2CTrans: Building a Bridge from SPARQL to Cypher
- Author
-
Zhao, Zihao, Ge, Xiaodong, Shen, Zhihong, Hu, Chuan, Wang, Huajin, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Strauss, Christine, editor, Amagasa, Toshiyuki, editor, Kotsis, Gabriele, editor, Tjoa, A Min, editor, and Khalil, Ismail, editor
- Published
- 2023
- Full Text
- View/download PDF
7. A Survey on Mapping Semi-Structured Data and Graph Data to Relational Data.
- Author
-
GONGSHENG YUAN, JIAHENG LU, ZHENGTONG YAN, and SAI WU
- Subjects
- *
RELATIONAL databases , *DATA mapping , *CONCEPT mapping , *ELECTRONIC data processing , *DATA modeling - Abstract
The data produced by various services should be stored and managed in an appropriate format for gaining valuable knowledge conveniently. This leads to the emergence of various data models, including relational, semi-structured, and graph models, and so on. Considering the fact that the mature relational databases established on relational data models are still predominant in today’s market, it has fueled interest in storing and processing semi-structured data and graph data in relational databases so that mature and powerful relational databases’ capabilities can all be applied to these various data. In this survey, we review existing methods on mapping semi-structured data and graph data into relational tables, analyze their major features, and give a detailed classification of those methods. We also summarize the merits and demerits of each method, introduce open research challenges, and present future research directions. With this comprehensive investigation of existing methods and open problems, we hope this survey can motivate new mapping approaches through drawing lessons from each model’s mapping strategies, as well as a new research topic - mapping multi-model data into relational tables. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
8. Extended Property-level k-vertex Cardinality Constraints Model for Graph Databases
- Author
-
Martina Šestak and Muhamed Turkanović
- Subjects
Cardinality constraint ,Graph database ,Constraint modeling ,Graph database integrity ,Property graph ,Graph schema ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Graph databases are nowadays considered the most appropriate solution for highly connected domains. Nevertheless, the lack of a fixed schema perplexes the implementation of business rules and inhibits the usage of graph database technology in practical use cases. To tackle this challenge, we study cardinality constraints in graph databases, as their focus is on the essential component of the property graph data model - relationships between entities. This paper presents an abstract cardinality constraints model for enforcing cardinality constraints in graph databases, which represent complex graph patterns. We extend our initial k-vertex cardinality constraints model to allow the representation of cardinality constraints between a node and a subgraph with given node and/or edge properties. Second, we implement the proposed model as procedures deployed in the Neo4j Graph Database Management System (GDBMS) to prevent adding new edges that violate k-vertex cardinality constraints to the graph database. Finally, we study the performance of the implemented approach on synthetic and real datasets and analyze its performance compared to the initial model. Overall, the query execution time (QET) of the procedure increases exponentially on larger datasets. Still, the added node/edge property-level evaluation does not show a significant performance effect on the edge insertion process.
- Published
- 2023
- Full Text
- View/download PDF
9. Enabling Multi-process Discovery on Graph Databases
- Author
-
Nour Eldin, Ali, Assy, Nour, Kobeissi, Meriana, Baudot, Jonathan, Gaaloul, Walid, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Sellami, Mohamed, editor, Ceravolo, Paolo, editor, Reijers, Hajo A., editor, Gaaloul, Walid, editor, and Panetto, Hervé, editor
- Published
- 2022
- Full Text
- View/download PDF
10. Using Property Graphs to Segment Time-Series Data
- Author
-
Karetnikov, Aleksei, Rehberger, Tobias, Lettner, Christian, Himmelbauer, Johannes, Nikzad-Langerodi, Ramin, Gsellmann, Günter, Nestelberger, Susanne, Schützeneder, Stefan, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Kotsis, Gabriele, editor, Tjoa, A Min, editor, Khalil, Ismail, editor, Moser, Bernhard, editor, Taudes, Alfred, editor, Mashkoor, Atif, editor, Sametinger, Johannes, editor, Martinez-Gil, Jorge, editor, Sobieczky, Florian, editor, Fischer, Lukas, editor, Ramler, Rudolf, editor, Khan, Maqbool, editor, and Czech, Gerald, editor
- Published
- 2022
- Full Text
- View/download PDF
11. Analytical Capabilities of Graphs in Oracle Multimodel Database
- Author
-
Șimonca, Iuliana, Corbea, Alexandra, Belciu, Anda, Howlett, Robert J., Series Editor, Jain, Lakhmi C., Series Editor, Ciurea, Cristian, editor, Boja, Cătălin, editor, Pocatilu, Paul, editor, and Doinea, Mihai, editor
- Published
- 2022
- Full Text
- View/download PDF
12. A Capability-Based Method for Modeling Resilient Data Ecosystems
- Author
-
Grabis, Jānis, Deksne, Līva, Roponena, Evita, Stirna, Janis, Karagiannis, Dimitris, editor, Lee, Moonkun, editor, Hinkelmann, Knut, editor, and Utz, Wilfrid, editor
- Published
- 2022
- Full Text
- View/download PDF
13. Extended Property-level k-vertex Cardinality Constraints Model for Graph Databases.
- Author
-
Šestak, Martina and Turkanović, Muhamed
- Subjects
DATABASES ,GRAPH algorithms ,DATA modeling - Abstract
Graph databases are nowadays considered the most appropriate solution for highly connected domains. Nevertheless, the lack of a fixed schema perplexes the implementation of business rules and inhibits the usage of graph database technology in practical use cases. To tackle this challenge, we study cardinality constraints in graph databases, as their focus is on the essential component of the property graph data model - relationships between entities. This paper presents an abstract cardinality constraints model for enforcing cardinality constraints in graph databases, which represent complex graph patterns. We extend our initial k -vertex cardinality constraints model to allow the representation of cardinality constraints between a node and a subgraph with given node and/or edge properties. Second, we implement the proposed model as procedures deployed in the Neo4j Graph Database Management System (GDBMS) to prevent adding new edges that violate k -vertex cardinality constraints to the graph database. Finally, we study the performance of the implemented approach on synthetic and real datasets and analyze its performance compared to the initial model. Overall, the query execution time (QET) of the procedure increases exponentially on larger datasets. Still, the added node/edge property-level evaluation does not show a significant performance effect on the edge insertion process. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
14. 基于可搜索加密的密态知识图谱存储和检索方案.
- Author
-
林庆, 滕飞, 田波, 赵越, 祝锦烨, and 冯力
- Abstract
With the rapid development of cloud computing, knowledge graph data outsourcing has become a popular trend. Knowledge graphs in many fields such as medical and finance have privacy-sensitive characteristics. However, cloud servers are not completely credible. In order to protect the confidentiality and integrity of data on cloud servers, encryption and other methods are used to protect the security of knowledge graph data. This paper proposes an encrypted knowledge graph storage and retrieval scheme based on searchable encryption, which can effectively protect the confidentiality and integrity of data and support retrieval on encrypted data. This scheme fully considers the necessity of sequential reading of knowledge graph entities and their relationships, thereby optimizing the encrypted index design and speeding up the retrieval efficiency. The experimental results show that the average query time of the one-hop subgraph of the encrypted knowledge graph is 2.09 times that of the non-encrypted knowledge graph, which verifies that the scheme achieves a good balance between security and query efficiency. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
15. An Efficient Algorithm of Star Subgraph Queries on Urban Traffic Knowledge Graph.
- Author
-
Sun, Tao, Xu, Jianqiu, and Hu, Caiping
- Subjects
KNOWLEDGE graphs ,CITY traffic ,ALGORITHMS ,URBAN planning ,COMPUTER science - Abstract
Knowledge graph has wide applications in the field of computer science. In the knowledge service environment, the information is large and explosive, and it is difficult to find knowledge of common phenomena. The urban traffic knowledge graph is a knowledge system that formally describes urban traffic concepts, entities and their interrelationships. It has great application potential in application scenarios such as user travel, route planning, and urban planning. This paper first defines the urban traffic knowledge graph and the star subgraph query of the urban traffic knowledge graph. Then, the road network data and trajectory data are collected to extract the urban traffic knowledge, and the urban traffic knowledge graph is constructed with this knowledge. Finally, a star subgraph query algorithm on the urban traffic knowledge graph is proposed. The discussion of the star subgraph query mode gives the corresponding application scenarios of our method in the urban traffic knowledge graph. Experimental results verify the performance advantages of this method. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
16. Digital Twin-Driven Approach for Smart City Logistics: The Case of Freight Parking Management
- Author
-
Liu, Yu, Folz, Pauline, Pan, Shenle, Ramparany, Fano, Bolle, Sébastien, Ballot, Eric, Coupaye, Thierry, Rannenberg, Kai, Editor-in-Chief, Soares Barbosa, Luís, Editorial Board Member, Goedicke, Michael, Editorial Board Member, Tatnall, Arthur, Editorial Board Member, Neuhold, Erich J., Editorial Board Member, Stiller, Burkhard, Editorial Board Member, Tröltzsch, Fredi, Editorial Board Member, Pries-Heje, Jan, Editorial Board Member, Kreps, David, Editorial Board Member, Reis, Ricardo, Editorial Board Member, Furnell, Steven, Editorial Board Member, Mercier-Laurent, Eunika, Editorial Board Member, Winckler, Marco, Editorial Board Member, Malaka, Rainer, Editorial Board Member, Dolgui, Alexandre, editor, Bernard, Alain, editor, Lemoine, David, editor, von Cieminski, Gregor, editor, and Romero, David, editor
- Published
- 2021
- Full Text
- View/download PDF
17. Graph-Based Hybrid Recommendation Model to Alleviate Cold-Start and Sparsity Issue
- Author
-
Patel, Angira Amit, Dharwa, Jyotindra, Kacprzyk, Janusz, Series Editor, Pal, Nikhil R., Advisory Editor, Bello Perez, Rafael, Advisory Editor, Corchado, Emilio S., Advisory Editor, Hagras, Hani, Advisory Editor, Kóczy, László T., Advisory Editor, Kreinovich, Vladik, Advisory Editor, Lin, Chin-Teng, Advisory Editor, Lu, Jie, Advisory Editor, Melin, Patricia, Advisory Editor, Nedjah, Nadia, Advisory Editor, Nguyen, Ngoc Thanh, Advisory Editor, Wang, Jun, Advisory Editor, Pandian, A. Pasumpon, editor, Palanisamy, Ram, editor, and Ntalianis, Klimis, editor
- Published
- 2021
- Full Text
- View/download PDF
18. Uniqueness Constraints on Property Graphs
- Author
-
Skavantzos, Philipp, Zhao, Kaiqi, Link, Sebastian, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, La Rosa, Marcello, editor, Sadiq, Shazia, editor, and Teniente, Ernest, editor
- Published
- 2021
- Full Text
- View/download PDF
19. Action Representation for Intelligent Agents Using Memory Nets
- Author
-
Eggert, Julian, Deigmöller, Jörg, Fischer, Lydia, Richter, Andreas, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Fred, Ana, editor, Salgado, Ana, editor, Aveiro, David, editor, Dietz, Jan, editor, and Bernardino, Jorge, editor
- Published
- 2020
- Full Text
- View/download PDF
20. Neo4j Keys
- Author
-
Link, Sebastian, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Dobbie, Gillian, editor, Frank, Ulrich, editor, Kappel, Gerti, editor, Liddle, Stephen W., editor, and Mayr, Heinrich C., editor
- Published
- 2020
- Full Text
- View/download PDF
21. G2GML: Graph to Graph Mapping Language for Bridging RDF and Property Graphs
- Author
-
Chiba, Hirokazu, Yamanaka, Ryota, Matsumoto, Shota, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Pan, Jeff Z., editor, Tamma, Valentina, editor, d’Amato, Claudia, editor, Janowicz, Krzysztof, editor, Fu, Bo, editor, Polleres, Axel, editor, Seneviratne, Oshani, editor, and Kagal, Lalana, editor
- Published
- 2020
- Full Text
- View/download PDF
22. Topological Graph Representation Learning on Property Graph
- Author
-
Zhang, Yishuo, Gao, Daniel, Cherukuri, Aswani Kumar, Wang, Lei, Pan, Shaowei, Li, Shu, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Li, Gang, editor, Shen, Heng Tao, editor, Yuan, Ye, editor, Wang, Xiaoyang, editor, Liu, Huawen, editor, and Zhao, Xiang, editor
- Published
- 2020
- Full Text
- View/download PDF
23. An asynchronous traversal engine for graph-based rich metadata management
- Author
-
Chen, Yong [Texas Tech Univ., Lubbock, TX (United States)]
- Published
- 2016
- Full Text
- View/download PDF
24. Structured encryption for knowledge graphs.
- Author
-
Xue, Yujie, Chen, Lanxiang, Mu, Yi, Zeng, Lingfang, Rezaeibagha, Fatemeh, and Deng, Robert H.
- Subjects
- *
KNOWLEDGE graphs , *KEYWORD searching , *NATURAL language processing , *KNOWLEDGE base - Abstract
We investigate the problem of structured encryption (STE) for knowledge graphs (KGs) where the knowledge of data can be efficiently and privately queried. Presently, the application of natural language processing (NLP) for knowledge-based search is gradually emerging. Compared with the traditional search based only on keywords of documents—symmetric searchable encryption (SSE), the knowledge-based search system transforms the latent knowledge contained in documents into a semantic network as a knowledge base, which greatly improves the accuracy and relevance of search results. In order to develop a knowledge-based search, the contents of documents are analyzed and extracted using KG techniques (e.g. multi-relational graph (MG) and property graph (PG)), and then all encrypted nodes and edges in a KG constitute the entire index table and database. This paper proposes the first STE for KGs with CQA2-security to search on protected knowledge, where KGs include MGs and PGs. In general, the latter is more complex than the former, but it can represent more abundant knowledge. Experimental results show that the index construction time of our schemes is about 1.9s and the query time is about 190 ms. Our sensitivity analysis shows that the performance of our proposed schemes is greatly influenced by the number of edges and nodes, but less by the number of properties. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
25. Digital Forensics Event Graph Reconstruction
- Author
-
Schelkoph, Daniel J., Peterson, Gilbert L., Okolica, James S., Akan, Ozgur, Series Editor, Bellavista, Paolo, Series Editor, Cao, Jiannong, Series Editor, Coulson, Geoffrey, Series Editor, Dressler, Falko, Series Editor, Ferrari, Domenico, Series Editor, Gerla, Mario, Series Editor, Kobayashi, Hisashi, Series Editor, Palazzo, Sergio, Series Editor, Sahni, Sartaj, Series Editor, Shen, Xuemin (Sherman), Series Editor, Stan, Mircea, Series Editor, Xiaohua, Jia, Series Editor, Zomaya, Albert Y., Series Editor, Breitinger, Frank, editor, and Baggili, Ibrahim, editor
- Published
- 2019
- Full Text
- View/download PDF
26. Serialization for Property Graphs
- Author
-
Tomaszuk, Dominik, Angles, Renzo, Szeremeta, Łukasz, Litman, Karol, Cisterna, Diego, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Kotenko, Igor, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Barbosa, Simone Diniz Junqueira, Editorial Board Member, Washio, Takashi, Editorial Board Member, Yuan, Junsong, Editorial Board Member, Kozielski, Stanisław, editor, Mrozek, Dariusz, editor, Kasprowski, Paweł, editor, Małysiak-Mrozek, Bożena, editor, and Kostrzewa, Daniel, editor
- Published
- 2019
- Full Text
- View/download PDF
27. Modeling Data Driven Interactions on Property Graph
- Author
-
Pongpech, Worapol Alex, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Yin, Hujun, editor, Camacho, David, editor, Tino, Peter, editor, Tallón-Ballesteros, Antonio J., editor, Menezes, Ronaldo, editor, and Allmendinger, Richard, editor
- Published
- 2019
- Full Text
- View/download PDF
28. A Unified Relational Storage Scheme for RDF and Property Graphs
- Author
-
Zhang, Ran, Liu, Pengkai, Guo, Xiefan, Li, Sizhuo, Wang, Xin, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Ni, Weiwei, editor, Wang, Xin, editor, Song, Wei, editor, and Li, Yukun, editor
- Published
- 2019
- Full Text
- View/download PDF
29. Hammer lightweight graph partitioner based on graph data volumes.
- Author
-
Sakouhi, Chayma, Khaldi, Abir, and Ghezala, Henda Ben
- Subjects
- *
HAMMERS , *ALGORITHMS , *DISTRIBUTED computing , *PARALLEL algorithms , *DATABASES , *GRAPH algorithms , *GRID computing - Abstract
• Graph partitioning is a challenging task for the massive graphs in distributed computing. • Both the size and the volume of the graph blow up over time. • Existing partitioning methods do not consider the volume of graph data. • We propose a graph partitioning algorithm based on the volume metric. • Our proposed algorithm produces balanced distribution in size and volume in less partitioning time. The graph partitioning challenge is well known and ongoing classical problem. Many heuristic methods tried to propose solutions focusing mainly on load processing and cost-efficiency. With the emergency of big data technology, the graph partitioning challenge became even more demanding, as an imminent need to handle big volume of data in real time. This reveals a new challenge as most of the existing studies does not consider the volume metric with their streaming graph algorithms causing imbalanced workloads and graph storage. With this article, we propose a specific lightweight algorithm which we called "Hammer" Algorithm. Our proposed Hammer algorithm is a streaming graph based on volume metric to ensure optimal load processing and communication cost efficiency. Our proof of concept was done on real world dataset and the Hammer algorithm showed considerable performance against some existing graph partitioning algorithms. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
30. Preprocessing of roads in OpenStreetMap based geographic data on a property graph.
- Author
-
Rajšp, Alen, Heriˇcko, Marjan, and jr., Iztok Fister
- Subjects
DIRECTED graphs ,COMPUTATIONAL intelligence ,ALGORITHMS - Abstract
This paper presents a method for generating property graphs from OpenStreetMap data as a precursor to track generating methods for cycling sports. The results indicate that OpenStreetMap geographical data can be represented on a property graph. This is beneficial, and needed for use of computational intelligence path generation algorithms. The paper is concluded by presenting a sample property graph representing roads and intersections as nodes and relationships based on OpenStreetMap geographical and EU-DEM elevation data. [ABSTRACT FROM AUTHOR]
- Published
- 2021
31. Mapping RDF Databases to Property Graph Databases
- Author
-
Renzo Angles, Harsh Thakkar, and Dominik Tomaszuk
- Subjects
Database interoperability ,direct mapping ,RDF ,property graph ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
RDF triplestores and property graph databases are two approaches for data management which are based on modeling, storing and querying graph-like data. In spite of such common principle, they present special features that complicate the task of database interoperability. While there exist some methods to transform RDF graphs into property graphs, and vice versa, they lack compatibility and a solid formal foundation. This paper presents three direct mappings (schema-dependent and schema-independent) for transforming an RDF database into a property graph database, including data and schema. We show that two of the proposed mappings satisfy the properties of semantics preservation and information preservation. The existence of both mappings allows us to conclude that the property graph data model subsumes the information capacity of the RDF data model.
- Published
- 2020
- Full Text
- View/download PDF
32. EvOLAP Graph – Evolution and OLAP-Aware Graph Data Model
- Author
-
Guminska, Ewa, Zawadzka, Teresa, Barbosa, Simone Diniz Junqueira, Series Editor, Filipe, Joaquim, Series Editor, Kotenko, Igor, Series Editor, Sivalingam, Krishna M., Series Editor, Washio, Takashi, Series Editor, Yuan, Junsong, Series Editor, Zhou, Lizhu, Series Editor, Kozielski, Stanisław, editor, Mrozek, Dariusz, editor, Kasprowski, Paweł, editor, Małysiak-Mrozek, Bożena, editor, and Kostrzewa, Daniel, editor
- Published
- 2018
- Full Text
- View/download PDF
33. GRAM: A GPU-Based Property Graph Traversal and Query for HPC Rich Metadata Management
- Author
-
Li, Wenke, Shi, Xuanhua, Huang, Hong, Zhao, Peng, Jin, Hai, Dai, Dong, Chen, Yong, Hutchison, David, Series Editor, Kanade, Takeo, Series Editor, Kittler, Josef, Series Editor, Kleinberg, Jon M., Series Editor, Mattern, Friedemann, Series Editor, Mitchell, John C., Series Editor, Naor, Moni, Series Editor, Pandu Rangan, C., Series Editor, Steffen, Bernhard, Series Editor, Terzopoulos, Demetri, Series Editor, Tygar, Doug, Series Editor, Zhang, Feng, editor, Zhai, Jidong, editor, Snir, Marc, editor, Jin, Hai, editor, Kasahara, Hironori, editor, and Valero, Mateo, editor
- Published
- 2018
- Full Text
- View/download PDF
34. A Return-Value-Unchecked Vulnerability Detection Method Based on Property Graph
- Author
-
Kun, Han, Bo, Wu, Dan, Xin, Kacprzyk, Janusz, Series editor, Pal, Nikhil R., Advisory editor, Bello Perez, Rafael, Advisory editor, Corchado, Emilio S., Advisory editor, Hagras, Hani, Advisory editor, Kóczy, László T., Advisory editor, Kreinovich, Vladik, Advisory editor, Lin, Chin-Teng, Advisory editor, Lu, Jie, Advisory editor, Melin, Patricia, Advisory editor, Nedjah, Nadia, Advisory editor, Nguyen, Ngoc Thanh, Advisory editor, Wang, Jun, Advisory editor, Xhafa, Fatos, editor, Patnaik, Srikanta, editor, and Yu, Zhengtao, editor
- Published
- 2017
- Full Text
- View/download PDF
35. Knowledge Architecture for Organisations
- Author
-
Denaux, Ronald, Ren, Yuan, Villazon-Terrazas, Boris, Alexopoulos, Panos, Faraotti, Alessandro, Wu, Honghan, Pan, Jeff Z., editor, Vetere, Guido, editor, Gomez-Perez, Jose Manuel, editor, and Wu, Honghan, editor
- Published
- 2017
- Full Text
- View/download PDF
36. Knowledge Big Graph Fusing Ontology with Property Graph: A Case Study of Financial Ownership Network.
- Author
-
Xiao-Bo Tang, Wei-Gang Fu, and Yan Liu
- Subjects
ONTOLOGIES (Information retrieval) ,THEORY of knowledge ,REASONING ,BIG data ,GRAPH theory ,FINANCE - Abstract
The scale of knowledge is growing rapidly in the big data environment, and traditional knowledge organization and services have faced the dilemma of semantic inaccuracy and untimeliness. From a knowledge fusion perspective--combining the precise semantic superiority of traditional ontology with the large-scale graph processing power and the predicate attribute expression ability of property graph--this paper presents an ontology and property graph fusion framework (OPGFF). The fusion process is divided into content layer fusion and constraint layer fusion. The result of the fusion, that is, the knowledge representation model is called knowledge big graph. In addition, this paper applies the knowledge big graph model to the ownership network in the China's financial field and builds a financial ownership knowledge big graph. Furthermore, this paper designs and implements six consistency inference algorithms for finding contradictory data and filling in missing data in the financial ownership knowledge big graph, five of which are completely domain agnostic. The correctness and validity of the algorithms have been experimentally verified with actual data. The fusion OPGFF framework and the implementation method of the knowledge big graph could provide technical reference for big data knowledge organization and services. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
37. Towards evaluating GDPR compliance in IoT applications.
- Author
-
Kaneen, Christos Karageorgiou and Petrakis, Euripides G.M.
- Subjects
GENERAL Data Protection Regulation, 2016 ,PERSONALLY identifiable information - Abstract
The General Data Protection Regulation (GDPR) was created for regulating how organizations that collect personal data process and protect it. In cases of digital handling of personal data, GDPR compliance must be proven by analyzing the actions that a system applies in order to gather, process and safeguard the data. We advocate that compliance must be considered in the design phase of the system, by analyzing the dependencies between system entities (e.g. personal data, users etc.) and the processes enacted upon them. Then, it is possible to generate a series of data reports that can be assessed by regulators who inspect the system for GDPR compliance. However, there can not be a universal methodology that covers all application domains and systems. To show proof of concept, we apply the methodology to a remote patient monitoring service that runs in the cloud. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
38. Semantic Publication of Agricultural Scientific Literature Using Property Graphs.
- Author
-
Abad-Navarro, Francisco, Bernabé-Diaz, José Antonio, García-Castro, Alexander, and Fernandez-Breis, Jesualdo Tomás
- Subjects
SCIENTIFIC literature ,ONTOLOGIES (Information retrieval) ,SCIENTIFIC knowledge ,SEMANTIC Web ,NATURAL language processing - Abstract
During the last decades, there have been significant changes in science that have provoked a big increase in the number of articles published every year. This increment implies a new difficulty for scientists, who have to do an extra effort for selecting literature relevant for their activity. In this work, we present a pipeline for the generation of scientific literature knowledge graphs in the agriculture domain. The pipeline combines Semantic Web and natural language processing technologies, which make data understandable by computer agents, empowering the development of final user applications for literature searches. This workflow consists of (1) RDF generation, including metadata and contents; (2) semantic annotation of the content; and (3) property graph population by adding domain knowledge from ontologies, in addition to the previously generated RDF data describing the articles. This pipeline was applied to a set of 127 agriculture articles, generating a knowledge graph implemented in Neo4j, publicly available on Docker. The potential of our model is illustrated through a series of queries and use cases, which not only include queries about authors or references but also deal with article similarity or clustering based on semantic annotation, which is facilitated by the inclusion of domain ontologies in the graph. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
39. A Survey on Mapping Semi-Structured Data and Graph Data to Relational Data
- Author
-
Yuan, Gongsheng, Lu, Jiaheng, Yan, Zhengtong, Department of Computer Science, and Unified DataBase Management System research group / Jiaheng Lu
- Subjects
Model mapping ,Json ,Property graph ,Semi-structured data ,Relational schema ,Xml ,113 Computer and information sciences ,Graph data ,Relational storage ,Rdf - Abstract
The data produced by various services should be stored and managed in an appropriate format for gaining valuable knowledge conveniently. This leads to the emergence of various data models, including relational, semi-structured, and graph models, and so on. Considering the fact that the mature relational databases established on relational data models are still predominant in today's market, it has fueled interest in storing and processing semi-structured data and graph data in relational databases so that mature and powerful relational databases' capabilities can all be applied to these various data. In this survey, we review existing methods on mapping semi-structured data and graph data into relational tables, analyze their major features, and give a detailed classification of those methods. We also summarize the merits and demerits of each method, introduce open research challenges, and present future research directions. With this comprehensive investigation of existing methods and open problems, we hope this survey can motivate new mapping approaches through drawing lessons from eachmodel's mapping strategies, aswell as a newresearch topic - mapping multi-model data into relational tables.
- Published
- 2023
40. RDF Data in Property Graph Model
- Author
-
Tomaszuk, Dominik, Diniz Junqueira Barbosa, Simone, Series editor, Chen, Phoebe, Series editor, Du, Xiaoyong, Series editor, Filipe, Joaquim, Series editor, Kara, Orhun, Series editor, Kotenko, Igor, Series editor, Liu, Ting, Series editor, Sivalingam, Krishna M., Series editor, Washio, Takashi, Series editor, Garoufallou, Emmanouel, editor, Subirats Coll, Imma, editor, Stellato, Armando, editor, and Greenberg, Jane, editor
- Published
- 2016
- Full Text
- View/download PDF
41. Robust Cardinality Estimation for Subgraph Isomorphism Queries on Property Graphs
- Author
-
Paradies, Marcus, Vasilyeva, Elena, Mocan, Adrian, Lehner, Wolfgang, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Wang, Fusheng, editor, Luo, Gang, editor, Weng, Chunhua, editor, Khan, Arijit, editor, Mitra, Prasenjit, editor, and Yu, Cong, editor
- Published
- 2016
- Full Text
- View/download PDF
42. Querying Wikidata: Comparing SPARQL, Relational and Graph Databases
- Author
-
Hernández, Daniel, Hogan, Aidan, Riveros, Cristian, Rojas, Carlos, Zerega, Enzo, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Groth, Paul, editor, Simperl, Elena, editor, Gray, Alasdair, editor, Sabou, Marta, editor, Krötzsch, Markus, editor, Lecue, Freddy, editor, Flöck, Fabian, editor, and Gil, Yolanda, editor
- Published
- 2016
- Full Text
- View/download PDF
43. A Researcher’s Digest of GQL (Invited Talk)
- Author
-
Nadime Francis and Amélie Gheerbrant and Paolo Guagliardo and Leonid Libkin and Victor Marsault and Wim Martens and Filip Murlak and Liat Peterfreund and Alexandra Rogova and Domagoj Vrgoč, Francis, Nadime, Gheerbrant, Amélie, Guagliardo, Paolo, Libkin, Leonid, Marsault, Victor, Martens, Wim, Murlak, Filip, Peterfreund, Liat, Rogova, Alexandra, Vrgoč, Domagoj, Nadime Francis and Amélie Gheerbrant and Paolo Guagliardo and Leonid Libkin and Victor Marsault and Wim Martens and Filip Murlak and Liat Peterfreund and Alexandra Rogova and Domagoj Vrgoč, Francis, Nadime, Gheerbrant, Amélie, Guagliardo, Paolo, Libkin, Leonid, Marsault, Victor, Martens, Wim, Murlak, Filip, Peterfreund, Liat, Rogova, Alexandra, and Vrgoč, Domagoj
- Abstract
GQL (Graph Query Language) is being developed as a new ISO standard for graph query languages to play the same role for graph databases as SQL plays for relational. In parallel, an extension of SQL for querying property graphs, SQL/PGQ, is added to the SQL standard; it shares the graph pattern matching functionality with GQL. Both standards (not yet published) are hard-to-understand specifications of hundreds of pages. The goal of this paper is to present a digest of the language that is easy for the research community to understand, and thus to initiate research on these future standards for querying graphs. The paper concentrates on pattern matching features shared by GQL and SQL/PGQ, as well as querying facilities of GQL.
- Published
- 2023
- Full Text
- View/download PDF
44. A Framework for Building OLAP Cubes on Graphs
- Author
-
Ghrab, Amine, Romero, Oscar, Skhiri, Sabri, Vaisman, Alejandro, Zimányi, Esteban, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Tadeusz, Morzy, editor, Valduriez, Patrick, editor, and Bellatreche, Ladjel, editor
- Published
- 2015
- Full Text
- View/download PDF
45. Custom Digital Workflows with User-Defined Data Transformations Via Property Graphs
- Author
-
Janssen, Patrick, Stouffs, Rudi, Chaszar, Andre, Boeykens, Stefan, Toth, Bianca, Gero, John S., editor, and Hanna, Sean, editor
- Published
- 2015
- Full Text
- View/download PDF
46. Graph Processing with Spark
- Author
-
Guller, Mohammed and Guller, Mohammed
- Published
- 2015
- Full Text
- View/download PDF
47. Transforming RDF Data into Property Graphs.
- Author
-
Angles, Renzo and Garcia, Roberto
- Abstract
RDF databases and graph databases are two approaches of data management which are based on modeling, storing and querying data following a graph structure. RDF databases are based on a single graph data model which allows to describe Web resources in terms of their relations and attributes. On the other hand, most graph databases are based on the property graph data model, a type of graph where nodes and edges can contain properties represented as key-value pairs. This paper presents two methods for transforming RDF data into property graphs. The first method defines schema and data transformations as it assumes the existence of an RDF schema. The second method is schema-independent, so it allows to transform any kind of RDF dataset. Both methods are useful to store RDF data into a Graph Data Management System. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
48. CK-Modes Clustering Algorithm Based on Node Cohesion in Labeled Property Graph.
- Author
-
Wang, Da-Wei, Cui, Wan-Qiu, and Qin, Biao
- Subjects
COHESION ,ALGORITHMS ,GRAPH algorithms ,TREE graphs ,CENTROID ,LABELS - Abstract
The designation of the cluster number K and the initial centroids is essential for K-modes clustering algorithm. However, most of the improved methods based on K-modes specify the K value manually and generate the initial centroids randomly, which makes the clustering algorithm significantly dependent on human-based decisions and unstable on the iteration time. To overcome this limitation, we propose a cohesive K-modes (CK-modes) algorithm to generate the cluster number K and the initial centroids automatically. Explicitly, we construct a labeled property graph based on index-free adjacency to capture both global and local cohesion of the node in the sample of the input datasets. The cohesive node calculated based on the property similarity is exploited to split the graph to a K-node tree that determines the K value, and then the initial centroids are selected from the split subtrees. Since the property graph construction and the cohesion calculation are only performed once, they account for a small amount of execution time of the clustering operation with multiple iterations, but significantly accelerate the clustering convergence. Experimental validation in both real-world and synthetic datasets shows that the CK-modes algorithm outperforms the state-of-the-art algorithms. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
49. A Framework to Benchmark NoSQL Data Stores for Large-Scale Model Persistence
- Author
-
Shah, Seyyed M., Wei, Ran, Kolovos, Dimitrios S., Rose, Louis M., Paige, Richard F., Barmpis, Konstantinos, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Kobsa, Alfred, Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Nierstrasz, Oscar, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Dingel, Juergen, editor, Schulte, Wolfram, editor, Ramos, Isidro, editor, Abrahão, Silvia, editor, and Insfran, Emilio, editor
- Published
- 2014
- Full Text
- View/download PDF
50. A Researcher’s Digest of GQL (Invited Talk)
- Author
-
Francis, Nadime, Gheerbrant, Amélie, Guagliardo, Paolo, Libkin, Leonid, Marsault, Victor, Martens, Wim, Murlak, Filip, Peterfreund, Liat, Rogova, Alexandra, and Vrgoč, Domagoj
- Subjects
Information systems → Graph-based database models ,Theory of computation → Database theory ,Graph Database ,Query Language ,Information systems → Structured Query Language ,Property Graph ,Pattern matching ,Theory of computation → Database query languages (principles) ,GQL ,Multi-Graph - Abstract
GQL (Graph Query Language) is being developed as a new ISO standard for graph query languages to play the same role for graph databases as SQL plays for relational. In parallel, an extension of SQL for querying property graphs, SQL/PGQ, is added to the SQL standard; it shares the graph pattern matching functionality with GQL. Both standards (not yet published) are hard-to-understand specifications of hundreds of pages. The goal of this paper is to present a digest of the language that is easy for the research community to understand, and thus to initiate research on these future standards for querying graphs. The paper concentrates on pattern matching features shared by GQL and SQL/PGQ, as well as querying facilities of GQL., LIPIcs, Vol. 255, 26th International Conference on Database Theory (ICDT 2023), pages 1:1-1:22
- Published
- 2023
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.