error001.rdf

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

RDF
43
字号
<?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: was, Illegal literal value; not in NFC
  Description: No longer in error, withdrawn.

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

  $Id: error001.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 (encoded as two UTF-8 octets #xCC #x88).
        It should be displayed identically to 眉 (character #xFC encoded
        as two UTF-8 octets #xC3 #xBC). -->
      <eg:Creator eg:named="Du虉rst"/>

   </rdf:Description>
</rdf:RDF>

⌨️ 快捷键说明

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