On the Move to Meaningful Internet Systems 2007: OTM 2007 Workshops
DOI: 10.1007/978-3-540-76888-3_5
|View full text |Cite
|
Sign up to set email alerts
|

Translating XPath Queries into SPARQL Queries

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
18
0
3

Publication Types

Select...
5
1

Relationship

1
5

Authors

Journals

citations
Cited by 17 publications
(21 citation statements)
references
References 1 publication
0
18
0
3
Order By: Relevance
“…(1) declare namespace foaf="http://xmlns.com/foaf/0.1/"; (2) <results>{ let $___entry___:=/translatedData/entry (3) for $_cE_0 in $___entry___ (4) let $x := $_cE_0/s/text() let $x_datatype := $_cE_0/s_datatype/text() (5) let $name := $_cE_0/o/text() let $name_datatype:=$_cE_0/o_datatype/text() (6) for $_cE_1 in $___entry___ (7) let $mbox := $_cE_1/o/text() let $mbox_datatype:=$_cE_1/o_datatype/text() (8) where matches($mbox,"@work.example") and (9) $_cE_0[p/text()='http://xmlns.com/foaf/0. The following transformation rule for projection operators is the entry point for translating the operator tree of a SPARQL query.…”
Section: Xquerymentioning
confidence: 99%
See 1 more Smart Citation
“…(1) declare namespace foaf="http://xmlns.com/foaf/0.1/"; (2) <results>{ let $___entry___:=/translatedData/entry (3) for $_cE_0 in $___entry___ (4) let $x := $_cE_0/s/text() let $x_datatype := $_cE_0/s_datatype/text() (5) let $name := $_cE_0/o/text() let $name_datatype:=$_cE_0/o_datatype/text() (6) for $_cE_1 in $___entry___ (7) let $mbox := $_cE_1/o/text() let $mbox_datatype:=$_cE_1/o_datatype/text() (8) where matches($mbox,"@work.example") and (9) $_cE_0[p/text()='http://xmlns.com/foaf/0. The following transformation rule for projection operators is the entry point for translating the operator tree of a SPARQL query.…”
Section: Xquerymentioning
confidence: 99%
“…Copyright 2008/08/0003…$5.00. [9] describes a translation from XPath into SPARQL, where due to missing features of SPARQL a numbering scheme has to be used to simulate recursive XPath axes in SPARQL. [16] describes how XQuery can be applied to a mix of RDF and XML data.…”
Section: Introductionmentioning
confidence: 99%
“…Various attempts have been made in the literature to address the issue of accessing XML data from within Semantic Web Environments [2,4,5,6,7,8,9,10,11,12]. An extended overview of related work can be found at [13].…”
Section: Introductionmentioning
confidence: 99%
“…Other approaches integrate existing RDF query languages into XML query languages (XSPARQL [7], [78]) or vice versa ( [60], SPAT 1 . In this work, we present a different answer to this problem: a single, unified language, called Xcerpt, that can query both XML and RDF with the same ease.…”
Section: Introductionmentioning
confidence: 99%