tp-double-decimal-fail.rq
来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RQ 代码 · 共 11 行
RQ
11 行
# Positive test: product of type promotion within the xsd:decimal type tree.
# $Id: tP-double-decimal-fail.rq,v 1.9 2007/09/17 17:40:55 andy_seaborne Exp $
PREFIX t: <http://www.w3.org/2001/sw/DataAccess/tests/data/TypePromotion/tP-0#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
ASK
WHERE { t:double1 rdf:value ?l .
t:decimal1 rdf:value ?r .
FILTER ( datatype(?l + ?r) = xsd:decimal ) }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?