⚠️ Важно: данный сайт не имеет отношения к владельцам schema.org, это всего лишь любительский (неофициальный) перевод. Сайт сделан для тех кто плохо воспринимает технический английский. Оригинальную и актуальную информацию на английском языке вы можете найти тут: schema.org/OccupationalExperienceRequirements.

OccupationalExperienceRequirements

Показывает требования к опыту работы.

OccupationalExperienceRequirements - Тип Schema.org
Описание: Указывает требования к опыту работы, например, monthsOfExperience.
Данная микроразметка служит для указания требований к опыту работы, например monthsOfExperience. Это полезно для информирования поисковых систем о том, какой опыт работы нужен для выполнения определенных задач, таких как обучение, трудоустройство и другие сферы. Советуем использовать эту разметку точно и правильно, чтобы точно описывать требования к опыту работы.
СвойствоОжидаемый типОписание
Properties from OccupationalExperienceRequirements
monthsOfExperience Number Указывает минимальное количество месяцев опыта, необходимое для должности.
Properties from Thing
additionalType Text или 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. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.
alternateName Text Псевдоним для элемента.
description Text или TextObject Описание элемента.
disambiguatingDescription Text Подсвойство описания. Краткое описание элемента, используемое для различения от других, схожих элементов. Для того чтобы описание было полезным для разрешения неоднозначности, может потребоваться информация из других свойств (в частности, name).
identifier PropertyValue или Text или URL 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 for more details.
image ImageObject или URL An image of the item. This can be a URL or a fully described ImageObject.
mainEntityOfPage CreativeWork или URL Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Обратное свойство: mainEntity
name Text Название элемента.
potentialAction Action Указывает на потенциальное действие, описывающее идеализированное действие, в котором этот объект мог бы выполнять роль 'объекта'.
sameAs URL URL страницы для ссылки, однозначно указывающей на идентичность объекта. Например, URL страницы объекта на Википедии, записи в Wikidata или официального веб-сайта.
subjectOf CreativeWork или Event Свойство Schema.org - subjectOf: A CreativeWork or Event about this Thing. Обратное свойство: about
url URL URL объекта.

Instances of OccupationalExperienceRequirements may appear as a value for the following properties
СвойствоOn TypesОписание
experienceRequirements JobPosting или Occupation Описание навыков и опыта, необходимых для должности или профессии.

Source

https://github.com/schemaorg/schemaorg/issues/2681


Examples

Example 1
Copied
Example notes or example HTML without markup.
Example of Job markup for experience standing in place of formal qualifications.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "JobPosting",
  "title": "Software Engineer",
  "educationRequirements": {
    "@type": "EducationalOccupationalCredential",
    "credentialCategory": "bachelor degree"
  },
  "experienceRequirements": {
    "@type": "OccupationalExperienceRequirements",
    "monthsOfExperience": "60"
  },
  "experienceInPlaceOfEducation": true
}
</script>
Structured representation of the JSON-LD example.

Обсуждение "OccupationalExperienceRequirements"