result-b-11.n3
来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· N3 代码 · 共 63 行
N3
63 行
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "z" ;
rs:resultVariable "y" ;
rs:resultVariable "x" ;
rs:solution
[ rs:binding [ rs:value "value"@en ;
rs:variable "z"
] ;
rs:binding [ rs:value <http://rdf.hp.com/r> ;
rs:variable "x"
] ;
rs:binding [ rs:value <http://rdf.hp.com/p2> ;
rs:variable "y"
]
] ;
rs:solution
[ rs:binding [ rs:value "value" ;
rs:variable "z"
] ;
rs:binding [ rs:value <http://rdf.hp.com/r> ;
rs:variable "x"
] ;
rs:binding [ rs:value <http://rdf.hp.com/p3> ;
rs:variable "y"
]
] ;
rs:solution
[ rs:binding [ rs:value "value"^^rdf:XMLLiteral ;
rs:variable "z"
] ;
rs:binding [ rs:value <http://rdf.hp.com/p8> ;
rs:variable "y"
] ;
rs:binding [ rs:value <http://rdf.hp.com/r> ;
rs:variable "x"
]
] ;
rs:solution
[ rs:binding [ rs:value <http://rdf.hp.com/p2> ;
rs:variable "y"
] ;
rs:binding [ rs:value "value"@zz ;
rs:variable "z"
] ;
rs:binding [ rs:value <http://rdf.hp.com/r> ;
rs:variable "x"
]
] ;
rs:solution
[ rs:binding [ rs:value <http://rdf.hp.com/r> ;
rs:variable "x"
] ;
rs:binding [ rs:value "value"^^<http://rdf.hp.com/ns#someType> ;
rs:variable "z"
] ;
rs:binding [ rs:value <http://rdf.hp.com/p1> ;
rs:variable "y"
]
] .
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?