-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssa-context.jsonld
More file actions
57 lines (54 loc) · 1.59 KB
/
Copy pathssa-context.jsonld
File metadata and controls
57 lines (54 loc) · 1.59 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
57
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"gov": "https://www.ssa.gov/ontology/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"GovernmentOffice": {
"@id": "schema:GovernmentOffice",
"@type": "@id"
},
"FieldOffice": "gov:FieldOffice",
"ResidentStation": "gov:ResidentStation",
"VideoServiceDelivery": "gov:VideoServiceDelivery",
"SocialSecurityAdministration": {
"@id": "schema:GovernmentOrganization",
"@type": "@id"
},
"SSNVerification": "gov:SocialSecurityNumberVerification",
"OASDIBenefit": "gov:OASDIBenefit",
"BeneficiaryData": "gov:BeneficiaryData",
"OFFICE_CODE": "schema:identifier",
"OFFICE_NAME": "schema:name",
"ADDRESS_LINE_1": "schema:streetAddress",
"CITY": "schema:addressLocality",
"STATE": "schema:addressRegion",
"ZIP_CODE": "schema:postalCode",
"PHONE": "schema:telephone",
"FAX": "schema:faxNumber",
"LATITUDE_NUM": "geo:lat",
"LONGITUDE_NUM": "geo:long",
"openTime": "schema:openingHoursSpecification",
"dayOfWeek": "schema:dayOfWeek",
"opens": "schema:opens",
"closes": "schema:closes",
"addressCountry": {
"@id": "schema:addressCountry",
"@type": "@id",
"@value": "US"
},
"postalAddress": {
"@id": "schema:postalAddress",
"@type": "schema:PostalAddress"
},
"location": {
"@id": "schema:location",
"@type": "schema:Place"
},
"geo": {
"@id": "schema:geo",
"@type": "schema:GeoCoordinates"
}
}
}