1.nt

来自「Jena推理机」· NT 代码 · 共 22 行

NT
22
字号
         
# comment at the beginning of a line

                # comment in the middle of a line

# comments on
# consecutive lines       
         


<http://subject> <http://predicate> <http://object> .
_:a <http://test/p1> _:b .

_:b <http://test/p2> "foo" .

_:c <http://test/p3> "foo\"\\\n\r\tbar" .

_:d <http://test/p4> "foo
bar" .


⌨️ 快捷键说明

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