@prefix daml: . @prefix rdf: . @prefix rdfs: . @prefix dc: . :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" . :owlClosedWithExplanation a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "No change made commentor agreed with explanation" . :owlClosedAndIssuePostponed a daml:Class; rdfs:subClassOf :owlClosedComment; rdfs:label "An issue (no 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. :Number a daml:dataTypeProperty. :Comment a daml:dataTypeProperty. :EmailClosed a daml:dataTypeProperty. :ClosedType a daml:dataTypeProperty. :IssuePostponed a daml:dataTypeProperty. :MovedTo a daml:dataTypeProperty. :Added a daml:dataTypeProperty.