0

RDF に関するオンラインの例を見つけました。

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#   xmlns:ns="http://www.example.org/#">
  <ns:Person rdf:about="http://www.example.org/#john">
    <ns:hasMother rdf:resource="http://www.example.org/#susan" />
    <ns:hasBrother rdf:resouce="http://www.example.org/#luke" />
  </ns:Person>
</rdf:RDF>

ジョンに 2 人の兄弟がいる場合、ドキュメントをどのように変更しますか?

4

1 に答える 1