|
309 | 309 | }, |
310 | 310 | { |
311 | 311 | "@id": "bts:Skin" |
| 312 | + }, |
| 313 | + { |
| 314 | + "@id": "bts:None" |
312 | 315 | } |
313 | 316 | ], |
314 | 317 | "sms:displayName": "Cancer Type", |
|
468 | 471 | "sms:required": "sms:false", |
469 | 472 | "sms:validationRules": [] |
470 | 473 | }, |
| 474 | + { |
| 475 | + "@id": "bts:None", |
| 476 | + "@type": "rdfs:Class", |
| 477 | + "rdfs:comment": "TBD", |
| 478 | + "rdfs:label": "None", |
| 479 | + "rdfs:subClassOf": [ |
| 480 | + { |
| 481 | + "@id": "bts:CancerType" |
| 482 | + } |
| 483 | + ], |
| 484 | + "schema:isPartOf": { |
| 485 | + "@id": "http://schema.biothings.io" |
| 486 | + }, |
| 487 | + "sms:displayName": "None", |
| 488 | + "sms:required": "sms:false", |
| 489 | + "sms:validationRules": [] |
| 490 | + }, |
471 | 491 | { |
472 | 492 | "@id": "bts:Biospecimen", |
473 | 493 | "@type": "rdfs:Class", |
|
877 | 897 | { |
878 | 898 | "@id": "bts:Component" |
879 | 899 | }, |
| 900 | + { |
| 901 | + "@id": "bts:CancerType" |
| 902 | + }, |
880 | 903 | { |
881 | 904 | "@id": "bts:CheckList" |
882 | 905 | }, |
| 906 | + { |
| 907 | + "@id": "bts:CheckListEnum" |
| 908 | + }, |
| 909 | + { |
| 910 | + "@id": "bts:CheckListLike" |
| 911 | + }, |
| 912 | + { |
| 913 | + "@id": "bts:CheckListLikeEnum" |
| 914 | + }, |
| 915 | + { |
| 916 | + "@id": "bts:CheckListStrict" |
| 917 | + }, |
| 918 | + { |
| 919 | + "@id": "bts:CheckListEnumStrict" |
| 920 | + }, |
883 | 921 | { |
884 | 922 | "@id": "bts:CheckRegexList" |
885 | 923 | }, |
| 924 | + { |
| 925 | + "@id": "bts:CheckRegexListLike" |
| 926 | + }, |
| 927 | + { |
| 928 | + "@id": "bts:CheckRegexListStrict" |
| 929 | + }, |
886 | 930 | { |
887 | 931 | "@id": "bts:CheckRegexSingle" |
888 | 932 | }, |
|
953 | 997 | "schema:isPartOf": { |
954 | 998 | "@id": "http://schema.biothings.io" |
955 | 999 | }, |
| 1000 | + "sms:displayName": "Check List", |
| 1001 | + "sms:required": "sms:false", |
| 1002 | + "sms:validationRules": [ |
| 1003 | + "list" |
| 1004 | + ] |
| 1005 | + }, |
| 1006 | + { |
| 1007 | + "@id": "bts:CheckListEnum", |
| 1008 | + "@type": "rdfs:Class", |
| 1009 | + "rdfs:comment": "TBD", |
| 1010 | + "rdfs:label": "CheckListEnum", |
| 1011 | + "rdfs:subClassOf": [ |
| 1012 | + { |
| 1013 | + "@id": "bts:DataProperty" |
| 1014 | + } |
| 1015 | + ], |
| 1016 | + "schema:isPartOf": { |
| 1017 | + "@id": "http://schema.biothings.io" |
| 1018 | + }, |
956 | 1019 | "schema:rangeIncludes": [ |
957 | 1020 | { |
958 | 1021 | "@id": "bts:Ab" |
|
967 | 1030 | "@id": "bts:Gh" |
968 | 1031 | } |
969 | 1032 | ], |
970 | | - "sms:displayName": "Check List", |
| 1033 | + "sms:displayName": "Check List Enum", |
| 1034 | + "sms:required": "sms:false", |
| 1035 | + "sms:validationRules": [ |
| 1036 | + "list" |
| 1037 | + ] |
| 1038 | + }, |
| 1039 | + { |
| 1040 | + "@id": "bts:CheckListLike", |
| 1041 | + "@type": "rdfs:Class", |
| 1042 | + "rdfs:comment": "TBD", |
| 1043 | + "rdfs:label": "CheckListLike", |
| 1044 | + "rdfs:subClassOf": [ |
| 1045 | + { |
| 1046 | + "@id": "bts:DataProperty" |
| 1047 | + } |
| 1048 | + ], |
| 1049 | + "schema:isPartOf": { |
| 1050 | + "@id": "http://schema.biothings.io" |
| 1051 | + }, |
| 1052 | + "sms:displayName": "Check List Like", |
| 1053 | + "sms:required": "sms:false", |
| 1054 | + "sms:validationRules": [ |
| 1055 | + "list like" |
| 1056 | + ] |
| 1057 | + }, |
| 1058 | + { |
| 1059 | + "@id": "bts:CheckListLikeEnum", |
| 1060 | + "@type": "rdfs:Class", |
| 1061 | + "rdfs:comment": "TBD", |
| 1062 | + "rdfs:label": "CheckListLikeEnum", |
| 1063 | + "rdfs:subClassOf": [ |
| 1064 | + { |
| 1065 | + "@id": "bts:DataProperty" |
| 1066 | + } |
| 1067 | + ], |
| 1068 | + "schema:isPartOf": { |
| 1069 | + "@id": "http://schema.biothings.io" |
| 1070 | + }, |
| 1071 | + "schema:rangeIncludes": [ |
| 1072 | + { |
| 1073 | + "@id": "bts:Ab" |
| 1074 | + }, |
| 1075 | + { |
| 1076 | + "@id": "bts:Cd" |
| 1077 | + }, |
| 1078 | + { |
| 1079 | + "@id": "bts:Ef" |
| 1080 | + }, |
| 1081 | + { |
| 1082 | + "@id": "bts:Gh" |
| 1083 | + } |
| 1084 | + ], |
| 1085 | + "sms:displayName": "Check List Like Enum", |
| 1086 | + "sms:required": "sms:false", |
| 1087 | + "sms:validationRules": [ |
| 1088 | + "list like" |
| 1089 | + ] |
| 1090 | + }, |
| 1091 | + { |
| 1092 | + "@id": "bts:CheckListStrict", |
| 1093 | + "@type": "rdfs:Class", |
| 1094 | + "rdfs:comment": "TBD", |
| 1095 | + "rdfs:label": "CheckListStrict", |
| 1096 | + "rdfs:subClassOf": [ |
| 1097 | + { |
| 1098 | + "@id": "bts:DataProperty" |
| 1099 | + } |
| 1100 | + ], |
| 1101 | + "schema:isPartOf": { |
| 1102 | + "@id": "http://schema.biothings.io" |
| 1103 | + }, |
| 1104 | + "sms:displayName": "Check List Strict", |
| 1105 | + "sms:required": "sms:false", |
| 1106 | + "sms:validationRules": [ |
| 1107 | + "list strict" |
| 1108 | + ] |
| 1109 | + }, |
| 1110 | + { |
| 1111 | + "@id": "bts:CheckListEnumStrict", |
| 1112 | + "@type": "rdfs:Class", |
| 1113 | + "rdfs:comment": "TBD", |
| 1114 | + "rdfs:label": "CheckListEnumStrict", |
| 1115 | + "rdfs:subClassOf": [ |
| 1116 | + { |
| 1117 | + "@id": "bts:DataProperty" |
| 1118 | + } |
| 1119 | + ], |
| 1120 | + "schema:isPartOf": { |
| 1121 | + "@id": "http://schema.biothings.io" |
| 1122 | + }, |
| 1123 | + "schema:rangeIncludes": [ |
| 1124 | + { |
| 1125 | + "@id": "bts:Ab" |
| 1126 | + }, |
| 1127 | + { |
| 1128 | + "@id": "bts:Cd" |
| 1129 | + }, |
| 1130 | + { |
| 1131 | + "@id": "bts:Ef" |
| 1132 | + }, |
| 1133 | + { |
| 1134 | + "@id": "bts:Gh" |
| 1135 | + } |
| 1136 | + ], |
| 1137 | + "sms:displayName": "Check List Enum Strict", |
971 | 1138 | "sms:required": "sms:false", |
972 | 1139 | "sms:validationRules": [ |
973 | 1140 | "list strict" |
|
988 | 1155 | }, |
989 | 1156 | "sms:displayName": "Check Regex List", |
990 | 1157 | "sms:required": "sms:false", |
| 1158 | + "sms:validationRules": [ |
| 1159 | + "list", |
| 1160 | + "regex match [a-f]" |
| 1161 | + ] |
| 1162 | + }, |
| 1163 | + { |
| 1164 | + "@id": "bts:CheckRegexListLike", |
| 1165 | + "@type": "rdfs:Class", |
| 1166 | + "rdfs:comment": "TBD", |
| 1167 | + "rdfs:label": "CheckRegexListLike", |
| 1168 | + "rdfs:subClassOf": [ |
| 1169 | + { |
| 1170 | + "@id": "bts:DataProperty" |
| 1171 | + } |
| 1172 | + ], |
| 1173 | + "schema:isPartOf": { |
| 1174 | + "@id": "http://schema.biothings.io" |
| 1175 | + }, |
| 1176 | + "sms:displayName": "Check Regex List Like", |
| 1177 | + "sms:required": "sms:false", |
| 1178 | + "sms:validationRules": [ |
| 1179 | + "list like", |
| 1180 | + "regex match [a-f]" |
| 1181 | + ] |
| 1182 | + }, |
| 1183 | + { |
| 1184 | + "@id": "bts:CheckRegexListStrict", |
| 1185 | + "@type": "rdfs:Class", |
| 1186 | + "rdfs:comment": "TBD", |
| 1187 | + "rdfs:label": "CheckRegexListStrict", |
| 1188 | + "rdfs:subClassOf": [ |
| 1189 | + { |
| 1190 | + "@id": "bts:DataProperty" |
| 1191 | + } |
| 1192 | + ], |
| 1193 | + "schema:isPartOf": { |
| 1194 | + "@id": "http://schema.biothings.io" |
| 1195 | + }, |
| 1196 | + "sms:displayName": "Check Regex List Strict", |
| 1197 | + "sms:required": "sms:false", |
991 | 1198 | "sms:validationRules": [ |
992 | 1199 | "list strict", |
993 | 1200 | "regex match [a-f]" |
|
1343 | 1550 | "rdfs:label": "Ab", |
1344 | 1551 | "rdfs:subClassOf": [ |
1345 | 1552 | { |
1346 | | - "@id": "bts:CheckList" |
| 1553 | + "@id": "bts:CheckListEnum" |
| 1554 | + }, |
| 1555 | + { |
| 1556 | + "@id": "bts:CheckListLikeEnum" |
| 1557 | + }, |
| 1558 | + { |
| 1559 | + "@id": "bts:CheckListEnumStrict" |
1347 | 1560 | } |
1348 | 1561 | ], |
1349 | 1562 | "schema:isPartOf": { |
|
1360 | 1573 | "rdfs:label": "Cd", |
1361 | 1574 | "rdfs:subClassOf": [ |
1362 | 1575 | { |
1363 | | - "@id": "bts:CheckList" |
| 1576 | + "@id": "bts:CheckListEnum" |
| 1577 | + }, |
| 1578 | + { |
| 1579 | + "@id": "bts:CheckListLikeEnum" |
| 1580 | + }, |
| 1581 | + { |
| 1582 | + "@id": "bts:CheckListEnumStrict" |
1364 | 1583 | } |
1365 | 1584 | ], |
1366 | 1585 | "schema:isPartOf": { |
|
1377 | 1596 | "rdfs:label": "Ef", |
1378 | 1597 | "rdfs:subClassOf": [ |
1379 | 1598 | { |
1380 | | - "@id": "bts:CheckList" |
| 1599 | + "@id": "bts:CheckListEnum" |
| 1600 | + }, |
| 1601 | + { |
| 1602 | + "@id": "bts:CheckListLikeEnum" |
| 1603 | + }, |
| 1604 | + { |
| 1605 | + "@id": "bts:CheckListEnumStrict" |
1381 | 1606 | } |
1382 | 1607 | ], |
1383 | 1608 | "schema:isPartOf": { |
|
1394 | 1619 | "rdfs:label": "Gh", |
1395 | 1620 | "rdfs:subClassOf": [ |
1396 | 1621 | { |
1397 | | - "@id": "bts:CheckList" |
| 1622 | + "@id": "bts:CheckListEnum" |
| 1623 | + }, |
| 1624 | + { |
| 1625 | + "@id": "bts:CheckListLikeEnum" |
| 1626 | + }, |
| 1627 | + { |
| 1628 | + "@id": "bts:CheckListEnumStrict" |
1398 | 1629 | } |
1399 | 1630 | ], |
1400 | 1631 | "schema:isPartOf": { |
|
0 commit comments