Jena推理机

源代码在线查看: boolean-logical-or.rq

软件大小: 21751 K
上传用户: zhaobaoru
关键词: Jena 推理机
下载地址: 免注册下载 普通下载 VIP

相关代码

				# Positive test: product of type promotion within the xsd:decimal type tree.
				# $Id: boolean-logical-OR.rq,v 1.5 2007/01/15 16:13:12 andy_seaborne Exp $
				
				PREFIX rdf: 
				PREFIX xsd: 
				SELECT ?one
				 WHERE { ?one rdf:value ?oneL .
				         FILTER ( (TRUE || FALSE) = ?oneL ) }
							

相关资源