{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.",
      "rdfs:label" : "GovernmentService",
      "rdfs:subClassOf" : "schema:Service"
   },
   "properties" : {
      "schema:jurisdiction" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.",
         "rdfs:label" : "jurisdiction",
         "schema:domainIncludes" : [
            "schema:Legislation",
            "schema:GovernmentService"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:AdministrativeArea",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2534"
      },
      "schema:serviceOperator" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The operating organization, if different from the provider.  This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.",
         "rdfs:label" : "serviceOperator",
         "schema:domainIncludes" : "schema:GovernmentService",
         "schema:rangeIncludes" : "schema:Organization"
      }
   }
}