n3-writer-test-02.n3
来自「Jena推理机」· N3 代码 · 共 14 行
N3
14 行
@prefix a: <http://foo/a#> .
@prefix : <#> .
:test :comment "String tests".
a:b a:p01 "123".
a:b a:p02 "123-\"-\'-quote".
a:b a:p03 '123-\"-\'-quote'.
a:b a:p10 """Triple double-quoted string with single quotes (" ') and newline
in it""".
a:b a:p11 '''Triple single-quoted string with single quotes (" ') and newline
in it'''.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?