2011
DOI: 10.1007/s00778-011-0238-6
|View full text |Cite
|
Sign up to set email alerts
|

Answering pattern match queries in large graph databases via graph embedding

Abstract: The growing popularity of graph databases has generated interesting data management problems, such as subgraph search, shortest path query, reachability verification, and pattern matching. Among these, a pattern match query is more flexible compared to a subgraph search and more informative compared to a shortest path or a reachability query. In this paper, we address distance-based pattern match queries over a large data graph G. Due to the huge search space, we adopt a filter-and-refine framework to answer a… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
72
0

Year Published

2012
2012
2024
2024

Publication Types

Select...
5
3

Relationship

1
7

Authors

Journals

citations
Cited by 55 publications
(73 citation statements)
references
References 37 publications
(77 reference statements)
0
72
0
Order By: Relevance
“…Much of it (e.g., [11,28,33,12,26,31]) is based on subgraph isomorphism (SI). Lee et al [15] compare five state-of-theart SI algorithms in detail.…”
Section: Related Workmentioning
confidence: 99%
“…Much of it (e.g., [11,28,33,12,26,31]) is based on subgraph isomorphism (SI). Lee et al [15] compare five state-of-theart SI algorithms in detail.…”
Section: Related Workmentioning
confidence: 99%
“…Zou et al [12] present a distance-based pattern matching method for queries over a large data graph G. In order to process the large search space, the authors adopt a filter-andrefine framework to answer pattern match queries over the graph. The method is benchmarked against Tedi [11] and Sapper [13].…”
Section: Recent Workmentioning
confidence: 99%
“…RDF semantics states that two RDF graphs are semantically equivalent if they entail one another 2 , and, as underlined by Carrol [2], the important concept for entailment between RDF graphs is subgraph isomorphism, known to be NP-complete. Subgraph isomorphism is at the heart of a recent pattern matching engine for SPARQL by Zou et al [25]. Unfortunately, the authors do not provide an error-tolerant version of their algorithm.…”
Section: Related Workmentioning
confidence: 99%
“…iSPARQL [16] Silk [24] Zou et al [25] Messmer and Bunke [18] PRISSMA RDF-specific between two graphs can be reduced to the computation of graph edit distance: the idea is that differences between graphs can be modelled in terms of operations to apply to graphs, such as adding a node or modifying an arc. Graph edit distance provides the required flexibility for building an error-tolerant subgraph matching algorithm, and supports customized and heterogeneous cost functions (comparing contexts means dealing with data such as location, time, string literals, URIs).…”
Section: Related Workmentioning
confidence: 99%