owldemodata.xml
来自「information retrieve」· XML 代码 · 共 37 行
XML
37 行
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY eg 'urn:x-hp:eg/'>
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
]>
<rdf:RDF xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:xsd="&xsd;" xmlns:owl="&owl;"
xml:base="urn:x-hp:eg/" xmlns="⪚">
<Computer rdf:about="⪚whiteBoxZX">
<hasMotherBoard rdf:resource="⪚nForce" />
<hasBundle>
<GameBundle rdf:about="⪚actionPack" />
</hasBundle>
</Computer>
<Computer rdf:about="⪚whiteBoxZX">
<hasMotherBoard>
<rdf:Description rdf:about="⪚unknownMB" >
<hasGraphics rdf:resource="⪚gamingGraphics" />
</rdf:Description>
</hasMotherBoard>
</Computer>
<GamingComputer rdf:about="⪚alienBox51" />
<Computer rdf:about="⪚bigName42">
<hasMotherBoard rdf:resource="⪚bigNameSpecialMB" />
<hasBundle rdf:resource="⪚binNameSpecialBundle" />
</Computer>
</rdf:RDF>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?