Skip to content

Commit 405d42d

Browse files
authored
Merge pull request #198 from Display-Lab/add_congrats
create new congrats message template
2 parents 2e69022 + 76e78b7 commit 405d42d

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"@context": {
3+
"schema:isBasedOn": {
4+
"@type": "@id"
5+
},
6+
"schema:name": {
7+
"@type": "xsd:string"
8+
},
9+
"schema": "http://schema.org/",
10+
"pav": "http://purl.org/pav/",
11+
"xsd": "http://www.w3.org/2001/XMLSchema#",
12+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
13+
"oslc:modifiedBy": {
14+
"@type": "@id"
15+
},
16+
"rdfs:label": {
17+
"@type": "xsd:string"
18+
},
19+
"skos": "http://www.w3.org/2004/02/skos/core#",
20+
"pav:derivedFrom": {
21+
"@type": "@id"
22+
},
23+
"pav:lastUpdatedOn": {
24+
"@type": "xsd:dateTime"
25+
},
26+
"oslc": "http://open-services.net/ns/core#",
27+
"pav:createdOn": {
28+
"@type": "xsd:dateTime"
29+
},
30+
"skos:notation": {
31+
"@type": "xsd:string"
32+
},
33+
"schema:description": {
34+
"@type": "xsd:string"
35+
},
36+
"pav:createdBy": {
37+
"@type": "@id"
38+
},
39+
"is_about": "http://purl.obolibrary.org/obo/IAO_0000136",
40+
"Name": "https://schema.metadatacenter.org/properties/26450fa6-bb2c-4126-8229-79efda7f863a",
41+
"Message text": "https://schema.metadatacenter.org/properties/6b9dfdf9-9c8a-4d85-8684-a24bee4b85a8",
42+
"Display compatibility": "https://schema.metadatacenter.org/properties/537a99db-422e-4916-88b5-f8b188b9f936",
43+
"Short message ID": "https://schema.metadatacenter.org/properties/cd6dcfc0-9083-4a73-bf7e-fd310b238bd6",
44+
"Additional message text": "https://schema.metadatacenter.org/properties/df7c7ba0-07dd-4930-aad6-62e1ca9dd6fa",
45+
"Default display": "https://schema.metadatacenter.org/properties/5b4f16a9-feb7-4724-8741-2739d8808760"
46+
},
47+
"@type": "http://data.bioontology.org/ontologies/PSDO/classes/http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPSDO_0000002",
48+
"is_about": [
49+
{
50+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000117",
51+
"rdfs:label": "positive performance gap set"
52+
},
53+
{
54+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000045",
55+
"rdfs:label": "social comparator element"
56+
},
57+
{
58+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000129",
59+
"rdfs:label": "peer 90th percentile benchmark"
60+
}
61+
],
62+
"Name": {
63+
"@value": "Congratulations High Performance"
64+
},
65+
"Message text": [
66+
{
67+
"@value": "Congratulations on your high performance for the measure [measure name]. Your performance was [recipient performance level] last month."
68+
}
69+
],
70+
"Display compatibility": {
71+
"@value": "text-only, bar chart, line chart"
72+
},
73+
"Short message ID": {
74+
"@value": "29",
75+
"@type": "xsd:decimal"
76+
},
77+
"Additional message text": {
78+
"@value": null
79+
},
80+
"Default display": {
81+
"@value": "bar chart"
82+
},
83+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
84+
"schema:name": "Congratulations High Performance",
85+
"schema:description": "specification for a possible precision feedback message",
86+
"pav:createdOn": "2024-01-04T11:10:28-08:00",
87+
"pav:createdBy": "https://metadatacenter.org/users/626c7d49-cdfc-43d6-b254-36a7be904ea9",
88+
"pav:lastUpdatedOn": "2024-01-16T09:37:16-08:00",
89+
"oslc:modifiedBy": "https://metadatacenter.org/users/626c7d49-cdfc-43d6-b254-36a7be904ea9",
90+
"pav:derivedFrom": "https://repo.metadatacenter.org/template-instances/eb9e5be1-3e80-4f51-819a-1e67a5464d95",
91+
"@id": "https://repo.metadatacenter.org/template-instances/f8ad0835-29de-4605-a1eb-1288475a1612"
92+
}

0 commit comments

Comments
 (0)