?? extendedtype-eq-pass.rq
字號:
# Only extended types with identical lexical rep and datatypes can be = .
# $Id: extendedType-eq-pass.rq,v 1.5 2007/01/15 16:13:23 andy_seaborne Exp $
PREFIX loc: <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/extendedType-0#>
PREFIX wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX air: <http://www.daml.org/2001/10/html/airport-ont#>
#PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
#SELECT ?a1 (xsd:float(xsd:string(?rot1))-5.5) ?a2
SELECT ?a1 ?a2
WHERE {?a1 air:name ?name1 ;
loc:location ?l1 .
?l1 loc:rotational ?rot1 .
?a2 air:name ?name2 ;
loc:location ?l2 .
?l2 loc:rotational ?rot2 .
FILTER (?rot1 = ?rot2)}
# FILTER (str(?rot1) = "-7420507.1")}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -