rdf-test-11.n3
来自「Jena推理机」· N3 代码 · 共 15 行
N3
15 行
# Test the syntactic items for abbreviation.
# This is *not* testing rule application.
@prefix : <#> .
_:a => _:b .
_:a <= _:b .
_:a = _:b .
# 'this' refers to the current formula so is not legal for RDF
# this a "thing".
<> a "thing too".
<#> a "another thing".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?