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

Микроразметка MonetaryGrant

Под микроразметкой MonetaryGrant понимается денежная грань.

MonetaryGrant - Тип Schema.org
Описание: Денежная грань.

Микроразметка MonetaryGrant используется для обозначения денежной грани. Обозначает, что предмет, к которому применена эта микроразметка, является именно денежной гранью, что позволяет поисковым системам лучше понимать контекст этих данных на веб-страницах.

Совет: Всегда убедитесь в правильности применения микроразметки, чтобы избежать недочетов в определении содержимого вашего сайта поисковыми системами.

СвойствоОжидаемый типОписание
Properties from MonetaryGrant
amount MonetaryAmount или Number Количество денег
funder Organization или Person Лицо или организация, поддерживающие (спонсирующие) что-то с помощью какого-то финансового взноса.
Properties from Grant
fundedItem BioChemEntity или CreativeWork или Event или MedicalEntity или Organization или Person или Product Indicates something directly or indirectly funded or sponsored through a Grant. See also ownershipFundingInfo. Обратное свойство: funding
funder Organization или Person Лицо или организация, поддерживающие (спонсирующие) что-то с помощью какого-то финансового взноса.
sponsor Organization или Person Лицо или организация, которая поддерживает объект через обещание, обет или финансовый вклад. Например, спонсор медицинского исследования или корпоративный спонсор мероприятия.
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 объекта.

Source

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

https://schema.org/docs/collab/FundInfoCollab


Examples

Example 1
Copied
Example notes or example HTML without markup.
Showning a dataset as output of NSF funding, Page for grant:
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "MonetaryGrant",
  "identifier": "1448821",
  "url": "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1448821&HistoricalAwards=false",
  "name": "Making Data Count: Developing a Data Metrics Pilot",
  "startDate": "2014-09-01",
  "endDate": "2016-02-29",
  "funder": {
     "@type": "Organization",
     "name": "National Science Foundation",
     "identifier": "https://doi.org/10.13039/100000001"
  },
  "fundedItem": {
    "@type": "Article",
    "identifier": "https://doi.org/10.1038/sdata.2015.39",
    "name": "Making data count"
  }
}
</script>
Structured representation of the JSON-LD example.

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