{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A permit issued by an organization, e.g. a parking pass.",
      "rdfs:label" : "Permit",
      "rdfs:subClassOf" : "schema:Intangible"
   },
   "properties" : {
      "schema:issuedBy" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The organization issuing the ticket or permit.",
         "rdfs:label" : "issuedBy",
         "schema:domainIncludes" : [
            "schema:Ticket",
            "schema:Permit"
         ],
         "schema:rangeIncludes" : "schema:Organization"
      },
      "schema:issuedThrough" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The service through which the permit was granted.",
         "rdfs:label" : "issuedThrough",
         "schema:domainIncludes" : "schema:Permit",
         "schema:rangeIncludes" : "schema:Service"
      },
      "schema:permitAudience" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The target audience for this permit.",
         "rdfs:label" : "permitAudience",
         "schema:domainIncludes" : "schema:Permit",
         "schema:rangeIncludes" : "schema:Audience"
      },
      "schema:validFor" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The duration of validity of a permit or similar thing.",
         "rdfs:label" : "validFor",
         "schema:domainIncludes" : [
            "schema:Permit",
            "schema:EducationalOccupationalCredential"
         ],
         "schema:rangeIncludes" : "schema:Duration",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:validFrom" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date when the item becomes valid.",
         "rdfs:label" : "validFrom",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:PriceSpecification",
            "schema:Demand",
            "schema:MonetaryAmount",
            "schema:Permit",
            "schema:Offer",
            "schema:LocationFeatureSpecification",
            "schema:OpeningHoursSpecification"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ]
      },
      "schema:validIn" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The geographic area where a permit or similar thing is valid.",
         "rdfs:label" : "validIn",
         "schema:domainIncludes" : [
            "schema:Permit",
            "schema:EducationalOccupationalCredential"
         ],
         "schema:rangeIncludes" : "schema:AdministrativeArea",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1779"
      },
      "schema:validUntil" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date when the item is no longer valid.",
         "rdfs:label" : "validUntil",
         "schema:domainIncludes" : "schema:Permit",
         "schema:rangeIncludes" : "schema:Date"
      }
   }
}