<html xmlns="http://www.w3.org/1999/xhtml" a0:Name="SuikaWiki" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:Version="0.9"><head></head><body><ul><li><a0:anchor-end a0:anchor="1">[1]</a0:anchor-end> <a0:anchor>RDF</a0:anchor> の表現方法の1つ。</li><li><a0:anchor-end a0:anchor="2">[2]</a0:anchor-end> <a0:anchor>N3</a0:anchor> の日本語版みたいな感じ。</li><li><a0:anchor-end a0:anchor="3">[3]</a0:anchor-end> <samp><a0:anchor-external a0:resParameter="http://foo.example/so3" a0:resScheme="URI">http://foo.example/so3</a0:anchor-external> は <a0:anchor-external a0:resParameter="http://foo.example/rdf" a0:resScheme="URI">http://foo.example/rdf</a0:anchor-external> の <a0:anchor-external a0:resParameter="http://foo.example/one-of-representation" a0:resScheme="URI">http://foo.example/one-of-representation</a0:anchor-external>。</samp> みたいな。</li></ul><p><a0:anchor-end a0:anchor="4">[4]</a0:anchor-end> 構文案:<ul><li>so3 = header body</li><li>header = '#?RDF-SO3/1.0' CRLF</li><li>body = *(*WSP svo) *WSP</li><li>statement = sov *WSP &quot;。&quot;</li><li>sov = subject *WSP ov</li><li>ov = object *WSP verb</li><li>subject = resource *WSP [&quot;が&quot; / &quot;は&quot; / &quot;も&quot;]</li><li>object = (resource / literal) *WSP [&quot;の&quot; / &quot;を&quot; / &quot;という&quot; / &quot;が&quot;]</li><li>verb = resource *WSP [&quot;だ&quot; / &quot;する&quot; / &quot;とする&quot;]</li><li>resource = uri-reference / qname / anon-resource / formula / function</li><li>uri-reference = &quot;&lt;&quot; &lt;URIReference  defined by IETF RFC on URI&gt; &quot;&gt;&quot;</li><li>qname = [ncname] &quot;:&quot; ncname</li><li>ncname = &lt;NCName defined by XML Names&gt;</li><li>anon-resource = &quot;[&quot; [*WSP ov *(*WSP &quot;、&quot; *WSP [ov])] &quot;]&quot;</li><li>function = &quot;@&quot; (qname / ncname) [&quot;&lt;&quot; *(CHAR - (&quot;&lt;&quot; / &quot;&gt;&quot;)) &quot;&gt;&quot; / literal]</li><li>literal = &lt;&quot;&gt; *(CHAR - (&lt;&quot;&gt; / &quot;\&quot;) / escape) &lt;&quot;&gt;</li><li>escape = &quot;\u&quot; 4HEXDIGIT / &quot;\U&quot; 8HEXDIGIT</li></ul></p><p>例<pre>:は&lt;&gt;の@接頭辞。
話題:は<a0:anchor-external a0:resParameter="http://bar.example/category/" a0:resScheme="URI">http://bar.example/category/</a0:anchor-external>の接頭辞。

<a0:anchor-external a0:resParameter="http://foo.example/" a0:resScheme="URI">http://foo.example/</a0:anchor-external>は
  @@ @URI&lt;#Webサイト&gt;だ、
  [
    @@ :人、
    &quot;ふー&quot;を :名前 とする、
    [
      @@ :人、
      &quot;ばー&quot;を :名前 とする。
    ] の :妻 だ、
    [
      @@ :食べ物、
      &quot;カレーライス&quot;が :好き。
    ]
  ]を@URI&lt;#著者&gt;とする、
  話題:WWW,
  話題:HTML を@URI&lt;#取扱う&gt;。

<a0:anchor-external a0:resParameter="http://foo.example/WWW/" a0:resScheme="URI">http://foo.example/WWW/</a0:anchor-external>は
  <a0:anchor-external a0:resParameter="http://foo.example/" a0:resScheme="URI">http://foo.example/</a0:anchor-external>を
  :目次 とする。</pre></p></body></html>