-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-2534-examples.txt
More file actions
47 lines (38 loc) · 1.33 KB
/
issue-2534-examples.txt
File metadata and controls
47 lines (38 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TYPES: #eg-0301 SpecialAnnouncement, governmentBenefitsInfo, GovernmentService, jurisdiction, serviceType, audience, Audience
PRE-MARKUP:
Government benefits coverage for SpecialAnnouncement pertaining to the covid-19 situation.
MICRODATA:
<!-- JSON-LD example only -->
RDFA:
<!-- JSON-LD example only -->
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SpecialAnnouncement",
"name": "New Paycheck Protection Program for small business",
"text": "Example Administration announces a new loan that helps small businesses keep their workforce employed during the Coronavirus (COVID-19) crisis.",
"datePosted": "2020-03-30T08:00",
"expires": "2020-04-24T23:59",
"category": "https://www.wikidata.org/wiki/Q81068910",
"spatialCoverage":
{
"type": "Country",
"name": "US"
},
"governmentBenefitsInfo": {
"@type": "GovernmentService",
"name": "Paycheck Protection Program",
"url": "https://www.sba.gov/funding-programs/loans/coronavirus-relief-options/paycheck-protection-program-ppp",
"provider": {
"@type": "GovernmentOrganization",
"name": "US Small Business Administration"
},
"serviceType": "https://schema.org/BusinessSupport",
"audience": {
"@type": "Audience",
"name": "Small businesses"
}
}
}
</script>