📄 test01.rdf
字号:
<!-- what a frightful mess this is
The test is to produce a helpful error message.
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:capability="http://example.org/"
xmlns:owl="http://example.org/2#"
xml:base="http://example.org/3" >
<capability:precondition>
<capability:ParameterDescription rdf:ID="parID">
<capability:parameterName>par</capability:parameterName>
<capability:restrictedTo rdf:resource="#Softwaregood"/>
<owl:Class rdf:ID="Condition">
<owl:Restriction>
<owl:onProperty rdf:resource="#hasVendor"/>
<owl:hasValue rdf:resource="#HP"/>
</owl:Restriction>
</owl:Class>
</capability:ParameterDescription>
</capability:precondition>
</rdf:RDF>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -