rdf-test-17.n3

来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· N3 代码 · 共 12 行

N3
12
字号
# Mixed paths and paths as objects
@prefix : <#>.

:a!:b^:c :q1 "1" ; :q2 "21" , "22" .
:x^:y!:z :q3 "3" ; :q4 "41" , "42" .

<http://here/subj1> <http://here/pred/p1> :d1!:e1!:f1.
<http://here/subj2> <http://here/pred/p2> :d2^:e2^:f2.

<http://here/subj3> <http://here/pred/p3> :d3^:e3!:f3.
<http://here/subj4> <http://here/pred/p4> :d4!:e4^:f4.

⌨️ 快捷键说明

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