Skip to content

Commit f225482

Browse files
committed
Updating comparators to have the right label and adding what is needed by pictoralist as slowmo:DisplayName
1 parent e0975b7 commit f225482

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

comparators.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"http://purl.obolibrary.org/obo/PSDO_0000093"
66
],
77
"http://www.w3.org/2000/01/rdf-schema#label": [
8+
{
9+
"@value": "goal comparator content"
10+
}
11+
],
12+
"http://example.com/slowmo#DisplayName": [
813
{
914
"@value": "Goal Value"
1015
}
@@ -17,6 +22,11 @@
1722
"http://purl.obolibrary.org/obo/PSDO_0000095"
1823
],
1924
"http://www.w3.org/2000/01/rdf-schema#label": [
25+
{
26+
"@value": "peer average comparator"
27+
}
28+
],
29+
"http://example.com/slowmo#DisplayName": [
2030
{
2131
"@value": "Peer Average"
2232
}
@@ -29,6 +39,11 @@
2939
"http://purl.obolibrary.org/obo/PSDO_0000095"
3040
],
3141
"http://www.w3.org/2000/01/rdf-schema#label": [
42+
{
43+
"@value": "peer 75th percentile benchmark"
44+
}
45+
],
46+
"http://example.com/slowmo#DisplayName": [
3247
{
3348
"@value": "Peer Top 25%"
3449
}
@@ -41,6 +56,11 @@
4156
"http://purl.obolibrary.org/obo/PSDO_0000095"
4257
],
4358
"http://www.w3.org/2000/01/rdf-schema#label": [
59+
{
60+
"@value": "peer 90th percentile benchmark"
61+
}
62+
],
63+
"http://example.com/slowmo#DisplayName": [
4464
{
4565
"@value": "Peer Top 10%"
4666
}

0 commit comments

Comments
 (0)