{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of participating in performance arts.",
      "rdfs:label" : "PerformAction",
      "rdfs:subClassOf" : "schema:PlayAction"
   },
   "properties" : {
      "schema:entertainmentBusiness" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of location. The entertainment business where the action occurred.",
         "rdfs:label" : "entertainmentBusiness",
         "rdfs:subPropertyOf" : "schema:location",
         "schema:domainIncludes" : "schema:PerformAction",
         "schema:rangeIncludes" : "schema:EntertainmentBusiness"
      }
   }
}