{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of being defeated in a competitive activity.",
      "rdfs:label" : "LoseAction",
      "rdfs:subClassOf" : "schema:AchieveAction"
   },
   "properties" : {
      "schema:winner" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The winner of the action.",
         "rdfs:label" : "winner",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : "schema:LoseAction",
         "schema:rangeIncludes" : "schema:Person"
      }
   }
}