result-7-01.n3
来自「Jena推理机」· N3 代码 · 共 28 行
N3
28 行
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "x" ;
rs:resultVariable "y" ;
rs:resultVariable "a" ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "y" ; rs:value <http://rdf.hp.com/r1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r2> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "x" ; rs:value <http://rdf.hp.com/r1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "y" ; rs:value <http://rdf.hp.com/r2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r1> ] ;
] ;
.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?