error002.rdf

来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RDF 代码 · 共 35 行

RDF
35
字号
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright World Wide Web Consortium, (Massachusetts Institute of
  Technology, Institut National de Recherche en Informatique et en
  Automatique, Keio University).
 
  All Rights Reserved.
 
  Please see the full Copyright clause at
  <http://www.w3.org/Consortium/Legal/copyright-software.html>

  Issue: rdf-charmod-literals

  Description: WITHDRAWN, was Illegal literal value; not in NFC

    Black test case 2 from
    http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html

  $Id: error002.rdf,v 1.3 2005/09/19 10:36:18 jeremy_carroll Exp $

-->

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:eg="http://example.org/">
<!-- Someone else registers himself under the unused name of Du虉rst,
        along with some other creation as its creator. -->
<!--
   <rdf:Description rdf:about="http://example.org/adult-content.html">
-->
   <!-- The u虉 below is two characters a u followed by 
          #x308. It should be displayed identically to  眉. -->
      <eg:Creator eg:named="Du&#x308;rst"/>
   </rdf:Description>
</rdf:RDF>

⌨️ 快捷键说明

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