Skip to content

Commit 720cc31

Browse files
authored
Create bar_chart.json
needs preconditions (not entered in Cedar)
1 parent 6f52921 commit 720cc31

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

message_templates/bar_chart.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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+
},
43+
"@type": "http://data.bioontology.org/ontologies/PSDO/classes/http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPSDO_0000002",
44+
"is_about": [
45+
{}
46+
],
47+
"Name": {
48+
"@value": "Bar Chart"
49+
},
50+
"Message text": [
51+
{
52+
"@value": "The bar chart on the right shows your monthly performance for the measure [Measure name]."
53+
}
54+
],
55+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
56+
"schema:name": "Bar Chart_missing preconditions",
57+
"schema:description": "specification for a possible precision feedback message",
58+
"pav:createdOn": "2023-04-26T15:36:53-07:00",
59+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
60+
"pav:lastUpdatedOn": "2023-05-24T12:53:41-07:00",
61+
"oslc:modifiedBy": "https://metadatacenter.org/users/b62c6dfa-e33c-40fa-aa02-021e4b9bb00b",
62+
"@id": "https://repo.metadatacenter.org/template-instances/b7623442-b2f8-4505-a746-8ac6931c487d",
63+
"Display compatibility": {
64+
"@value": "Text-only, bar chart, line chart"
65+
},
66+
"Short message ID": {
67+
"@value": "22",
68+
"@type": "xsd:decimal"
69+
}
70+
}

0 commit comments

Comments
 (0)