rdf-test-15.n3

来自「Jena推理机」· N3 代码 · 共 19 行

N3
19
字号
# Forward paths
@prefix : <#>.

:x1!:y1 :p1 "3" .

:a1!:b1!:c1 :q1 "3" ; :q2 "4" , "5" .

# NB Cwm is wrong on these (it can't cope with qnames of :a etc in paths).
@prefix a: <http://a/ns#>.

:x2.a:y2 :p2 "3" .

:a2.a:b2.a:c2 :q1 "3" ; :q2 "4" , "5" .

# Object slot
# cwm does not generate the right thing.

:r :p :o.a:p1.a:p2 .

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?