Example GovernmentPermit-GovernmentOrganization-GovernmentService-AdministrativeArea-220
RDFa (source lint)
<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" datetime="P1Y">1 Year</time>
</div>
microdata (source lint)
<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" datetime="P1Y">1 year</time>
</div>
JSON-LD (source lint)
<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": "P1Y",
"validIn": {
"@type": "AdministrativeArea",
"name": "New York"
}
}
</script>
RDFa (source lint)
<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" datetime="P1Y">1 Year</time>
</div>
microdata (source lint)
<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" datetime="P1Y">1 year</time>
</div>
JSON-LD (source lint)
<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": "P1Y",
"validIn": {
"@type": "AdministrativeArea",
"name": "New York"
}
}
</script>