GovernmentPermit
schema:Thing > schema:Intangible > schema:Permit > schema:GovernmentPermit
A permit issued by a government agency.
Property | Expected Type | Description |
---|---|---|
Properties from schema:Permit | ||
schema:issuedBy
|
schema:Organization | The organization issuing the ticket or permit. |
schema:issuedThrough
|
schema:Service | The service through with the permit was granted. |
schema:permitAudience
|
schema:Audience | The target audience for this permit. |
schema:validFor
|
schema:Duration | The time validity of the permit. |
schema:validFrom
|
schema:DateTime | The date when the item becomes valid. |
schema:validIn
|
schema:AdministrativeArea | The geographic area where the permit is valid. |
schema:validUntil
|
schema:Date | The date when the item is no longer valid. |
Properties from schema:Thing | ||
schema:additionalType
|
schema:URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
schema:alternateName
|
schema:Text | An alias for the item. |
schema:description
|
schema:Text | A short description of the item. |
schema:image
|
schema:ImageObject or schema:URL | An image of the item. This can be a URL or a fully described ImageObject. |
schema:name
|
schema:Text | The name of the item. |
schema:potentialAction
|
schema:Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
schema:sameAs
|
schema:URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website. |
schema:url
|
schema:URL | URL of the item. |
Prefixes used:
Examples
<div> NYC Food Service Establishment Permit, issued by Department of Health and Mental Hygiene. (issued through NYC Food Service Establishment Permit Service; valid in New York for 1 year). </div>
<div itemscope itemtype="http://schema.org/GovernmentPermit"> <span itemprop="name">NYC Food Service Establishment Permit</span> <div itemprop="issuedBy" itemscope itemtype="http://schema.org/GovernmentOrganization"> <span itemprop="name">Department of Health and Mental Hygiene"</span> </div> <div itemprop="issuedThrough" itemscope itemtype="http://schema.org/GovernmentService"> <span itemprop="name">NYC Food Service Establishment Permit Service</span> </div> <div itemprop="validIn" itemscope itemtype="http://schema.org/AdministrativeArea"> <span itemprop="name">New York</span> </div> <time itemprop="validFor" content="P1Y">1 year</time> </div>
<div vocab="http://schema.org/" typeof="GovernmentPermit"> <span property="name">NYC Food Service Establishment Permit</span> <div property="issuedBy" typeof="GovernmentOrganization"> <span property="name">Department of Health and Mental Hygiene"</span> </div> <div property="issuedThrough" typeof="GovernmentService"> <span property="name">NYC Food Service Establishment Permit Service</span> </div> <div property="validIn" typeof="AdministrativeArea"> <span property="name">New York</span> </div> <time property="validFor" content="P1Y">1 year</time> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "GovernmentPermit", "issuedBy": { "@type": "GovernmentOrganization", "name": "Department of Health and Mental Hygiene\"" }, "issuedThrough": { "@type": "GovernmentService", "name": "NYC Food Service Establishment Permit Service" }, "name": "NYC Food Service Establishment Permit", "validFor": "", "validIn": { "@type": "AdministrativeArea", "name": "New York" } } </script>
BiblioGraph.net Version 1.1
Schema.org Version 1.93
Code Version 1.1