model4.nt
来自「Jena推理机」· NT 代码 · 共 13 行
NT
13 行
# Model 4 : Strange shapes
# Resource and property the same URI
<http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> "R==P" .
# Property and value
<http://rdf.hp.com/uri-r> <http://rdf.hp.com/uri-p> <http://rdf.hp.com/uri-p>.
# Resource and value has been done in model2.
# All the same!
<http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> <http://rdf.hp.com/uri1> .
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?