test03.rdf

来自「Jena推理机」· RDF 代码 · 共 21 行

RDF
21
字号
<!--
The test is to give an error message
that mentions the absence of parseType="Literal"  
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns="http://example.org/">
  <ConfigurationKey rdf:ID="aclcodecs">
    <comment>
      <val>
This constant is the key of the property whose
value contains the
list of ACLCODECSs that have to be launched
at bootstrap time.
This list must be retrieved via the
<code>getSpecifiers(ACLCODECS)</code>
method.
      </val>
    </comment>
  </ConfigurationKey>
</rdf:RDF>

⌨️ 快捷键说明

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