GovernmentService

Канонический URL: http://schema.org/GovernmentService

Thing > Intangible > Service > GovernmentService

A service provided by a government organization, e.g. food stamps, veterans benefits, etc.
Свойство Ожидаемый тип Описание
Свойства от GovernmentService
serviceOperator Organization 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.
Свойства от Service
aggregateRating AggregateRating Общая оценка, основанная на наборе рейтингов, отзывов и оценок.
areaServed Place
или AdministrativeArea
или GeoShape
или Text
The geographic area where a service or offered item is provided.
audience Audience Целевая аудитория работы, т.е. группа, для кого работа была создана.
availableChannel ServiceChannel A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).
award Text Награда выиграная этим человеком или этим результатом творчества.
brand Brand
или Organization
Марка (бренд) продукта.
category Text
или Thing
A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.
hoursAvailable OpeningHoursSpecification The hours during which this service or contact is available.
isRelatedTo Product
или Service
Указатель на другой, как-либо связанный с этим продуктом, продукт или линейку.
isSimilarTo Product
или Service
Указатель на другой, функционально аналогичный продукт (или несколько продуктов).
logo ImageObject
или URL
URL картинки, являющейся логотипом.
offers Offer Предложение о продаже — например, предложение о продаже продукта, DVD с фильмом или билетов на мероприятие.
produces Thing The tangible thing generated by the service, e.g. a passport, permit, etc.
provider Person
или Organization
Лицо или организация, которые занимаются распространением, продажей CreativeWork.
review Review Отзыв о записи.
serviceArea Place
или AdministrativeArea
или GeoShape
The geographic area where the service is provided.
serviceAudience Audience The audience eligible for this service.
serviceType Text The type of service being offered, e.g. veterans' benefits, emergency relief, etc.
broker Person
или Organization
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.
serviceOutput Thing The tangible thing generated by the service, e.g. a passport, permit, etc.
hasOfferCatalog OfferCatalog Indicates an OfferCatalog listing for this Organization, Person, or Service.
providerMobility Text Indicates the mobility of a provided service (e.g. 'static', 'dynamic').
Свойства от Thing
additionalType URL Дополнительный тип для элемента, который обычно используется для добавления более конкретных типов от внешних словарей в синтаксис микроданных. Это отношения между чем-то и классом к которому он принадлежит. В синтаксисе RDFa, лучше использовать родной синтаксис RDF - аттрибут "TypeOf" для множественных типов. Инстументы Schema.org могут слабо понимать дополнительные типы, особенно те, которые определены извне.
alternateName Text Любое альтернативное название медицинской сущности.
description Text Короткое описание записи.
image URL
или ImageObject
URL изображения записи.
name Text Имя записи.
sameAs URL Адрес веб-страницы, которая недвусмысленно указывает на идентичность элемента. Например, ссылка на страницу элемента на Википедии, Freebase страницу или на официальный сайт.
url URL URL записи.
potentialAction Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
mainEntityOfPage CreativeWork
или URL
Указывает на страницу (или другую "CreativeWork"), для которой эта вещь является основной описываемой сущностью. Подробнее см. В [справочных материалах] (/docs/datamodel.html#mainEntityBackground).
disambiguatingDescription Text A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
identifier URL
или Text
или PropertyValue
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.


Примеры

<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" datetime="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" datetime="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>
This example shows a JSON-LD description of services that do not necessarily have a direct
human-oriented HTML description. It describes a GovernmentService named "Veterans Affairs Emergency Mental Health",
its operator, service area and service details, such as its Veterans Crisis Line (including  phone contact line
hours of operation, language and other details).
This example is JSON only.
This example is JSON only.
<script type='application/ld+json'>
{
  "@context": "http://schema.org",
  "@type": "GovernmentService",
  "name": "Veterans Affairs Emergency Mental Health",
  "serviceType": "Psychiatric Emergency Services",
  "operator": {
    "@type": "GovernmentOrganization",
    "name": "US Department of Veterans Affairs"
  },
  "serviceArea": {
    "@type": "AdministrativeArea",
    "name": "Massachusetts"
  },
  "audience": {
    "@type": "CivicAudience",
    "name": "Veterans"
  },
  "availableChannel": {
    "@type": "ServiceChannel",
    "name": "Urgent Care Clinic",
    "availableLanguage": {
      "@type": "Language",
      "name": "Spanish",
      "alternateName": "es"
    },
    "serviceLocation": {
      "@type": "Hospital",
      "name": "VA Boston -- West Roxbury",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1400 VFW Parkway",
        "addressLocality": "West Roxbury",
        "addressRegion": "MA",
        "postalCode": "02132"
      }
    }
  }
}
</script>

Schema Version 3.3