{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.",
      "rdfs:label" : "InteractionCounter",
      "rdfs:subClassOf" : "schema:StructuredValue"
   },
   "properties" : {
      "schema:endTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
         "rdfs:label" : "endTime",
         "schema:domainIncludes" : [
            "schema:InteractionCounter",
            "schema:MediaObject",
            "schema:Schedule",
            "schema:Action",
            "schema:FoodEstablishmentReservation"
         ],
         "schema:rangeIncludes" : [
            "schema:Time",
            "schema:DateTime"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2493"
      },
      "schema:interactionService" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The WebSite or SoftwareApplication where the interactions took place.",
         "rdfs:label" : "interactionService",
         "schema:domainIncludes" : "schema:InteractionCounter",
         "schema:rangeIncludes" : [
            "schema:SoftwareApplication",
            "schema:WebSite"
         ]
      },
      "schema:interactionType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The Action representing the type of interaction. For up votes, +1s, etc. use [[LikeAction]]. For down votes use [[DislikeAction]]. Otherwise, use the most specific Action.",
         "rdfs:label" : "interactionType",
         "schema:domainIncludes" : "schema:InteractionCounter",
         "schema:rangeIncludes" : "schema:Action"
      },
      "schema:location" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.",
         "rdfs:label" : "location",
         "schema:domainIncludes" : [
            "schema:Organization",
            "schema:Action",
            "schema:InteractionCounter",
            "schema:Event"
         ],
         "schema:rangeIncludes" : [
            "schema:VirtualLocation",
            "schema:Text",
            "schema:PostalAddress",
            "schema:Place"
         ]
      },
      "schema:startTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
         "rdfs:label" : "startTime",
         "schema:domainIncludes" : [
            "schema:Action",
            "schema:FoodEstablishmentReservation",
            "schema:InteractionCounter",
            "schema:MediaObject",
            "schema:Schedule"
         ],
         "schema:rangeIncludes" : [
            "schema:Time",
            "schema:DateTime"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2493"
      },
      "schema:userInteractionCount" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.",
         "rdfs:label" : "userInteractionCount",
         "schema:domainIncludes" : "schema:InteractionCounter",
         "schema:rangeIncludes" : "schema:Integer"
      }
   }
}