rdf-result-08.nt

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

NT
20
字号
# Jena N3->RDF converter: Tests/rdf-test-08.n3
<http://h/r> <http://h/p> "0" .
<http://h/r> <http://h/p> "1" .
<http://h/r> <http://h/p> "2" .
<http://h/r> <http://h/p> "12" .
<http://h/r> <http://h/p> "123" .

<http://h/r> <http://h/p> "Literal with \" double quote - 1" .
<http://h/r> <http://h/p> "Literal with \" double quote - 2" .

<http://h/r> <http://h/p> "Long 'SingleQuoted' String" .
<http://h/r> <http://h/p> "Long \"DoubleQuoted\" String" .

<http://h/r> <http://h/p-unix> "Unix newline\nconvention" .
<http://h/r> <http://h/p-windows> "Windows newline\r\nconvention" .
<http://h/r> <http://h/p-mac> "Mac newline\rconvention" .

#<http://h/r> <http://h/p> "euro" .
#<http://h/r> <http://h/p> "\uFFFD" .

⌨️ 快捷键说明

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