-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabstract-api-public-holidays-context.jsonld
More file actions
56 lines (56 loc) · 1.2 KB
/
abstract-api-public-holidays-context.jsonld
File metadata and controls
56 lines (56 loc) · 1.2 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
47
48
49
50
51
52
53
54
55
56
{
"@context": {
"@version": 1.1,
"abstract": "https://abstractapi.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Holiday": "abstract:Holiday",
"name": {
"@id": "schema:name"
},
"nameLocal": {
"@id": "abstract:name_local",
"@type": "xsd:string"
},
"language": {
"@id": "abstract:language",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description"
},
"country": {
"@id": "abstract:country",
"@type": "xsd:string"
},
"location": {
"@id": "abstract:location",
"@type": "xsd:string"
},
"type": {
"@id": "abstract:type",
"@type": "xsd:string"
},
"date": {
"@id": "abstract:date",
"@type": "xsd:string"
},
"dateYear": {
"@id": "abstract:date_year",
"@type": "xsd:string"
},
"dateMonth": {
"@id": "abstract:date_month",
"@type": "xsd:string"
},
"dateDay": {
"@id": "abstract:date_day",
"@type": "xsd:string"
},
"weekDay": {
"@id": "abstract:week_day",
"@type": "xsd:string"
}
}
}