is this good? what is the last RDF/S? any other connectors?

hello fellows.

I published my outlook iCal extractor and what i get is roughly this:

a few questions:
* are the ano dates with dtstamp correct?
* the anos bug me on querying, are they really needed?
* why is this list so quiet?

* what is the best rdfs extractor of cal metadata from iCal files? (i 
need for gnowsis)

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:j.0="http://www.w3.org/2002/12/cal/ical#">
  <j.0:Vevent 
rdf:about="http://leo.gnowsis.com/outlook/appointment/00000000ECD4B99358B9814B9DAFE2255CD8AE9A64243000">
    <j.0:lastModified rdf:parseType="Resource">
      <j.0:dateTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
      >2005-02-14T10:43:57Z</j.0:dateTime>
    </j.0:lastModified>
    <j.0:summary>Semantic Web Übung, Thomas Roth-Berghofer+Leo 
Sauermann</j.0:summary>
    <j.0:dtstamp rdf:parseType="Resource">
      <j.0:dateTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
      >2005-02-14T10:43:00Z</j.0:dateTime>
    </j.0:dtstamp>
    <j.0:dtstart rdf:parseType="Resource">
      <j.0:dateTime 
rdf:datatype="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin#tz"
      >2005-04-04T09:00:00</j.0:dateTime>
    </j.0:dtstart>
    <j.0:dtend rdf:parseType="Resource">
      <j.0:dateTime 
rdf:datatype="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin#tz"
      >2005-04-04T16:30:00</j.0:dateTime>
    </j.0:dtend>
    <rdfs:label>Semantic Web Übung, Thomas Roth-Berghofer+Leo 
Sauermann</rdfs:label>
    <j.0:uid>00000000ECD4B99358B9814B9DAFE2255CD8AE9A64243000</j.0:uid>
  </j.0:Vevent>
</rdf:RDF>

Received on Friday, 18 March 2005 14:57:16 UTC