1
+ {
2
+ "@context" : {
3
+ "@protected" : true ,
4
+ "SafetyAssessmentProgramCredential" : "https://w3id.org/first-responder/sap#SafetyAssessmentProgramCredential" ,
5
+ "SafetyAssessmentProgramCard" : {
6
+ "@id" : "https://w3id.org/first-responder/sap#SafetyAssessmentProgramCard" ,
7
+ "@context" : {
8
+ "@protected" : true ,
9
+ "id" : "@id" ,
10
+ "type" : "@type" ,
11
+ "cardHolder" : "https://w3id.org/first-responder/sap#cardHolder" ,
12
+ "identifier" : "https://schema.org/identifier" ,
13
+ "jurisdiction" : "https://schema.org/jurisdiction" ,
14
+ "deploymentStatus" : "https://w3id.org/first-responder/sap#deploymentStatus" ,
15
+ "portrait" : {
16
+ "@id" : "https://w3id.org/first-responder/sap#portrait" ,
17
+ "@type" : "@id"
18
+ } ,
19
+ "class" : "https://w3id.org/first-responder/sap#class"
20
+ }
21
+ } ,
22
+ "SafetyAssessmentProgramProfessional" : {
23
+ "@id" : "https://w3id.org/first-responder/sap#SafetyAssessmentProgramProfessional" ,
24
+ "@context" : {
25
+ "@protected" : true ,
26
+ "id" : "@id" ,
27
+ "type" : "@type" ,
28
+ "name" : "https://schema.org/name" ,
29
+ "address" : "https://schema.org/address" ,
30
+ "originalTrainingDate" : {
31
+ "@id" : "https://w3id.org/first-responder/sap#originalTrainingDate" ,
32
+ "@type" : "http://www.w3.org/2001/XMLSchema#date"
33
+ } ,
34
+ "updatedTrainingDate" : {
35
+ "@id" : "https://w3id.org/first-responder/sap#updatedTrainingDate" ,
36
+ "@type" : "http://www.w3.org/2001/XMLSchema#date"
37
+ } ,
38
+ "profession" : "https://w3id.org/first-responder/sap#profession" ,
39
+ "agency" : "https://w3id.org/first-responder/sap#agency" ,
40
+
41
+ "role" : "https://w3id.org/first-responder/sap#role"
42
+ }
43
+ } ,
44
+ "PostalAddress" : {
45
+ "@id" : "https://schema.org/PostalAddress" ,
46
+ "@context" : {
47
+ "addressRegion" : "https://schema.org/addressRegion" ,
48
+ "addressLocality" : "https://schema.org/addressLocality"
49
+ }
50
+ } ,
51
+ "Organization" : {
52
+ "@id" : "https://schema.org/Organization" ,
53
+ "@context" : {
54
+ "name" : "https://schema.org/name"
55
+ }
56
+ } ,
57
+ "Occupation" : {
58
+ "@id" : "https://schema.org/Occupation" ,
59
+ "@context" : {
60
+ "name" : "https://schema.org/name"
61
+ }
62
+ }
63
+ }
64
+ }
0 commit comments