extendedtype-graph.rq

来自「Jena推理机」· RQ 代码 · 共 10 行

RQ
10
字号
# Test graph match on extended type.
# $Id: extendedType-graph.rq,v 1.5 2007/01/15 16:13:26 andy_seaborne Exp $

PREFIX loc: <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/extendedType-0#>
PREFIX air: <http://www.daml.org/2001/10/html/airport-ont#>
SELECT ?a1
 WHERE {?a1 air:name ?name1 ;
            loc:location ?l1 .
        ?l1 loc:rotational "-7420507.1"^^loc:ECEF_X }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?