@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . :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 "The comment was spam or labeled incorrectly" . :owlClosedInAgreement a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "The working group agreed w/ the commentor and edited appropriately". :owlClosedThankYou a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "Comment endorsed the OWL design" . :owlClosedWithExplanation a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "No change was made, the commentor agreed with WOWG explanation" . :owlClosedAndIssuePostponed a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "An issue (new or old) opened and Postponed based on comment" . :owlClosedandMoved a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "No LC issue - discussion moved to another mailing list". :EmailOpen a daml:dataTypeProperty; rdfs:label "Email Open". :Number a daml:dataTypeProperty; rdfs:label "Issue Number". :Comment a daml:dataTypeProperty; rdfs:label "Comment". :EmailClosed a daml:dataTypeProperty; rdfs:label "Email Close". :ClosedType a daml:dataTypeProperty; rdfs:label "Close Type". :IssuePostponed a daml:dataTypeProperty; rdfs:label "Issue Postponed". :MovedTo a daml:dataTypeProperty; rdfs:label "Moved To". :Added a daml:dataTypeProperty; rdfs:label "Added" . :Mid a daml:dataTypeProperty; rdfs:label "Message ID". :Added rdfs:domain :owlClosedComment. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; :creator [ foaf:mbox ]; dc:date "06/22/2003"; dc:description "A new try at OWL comments".