单词 | SPARQL | ||||||||
释义 | SPARQL
更多释义 收起释义 例句释义: 查询语言,资源描述框架查询语言,本体查询语言 1. This SPARQL query includes a bit of logic to identify which data from the various files goes together, but that's fairly simple. 这个SPARQL查询包含一些逻辑用于识别来自各个文件的哪些数据组合到一起,但是这也相当简单。 www.ibm.com 2. Its syntax is similar to that of SQL, and SPARQL queries consist of a series of triple patterns and modifiers. 其语法类似于SQL,SPARQL查询包括一系列的三元组范型和修饰符。 www.ibm.com 3. SPARQL, depending on the engine that you run it against, can be completely distributed through something known as the linked data effect. 根据所运行引擎的不同,SPARQL可以全部通过称为链接数据结果(linkeddataeffect)的内容进行分发。 www.ibm.com 4. With SPARQL, your coupling with data can be very abstract because of the distributed but interlinked nature of the RDF. 使用SPARQL与数据进行耦合可能会非常抽象,因为RDF是分布式但又互相链接的。 www.ibm.com 5. Defined as "a repository of RDF graphs managed by a single service" it serves as the endpoint to which any SPARQL statement will be posted. 图库就是“在单个服务管理下的一个RDF图仓库(repository)”,其作用是作为发布SPARQL表达式的端点(endpoint)。 www.infoq.com 6. SPARQL was designed to be capable of querying multiple data sources distributed across the Web. SPARQL被设计成能够查询Web上分布的多个数据源。 www.ibm.com 7. So far, you've seen two ways to run a simple SPARQL query: using the command-line sparql utility, and using Java code with the Jena API. 迄今为止,您已经看到了两种运行简单SPARQL查询的方法:用命令行sparql工具,用Java代码调用JenaAPI。 www.ibm.com 8. Your first thought when comparing the two listings is likely to be that the SPARQL version clearly has many more lines than the SQL version. 在比较两张清单时,您的第一个想法很可能是SPARQL版本明显比SQL版本长很多。 www.ibm.com 9. Alternatively, named graphs can be provided to the sparql command with --named URL, with the URL giving the location of the graph. 另外,也可以用--namedURL把命名图提供给sparql命令,URL用于指定图的位置。 www.ibm.com 10. There's a lot more to SPARQL than it is possible to cover here, so do use the Resources below to find out more about SPARQL's features. 对于SPARQL,还有更多这里可能没有介绍的内容,所以请利用下面的参考资料查找关于SPARQL特性的更多内容。 www.ibm.com 1. However, for our purposes, simple closely coupled functions are used to exemplify the similarities and differences between SPARQL and SQL. 但是,出于我们的目的,使用了简单的紧密耦合函数来说明SPARQL与SQL的异同。 www.ibm.com 2. The FILTER keyword in SPARQL restricts the results of a query by imposing constraints on values of bound variables. SPARQL中的FILTER关键字对绑定变量的值进行约束,从而限制查询的结果。 www.ibm.com 3. It's worth taking a look at the similarities and differences between CRUD operations when developed in SQL and SPARQL. 在使用SQL和SPARQL进行开发时,需要查看一下CRUD操作之间的异同。 www.ibm.com 4. In fact, these SPARQL endpoints are often additional interfaces added on to existing relational databases. 实际上,这些SPARQL端点通常都是一些添加到现有关系型数据库的额外接口。 www.ibm.com 5. Several utilities are available to expose existing data as a Web endpoint queryable through SPARQL, the query language of the Semantic Web. 一些工具可以将现有数据公开为可通过SPARQL查询的Web端点,SPARQL是语义Web的查询语言。 www.ibm.com 6. The next line of the SPARQL code describes the query request. SPARQL代码的下一行描述了查询请求。 www.ibm.com 7. Another approach to extracting data from the XML of a SPARQL result set is to apply an XSLT. 从XML形式的SPARQL结果集中提取数据的另一种办法是应用XSLT。 www.ibm.com 8. This endpoint is identified by a URL passed as an argument when you create the SPARQLWrapper object stored in the script's sparql object. 在创建SPARQLWrapper对象(存储于脚本的sparql对象中)时,此端点会被一个作为实参传递来的URL标识。 www.ibm.com 9. By using SPARQL's FILTER keyword to indicate that you only want an artist name and album name matching the indicated patterns. 通过使用SPARQL的FILTER关键字来表明我们只想获得与所指定的模式相匹配的艺人名和专辑名。 www.ibm.com 10. The core standards are RDF for representation, SPARQL for querying, RDFS for structuring, and OWL for structuring and reasoning. 核心技术包括用于表示的RDF、用于查询的SPARQL、用于构造的RDFS以及用于构造和推理的OWL。 www.ibm.com 1. SPARQL is an additional method of querying, not necessarily an immediate replacement of SQL. SPARQL是另一种查询方法,不一定要立即替换SQL。 www.ibm.com 2. Moving beyond linkedmdb. org, you can find other public SPARQL endpoints that give you access to a wider range of data. 除了linkedmdb.org外,您还可以找到其他的公共SPARQL端点,为您提供对更广泛数据的访问。 www.ibm.com 3. Please note, as mentioned in the previous section, that different variables pass into the SQL and the SPARQL versions. 请注意,如上一节所示,这些不同的变量传递到SQL和SPARQL版本中。 www.ibm.com 4. The same SPARQL queries can include content contributed by relational databases, REST services, native RDF triplestores and now documents. 同样的SPARQL查询所能包含的内容可以来自于关系数据库、REST服务、本地RDF三元组仓库(triplestores)、以及如今的文档。 www.infoq.com 5. A graph is specified at runtime on the command line with the sparql --data URL option, where URL is the graph's location. 可以在命令行用sparql--dataURL选项在运行时指定图,其中URL是图的位置。 www.ibm.com 6. Examples using named graphs have shown you how combining multiple graphs in SPARQL opens up your querying options. 使用命名图的示例还显示了如何使用SPARQL组合多个图来启用查询选项。 www.ibm.com 7. To fully embrace the Semantic Web idea, you can apply traditional Web-development techniques to RDF data using SPARQL. 要彻底地应用语义Web理念,您可以使用SPARQL将传统的Web开发技术应用到RDF数据中。 www.ibm.com 8. Most SPARQL discussions focus on the query language and the protocol that provide the Q and P in its name. 大多数SPARQL讨论关注的是查询语言和其名称中的Q和P所代表的协议。 www.ibm.com 9. The SPARQL Protocol And RDF Query Language (SPARQL) is currently under discussion as a W3C Working Draft. SPARQL协议和RDF查询语言(SPARQL)目前是W3C的工作草案,还在讨论当中。 www.ibm.com 10. SPARQL query tool: Experiment with this demo provided by the author. SPARQL查询工具:实验作者提供的示例。 www.ibm.com 1. The first two lines of the SPARQL are the PREFIX declarations. SPARQL的前两行是PREFIX声明。 www.ibm.com 2. The RDF data is sorted, cross-referenced, and converted to XML by a SPARQL engine. RDF数据被SPARQL引擎分类、交叉引用和转换成XML。 www.ibm.com 3. Jenabean also has support for binding to a SPARQL (SPARQL Query Language for RDF) result. Jenabean还支持到SPARQL(RDF的SPARQL查询语言)结果的绑定。 www.ibm.com 4. To execute the above SQL and SPARQL statements, you must connect to the system somehow. 要执行上面的SQL和SPARQL语句,必须以某种方式连接到系统中。 www.ibm.com 5. Now let's look at a very simple SPARQL query over the bloggers model. 现在,我们来看一个针对博客模型的非常简单的SPARQL查询。 www.ibm.com 6. SPARQL queries are created and executed with Jena via classes in the com. hp. hpl. jena. query package. 通过com.hp.hpl.jena.query包中的类,使用Jena来创建和执行SPARQL查询。 www.ibm.com 7. Named graphs are used within a SPARQL query with the GRAPH keyword, in conjunction with either a graph URI or a variable name. 在SPARQL查询内部用GRAPH关键字调用命名图,后面是图的URI或变量名。 www.ibm.com 8. And the fact that the SPARQL query language has come out now means that all kinds of data can be surfaced as RDF. SPARQL查询语言已经推出,这一事实意味着所有类型的数据都可以表现为RDF。 www.ibm.com 9. SPARQL endpoints provide access to databases through queries that use the W3C standard SPARQL query language. SPARQL端点通过查询提供了对数据库的访问,而这些查询使用的是W3C标准的SPARQL查询语言。 www.ibm.com 10. In addition to implementing SPARQL, ARQ's query engine can also parse queries expressed in RDQL or its own internal query language. 除了实现SPARQL之外,ARQ的查询引擎还可以解析使用RDQL或者它自己内部的查询语言表示的查询。 www.ibm.com 1. The function declarations in the SQL and SPARQL versions are identical. SQL与SPARQL版本中的函数声明是相同的。 www.ibm.com 2. In addition to the background graph, SPARQL can query any number of named graphs. 除了后台图,SPARQL还能查询任意数量的命名图。 www.ibm.com 3. To make sure that you are all set, call sparql from the command line, and make sure you see its usage message. 为了确定所有设置都已到位,请从命令行调用sparql,确定看到了它的用法信息。 www.ibm.com 4. In this section, I'll introduce more of SPARQL's features, and the more complex queries they enable. 在这一节中,我将介绍更多SPARQL的特性,以及它们支持的更复杂的查询。 www.ibm.com 5. Both RDF and SPARQL are technologies within what has been dubbed the Semantic Web stack. RDF和SPARQL都是所谓语义Web栈(semanticWebstack)中的技术。 www.ibm.com 6. Now, compare the SQL-based PHP code in Listing 9 with the SPARQL-based PHP code in Listing 10 for the humble read operation. 现在,比较清单9中基于SQL的PHP代码与清单10中基于SPARQL的PHP代码中的read操作。 www.ibm.com 7. Now, compare the SQL-based PHP code in Listing 13 with the SPARQL-based PHP code in Listing 14 for the delete operation. 现在,比较清单13中基于SQL的PHP代码与清单14中基于SPARQL的PHP代码中的delete操作。 www.ibm.com 8. Now compare the SQL-based PHP code in Listing 15 with the SPARQL-based PHP code in Listing 16 for the update operation. 现在比较清单15中基于SQL的PHP代码与清单16中基于SPARQL的PHP代码中的update操作。 www.ibm.com 9. SPARQL is the query language for the Semantic Web. SPARQL是语义网络的查询语言。 blog.sina.com.cn 10. Now, compare the SQL-based code in Listing 3 with the SPARQL-based code in Listing 4 for the same create operation. 现在,比较清单3中基于SQL的代码与清单4中基于SPARQL的代码中的create操作。 www.ibm.com 1. Now compare the SQL-based code in Listing 7 with the SPARQL-based code in Listing 8 for the update operation. 现在比较清单7中基于SQL的代码与清单8中基于SPARQL的代码中的update操作。 www.ibm.com 2. Because the range of connection methods for SQL and SPARQL vary, it isn't feasible to cover these in any detail here. 由于SQL和SPARQL的连接方法的范围是不同的,因此不适合在本文中详细介绍这些方法。 www.ibm.com 3. The WHERE statements are quite different from each other because with SPARQL, you must specify which schemas to use to fetch data. 两者的WHERE语句完全不同,因为使用SPARQL,必须指定用于获取数据的模式。 www.ibm.com 4. Now, compare the SQL-based code in Listing 5 with the SPARQL-based code in Listing 6. 现在,比较清单5中基于SQL的代码与清单6中基于SPARQL的代码。 www.ibm.com 5. This tutorial introduces SPARQL and the data formats it is based on. 本教程介绍了SPARQL以及基础数据格式。 www.ibm.com 6. Of course, there are also reasons why you may not want to move away from SQL, and they are probably perfectly valid reasons. 当然,不希望从SQL迁移到SPARQL也有许多理由,并且这些理由可能非常充分。 www.ibm.com 7. What makes it new this time is that the query language in use is SPARQL, instead of the more well-known SQL. 惟一让其出新意之处是这次使用的查询语言是SPARQL,而非为人熟知的SQL。 www.ibm.com 8. The draft from HP does not raise nor answer this question, but the SPARQL Update Wiki gives some hints in its Q&A section 惠普公司的SPARQLUpdate草案既没有提出、也没有回答这一问题,但SPARQLUpdateWiki在其Q&A部分给出了一些提示 www.infoq.com 9. Translating an entirely free-text question into a SPARQL query 将随意一个文本问题转变成SPARQL查询 www.ibm.com 10. Anatomy of a simple SPARQL query 一个简单SPARQL查询的剖析 www.ibm.com 1. After gathering RDF versions of all the data, I use another SPARQL query, in Listing 1, to extract the data for the final report 收集了所有数据的RDF版本之后,我使用另一个SPARQL查询(参见清单1)来为最终的报表抽取数据 www.ibm.com 2. Listing 2. arq command specifying data sources, location of SPARQL query, and results format 清单2.arq命令指定数据源、SPARQL查询的位置和结果格式 www.ibm.com 3. Writing the SPARQL queries for the journal system 编写日志系统的SPARQL查询 www.ibm.com 4. This is the URL of the SPARQL-based endpoint in which I will be doing my searches. This example uses the DBpedia endpoint at 它是基于SPARQL端点的URL,我将在这个端点进行搜索。 www.ibm.com |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。