{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An agent tracks an object for updates.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\\n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to  the interest on the location of innanimate objects.",
      "rdfs:label" : "TrackAction",
      "rdfs:subClassOf" : "schema:FindAction"
   },
   "properties" : {
      "schema:deliveryMethod" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of instrument. The method of delivery.",
         "rdfs:label" : "deliveryMethod",
         "rdfs:subPropertyOf" : "schema:instrument",
         "schema:domainIncludes" : [
            "schema:TrackAction",
            "schema:SendAction",
            "schema:OrderAction",
            "schema:ReceiveAction"
         ],
         "schema:rangeIncludes" : "schema:DeliveryMethod"
      }
   }
}