W3C
Example RDF data model Table-of-Contents Practical issues with RDF
Change-size

Example RDF/XML encoding


<?xml version="1.0"?>
<?xml:namespace ns="http://www.w3.org/schemas/RDFschema" prefix="RDF"?>
<?xml:namespace ns="http://video.org/GenericVideo" prefix="V"?>
<RDF:RDF>
<RDF:Description about="http://foo.bar/video.mpg">
  <V:Structure>
    <RDF:Seq ID="scenes">
      <RDF:li ID="Scene 1">
        <V:hasPerson>Janne Saarela</V:hasPerson>
      </RDF:li>
      <RDF:li ID="Scene 2">
        <V:hasPerson>Jay Leno</V:hasPerson>
      </RDF:li>
    </RDF:Seq>
  </V:Structure>
</RDF:Description>
</RDF:RDF>

Janne Saarela

10 of 16