domtest.nt

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

NT
19
字号
_:jA0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/types/Query> .
_:jA0 <http://example.org/types/queryID> "q0" .
_:jA0 <http://example.org/types/limit> "10" .
_:jA0 <http://example.org/types/allowCreate> "false" .
_:jA1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/types/QueryTerm> .
_:jA1 <http://example.org/types/termID> "t0" .
_:jA0 <http://example.org/types/qTerm> _:jA1 .
_:jA1 <http://example.org/types/queryType> "artist" .
_:jA1 <http://example.org/types/name> "artist1" .
_:jA2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/types/Query> .
_:jA2 <http://example.org/types/queryID> "q1" .
_:jA2 <http://example.org/types/limit> "10" .
_:jA2 <http://example.org/types/allowCreate> "false" .
_:jA3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/types/QueryTerm> .
_:jA3 <http://example.org/types/termID> "t0" .
_:jA2 <http://example.org/types/qTerm> _:jA3 .
_:jA3 <http://example.org/types/queryType> "artist" .
_:jA3 <http://example.org/types/name> "artist2" .

⌨️ 快捷键说明

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