<rdf:RDF
    xmlns:iw="http://inferenceweb.stanford.edu/2004/03/iw.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#">
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#Team"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#Person"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#Source"/>
  <owl:Class rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#Publication"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#hasSource"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#URL"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#name"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#englishDescription"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#month"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#firstSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#hasAuthor"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#lastSubmissionDate"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#submitter"/>
  <rdf:Property rdf:about="http://inferenceweb.stanford.edu/2004/03/iw.owl#year"/>
  <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/ORG/W3C.owl#W3C"/>
  <iw:Team rdf:about="http://inferenceweb.stanford.edu/registry/TM/IW-TEAM.owl#IW-TEAM"/>
  <iw:Person rdf:about="http://inferenceweb.stanford.edu/registry/PER/DCONNOLLY.owl#DCONNOLLY"/>
  <iw:Publication rdf:about="http://inferenceweb.stanford.edu/registry/PUB/SWTUTORIALN3.owl#SWTUTORIALN3"
     iw:firstSubmissionDate="20040513123944"
     iw:lastSubmissionDate="20040513124552"
     iw:URL="http://www.w3.org/2000/10/swap/doc/"
     iw:year="2003"
     iw:month="May">
    <iw:name>Semantic Web Tutorial Using N3</iw:name>
    <iw:englishDescription>This is an introduction to semantic web ideas aimed at someone with experience in programming, perhaps with web sites and scripting, who wants to understand how RDF is useful in practice. The aim is to give a feel for what the Semantic Web is, and allow one to imagine what life will be like when it is widely deployed. This is illustrated using the N3 language, which is easy to read and write, and cwm which is an experimental general purpose program for semantic web stuff.</iw:englishDescription>
    <iw:hasSource rdf:parseType="Collection">
      <iw:Source rdf:about="http://inferenceweb.stanford.edu/registry/ORG/W3C.owl#W3C"/>
    </iw:hasSource>
    <iw:submitter rdf:resource="http://inferenceweb.stanford.edu/registry/TM/IW-TEAM.owl#IW-TEAM"/>
    <iw:hasAuthor rdf:parseType="Collection">
      <iw:Person rdf:about="http://inferenceweb.stanford.edu/registry/PER/DCONNOLLY.owl#DCONNOLLY"/>
      <iw:Person rdf:about="http://inferenceweb.stanford.edu/registry/PER/SHAWKE.owl#SHAWKE"/>
      <iw:Person rdf:about="http://inferenceweb.stanford.edu/registry/PER/BERNERS-LEE.owl#BERNERS-LEE"/>
    </iw:hasAuthor>
  </iw:Publication>
  <rdf:List rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:RDF>
