sep-term.n3

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

N3
21
字号
# $Id: sep-term.n3,v 1.1 2006/12/09 20:39:25 andy_seaborne Exp $

{ <a> <b> <c>} <p> <o>.
{ <a> <b> <c>. <d> <e> <f>} <p> <o>.
{ <a> <b> <c>. <d> <e> <f>.} <p> <o>.


<something> <relatedTo> <somethingElse>;
   <relatedTo> <anotherThing>;
   <and> <anotherThing>;
   .

<something> <relatedTo> <somethingElse>;
   <relatedTo> <anotherThing>;
   <and> <anotherThing>
   .

# this case doesn't work yet:
{ <a> <b> <c>. #foo
  } <p> <o>.

⌨️ 快捷键说明

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