• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

相似文献

1
semQA: SPARQL with Idempotent Disjunction.语义问答:具有幂等析取的SPARQL
IEEE Trans Knowl Data Eng. 2009 Mar 1;21(3):401-414. doi: 10.1109/TKDE.2008.91.
2
BioFed: federated query processing over life sciences linked open data.BioFed:基于生命科学关联开放数据的联邦查询处理
J Biomed Semantics. 2017 Mar 15;8(1):13. doi: 10.1186/s13326-017-0118-0.
3
Processing SPARQL queries with regular expressions in RDF databases.在 RDF 数据库中使用正则表达式处理 SPARQL 查询。
BMC Bioinformatics. 2011 Mar 29;12 Suppl 2(Suppl 2):S6. doi: 10.1186/1471-2105-12-S2-S6.
4
Complexity and Expressive Power of Weakly Well-Designed SPARQL.弱设计良好的SPARQL的复杂性与表达能力
Theory Comput Syst. 2018;62(4):772-809. doi: 10.1007/s00224-017-9802-9. Epub 2017 Aug 14.
5
A distributed query execution engine of big attributed graphs.一种带属性大图的分布式查询执行引擎。
Springerplus. 2016 May 23;5(1):665. doi: 10.1186/s40064-016-2251-0. eCollection 2016.
6
Evaluation of SPARQL query generation from natural language questions.从自然语言问题生成SPARQL查询的评估。
Proc Conf Assoc Comput Linguist Meet. 2013 Sep;2013:3-7.
7
A large collection of bioinformatics question-query pairs over federated knowledge graphs: methodology and applications.关于联邦知识图谱的大量生物信息学问题-查询对:方法与应用
Gigascience. 2025 Jan 6;14. doi: 10.1093/gigascience/giaf045.
8
SPANG: a SPARQL client supporting generation and reuse of queries for distributed RDF databases.SPANG:一个支持为分布式RDF数据库生成和重用查询的SPARQL客户端。
BMC Bioinformatics. 2017 Feb 8;18(1):93. doi: 10.1186/s12859-017-1531-1.
9
Federated SPARQL query performance evaluation for exploring disease model mouse: combining gene expression, orthology, and disease knowledge graphs.用于探索疾病模型小鼠的联邦SPARQL查询性能评估:结合基因表达、直系同源和疾病知识图谱
BMC Med Inform Decis Mak. 2025 May 16;25(Suppl 1):189. doi: 10.1186/s12911-025-03013-8.
10
TopFed: TCGA tailored federated query processing and linking to LOD.TopFed:针对TCGA定制的联邦查询处理以及与链接开放数据(LOD)的链接
J Biomed Semantics. 2014 Dec 3;5:47. doi: 10.1186/2041-1480-5-47. eCollection 2014.

本文引用的文献

1
Maximum common subgraph: some upper bound and lower bound results.最大公共子图:一些上界和下界结果。
BMC Bioinformatics. 2006 Dec 12;7 Suppl 4(Suppl 4):S6. doi: 10.1186/1471-2105-7-S4-S6.
2
A relational model of data for large shared data banks. 1970.大型共享数据库的数据关系模型。1970年。
MD Comput. 1998 May-Jun;15(3):162-6.
3
Parameterized complexity analysis in computational biology.计算生物学中的参数化复杂性分析。
Comput Appl Biosci. 1995 Feb;11(1):49-57. doi: 10.1093/bioinformatics/11.1.49.

语义问答:具有幂等析取的SPARQL

semQA: SPARQL with Idempotent Disjunction.

作者信息

Shironoshita E Patrick, Jean-Mary Yves R, Bradley Ray M, Kabuka Mansur R

机构信息

INFOTECH Soft, Inc., 9200 S. Dadeland Blvd., Suite 620, Miami, FL 33156. E-mail:

出版信息

IEEE Trans Knowl Data Eng. 2009 Mar 1;21(3):401-414. doi: 10.1109/TKDE.2008.91.

DOI:10.1109/TKDE.2008.91
PMID:19915690
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC2776754/
Abstract

The SPARQL LeftJoin abstract operator is not distributive over Union; this limits the algebraic manipulation of graph patterns, which in turn restricts the ability to create query plans for distributed processing or query optimization. In this paper, we present semQA, an algebraic extension for the SPARQL query language for RDF, which overcomes this issue by transforming graph patterns through the use of an idempotent disjunction operator Or as a substitute for Union. This permits the application of a set of equivalences that transform a query into distinct forms. We further present an algorithm to derive the solution set of the original query from the solution set of a query where Union has been substituted by Or. We also analyze the combined complexity of SPARQL, proving it to be NP-complete. It is also shown that the SPARQL query language is not, in the general case, fixed-parameter tractable. Experimental results are presented to validate the query evaluation methodology presented in this paper against the SPARQL standard to corroborate the complexity analysis and to illustrate the gains in processing cost reduction that can be obtained through the application of semQA.

摘要

SPARQL左连接抽象运算符对并集不具有分配性;这限制了图形模式的代数操作,进而限制了为分布式处理或查询优化创建查询计划的能力。在本文中,我们提出了semQA,这是一种针对RDF的SPARQL查询语言的代数扩展,它通过使用幂等析取运算符Or作为并集的替代来转换图形模式,从而克服了这个问题。这允许应用一组将查询转换为不同形式的等价关系。我们进一步提出了一种算法,从用Or替代了并集的查询的解集推导出原始查询的解集。我们还分析了SPARQL的组合复杂性,证明其为NP完全问题。还表明,一般情况下,SPARQL查询语言不是固定参数可处理的。给出了实验结果,以对照SPARQL标准验证本文提出的查询评估方法,以证实复杂性分析,并说明通过应用semQA可在处理成本降低方面获得的收益。