@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . @prefix email: . :owlfoo a daml:class; rdfs:label "OWL Foo Test". :owlComment a daml:class; rdfs:label "Owl Comment" . :owlOpenComment a daml:class; rdfs:subclassOf :owlComment; rdfs:label "Open OWL comment" . :owlClosedComment a daml:class; rdfs:subclassOf :owlComment; rdfs:label "Closed OWL comment" . :owlClosedAsSpam a daml:class; rdfs:subclassOf :owlClosedComment; rdfs:label "Comment was spam or labeled incorrectly" . :owlClosedInAgreement a daml:class; rdfs:subclassOf :owlClosedComment; rdfs:label "WOWG agreed w/commentor made changes". :owlClosedThankYou a daml:class; rdfs:subclassOf :owlClosedComment; rdfs:label "WOWG agreed w/commentor no changes needed" . :owlClosedIWithExplanation a daml:class; rdfs:subclassOf :owlClosedComment; rdfs:label "No change made commentor agreed with explanation" . a :owlOpenComment. email:date "Tue, 1 Apr 2003 17:50:00 +0800"; email:subject "typo error in (normative) appendix B of OWL Reference"; email:from [ email:phrase "Yuzhong Qu"; email:mbox ]; email:to [ email:mbox ]; email:senders "yzqu@seu.edu.cn\n"; email:recipients """public-webont-comments@w3.org """ . a :owlClosedThankYou. email:date "Tue, 1 Apr 2003 08:28:31 -0500"; email:subject "Re: typo error in (normative) appendix B of OWL Reference"; email:references ; email:from [ email:phrase "Jim Hendler"; email:mbox ]; email:to [ email:phrase "Yuzhong Qu"; email:mbox ], [ email:mbox ]; email:senders "hendler@cs.umd.edu\n"; email:recipients """yzqu@seu.edu.cn public-webont-comments@w3.org """ . a :owlClosedWithExplanation. email:date "Wed, 02 Apr 2003 11:22:17 +0100"; email:subject """"lastname" and "firstname" are not culturally neutral"""; email:from [ email:phrase "Misha Wolf"; email:mbox ]; email:to [ email:mbox ]; email:cc [ email:phrase "Www International"; email:mbox ]; email:senders """Misha.Wolf@reuters.com """; email:recipients """public-webont-comments@w3.org www-international@w3.org """ . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "06/20/2003"; dc:description "Screwing Around w/OWL Comments".