test008-in.rdf

来自「这是外国一个开源推理机」· RDF 代码 · 共 30 行

RDF
30
字号
<?xml version="1.0" encoding="UTF-8"?><!-- parseType="Literal" test --><rdf:RDF	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"	xmlns:dc="http://purl.org/dc/elements/1.1/"	xmlns:foo="foo:bar#"><rdf:Description rdf:about="http://www.openrdf.org/">  <rdfs:label>www.openrdf.org</rdfs:label>  <dc:description rdf:parseType="Literal">This should be a description of http://www.openrdf.org/, instead it is an XML literal with some plain text, <a href="http://www.opendf.org/">a link to openrdf website</a>, more plain text and an &amp; entity ref</dc:description>  <foo:uptime rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1004</foo:uptime></rdf:Description><rdf:Description rdf:about="http://www.aduna.biz/">  <rdfs:label>www.aduna.biz</rdfs:label>  <dc:description>Great site!</dc:description>  <foo:uptime rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">998</foo:uptime></rdf:Description><rdf:Description rdf:about="http://protege.stanford.edu/">  <rdfs:label>protege.stanford.edu</rdfs:label>  <dc:description>Great site!</dc:description>  <foo:uptime rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">997</foo:uptime></rdf:Description></rdf:RDF>

⌨️ 快捷键说明

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