home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Komunik / amaya / 9x / amaya-Win98-6.2.exe / _SETUP.1 / thread.rdf < prev    next >
Encoding:
Text File  |  2001-10-21  |  1.6 KB  |  36 lines

  1. <rdf:RDF
  2.    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  4.  
  5. <rdf:Description about="http://www.w3.org/2001/03/thread#">
  6.  <rdfs:comment>A namespace for describing discussion threads</rdfs:comment>
  7.  <rdfs:comment>$Revision: 1.1 $ $Date: 2001/10/21 14:28:17 $</rdfs:comment>
  8.  <rdfs:seeAlso rdf:resource="http://www.w3.org/2001/Annotea"/>
  9.  <rdfs:seeAlso rdf:resource="http://www.w3.org/2000/10/annotation-ns#"/>
  10. </rdf:Description>
  11.  
  12. <rdfs:Class rdf:about="http://www.w3.org/2001/03/thread#Reply">
  13.   <rdfs:label xml:lang="en">Reply</rdfs:label>
  14.   <rdfs:comment>A resource is a reply if one of its types is Reply.</rdfs:comment>
  15.   <rdfs:isDefinedBy resource="http://www.w3.org/2001/03/thread#"/>
  16. </rdfs:Class>
  17.  
  18. <rdf:Property rdf:about="http://www.w3.org/2001/03/thread#inReplyTo">
  19.   <rdfs:label xml:lang="en">in reply to</rdfs:label>
  20.   <rdfs:comment>A resource, regardless of its type, is part of a
  21.    discussion thread when it has an <em>inReplyTo</em> relationship
  22.    to another resource.</rdfs:comment>
  23.   <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2001/03/thread#"/>
  24. </rdf:Property>
  25.  
  26. <rdf:Property rdf:about="http://www.w3.org/2001/03/thread#root">
  27.   <rdfs:label xml:lang="en">root of thread</rdfs:label>
  28.   <rdfs:comment>Every resource that is part of a discussion thread
  29.    should have a <em>root</em> property to identify the first resource
  30.    in the thread.  Every resource in the thread will have the same
  31.    resource as its root.</rdfs:comment>
  32.   <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2001/03/thread#"/>
  33. </rdf:Property>
  34.  
  35. </rdf:RDF>
  36.