{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A service provided by an organization, e.g. delivery service, print services, etc.",
      "rdfs:label" : "Service",
      "rdfs:subClassOf" : "schema:Intangible"
   },
   "properties" : {
      "schema:aggregateRating" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The overall rating, based on a collection of reviews or ratings, of the item.",
         "rdfs:label" : "aggregateRating",
         "schema:domainIncludes" : [
            "schema:Product",
            "schema:Brand",
            "schema:Event",
            "schema:Organization",
            "schema:Offer",
            "schema:Service",
            "schema:Place",
            "schema:CreativeWork"
         ],
         "schema:rangeIncludes" : "schema:AggregateRating"
      },
      "schema:areaServed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The geographic area where a service or offered item is provided.",
         "rdfs:label" : "areaServed",
         "schema:domainIncludes" : [
            "schema:Demand",
            "schema:DeliveryChargeSpecification",
            "schema:ContactPoint",
            "schema:Organization",
            "schema:Offer",
            "schema:Service"
         ],
         "schema:rangeIncludes" : [
            "schema:GeoShape",
            "schema:Place",
            "schema:AdministrativeArea",
            "schema:Text"
         ]
      },
      "schema:audience" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An intended audience, i.e. a group for whom something was created.",
         "rdfs:label" : "audience",
         "schema:domainIncludes" : [
            "schema:Event",
            "schema:PlayAction",
            "schema:Service",
            "schema:Product",
            "schema:LodgingBusiness",
            "schema:CreativeWork"
         ],
         "schema:rangeIncludes" : "schema:Audience"
      },
      "schema:availableChannel" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).",
         "rdfs:label" : "availableChannel",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : "schema:ServiceChannel"
      },
      "schema:award" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An award won by or for this item.",
         "rdfs:label" : "award",
         "schema:domainIncludes" : [
            "schema:Person",
            "schema:CreativeWork",
            "schema:Service",
            "schema:Product",
            "schema:Organization"
         ],
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:brand" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
         "rdfs:label" : "brand",
         "schema:domainIncludes" : [
            "schema:Product",
            "schema:Organization",
            "schema:Person",
            "schema:Service"
         ],
         "schema:rangeIncludes" : [
            "schema:Brand",
            "schema:Organization"
         ]
      },
      "schema:broker" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An entity that arranges for an exchange between a buyer and a seller.  In most cases a broker never acquires or releases ownership of a product or service involved in an exchange.  If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
         "rdfs:label" : "broker",
         "schema:domainIncludes" : [
            "schema:Order",
            "schema:Reservation",
            "schema:Service",
            "schema:Invoice"
         ],
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      },
      "schema:category" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
         "rdfs:label" : "category",
         "schema:domainIncludes" : [
            "schema:SpecialAnnouncement",
            "schema:Service",
            "schema:Product",
            "schema:ActionAccessSpecification",
            "schema:PhysicalActivity",
            "schema:Invoice",
            "schema:Recommendation",
            "schema:Offer"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:PhysicalActivityCategory",
            "schema:URL",
            "schema:CategoryCode",
            "schema:Thing"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/1741"
         ]
      },
      "schema:hasOfferCatalog" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
         "rdfs:label" : "hasOfferCatalog",
         "schema:domainIncludes" : [
            "schema:Organization",
            "schema:Person",
            "schema:Service"
         ],
         "schema:rangeIncludes" : "schema:OfferCatalog"
      },
      "schema:hoursAvailable" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The hours during which this service or contact is available.",
         "rdfs:label" : "hoursAvailable",
         "schema:domainIncludes" : [
            "schema:LocationFeatureSpecification",
            "schema:Service",
            "schema:ContactPoint"
         ],
         "schema:rangeIncludes" : "schema:OpeningHoursSpecification"
      },
      "schema:isRelatedTo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A pointer to another, somehow related product (or multiple products).",
         "rdfs:label" : "isRelatedTo",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Service",
            "schema:Product"
         ],
         "schema:rangeIncludes" : [
            "schema:Product",
            "schema:Service"
         ]
      },
      "schema:isSimilarTo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A pointer to another, functionally similar product (or multiple products).",
         "rdfs:label" : "isSimilarTo",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Service",
            "schema:Product"
         ],
         "schema:rangeIncludes" : [
            "schema:Service",
            "schema:Product"
         ]
      },
      "schema:logo" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An associated logo.",
         "rdfs:label" : "logo",
         "rdfs:subPropertyOf" : "schema:image",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Service",
            "schema:Product",
            "schema:Brand",
            "schema:Organization",
            "schema:Place"
         ],
         "schema:rangeIncludes" : [
            "schema:ImageObject",
            "schema:URL"
         ]
      },
      "schema:offers" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n      ",
         "rdfs:label" : "offers",
         "schema:domainIncludes" : [
            "schema:MenuItem",
            "schema:Product",
            "schema:Event",
            "schema:EducationalOccupationalProgram",
            "schema:AggregateOffer",
            "schema:Trip",
            "schema:Service",
            "schema:CreativeWork"
         ],
         "schema:inverseOf" : "schema:itemOffered",
         "schema:rangeIncludes" : [
            "schema:Demand",
            "schema:Offer"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2289"
      },
      "schema:produces" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The tangible thing generated by the service, e.g. a passport, permit, etc.",
         "rdfs:label" : "produces",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : "schema:Thing",
         "schema:supersededBy" : "schema:serviceOutput"
      },
      "schema:provider" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
         "rdfs:label" : "provider",
         "schema:domainIncludes" : [
            "schema:Reservation",
            "schema:Service",
            "schema:Invoice",
            "schema:EducationalOccupationalProgram",
            "schema:Trip",
            "schema:ParcelDelivery",
            "schema:CreativeWork",
            "schema:Action"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Organization",
            "schema:Person"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2289",
            "https://github.com/schemaorg/schemaorg/issues/2927"
         ]
      },
      "schema:providerMobility" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
         "rdfs:label" : "providerMobility",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:review" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A review of the item.",
         "rdfs:label" : "review",
         "schema:domainIncludes" : [
            "schema:Place",
            "schema:CreativeWork",
            "schema:Service",
            "schema:Product",
            "schema:Brand",
            "schema:Event",
            "schema:Offer",
            "schema:Organization"
         ],
         "schema:rangeIncludes" : "schema:Review"
      },
      "schema:serviceArea" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The geographic area where the service is provided.",
         "rdfs:label" : "serviceArea",
         "schema:domainIncludes" : [
            "schema:ContactPoint",
            "schema:Organization",
            "schema:Service"
         ],
         "schema:rangeIncludes" : [
            "schema:Place",
            "schema:AdministrativeArea",
            "schema:GeoShape"
         ],
         "schema:supersededBy" : "schema:areaServed"
      },
      "schema:serviceAudience" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The audience eligible for this service.",
         "rdfs:label" : "serviceAudience",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : "schema:Audience",
         "schema:supersededBy" : "schema:audience"
      },
      "schema:serviceOutput" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The tangible thing generated by the service, e.g. a passport, permit, etc.",
         "rdfs:label" : "serviceOutput",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : "schema:Thing"
      },
      "schema:serviceType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.",
         "rdfs:label" : "serviceType",
         "schema:domainIncludes" : "schema:Service",
         "schema:rangeIncludes" : [
            "schema:GovernmentBenefitsType",
            "schema:Text"
         ]
      },
      "schema:slogan" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A slogan or motto associated with the item.",
         "rdfs:label" : "slogan",
         "schema:domainIncludes" : [
            "schema:Organization",
            "schema:Place",
            "schema:Service",
            "schema:Product",
            "schema:Brand"
         ],
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:termsOfService" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Human-readable terms of service documentation.",
         "rdfs:label" : "termsOfService",
         "schema:domainIncludes" : "schema:Service",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1423"
      }
   }
}