content stringlengths 4 1.04M | lang stringclasses 358
values | score int64 0 5 | repo_name stringlengths 5 114 | repo_path stringlengths 4 229 | repo_licenses listlengths 1 8 |
|---|---|---|---|---|---|
import { gatsbyConfigSchema, nodeSchema } from "../joi"
describe(`gatsby config`, () => {
it(`returns empty pathPrefix when not set`, () => {
const config = {}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(
expect.objectContaining({
pathPrefix: ``,
})
)
})
it(`throws when linkPrefix is set`, () => {
const config = {
linkPrefix: `/blog/`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.error).toMatchInlineSnapshot(
`[Error: "linkPrefix" should be changed to "pathPrefix"]`
)
})
it(`strips trailing slashes from url fields`, () => {
const config = {
pathPrefix: `/blog///`,
assetPrefix: `https://cdn.example.com/`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(
expect.objectContaining({
pathPrefix: `/blog`,
assetPrefix: `https://cdn.example.com`,
})
)
})
it(`allows assetPrefix to be full URL`, () => {
const config = {
assetPrefix: `https://cdn.example.com/`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(
expect.objectContaining({
assetPrefix: `https://cdn.example.com`,
})
)
})
it(`allows assetPrefix to be a URL with nested paths`, () => {
const config = {
assetPrefix: `https://cdn.example.com/some/nested/path`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(expect.objectContaining(config))
})
it(`allows relative paths for url fields`, () => {
const config = {
pathPrefix: `/blog`,
assetPrefix: `https://cdn.example.com`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(expect.objectContaining(config))
})
it(`strips trailing slash and add leading slash to pathPrefix`, () => {
const config = {
pathPrefix: `blog/`,
assetPrefix: `https://cdn.example.com/`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.value).toEqual(
expect.objectContaining({
pathPrefix: `/blog`,
assetPrefix: `https://cdn.example.com`,
})
)
})
it(`does not allow pathPrefix to be full URL`, () => {
const config = {
pathPrefix: `https://google.com`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.error).toMatchInlineSnapshot(
`[ValidationError: "pathPrefix" must be a valid relative uri]`
)
})
it(`throws when relative path used for both assetPrefix and pathPrefix`, () => {
const config = {
assetPrefix: `/assets`,
pathPrefix: `/blog`,
}
const result = gatsbyConfigSchema.validate(config)
expect(result.error).toMatchInlineSnapshot(
`[Error: assetPrefix must be an absolute URI when used with pathPrefix]`
)
})
})
describe(`node schema`, () => {
it(`allows correct nodes`, () => {
const node = {
id: `foo`,
internal: {
type: `Type`,
contentDigest: `bar`,
// this is added by gatsby
owner: `gatsby-source-foo`,
},
}
const { error } = nodeSchema.validate(node)
expect(error).toBeFalsy()
})
it(`force id type`, () => {
const node = {
id: 5,
internal: {
type: `Type`,
contentDigest: `bar`,
// this is added by gatsby
owner: `gatsby-source-foo`,
},
}
const { error } = nodeSchema.validate(node)
expect(error).toBeTruthy()
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
expect(error!.message).toMatchInlineSnapshot(`"\\"id\\" must be a string"`)
})
it(`doesn't allow unknown internal fields`, () => {
const node = {
id: `foo`,
internal: {
type: `Type`,
contentDigest: `bar`,
customField: `this should cause failure`,
// this is added by gatsby
owner: `gatsby-source-foo`,
},
}
const { error } = nodeSchema.validate(node)
expect(error).toBeTruthy()
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
expect(error!.message).toMatchInlineSnapshot(
`"\\"internal.customField\\" is not allowed"`
)
})
})
| TypeScript | 5 | waltercruz/gatsby | packages/gatsby/src/joi-schemas/__tests__/joi.ts | [
"MIT"
] |
@number: 30px;
nylas-theme-wrap {
padding-bottom: @number;
}
| Less | 2 | cnheider/nylas-mail | packages/client-app/spec/fixtures/packages/theme-without-package-file/styles/c.less | [
"MIT"
] |
interface A<T>
{
x: T
}
interface C extends A<string>, A<number> { }
| TypeScript | 3 | nilamjadhav/TypeScript | tests/cases/compiler/multipleBaseInterfaesWithIncompatibleProperties.ts | [
"Apache-2.0"
] |
1728
0 0
1 0.2
2 0.2
3 0
4 0.2
5 0.2
6 0
7 0.2
8 0.2
9 0
10 0.2
11 0.2
12 0
13 0.2
14 0.2
15 0
16 0.2
17 0.2
18 0
19 0.2
20 0.2
21 0
22 0.2
23 0.2
24 0
25 0.2
26 0.2
27 0
28 0.2
29 0.2
30 0
31 0.2
32 0.2
33 0
34 0.2
35 0.2
36 0
37 0.2
38 0.2
39 0
40 0.2
41 0.2
42 0
43 0.2
44 0.2
45 0
46 0.2
47 0.2
48 0
49 0.2
50 0.2
51 0
52 0.2
53 0.2
54 0
55 0.2
56 0.2
57 0
58 0.2
59 0.2
60 0
61 0.2
62 0.2
63 0
64 0.2
65 0.2
66 0
67 0.2
68 0.2
69 0
70 0.2
71 0.2
72 0
73 0.2
74 0.2
75 0
76 0.2
77 0.2
78 0
79 0.2
80 0.2
81 0
82 0.2
83 0.2
84 0
85 0.2
86 0.2
87 0
88 0.2
89 0.2
90 0
91 0.2
92 0.2
93 0
94 0.2
95 0.2
96 0
97 0.2
98 0.2
99 0
100 0.2
101 0.2
102 0
103 0.2
104 0.2
105 0
106 0.2
107 0.2
108 0
109 0.2
110 0.2
111 0
112 0.2
113 0.2
114 0
115 0.2
116 0.2
117 0
118 0.2
119 0.2
120 0
121 0.2
122 0.2
123 0
124 0.2
125 0.2
126 0
127 0.2
128 0.2
129 0
130 0.2
131 0.2
132 0
133 0.2
134 0.2
135 0
136 0.2
137 0.2
138 0
139 0.2
140 0.2
141 0
142 0.2
143 0.2
144 0
145 0.2
146 0.2
147 0
148 0.2
149 0.2
150 0
151 0.2
152 0.2
153 0
154 0.2
155 0.2
156 0
157 0.2
158 0.2
159 0
160 0.2
161 0.2
162 0
163 0.2
164 0.2
165 0
166 0.2
167 0.2
168 0
169 0.2
170 0.2
171 0
172 0.2
173 0.2
174 0
175 0.2
176 0.2
177 0
178 0.2
179 0.2
180 0
181 0.2
182 0.2
183 0
184 0.2
185 0.2
186 0
187 0.2
188 0.2
189 0
190 0.2
191 0.2
192 0
193 0.2
194 0.2
195 0
196 0.2
197 0.2
198 0
199 0.2
200 0.2
201 0
202 0.2
203 0.2
204 0
205 0.2
206 0.2
207 0
208 0.2
209 0.2
210 0
211 0.2
212 0.2
213 0
214 0.2
215 0.2
216 0
217 0.2
218 0.2
219 0
220 0.2
221 0.2
222 0
223 0.2
224 0.2
225 0
226 0.2
227 0.2
228 0
229 0.2
230 0.2
231 0
232 0.2
233 0.2
234 0
235 0.2
236 0.2
237 0
238 0.2
239 0.2
240 0
241 0.2
242 0.2
243 0
244 0.2
245 0.2
246 0
247 0.2
248 0.2
249 0
250 0.2
251 0.2
252 0
253 0.2
254 0.2
255 0
256 0.2
257 0.2
258 0
259 0.2
260 0.2
261 0
262 0.2
263 0.2
264 0
265 0.2
266 0.2
267 0
268 0.2
269 0.2
270 0
271 0.2
272 0.2
273 0
274 0.2
275 0.2
276 0
277 0.2
278 0.2
279 0
280 0.2
281 0.2
282 0
283 0.2
284 0.2
285 0
286 0.2
287 0.2
288 0
289 0.2
290 0.2
291 0
292 0.2
293 0.2
294 0
295 0.2
296 0.2
297 0
298 0.2
299 0.2
300 0
301 0.2
302 0.2
303 0
304 0.2
305 0.2
306 0
307 0.2
308 0.2
309 0
310 0.2
311 0.2
312 0
313 0.2
314 0.2
315 0
316 0.2
317 0.2
318 0
319 0.2
320 0.2
321 0
322 0.2
323 0.2
324 0
325 0.2
326 0.2
327 0
328 0.2
329 0.2
330 0
331 0.2
332 0.2
333 0
334 0.2
335 0.2
336 0
337 0.2
338 0.2
339 0
340 0.2
341 0.2
342 0
343 0.2
344 0.2
345 0
346 0.2
347 0.2
348 0
349 0.2
350 0.2
351 0
352 0.2
353 0.2
354 0
355 0.2
356 0.2
357 0
358 0.2
359 0.2
360 0
361 0.2
362 0.2
363 0
364 0.2
365 0.2
366 0
367 0.2
368 0.2
369 0
370 0.2
371 0.2
372 0
373 0.2
374 0.2
375 0
376 0.2
377 0.2
378 0
379 0.2
380 0.2
381 0
382 0.2
383 0.2
384 0
385 0.2
386 0.2
387 0
388 0.2
389 0.2
390 0
391 0.2
392 0.2
393 0
394 0.2
395 0.2
396 0
397 0.2
398 0.2
399 0
400 0.2
401 0.2
402 0
403 0.2
404 0.2
405 0
406 0.2
407 0.2
408 0
409 0.2
410 0.2
411 0
412 0.2
413 0.2
414 0
415 0.2
416 0.2
417 0
418 0.2
419 0.2
420 0
421 0.2
422 0.2
423 0
424 0.2
425 0.2
426 0
427 0.2
428 0.2
429 0
430 0.2
431 0.2
432 0
433 0.2
434 0.2
435 0
436 0.2
437 0.2
438 0
439 0.2
440 0.2
441 0
442 0.2
443 0.2
444 0
445 0.2
446 0.2
447 0
448 0.2
449 0.2
450 0
451 0.2
452 0.2
453 0
454 0.2
455 0.2
456 0
457 0.2
458 0.2
459 0
460 0.2
461 0.2
462 0
463 0.2
464 0.2
465 0
466 0.2
467 0.2
468 0
469 0.2
470 0.2
471 0
472 0.2
473 0.2
474 0
475 0.2
476 0.2
477 0
478 0.2
479 0.2
480 0
481 0.2
482 0.2
483 0
484 0.2
485 0.2
486 0
487 0.2
488 0.2
489 0
490 0.2
491 0.2
492 0
493 0.2
494 0.2
495 0
496 0.2
497 0.2
498 0
499 0.2
500 0.2
501 0
502 0.2
503 0.2
504 0
505 0.2
506 0.2
507 0
508 0.2
509 0.2
510 0
511 0.2
512 0.2
513 0
514 0.2
515 0.2
516 0
517 0.2
518 0.2
519 0
520 0.2
521 0.2
522 0
523 0.2
524 0.2
525 0
526 0.2
527 0.2
528 0
529 0.2
530 0.2
531 0
532 0.2
533 0.2
534 0
535 0.2
536 0.2
537 0
538 0.2
539 0.2
540 0
541 0.2
542 0.2
543 0
544 0.2
545 0.2
546 0
547 0.2
548 0.2
549 0
550 0.2
551 0.2
552 0
553 0.2
554 0.2
555 0
556 0.2
557 0.2
558 0
559 0.2
560 0.2
561 0
562 0.2
563 0.2
564 0
565 0.2
566 0.2
567 0
568 0.2
569 0.2
570 0
571 0.2
572 0.2
573 0
574 0.2
575 0.2
576 0
577 0.2
578 0.2
579 0
580 0.2
581 0.2
582 0
583 0.2
584 0.2
585 0
586 0.2
587 0.2
588 0
589 0.2
590 0.2
591 0
592 0.2
593 0.2
594 0
595 0.2
596 0.2
597 0
598 0.2
599 0.2
600 0
601 0.2
602 0.2
603 0
604 0.2
605 0.2
606 0
607 0.2
608 0.2
609 0
610 0.2
611 0.2
612 0
613 0.2
614 0.2
615 0
616 0.2
617 0.2
618 0
619 0.2
620 0.2
621 0
622 0.2
623 0.2
624 0
625 0.2
626 0.2
627 0
628 0.2
629 0.2
630 0
631 0.2
632 0.2
633 0
634 0.2
635 0.2
636 0
637 0.2
638 0.2
639 0
640 0.2
641 0.2
642 0
643 0.2
644 0.2
645 0
646 0.2
647 0.2
648 0
649 0.2
650 0.2
651 0
652 0.2
653 0.2
654 0
655 0.2
656 0.2
657 0
658 0.2
659 0.2
660 0
661 0.2
662 0.2
663 0
664 0.2
665 0.2
666 0
667 0.2
668 0.2
669 0
670 0.2
671 0.2
672 0
673 0.2
674 0.2
675 0
676 0.2
677 0.2
678 0
679 0.2
680 0.2
681 0
682 0.2
683 0.2
684 0
685 0.2
686 0.2
687 0
688 0.2
689 0.2
690 0
691 0.2
692 0.2
693 0
694 0.2
695 0.2
696 0
697 0.2
698 0.2
699 0
700 0.2
701 0.2
702 0
703 0.2
704 0.2
705 0
706 0.2
707 0.2
708 0
709 0.2
710 0.2
711 0
712 0.2
713 0.2
714 0
715 0.2
716 0.2
717 0
718 0.2
719 0.2
720 0
721 0.2
722 0.2
723 0
724 0.2
725 0.2
726 0
727 0.2
728 0.2
729 0
730 0.2
731 0.2
732 0
733 0.2
734 0.2
735 0
736 0.2
737 0.2
738 0
739 0.2
740 0.2
741 0
742 0.2
743 0.2
744 0
745 0.2
746 0.2
747 0
748 0.2
749 0.2
750 0
751 0.2
752 0.2
753 0
754 0.2
755 0.2
756 0
757 0.2
758 0.2
759 0
760 0.2
761 0.2
762 0
763 0.2
764 0.2
765 0
766 0.2
767 0.2
768 0
769 0.2
770 0.2
771 0
772 0.2
773 0.2
774 0
775 0.2
776 0.2
777 0
778 0.2
779 0.2
780 0
781 0.2
782 0.2
783 0
784 0.2
785 0.2
786 0
787 0.2
788 0.2
789 0
790 0.2
791 0.2
792 0
793 0.2
794 0.2
795 0
796 0.2
797 0.2
798 0
799 0.2
800 0.2
801 0
802 0.2
803 0.2
804 0
805 0.2
806 0.2
807 0
808 0.2
809 0.2
810 0
811 0.2
812 0.2
813 0
814 0.2
815 0.2
816 0
817 0.2
818 0.2
819 0
820 0.2
821 0.2
822 0
823 0.2
824 0.2
825 0
826 0.2
827 0.2
828 0
829 0.2
830 0.2
831 0
832 0.2
833 0.2
834 0
835 0.2
836 0.2
837 0
838 0.2
839 0.2
840 0
841 0.2
842 0.2
843 0
844 0.2
845 0.2
846 0
847 0.2
848 0.2
849 0
850 0.2
851 0.2
852 0
853 0.2
854 0.2
855 0
856 0.2
857 0.2
858 0
859 0.2
860 0.2
861 0
862 0.2
863 0.2
864 0
865 0.2
866 0.2
867 0
868 0.2
869 0.2
870 0
871 0.2
872 0.2
873 0
874 0.2
875 0.2
876 0
877 0.2
878 0.2
879 0
880 0.2
881 0.2
882 0
883 0.2
884 0.2
885 0
886 0.2
887 0.2
888 0
889 0.2
890 0.2
891 0
892 0.2
893 0.2
894 0
895 0.2
896 0.2
897 0
898 0.2
899 0.2
900 0
901 0.2
902 0.2
903 0
904 0.2
905 0.2
906 0
907 0.2
908 0.2
909 0
910 0.2
911 0.2
912 0
913 0.2
914 0.2
915 0
916 0.2
917 0.2
918 0
919 0.2
920 0.2
921 0
922 0.2
923 0.2
924 0
925 0.2
926 0.2
927 0
928 0.2
929 0.2
930 0
931 0.2
932 0.2
933 0
934 0.2
935 0.2
936 0
937 0.2
938 0.2
939 0
940 0.2
941 0.2
942 0
943 0.2
944 0.2
945 0
946 0.2
947 0.2
948 0
949 0.2
950 0.2
951 0
952 0.2
953 0.2
954 0
955 0.2
956 0.2
957 0
958 0.2
959 0.2
960 0
961 0.2
962 0.2
963 0
964 0.2
965 0.2
966 0
967 0.2
968 0.2
969 0
970 0.2
971 0.2
972 0
973 0.2
974 0.2
975 0
976 0.2
977 0.2
978 0
979 0.2
980 0.2
981 0
982 0.2
983 0.2
984 0
985 0.2
986 0.2
987 0
988 0.2
989 0.2
990 0
991 0.2
992 0.2
993 0
994 0.2
995 0.2
996 0
997 0.2
998 0.2
999 0
1000 0.2
1001 0.2
1002 0
1003 0.2
1004 0.2
1005 0
1006 0.2
1007 0.2
1008 0
1009 0.2
1010 0.2
1011 0
1012 0.2
1013 0.2
1014 0
1015 0.2
1016 0.2
1017 0
1018 0.2
1019 0.2
1020 0
1021 0.2
1022 0.2
1023 0
1024 0.2
1025 0.2
1026 0
1027 0.2
1028 0.2
1029 0
1030 0.2
1031 0.2
1032 0
1033 0.2
1034 0.2
1035 0
1036 0.2
1037 0.2
1038 0
1039 0.2
1040 0.2
1041 0
1042 0.2
1043 0.2
1044 0
1045 0.2
1046 0.2
1047 0
1048 0.2
1049 0.2
1050 0
1051 0.2
1052 0.2
1053 0
1054 0.2
1055 0.2
1056 0
1057 0.2
1058 0.2
1059 0
1060 0.2
1061 0.2
1062 0
1063 0.2
1064 0.2
1065 0
1066 0.2
1067 0.2
1068 0
1069 0.2
1070 0.2
1071 0
1072 0.2
1073 0.2
1074 0
1075 0.2
1076 0.2
1077 0
1078 0.2
1079 0.2
1080 0
1081 0.2
1082 0.2
1083 0
1084 0.2
1085 0.2
1086 0
1087 0.2
1088 0.2
1089 0
1090 0.2
1091 0.2
1092 0
1093 0.2
1094 0.2
1095 0
1096 0.2
1097 0.2
1098 0
1099 0.2
1100 0.2
1101 0
1102 0.2
1103 0.2
1104 0
1105 0.2
1106 0.2
1107 0
1108 0.2
1109 0.2
1110 0
1111 0.2
1112 0.2
1113 0
1114 0.2
1115 0.2
1116 0
1117 0.2
1118 0.2
1119 0
1120 0.2
1121 0.2
1122 0
1123 0.2
1124 0.2
1125 0
1126 0.2
1127 0.2
1128 0
1129 0.2
1130 0.2
1131 0
1132 0.2
1133 0.2
1134 0
1135 0.2
1136 0.2
1137 0
1138 0.2
1139 0.2
1140 0
1141 0.2
1142 0.2
1143 0
1144 0.2
1145 0.2
1146 0
1147 0.2
1148 0.2
1149 0
1150 0.2
1151 0.2
1152 0
1153 0.2
1154 0.2
1155 0
1156 0.2
1157 0.2
1158 0
1159 0.2
1160 0.2
1161 0
1162 0.2
1163 0.2
1164 0
1165 0.2
1166 0.2
1167 0
1168 0.2
1169 0.2
1170 0
1171 0.2
1172 0.2
1173 0
1174 0.2
1175 0.2
1176 0
1177 0.2
1178 0.2
1179 0
1180 0.2
1181 0.2
1182 0
1183 0.2
1184 0.2
1185 0
1186 0.2
1187 0.2
1188 0
1189 0.2
1190 0.2
1191 0
1192 0.2
1193 0.2
1194 0
1195 0.2
1196 0.2
1197 0
1198 0.2
1199 0.2
1200 0
1201 0.2
1202 0.2
1203 0
1204 0.2
1205 0.2
1206 0
1207 0.2
1208 0.2
1209 0
1210 0.2
1211 0.2
1212 0
1213 0.2
1214 0.2
1215 0
1216 0.2
1217 0.2
1218 0
1219 0.2
1220 0.2
1221 0
1222 0.2
1223 0.2
1224 0
1225 0.2
1226 0.2
1227 0
1228 0.2
1229 0.2
1230 0
1231 0.2
1232 0.2
1233 0
1234 0.2
1235 0.2
1236 0
1237 0.2
1238 0.2
1239 0
1240 0.2
1241 0.2
1242 0
1243 0.2
1244 0.2
1245 0
1246 0.2
1247 0.2
1248 0
1249 0.2
1250 0.2
1251 0
1252 0.2
1253 0.2
1254 0
1255 0.2
1256 0.2
1257 0
1258 0.2
1259 0.2
1260 0
1261 0.2
1262 0.2
1263 0
1264 0.2
1265 0.2
1266 0
1267 0.2
1268 0.2
1269 0
1270 0.2
1271 0.2
1272 0
1273 0.2
1274 0.2
1275 0
1276 0.2
1277 0.2
1278 0
1279 0.2
1280 0.2
1281 0
1282 0.2
1283 0.2
1284 0
1285 0.2
1286 0.2
1287 0
1288 0.2
1289 0.2
1290 0
1291 0.2
1292 0.2
1293 0
1294 0.2
1295 0.2
1296 0
1297 0.2
1298 0.2
1299 0
1300 0.2
1301 0.2
1302 0
1303 0.2
1304 0.2
1305 0
1306 0.2
1307 0.2
1308 0
1309 0.2
1310 0.2
1311 0
1312 0.2
1313 0.2
1314 0
1315 0.2
1316 0.2
1317 0
1318 0.2
1319 0.2
1320 0
1321 0.2
1322 0.2
1323 0
1324 0.2
1325 0.2
1326 0
1327 0.2
1328 0.2
1329 0
1330 0.2
1331 0.2
1332 0
1333 0.2
1334 0.2
1335 0
1336 0.2
1337 0.2
1338 0
1339 0.2
1340 0.2
1341 0
1342 0.2
1343 0.2
1344 0
1345 0.2
1346 0.2
1347 0
1348 0.2
1349 0.2
1350 0
1351 0.2
1352 0.2
1353 0
1354 0.2
1355 0.2
1356 0
1357 0.2
1358 0.2
1359 0
1360 0.2
1361 0.2
1362 0
1363 0.2
1364 0.2
1365 0
1366 0.2
1367 0.2
1368 0
1369 0.2
1370 0.2
1371 0
1372 0.2
1373 0.2
1374 0
1375 0.2
1376 0.2
1377 0
1378 0.2
1379 0.2
1380 0
1381 0.2
1382 0.2
1383 0
1384 0.2
1385 0.2
1386 0
1387 0.2
1388 0.2
1389 0
1390 0.2
1391 0.2
1392 0
1393 0.2
1394 0.2
1395 0
1396 0.2
1397 0.2
1398 0
1399 0.2
1400 0.2
1401 0
1402 0.2
1403 0.2
1404 0
1405 0.2
1406 0.2
1407 0
1408 0.2
1409 0.2
1410 0
1411 0.2
1412 0.2
1413 0
1414 0.2
1415 0.2
1416 0
1417 0.2
1418 0.2
1419 0
1420 0.2
1421 0.2
1422 0
1423 0.2
1424 0.2
1425 0
1426 0.2
1427 0.2
1428 0
1429 0.2
1430 0.2
1431 0
1432 0.2
1433 0.2
1434 0
1435 0.2
1436 0.2
1437 0
1438 0.2
1439 0.2
1440 0
1441 0.2
1442 0.2
1443 0
1444 0.2
1445 0.2
1446 0
1447 0.2
1448 0.2
1449 0
1450 0.2
1451 0.2
1452 0
1453 0.2
1454 0.2
1455 0
1456 0.2
1457 0.2
1458 0
1459 0.2
1460 0.2
1461 0
1462 0.2
1463 0.2
1464 0
1465 0.2
1466 0.2
1467 0
1468 0.2
1469 0.2
1470 0
1471 0.2
1472 0.2
1473 0
1474 0.2
1475 0.2
1476 0
1477 0.2
1478 0.2
1479 0
1480 0.2
1481 0.2
1482 0
1483 0.2
1484 0.2
1485 0
1486 0.2
1487 0.2
1488 0
1489 0.2
1490 0.2
1491 0
1492 0.2
1493 0.2
1494 0
1495 0.2
1496 0.2
1497 0
1498 0.2
1499 0.2
1500 0
1501 0.2
1502 0.2
1503 0
1504 0.2
1505 0.2
1506 0
1507 0.2
1508 0.2
1509 0
1510 0.2
1511 0.2
1512 0
1513 0.2
1514 0.2
1515 0
1516 0.2
1517 0.2
1518 0
1519 0.2
1520 0.2
1521 0
1522 0.2
1523 0.2
1524 0
1525 0.2
1526 0.2
1527 0
1528 0.2
1529 0.2
1530 0
1531 0.2
1532 0.2
1533 0
1534 0.2
1535 0.2
1536 0
1537 0.2
1538 0.2
1539 0
1540 0.2
1541 0.2
1542 0
1543 0.2
1544 0.2
1545 0
1546 0.2
1547 0.2
1548 0
1549 0.2
1550 0.2
1551 0
1552 0.2
1553 0.2
1554 0
1555 0.2
1556 0.2
1557 0
1558 0.2
1559 0.2
1560 0
1561 0.2
1562 0.2
1563 0
1564 0.2
1565 0.2
1566 0
1567 0.2
1568 0.2
1569 0
1570 0.2
1571 0.2
1572 0
1573 0.2
1574 0.2
1575 0
1576 0.2
1577 0.2
1578 0
1579 0.2
1580 0.2
1581 0
1582 0.2
1583 0.2
1584 0
1585 0.2
1586 0.2
1587 0
1588 0.2
1589 0.2
1590 0
1591 0.2
1592 0.2
1593 0
1594 0.2
1595 0.2
1596 0
1597 0.2
1598 0.2
1599 0
1600 0.2
1601 0.2
1602 0
1603 0.2
1604 0.2
1605 0
1606 0.2
1607 0.2
1608 0
1609 0.2
1610 0.2
1611 0
1612 0.2
1613 0.2
1614 0
1615 0.2
1616 0.2
1617 0
1618 0.2
1619 0.2
1620 0
1621 0.2
1622 0.2
1623 0
1624 0.2
1625 0.2
1626 0
1627 0.2
1628 0.2
1629 0
1630 0.2
1631 0.2
1632 0
1633 0.2
1634 0.2
1635 0
1636 0.2
1637 0.2
1638 0
1639 0.2
1640 0.2
1641 0
1642 0.2
1643 0.2
1644 0
1645 0.2
1646 0.2
1647 0
1648 0.2
1649 0.2
1650 0
1651 0.2
1652 0.2
1653 0
1654 0.2
1655 0.2
1656 0
1657 0.2
1658 0.2
1659 0
1660 0.2
1661 0.2
1662 0
1663 0.2
1664 0.2
1665 0
1666 0.2
1667 0.2
1668 0
1669 0.2
1670 0.2
1671 0
1672 0.2
1673 0.2
1674 0
1675 0.2
1676 0.2
1677 0
1678 0.2
1679 0.2
1680 0
1681 0.2
1682 0.2
1683 0
1684 0.2
1685 0.2
1686 0
1687 0.2
1688 0.2
1689 0
1690 0.2
1691 0.2
1692 0
1693 0.2
1694 0.2
1695 0
1696 0.2
1697 0.2
1698 0
1699 0.2
1700 0.2
1701 0
1702 0.2
1703 0.2
1704 0
1705 0.2
1706 0.2
1707 0
1708 0.2
1709 0.2
1710 0
1711 0.2
1712 0.2
1713 0
1714 0.2
1715 0.2
1716 0
1717 0.2
1718 0.2
1719 0
1720 0.2
1721 0.2
1722 0
1723 0.2
1724 0.2
1725 0
1726 0.2
1727 0.2
| IDL | 0 | ricortiz/OpenTissue | demos/data/dlm/1728/factor.dlm | [
"Zlib"
] |
<?python
from textile import textile
from cgi import escape
?>
<li xmlns:py="http://purl.org/kid/ns#" class="alt" id="comment_$comment.id">
<small class="commentmetadata">
<a href="${comment.web_site}" >
${escape(comment.name)}
</a>
<span class="filedto"></span>
<span class="posteddate" py:content="comment.posted_date('%B %d, %Y at %I:%M %p')"/>
</small>
<p >
${ XML(textile(escape(comment.text).encode('utf-8'), encoding='utf-8', output='utf-8')) }
</p>
</li> | Genshi | 3 | CarlosGabaldon/calabro | calabro/widgets/templates/comment.kid | [
"MIT"
] |
(declare-rel Invariant (Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool Bool))
(declare-rel Goal ())
(declare-var l0 Bool)
(declare-var l2 Bool)
(declare-var l4 Bool)
(declare-var l6 Bool)
(declare-var l8 Bool)
(declare-var l10 Bool)
(declare-var l12 Bool)
(declare-var l14 Bool)
(declare-var l16 Bool)
(declare-var l18 Bool)
(declare-var l20 Bool)
(declare-var l22 Bool)
(declare-var l24 Bool)
(declare-var l26 Bool)
(declare-var l28 Bool)
(declare-var l30 Bool)
(declare-var l32 Bool)
(declare-var l34 Bool)
(declare-var l36 Bool)
(declare-var l38 Bool)
(declare-var l40 Bool)
(declare-var l42 Bool)
(declare-var l44 Bool)
(declare-var l46 Bool)
(declare-var l48 Bool)
(declare-var l50 Bool)
(declare-var l52 Bool)
(declare-var l54 Bool)
(declare-var l56 Bool)
(declare-var l58 Bool)
(declare-var l60 Bool)
(declare-var l62 Bool)
(declare-var l64 Bool)
(declare-var l66 Bool)
(declare-var l68 Bool)
(declare-var l70 Bool)
(declare-var l72 Bool)
(declare-var l74 Bool)
(declare-var l76 Bool)
(declare-var l78 Bool)
(declare-var l80 Bool)
(declare-var l82 Bool)
(declare-var l84 Bool)
(declare-var l86 Bool)
(declare-var l88 Bool)
(declare-var l90 Bool)
(declare-var l92 Bool)
(declare-var l94 Bool)
(declare-var l96 Bool)
(declare-var l98 Bool)
(declare-var l100 Bool)
(declare-var l102 Bool)
(declare-var l104 Bool)
(declare-var l106 Bool)
(declare-var l108 Bool)
(declare-var l110 Bool)
(declare-var l112 Bool)
(declare-var l114 Bool)
(declare-var l116 Bool)
(declare-var l118 Bool)
(declare-var l120 Bool)
(declare-var l122 Bool)
(declare-var l124 Bool)
(declare-var l126 Bool)
(declare-var l128 Bool)
(declare-var l130 Bool)
(declare-var l132 Bool)
(declare-var l134 Bool)
(declare-var l136 Bool)
(declare-var l138 Bool)
(declare-var l140 Bool)
(declare-var l142 Bool)
(declare-var l144 Bool)
(declare-var l146 Bool)
(declare-var l148 Bool)
(declare-var l150 Bool)
(declare-var l152 Bool)
(declare-var l154 Bool)
(declare-var l156 Bool)
(declare-var l158 Bool)
(declare-var l160 Bool)
(declare-var l162 Bool)
(declare-var l164 Bool)
(declare-var l166 Bool)
(declare-var l168 Bool)
(declare-var l170 Bool)
(declare-var l172 Bool)
(declare-var l174 Bool)
(declare-var l176 Bool)
(declare-var l178 Bool)
(declare-var l180 Bool)
(declare-var l182 Bool)
(declare-var l184 Bool)
(declare-var l186 Bool)
(declare-var l188 Bool)
(declare-var l190 Bool)
(declare-var l192 Bool)
(declare-var l194 Bool)
(declare-var l196 Bool)
(declare-var l198 Bool)
(declare-var l200 Bool)
(declare-var l202 Bool)
(declare-var l204 Bool)
(declare-var l206 Bool)
(declare-var l208 Bool)
(declare-var l210 Bool)
(declare-var l212 Bool)
(declare-var l214 Bool)
(declare-var l216 Bool)
(declare-var l218 Bool)
(declare-var l220 Bool)
(declare-var l222 Bool)
(declare-var l224 Bool)
(declare-var l226 Bool)
(declare-var l228 Bool)
(declare-var l230 Bool)
(declare-var l232 Bool)
(declare-var l234 Bool)
(declare-var l236 Bool)
(declare-var l238 Bool)
(declare-var l240 Bool)
(declare-var l242 Bool)
(declare-var l244 Bool)
(declare-var l246 Bool)
(declare-var l248 Bool)
(declare-var l250 Bool)
(declare-var l252 Bool)
(declare-var l254 Bool)
(declare-var l256 Bool)
(declare-var l258 Bool)
(declare-var l260 Bool)
(declare-var l262 Bool)
(declare-var l264 Bool)
(declare-var l266 Bool)
(declare-var l268 Bool)
(declare-var l270 Bool)
(declare-var l272 Bool)
(declare-var l274 Bool)
(declare-var l276 Bool)
(declare-var l278 Bool)
(declare-var l280 Bool)
(declare-var l282 Bool)
(declare-var l284 Bool)
(declare-var l286 Bool)
(declare-var l288 Bool)
(declare-var l290 Bool)
(declare-var l292 Bool)
(declare-var l294 Bool)
(declare-var l296 Bool)
(declare-var l298 Bool)
(declare-var l300 Bool)
(declare-var l302 Bool)
(declare-var l304 Bool)
(declare-var l306 Bool)
(declare-var l308 Bool)
(declare-var l310 Bool)
(declare-var l312 Bool)
(declare-var l314 Bool)
(declare-var l316 Bool)
(rule (=> (not (or l8 l10 l12 l14 l16 l18 l20 l22 l24 l26 l28 l30 l32 l34 l36 l38 l40 l42 l44 l46 l48 l50 l52 l54 l56 l58 l60 l62 l64 l66 l68 l70 l72 l74)) (Invariant l8 l10 l12 l14 l16 l18 l20 l22 l24 l26 l28 l30 l32 l34 l36 l38 l40 l42 l44 l46 l48 l50 l52 l54 l56 l58 l60 l62 l64 l66 l68 l70 l72 l74)))
(rule (=> (and (Invariant l8 l10 l12 l14 l16 l18 l20 l22 l24 l26 l28 l30 l32 l34 l36 l38 l40 l42 l44 l46 l48 l50 l52 l54 l56 l58 l60 l62 l64 l66 l68 l70 l72 l74)
(= (and (not l20) (not l14)) l76)
(= (and (not l76) l8) l78)
(= (and l20 l14) l80)
(= (and (not l80) (not l78)) l82)
(= (and (not l28) l8) l84)
(= (and (not l84) l10) l86)
(= (and l18 l12) l88)
(= (and l88 l38) l90)
(= (and (not l24) (not l8)) l92)
(= (and l92 (not l26)) l94)
(= (and l94 l28) l96)
(= (and l96 (not l90)) l98)
(= (and (not l98) (not l86)) l100)
(= (and l38 l18) l102)
(= (and l102 l12) l104)
(= (and (not l104) (not l26)) l106)
(= (and l24 (not l16)) l108)
(= (and l108 (not l32)) l110)
(= (and l110 l106) l112)
(= (and (not l32) l14) l114)
(= (and (not l114) (not l112)) l116)
(= (and (not l114) l16) l118)
(= (and l32 (not l14)) l120)
(= (and l120 l106) l122)
(= (and l122 l24) l124)
(= (and (not l124) (not l118)) l126)
(= (and l26 (not l22)) l128)
(= (and l128 (not l36)) l130)
(= (and (not l36) l20) l132)
(= (and l130 (not l90)) l134)
(= (and (not l134) (not l132)) l136)
(= (and (not l132) l22) l138)
(= (and l26 (not l20)) l140)
(= (and l140 l36) l142)
(= (and l142 (not l90)) l144)
(= (and (not l144) (not l138)) l146)
(= (and (not l106) l24) l148)
(= (and l106 (not l24)) l150)
(= (and (not l150) (not l148)) l152)
(= (and (not l90) l24) l154)
(= (and l90 l26) l156)
(= (and (not l156) (not l154)) l158)
(= (and (not l30) l2) l160)
(= (and l28 (not l2)) l162)
(= (and (not l162) (not l160)) l164)
(= (and l28 l2) l166)
(= (and (not l166) l30) l168)
(= (and (not l30) l28) l170)
(= (and l170 l8) l172)
(= (and (not l172) (not l168)) l174)
(= (and (not l34) l4) l176)
(= (and l32 (not l4)) l178)
(= (and (not l178) (not l176)) l180)
(= (and l32 l4) l182)
(= (and (not l182) l34) l184)
(= (and (not l34) l32) l186)
(= (and l186 l14) l188)
(= (and (not l188) (not l184)) l190)
(= (and (not l40) l6) l192)
(= (and l36 (not l6)) l194)
(= (and (not l194) (not l192)) l196)
(= (and (not l24) (not l10)) l198)
(= (and l198 (not l26)) l200)
(= (and l200 (not l28)) l202)
(= (and l202 (not l90)) l204)
(= (and (not l204) (not l84)) l206)
(= (and l36 l6) l208)
(= (and (not l208) l40) l210)
(= (and (not l40) l36) l212)
(= (and l212 l20) l214)
(= (and (not l214) (not l210)) l216)
(= (and l62 l44) l218)
(= (and l52 l46) l220)
(= (and l220 l72) l222)
(= (and (not l60) (not l58)) l224)
(= (and l224 l62) l226)
(= (and l226 (not l222)) l228)
(= (and (not l228) (not l218)) l230)
(= (and (not l222) (not l60)) l232)
(= (and (not l66) l58) l234)
(= (and (not l66) l48) l236)
(= (and l234 l232) l238)
(= (and (not l238) (not l236)) l240)
(= (and l66 l50) l242)
(= (and l66 (not l48)) l244)
(= (and l244 l232) l246)
(= (and l246 l58) l248)
(= (and (not l248) (not l242)) l250)
(= (and (not l70) l60) l252)
(= (and (not l70) l54) l254)
(= (and l252 (not l222)) l256)
(= (and (not l256) (not l254)) l258)
(= (and l70 l56) l260)
(= (and l70 l60) l262)
(= (and l262 (not l222)) l264)
(= (and (not l264) (not l260)) l266)
(= (and (not l232) l58) l268)
(= (and l232 (not l58)) l270)
(= (and (not l270) (not l268)) l272)
(= (and l222 l60) l274)
(= (and (not l222) l58) l276)
(= (and (not l276) (not l274)) l278)
(= (and l62 (not l2)) l280)
(= (and (not l64) l2) l282)
(= (and (not l282) (not l280)) l284)
(= (and l62 l42) l286)
(= (and l286 (not l284)) l288)
(= (and l66 (not l4)) l290)
(= (and (not l68) l4) l292)
(= (and (not l292) (not l290)) l294)
(= (and (not l244) l66) l296)
(= (and l296 (not l294)) l298)
(= (and l70 (not l6)) l300)
(= (and (not l74) l6) l302)
(= (and (not l302) (not l300)) l304)
(= (and l224 (not l62)) l306)
(= (and (not l62) l42) l308)
(= (and l306 (not l222)) l310)
(= (and (not l310) (not l308)) l312)
(= (and l70 l54) l314)
(= (and l314 (not l304)) l316)
) (Invariant l86 l100 l116 l118 l126 l136 l138 l146 l152 l158 l164 l174 l180 l190 l196 l206 l216 l218 l230 l240 l242 l250 l258 l260 l266 l272 l278 l284 l288 l294 l298 l304 l312 l316)))
(rule (=> (and (Invariant l8 l10 l12 l14 l16 l18 l20 l22 l24 l26 l28 l30 l32 l34 l36 l38 l40 l42 l44 l46 l48 l50 l52 l54 l56 l58 l60 l62 l64 l66 l68 l70 l72 l74)
(= (and (not l80) (not l78)) l82)
(= (and l20 l14) l80)
(= (and (not l76) l8) l78)
(= (and (not l20) (not l14)) l76)
(not l82)) Goal))
(query Goal)
| SMT | 3 | jar-ben/z3 | examples/python/data/horn6.smt2 | [
"MIT"
] |
namespace gfx3D::meshes;
import "Display"
import "Object" // TOFIX: If this is not here, Cube/Object gets registered as a 'class' rather than class 'struct'
public class Sphere : Object
{
private:
int numLat, numLon;
float flattenedBody;
numLat = 50;
numLon = 50;
public:
bool Create(DisplaySystem displaySystem)
{
bool result = false;
if(this)
{
InitializeMesh(displaySystem);
if(mesh)
{
int w = numLon;
if(mesh.Allocate({ vertices = true, normals = true, texCoords1 = true, tangents = true }, (numLat+1) * w, displaySystem))
{
Vector3Df *pVertices = mesh.vertices, *pNormals = mesh.normals, *pTangents = mesh.tangents;
Pointf *pTexCoords = mesh.texCoords;
int index;
int lat, lon;
PrimitiveGroup group = mesh.AddPrimitiveGroup({triangles, false}, numLat * w * 6);
index = 0;
for(lat = 0; lat <= numLat; lat++)
{
Angle omega = 0.0001 + lat * (Pi - 0.0002) / (numLat) - Pi / 2;
//Angle omega = lat * Pi / (numLat) - Pi / 2;
float rounded = flattenedBody * numLat;
double r = flattenedBody ? (lat < rounded ? (rounded-lat) / rounded : lat > numLat - rounded ? (lat - (numLat - rounded)) / rounded : 0) : 1;
double cosOmega = cos(omega) * r + 1 * (1-r);
double sinOmega = sin(omega);
for(lon = 0; lon < w; lon++)
{
Angle theta = lon == w-1 ? 0 : lon * 2 * Pi / (w-1);
double l = lon == w-1? lon - 0.0001 : lon;
pVertices[index] =
{
(float) (sin(theta) * cosOmega);
(float) sinOmega;
(float) (cos(theta) * cosOmega);
};
pNormals[index] = pVertices[index];
if(pTangents)
{
pTangents[index*2] =
{
(float) (sin(theta) * cos(omega - Pi/2));
(float) sin(omega - Pi/2);
(float) (cos(theta) * cos(omega - Pi/2));
};
pTangents[index*2+1] =
{
(float) (sin(theta - Pi/2) * cosOmega);
(float) sin(omega);
(float) (cos(theta - Pi/2) * cosOmega);
};
}
//pTangents[index*2 + 1].CrossProduct(pNormals[index], pTangents[index*2]);
pTexCoords[index] = { (float)l / (w-1), (float)lat / (numLat) };
index++;
}
}
for(index = 0; index < group.nIndices; index++)
group.indices[index] = 0;
// Strips
index = 0;
for(lat = 1; lat <= numLat; lat++)
for(lon = 0; lon < w; lon++)
{
int n = (lon + 1) % w;
group.indices[index++] = (uint16)((lat-1) * w + lon);
group.indices[index++] = (uint16)((lat-1) * w + n);
group.indices[index++] = (uint16)((lat) * w + n);
group.indices[index++] = (uint16)((lat) * w + n);
group.indices[index++] = (uint16)((lat) * w + lon);
group.indices[index++] = (uint16)((lat-1) * w + lon);
}
mesh.UnlockPrimitiveGroup(group);
result = true;
//mesh.ComputeNormals();
}
mesh.Unlock(0);
SetMinMaxRadius(true);
}
}
return result;
}
property int numLat { set { numLat = value; } }
property int numLon { set { numLon = value; } }
property float flattenedBody { set { flattenedBody = value; } }
}
| eC | 3 | N-eil/ecere-sdk | ecere/src/gfx/3D/meshes/Sphere.ec | [
"BSD-3-Clause"
] |
# Copyright 2021 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash
set -e
set -x
virtualenv -p python3.7 .
source ./bin/activate
pip install -r seq2act/data_generation/requirements.txt
mkdir -p ${PWD}"/seq2act/data/android_howto/tfexample/"
python -m seq2act.data_generation.create_commoncrawl_dataset \
--input_instruction_json_file=${PWD}"/seq2act/data/android_howto/crawled_instructions.json" \
--input_csv_file=${PWD}"/seq2act/data/android_howto/common_crawl_annotation.csv" \
--vocab_file=${PWD}"/seq2act/data_generation/commoncrawl_rico_vocab_subtoken_44462" \
--output_dir=${PWD}"/seq2act/data/android_howto/tfexample/"
| Shell | 4 | deepneuralmachine/google-research | seq2act/data_generation/create_android_howto.sh | [
"Apache-2.0"
] |
states =: 'Alabama';'Alaska';'Arizona';'Arkansas';'California';'Colorado';'Connecticut';'Delaware';'Florida';'Georgia';'Hawaii';'Idaho';'Illinois';'Indiana';'Iowa';'Kansas';'Kentucky';'Louisiana';'Maine';'Maryland';'Massachusetts';'Michigan';'Minnesota';'Mississippi';'Missouri';'Montana';'Nebraska';'Nevada';'New Hampshire';'New Jersey';'New Mexico';'New York';'North Carolina';'North Dakota';'Ohio';'Oklahoma';'Oregon';'Pennsylvania';'Rhode Island';'South Carolina';'South Dakota';'Tennessee';'Texas';'Utah';'Vermont';'Virginia';'Washington';'West Virginia';'Wisconsin';'Wyoming'
state_abbr =: 'AL';'AK';'AZ';'AR';'CA';'CO';'CT';'DE';'FL';'GA';'HI';'ID';'IL';'IN';'IA';'KS';'KY';'LA';'ME';'MD';'MA';'MI';'MN';'MS';'MO';'MT';'NE';'NV';'NH';'NJ';'NM';'NY';'NC';'ND';'OH';'OK';'OR';'PA';'RI';'SC';'SD';'TN';'TX';'UT';'VT';'VA';'WA';'WV';'WI';'WY'
| J | 2 | vmchale/coronavirus | states.ijs | [
"BSD-3-Clause"
] |
Hamming(n) New count,ok,next,number,which
For which=2,3,5 Set number=1
For count=1:1:n Do
. Set ok=0 Set:count<21 ok=1 Set:count=1691 ok=1 Set:count=n ok=1
. Write:ok !,$Justify(count,5),": ",number
. For which=2,3,5 Set next(number*which)=which
. Set number=$Order(next(""))
. Kill next(number)
. Quit
Quit
Do Hamming(2000)
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 8
8: 9
9: 10
10: 12
11: 15
12: 16
13: 18
14: 20
15: 24
16: 25
17: 27
18: 30
19: 32
20: 36
1691: 2125764000
2000: 8062156800
| M | 3 | LaudateCorpus1/RosettaCodeData | Task/Hamming-numbers/MUMPS/hamming-numbers.mumps | [
"Info-ZIP"
] |
{ nixpkgs ? import ../.. { }
}:
with nixpkgs;
let
pyEnv = python3.withPackages(ps: [ ps.GitPython ]);
in
mkShell {
packages = [
pyEnv
luarocks-nix
nix-prefetch-scripts
];
}
| Nix | 2 | siddhantk232/nixpkgs | maintainers/scripts/update-luarocks-shell.nix | [
"MIT"
] |
test "(start-init) Flush config and compare rewrite config file lines" {
foreach_sentinel_id id {
assert_match "OK" [S $id SENTINEL FLUSHCONFIG]
set file1 ../tests/includes/sentinel.conf
set file2 [file join "sentinel_${id}" "sentinel.conf"]
set fh1 [open $file1 r]
set fh2 [open $file2 r]
while {[gets $fh1 line1]} {
if {[gets $fh2 line2]} {
assert [string equal $line1 $line2]
} else {
fail "sentinel config file rewrite sequence changed"
}
}
close $fh1
close $fh2
}
} | Tcl | 4 | hpdic/redis | tests/sentinel/tests/includes/start-init-tests.tcl | [
"BSD-3-Clause"
] |
;;;; -*- Mode: Lisp; Syntax: Common-Lisp; -*-
;;;; Code from Paradigms of AI Programming
;;;; Copyright (c) 1991 Peter Norvig
;;;; File unifgram.lisp: The DCG parser from Chapter 20.
(requires "prologcp")
(defmacro rule (head &optional (arrow ':-) &body body)
"Expand one of several types of logic rules into pure Prolog."
;; This is data-driven, dispatching on the arrow
(funcall (get arrow 'rule-function) head body))
(setf (get ':- 'rule-function)
#'(lambda (head body) `(<- ,head .,body)))
(defun dcg-normal-goal-p (x) (or (starts-with x :test) (eq x '!)))
(defun dcg-word-list-p (x) (starts-with x ':word))
(setf (get '--> 'rule-function) 'make-dcg)
(defun make-dcg (head body)
(let ((n (count-if (complement #'dcg-normal-goal-p) body)))
`(<- (,@head ?s0 ,(symbol '?s n))
.,(make-dcg-body body 0))))
(defun make-dcg-body (body n)
"Make the body of a Definite Clause Grammar (DCG) clause.
Add ?string-in and -out variables to each constituent.
Goals like (:test goal) are ordinary Prolog goals,
and goals like (:word hello) are literal words to be parsed."
(if (null body)
nil
(let ((goal (first body)))
(cond
((eq goal '!) (cons '! (make-dcg-body (rest body) n)))
((dcg-normal-goal-p goal)
(append (rest goal)
(make-dcg-body (rest body) n)))
((dcg-word-list-p goal)
(cons
`(= ,(symbol '?s n)
(,@(rest goal) .,(symbol '?s (+ n 1))))
(make-dcg-body (rest body) (+ n 1))))
(t (cons
(append goal
(list (symbol '?s n)
(symbol '?s (+ n 1))))
(make-dcg-body (rest body) (+ n 1))))))))
(setf (get '==> 'rule-function) 'make-augmented-dcg)
(defun make-augmented-dcg (head body)
"Build an augmented DCG rule that handles :sem, :ex,
and automatic conjunctiontive constituents."
(if (eq (last1 head) :sem)
;; Handle :sem
(let* ((?sem (gensym "?SEM")))
(make-augmented-dcg
`(,@(butlast head) ,?sem)
`(,@(remove :sem body :key #'first-or-nil)
(:test ,(collect-sems body ?sem)))))
;; Separate out examples from body
(multiple-value-bind (exs new-body)
(partition-if #'(lambda (x) (starts-with x :ex)) body)
;; Handle conjunctions
(let ((rule `(rule ,(handle-conj head) --> ,@new-body)))
(if (null exs)
rule
`(progn (:ex ,head .,(mappend #'rest exs))
,rule))))))
(defun collect-sems (body ?sem)
"Get the semantics out of each constituent in body,
and combine them together into ?sem."
(let ((sems (loop for goal in body
unless (or (dcg-normal-goal-p goal)
(dcg-word-list-p goal)
(starts-with goal :ex)
(atom goal))
collect (last1 goal))))
(case (length sems)
(0 `(= ,?sem t))
(1 `(= ,?sem ,(first sems)))
(t `(and* ,sems ,?sem)))))
(defun and*/2 (in out cont)
"IN is a list of conjuncts that are conjoined into OUT."
;; E.g.: (and* (t (and a b) t (and c d) t) ?x) ==>
;; ?x = (and a b c d)
(if (unify! out (maybe-add 'and (conjuncts (cons 'and in)) t))
(funcall cont)))
(defun conjuncts (exp)
"Get all the conjuncts from an expression."
(deref exp)
(cond ((eq exp t) nil)
((atom exp) (list exp))
((eq (deref (first exp)) 'nil) nil)
((eq (first exp) 'and)
(mappend #'conjuncts (rest exp)))
(t (list exp))))
(defmacro :ex ((category . args) &body examples)
"Add some example phrases, indexed under the category."
`(add-examples ',category ',args ',examples))
(defvar *examples* (make-hash-table :test #'eq))
(defun get-examples (category) (gethash category *examples*))
(defun clear-examples () (clrhash *examples*))
(defun add-examples (category args examples)
"Add these example strings to this category,
and when it comes time to run them, use the args."
(dolist (example examples)
(when (stringp example)
(let ((ex `(,example
(,category ,@args
,(string->list
(remove-punctuation example)) ()))))
(unless (member ex (get-examples category)
:test #'equal)
(setf (gethash category *examples*)
(nconc (get-examples category) (list ex))))))))
(defun run-examples (&optional category)
"Run all the example phrases stored under a category.
With no category, run ALL the examples."
(prolog-compile-symbols)
(if (null category)
(maphash #'(lambda (cat val)
(declare (ignore val))
(format t "~2&Examples of ~a:~&" cat)
(run-examples cat))
*examples*)
(dolist (example (get-examples category))
(format t "~2&EXAMPLE: ~{~a~&~9T~a~}" example)
(top-level-prove (cdr example)))))
(defun remove-punctuation (string)
"Replace punctuation with spaces in string."
(substitute-if #\space #'punctuation-p string))
(defun string->list (string)
"Convert a string to a list of words."
(read-from-string (concatenate 'string "(" string ")")))
(defun punctuation-p (char) (find char "*_.,;:`!?#-()\\\""))
(defmacro conj-rule ((conj-cat sem1 combined-sem) ==>
conj (cat . args))
"Define this category as an automatic conjunction."
(assert (eq ==> '==>))
`(progn
(setf (get ',cat 'conj-cat) ',(symbol cat '_))
(rule (,cat ,@(butlast args) ?combined-sem) ==>
(,(symbol cat '_) ,@(butlast args) ,sem1)
(,conj-cat ,sem1 ?combined-sem))
(rule (,conj-cat ,sem1 ,combined-sem) ==>
,conj
(,cat ,@args))
(rule (,conj-cat ?sem1 ?sem1) ==>)))
(defun handle-conj (head)
"Replace (Cat ...) with (Cat_ ...) if Cat is declared
as a conjunctive category."
(if (and (listp head) (conj-category (predicate head)))
(cons (conj-category (predicate head)) (args head))
head))
(defun conj-category (predicate)
"If this is a conjunctive predicate, return the Cat_ symbol."
(get predicate 'conj-category))
| Common Lisp | 5 | sethaldini/paip-lisp | lisp/unifgram.lisp | [
"MIT"
] |
# noinspection SqlNoDataSourceInspectionForFile
create table organisation.employees
(
id int not null auto_increment
primary key,
first_name varchar(100) not null,
last_name varchar(100) not null,
gender varchar(1) not null,
created_at datetime not null,
updated_at datetime null,
created_by varchar(100) not null,
updated_by varchar(100) null
)ENGINE = InnoDB DEFAULT CHARSET = utf8;
create table organisation.emp_roles
(
id int not null auto_increment primary key,
employee_id int not null,
role_name varchar(100) not null,
created_at datetime not null,
updated_at datetime null,
created_by varchar(100) not null,
updated_by varchar(100) null
)ENGINE = InnoDB DEFAULT CHARSET = utf8;
| SQL | 4 | zeesh49/tutorials | activejdbc/src/main/migration/_create_tables.sql | [
"MIT"
] |
#include <ATen/ATen.h>
#include <ATen/ceil_div.h>
#include <ATen/NativeFunctions.h>
#include <ATen/native/cuda/Loops.cuh>
#include <c10/cuda/CUDAGuard.h>
#include <cmath>
namespace at {
namespace native {
namespace {
__global__ void ChooseQuantizationParamsKernelImpl(
const int64_t* fake_quant_on,
const float* x_min,
const float* x_max,
int32_t qmin,
int32_t qmax,
int size,
bool preserve_sparsity,
float* scale,
int32_t* zero_point) {
int i = blockIdx.x * blockDim.x + threadIdx.x;
if (i < size && *fake_quant_on == 1) {
float min_val = x_min[i];
float max_val = x_max[i];
if (min_val < 0 && max_val > 0 && preserve_sparsity) {
int symmetric_qmin = -((qmax - qmin) / 2 + 1);
int symmetric_qmax = (qmax - qmin) / 2;
double max_scale = std::max(
fabs(min_val / symmetric_qmin), fabs(max_val / symmetric_qmax));
min_val = max_scale * symmetric_qmin;
max_val = max_scale * symmetric_qmax;
}
// We extend the [min, max] interval to ensure that it contains 0.
// Otherwise, we would not meet the requirement that 0 be an exactly
// representable value.
min_val = std::min(min_val, 0.f);
max_val = std::max(max_val, 0.f);
scale[i] = (static_cast<double>(max_val) - min_val) / (qmax - qmin);
// Moving this check outside this function would result in extra Device to
// Host copy of the min and max val which would result in a perf hit.
if (scale[i] == 0.0f || ::isinf(1.0f / scale[i])) {
scale[i] = 0.1;
}
double zero_point_from_min = qmin - min_val / static_cast<double>(scale[i]);
double zero_point_from_max = qmax - max_val / static_cast<double>(scale[i]);
double zero_point_from_min_error =
std::abs(qmin) + std::abs(min_val / static_cast<double>(scale[i]));
double zero_point_from_max_error =
std::abs(qmax) + std::abs(max_val / static_cast<double>(scale[i]));
double initial_zero_point =
zero_point_from_min_error < zero_point_from_max_error
? zero_point_from_min
: zero_point_from_max;
// Note: preserve_sparsity here means symmetric quantization.
// for symmetric quantization, we force zero_point
// to be a middle value between qmin and qmax.
// If either min or max is 0, then we just use 0 as zero_point.
if (min_val < 0 && max_val > 0 && preserve_sparsity) {
initial_zero_point = static_cast<double>(qmin + qmax) / 2;
}
// Now we need to nudge the zero point to be an integer
// (our zero points are integer, and this is motivated by the
// requirement to be able to represent the real value "0" exactly as a
// quantized value, which is required in multiple places, for example in
// Im2col with zero padding).
int32_t nudged_zero_point = 0;
if (initial_zero_point < qmin) {
nudged_zero_point = qmin;
} else if (initial_zero_point > qmax) {
nudged_zero_point = qmax;
} else {
nudged_zero_point = nearbyint(initial_zero_point);
}
zero_point[i] = nudged_zero_point;
}
}
// CUDA kernel to compute Moving Average Min/Max of the tensor.
// It uses the running_min and running_max along with averaging const, c.
// The formula used to compute the new min/max is as follows
//
// running_min = (1 - c) * running_min + c * x_min, if running_min != inf
// running_min = x_min, if running_min == inf
__global__ void MovingAverageMinMax(
const int64_t* observer_on,
const float* x_min,
const float* x_max,
float* running_min,
float* running_max,
const float averaging_const,
const int size) {
int i = blockIdx.x * blockDim.x + threadIdx.x;
if (*observer_on == 1) {
if (i < size) {
float curr_min = x_min[i];
float curr_max = x_max[i];
float adjusted_min = ::isinf(running_min[i])
? curr_min
: (running_min[i]) + averaging_const * (curr_min - (running_min[i]));
float adjusted_max = ::isinf(running_max[i])
? curr_max
: (running_max[i]) + averaging_const * (curr_max - (running_max[i]));
running_min[i] = adjusted_min;
running_max[i] = adjusted_max;
}
}
}
void _calculate_moving_average(
const at::Tensor& x,
const at::Tensor& observer_on,
at::Tensor& running_min,
at::Tensor& running_max,
const float averaging_const,
const int64_t size,
bool per_row_fq) {
at::cuda::OptionalCUDAGuard device_guard;
device_guard.set_index(x.get_device());
at::Tensor x_min, x_max;
int64_t* observer_on_data = observer_on.data_ptr<int64_t>();
float* running_min_data = running_min.data_ptr<float>();
float* running_max_data = running_max.data_ptr<float>();
cudaStream_t cuda_stream = at::cuda::getCurrentCUDAStream();
if (per_row_fq) {
std::tie(x_min, x_max) = at::_aminmax(x, 1);
float* x_min_data = x_min.data_ptr<float>();
float* x_max_data = x_max.data_ptr<float>();
int num_threads = std::min(size, (int64_t)512);
const uint64_t num_blocks = ceil_div<uint64_t>(size, num_threads);
// Moving Average Min/Max observer for activations
MovingAverageMinMax<<<num_blocks, num_threads, 0, cuda_stream>>>(
observer_on_data,
x_min_data,
x_max_data,
running_min_data,
running_max_data,
averaging_const,
size);
C10_CUDA_KERNEL_LAUNCH_CHECK();
} else {
std::tie(x_min, x_max) = at::_aminmax(x);
float* x_min_data = x_min.data_ptr<float>();
float* x_max_data = x_max.data_ptr<float>();
// Moving Average Min/Max observer for activations
MovingAverageMinMax<<<1, 1, 0, cuda_stream>>>(
observer_on_data,
x_min_data,
x_max_data,
running_min_data,
running_max_data,
averaging_const,
1 /*size*/);
C10_CUDA_KERNEL_LAUNCH_CHECK();
}
}
void _calc_moving_avg_qparams_helper(
const at::Tensor& x,
const at::Tensor fake_quant_on,
at::Tensor& running_min,
at::Tensor& running_max,
float* scale_ptr,
int32_t* zp_ptr,
int32_t qmin,
int32_t qmax,
bool symmetric_quant,
const int64_t size,
bool per_row_fq = false) {
at::cuda::OptionalCUDAGuard device_guard;
device_guard.set_index(x.get_device());
cudaStream_t cuda_stream = at::cuda::getCurrentCUDAStream();
int64_t* fake_quant_on_data = fake_quant_on.data_ptr<int64_t>();
if (per_row_fq) {
float* running_min_data = running_min.data_ptr<float>();
float* running_max_data = running_max.data_ptr<float>();
int num_threads = std::min(size, (int64_t)512);
const uint64_t num_blocks = ceil_div<uint64_t>(size, num_threads);
ChooseQuantizationParamsKernelImpl<<<num_blocks, num_threads, 0, cuda_stream>>>(
fake_quant_on_data,
running_min_data,
running_max_data,
qmin,
qmax,
size,
symmetric_quant,
scale_ptr,
zp_ptr);
C10_CUDA_KERNEL_LAUNCH_CHECK();
} else {
float* running_min_data = running_min.data_ptr<float>();
float* running_max_data = running_max.data_ptr<float>();
ChooseQuantizationParamsKernelImpl<<<1, 1, 0, cuda_stream>>>(
fake_quant_on_data,
running_min_data,
running_max_data,
qmin,
qmax,
1, // size
symmetric_quant, // preserve_sparsity
scale_ptr,
zp_ptr);
C10_CUDA_KERNEL_LAUNCH_CHECK();
}
}
} // namespace
std::tuple<at::Tensor, at::Tensor> fused_moving_avg_obs_fake_quant_cuda(
const at::Tensor& x,
const at::Tensor& observer_on,
const at::Tensor& fake_quant_on,
at::Tensor& running_min,
at::Tensor& running_max,
at::Tensor& scale,
at::Tensor& zero_point,
const double averaging_const,
const int64_t qmin,
const int64_t qmax,
const int64_t ch_axis,
bool per_row_fq,
bool symmetric_quant) {
const auto x_contig = x.contiguous();
// Calculate the size of the dimension we need to quantize over,
// For per-channel quant we default to axis 0, since it is only for
// weight quantization currently.
int64_t size = 1;
if (per_row_fq) {
at::Tensor y = x;
if (x.dim() != 2) {
auto res = DimVector(x.sizes());
std::iota(res.begin(), res.end(), 0);
res[ch_axis] = 0;
res[0] = ch_axis;
y = x.permute(res);
y = y.flatten(1);
}
size = x.size(ch_axis);
if (running_min.numel() == 0) {
float inf = std::numeric_limits<float>::infinity();
running_min.resize_(size).fill_(inf);
running_max.resize_(size).fill_(-inf);
scale.resize_(size);
zero_point.resize_(size);
}
_calculate_moving_average(
y,
observer_on,
running_min,
running_max,
averaging_const,
size,
per_row_fq);
} else {
_calculate_moving_average(
x_contig,
observer_on,
running_min,
running_max,
averaging_const,
size,
per_row_fq);
}
float* scale_ptr = scale.data_ptr<float>();
int32_t* zp_ptr = zero_point.data_ptr<int32_t>();
_calc_moving_avg_qparams_helper(
x_contig,
fake_quant_on,
running_min,
running_max,
scale_ptr,
zp_ptr,
qmin,
qmax,
symmetric_quant,
size,
per_row_fq);
if (per_row_fq) {
if (fake_quant_on.item().toInt()) {
return at::fake_quantize_per_channel_affine_cachemask(
x, scale, zero_point, 0, qmin, qmax);
} else {
auto mask = at::ones_like(x, at::kBool, MemoryFormat::Preserve);
return std::make_tuple(x.clone(), mask);
}
} else {
return at::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams(
x, scale, zero_point, fake_quant_on, qmin, qmax);
}
}
} // namespace native
} // namespace at
| Cuda | 4 | xiaohanhuang/pytorch | aten/src/ATen/native/quantized/cuda/fused_obs_fake_quant.cu | [
"Intel"
] |
# itclInt.decls --
#
# This file contains the declarations for all unsupported
# functions that are exported by the Itcl library.
#
# By "unsupported", it should be noted that due to Tcl's hiding
# of the data types used, we inherit this hidden-ness ourselves,
# too, unfortunately.
#
# Copyright (c) 1998-1999 by Scriptics Corporation.
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id$
library itcl
# Define the unsupported generic interfaces.
interface itclInt
#
# Functions used within the package, but not considered "public"
#
declare 0 generic {
int Itcl_IsClassNamespace(Tcl_Namespace *namesp)
}
declare 1 generic {
int Itcl_IsClass (Tcl_Command cmd)
}
declare 2 generic {
ItclClass* Itcl_FindClass (Tcl_Interp* interp, CONST char* path, int autoload)
}
declare 3 generic {
int Itcl_FindObject (Tcl_Interp *interp, CONST char *name, ItclObject **roPtr)
}
declare 4 generic {
int Itcl_IsObject (Tcl_Command cmd)
}
declare 5 generic {
int Itcl_ObjectIsa (ItclObject *contextObj, ItclClass *cdefn)
}
declare 6 generic {
int Itcl_Protection (Tcl_Interp *interp, int newLevel)
}
declare 7 generic {
char* Itcl_ProtectionStr (int pLevel)
}
declare 8 generic {
int Itcl_CanAccess (ItclMember* memberPtr, Tcl_Namespace* fromNsPtr)
}
declare 9 generic {
int Itcl_CanAccessFunc (ItclMemberFunc* mfunc, Tcl_Namespace* fromNsPtr)
}
declare 10 generic {
Tcl_Namespace* Itcl_GetTrueNamespace (Tcl_Interp *interp, \
ItclObjectInfo *info)
}
declare 11 generic {
void Itcl_ParseNamespPath (CONST char *name, Tcl_DString *buffer, \
char **head, char **tail)
}
declare 12 generic {
int Itcl_DecodeScopedCommand (Tcl_Interp *interp, CONST char *name, \
Tcl_Namespace **rNsPtr, char **rCmdPtr)
}
declare 13 generic {
int Itcl_EvalArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
}
declare 14 generic {
Tcl_Obj* Itcl_CreateArgs (Tcl_Interp *interp, CONST char *string, \
int objc, Tcl_Obj *CONST objv[])
}
declare 15 generic {
int Itcl_PushContext (Tcl_Interp *interp, ItclMember *member, \
ItclClass *contextClass, ItclObject *contextObj, \
ItclContext *contextPtr)
}
declare 16 generic {
void Itcl_PopContext (Tcl_Interp *interp, ItclContext *contextPtr)
}
declare 17 generic {
int Itcl_GetContext (Tcl_Interp *interp, ItclClass **cdefnPtr, \
ItclObject **odefnPtr)
}
declare 18 generic {
void Itcl_InitHierIter (ItclHierIter *iter, ItclClass *cdefn)
}
declare 19 generic {
void Itcl_DeleteHierIter (ItclHierIter *iter)
}
declare 20 generic {
ItclClass* Itcl_AdvanceHierIter (ItclHierIter *iter)
}
declare 21 generic {
int Itcl_FindClassesCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 22 generic {
int Itcl_FindObjectsCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 23 generic {
int Itcl_ProtectionCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 24 generic {
int Itcl_DelClassCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 25 generic {
int Itcl_DelObjectCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 26 generic {
int Itcl_ScopeCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 27 generic {
int Itcl_CodeCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 28 generic {
int Itcl_StubCreateCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 29 generic {
int Itcl_StubExistsCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 30 generic {
int Itcl_IsStub (Tcl_Command cmd)
}
#
# Functions for manipulating classes
#
declare 31 generic {
int Itcl_CreateClass (Tcl_Interp* interp, CONST char* path, \
ItclObjectInfo *info, ItclClass **rPtr)
}
declare 32 generic {
int Itcl_DeleteClass (Tcl_Interp *interp, ItclClass *cdefnPtr)
}
declare 33 generic {
Tcl_Namespace* Itcl_FindClassNamespace (Tcl_Interp* interp, CONST char* path)
}
declare 34 generic {
int Itcl_HandleClass (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 35 generic {
int Itcl_ClassCmdResolver (Tcl_Interp *interp, CONST char* name, \
Tcl_Namespace *context, int flags, Tcl_Command *rPtr)
}
declare 36 generic {
int Itcl_ClassVarResolver (Tcl_Interp *interp, CONST char* name, \
Tcl_Namespace *context, int flags, Tcl_Var *rPtr)
}
declare 37 generic {
int Itcl_ClassCompiledVarResolver (Tcl_Interp *interp, CONST char* name, \
int length, Tcl_Namespace *context, Tcl_ResolvedVarInfo **rPtr)
}
declare 38 generic {
void Itcl_BuildVirtualTables (ItclClass* cdefnPtr)
}
declare 39 generic {
int Itcl_CreateVarDefn (Tcl_Interp *interp, ItclClass* cdefn, \
char* name, char* init, char* config, ItclVarDefn** vdefnPtr)
}
declare 40 generic {
void Itcl_DeleteVarDefn (ItclVarDefn *vdefn)
}
declare 41 generic {
CONST char* Itcl_GetCommonVar (Tcl_Interp *interp, CONST char *name, \
ItclClass *contextClass)
}
declare 42 generic {
ItclMember* Itcl_CreateMember (Tcl_Interp* interp, ItclClass *cdefn, \
CONST char* name)
}
declare 43 generic {
void Itcl_DeleteMember (ItclMember *memPtr)
}
#
# Functions for manipulating objects
#
declare 44 generic {
int Itcl_CreateObject (Tcl_Interp *interp, CONST char* name, ItclClass *cdefn, \
int objc, Tcl_Obj *CONST objv[], ItclObject **roPtr)
}
declare 45 generic {
int Itcl_DeleteObject (Tcl_Interp *interp, ItclObject *contextObj)
}
declare 46 generic {
int Itcl_DestructObject (Tcl_Interp *interp, ItclObject *contextObj, \
int flags)
}
declare 47 generic {
int Itcl_HandleInstance (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 48 generic {
CONST char* Itcl_GetInstanceVar (Tcl_Interp *interp, CONST char *name, \
ItclObject *contextObj, ItclClass *contextClass)
}
declare 49 generic {
int Itcl_ScopedVarResolver (Tcl_Interp *interp, CONST char *name, \
Tcl_Namespace *contextNs, int flags, Tcl_Var *rPtr)
}
#
# Functions for manipulating methods and procs
#
declare 50 generic {
int Itcl_BodyCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 51 generic {
int Itcl_ConfigBodyCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 52 generic {
int Itcl_CreateMethod (Tcl_Interp* interp, ItclClass *cdefn,
CONST char* name, CONST char* arglist, CONST char* body)
}
declare 53 generic {
int Itcl_CreateProc (Tcl_Interp* interp, ItclClass *cdefn,
CONST char* name, CONST char* arglist, CONST char* body)
}
declare 54 generic {
int Itcl_CreateMemberFunc (Tcl_Interp* interp, ItclClass *cdefn, \
CONST char* name, CONST char* arglist, CONST char* body, \
ItclMemberFunc** mfuncPtr)
}
declare 55 generic {
int Itcl_ChangeMemberFunc (Tcl_Interp* interp, ItclMemberFunc* mfunc, \
CONST char* arglist, CONST char* body)
}
declare 56 generic {
void Itcl_DeleteMemberFunc (CONST char* cdata)
}
declare 57 generic {
int Itcl_CreateMemberCode (Tcl_Interp* interp, ItclClass *cdefn, \
CONST char* arglist, CONST char* body, ItclMemberCode** mcodePtr)
}
declare 58 generic {
void Itcl_DeleteMemberCode (CONST char* cdata)
}
declare 59 generic {
int Itcl_GetMemberCode (Tcl_Interp* interp, ItclMember* member)
}
#declare 60 generic {
# int Itcl_CompileMemberCodeBody (Tcl_Interp *interp, ItclMember *member, \
# char *desc, Tcl_Obj *bodyPtr)
#}
declare 61 generic {
int Itcl_EvalMemberCode (Tcl_Interp *interp, ItclMemberFunc *mfunc, \
ItclMember *member, ItclObject *contextObj, int objc, \
Tcl_Obj *CONST objv[])
}
declare 62 generic {
int Itcl_CreateArgList (Tcl_Interp* interp, CONST char* decl, int* argcPtr, \
CompiledLocal** argPtr)
}
declare 63 generic {
CompiledLocal* Itcl_CreateArg (CONST char* name, CONST char* init)
}
declare 64 generic {
void Itcl_DeleteArgList (CompiledLocal *arglist)
}
declare 65 generic {
Tcl_Obj* Itcl_ArgList (int argc, CompiledLocal* arglist)
}
declare 66 generic {
int Itcl_EquivArgLists (CompiledLocal* arg1, int arg1c, \
CompiledLocal* arg2, int arg2c)
}
declare 67 generic {
void Itcl_GetMemberFuncUsage (ItclMemberFunc *mfunc, \
ItclObject *contextObj, Tcl_Obj *objPtr)
}
declare 68 generic {
int Itcl_ExecMethod (ClientData clientData, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 69 generic {
int Itcl_ExecProc (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 70 generic {
int Itcl_AssignArgs (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], \
ItclMemberFunc *mfunc)
}
declare 71 generic {
int Itcl_ConstructBase (Tcl_Interp *interp, ItclObject *contextObj, \
ItclClass *contextClass)
}
declare 72 generic {
int Itcl_InvokeMethodIfExists (Tcl_Interp *interp, CONST char *name, \
ItclClass *contextClass, ItclObject *contextObj, int objc, \
Tcl_Obj *CONST objv[])
}
#declare 73 generic {
# int Itcl_EvalBody (Tcl_Interp *interp, Tcl_Obj *bodyPtr)
#}
declare 74 generic {
int Itcl_ReportFuncErrors (Tcl_Interp* interp, ItclMemberFunc *mfunc, \
ItclObject *contextObj, int result)
}
#
# Commands for parsing class definitions
#
declare 75 generic {
int Itcl_ParseInit (Tcl_Interp *interp, ItclObjectInfo *info)
}
declare 76 generic {
int Itcl_ClassCmd (ClientData clientData, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 77 generic {
int Itcl_ClassInheritCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 78 generic {
int Itcl_ClassProtectionCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 79 generic {
int Itcl_ClassConstructorCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 80 generic {
int Itcl_ClassDestructorCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 81 generic {
int Itcl_ClassMethodCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 82 generic {
int Itcl_ClassProcCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 83 generic {
int Itcl_ClassVariableCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 84 generic {
int Itcl_ClassCommonCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 85 generic {
int Itcl_ParseVarResolver (Tcl_Interp *interp, CONST char* name, \
Tcl_Namespace *contextNs, int flags, Tcl_Var* rPtr)
}
#
# Commands in the "builtin" namespace
#
declare 86 generic {
int Itcl_BiInit (Tcl_Interp *interp)
}
declare 87 generic {
int Itcl_InstallBiMethods (Tcl_Interp *interp, ItclClass *cdefn)
}
declare 88 generic {
int Itcl_BiIsaCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 89 generic {
int Itcl_BiConfigureCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 90 generic {
int Itcl_BiCgetCmd (ClientData clientData, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 91 generic {
int Itcl_BiChainCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 92 generic {
int Itcl_BiInfoClassCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 93 generic {
int Itcl_BiInfoInheritCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 94 generic {
int Itcl_BiInfoHeritageCmd (ClientData dummy, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 95 generic {
int Itcl_BiInfoFunctionCmd (ClientData dummy, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 96 generic {
int Itcl_BiInfoVariableCmd (ClientData dummy, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 97 generic {
int Itcl_BiInfoBodyCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 98 generic {
int Itcl_BiInfoArgsCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 99 generic {
int Itcl_DefaultInfoCmd (ClientData dummy, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
#
# Ensembles
#
declare 100 generic {
int Itcl_EnsembleInit (Tcl_Interp *interp)
}
declare 101 generic {
int Itcl_CreateEnsemble (Tcl_Interp *interp, CONST char* ensName)
}
declare 102 generic {
int Itcl_AddEnsemblePart (Tcl_Interp *interp, CONST char* ensName, \
CONST char* partName, CONST char* usageInfo, Tcl_ObjCmdProc *objProc, \
ClientData clientData, Tcl_CmdDeleteProc *deleteProc)
}
declare 103 generic {
int Itcl_GetEnsemblePart (Tcl_Interp *interp, CONST char *ensName, \
CONST char *partName, Tcl_CmdInfo *infoPtr)
}
declare 104 generic {
int Itcl_IsEnsemble (Tcl_CmdInfo* infoPtr)
}
declare 105 generic {
int Itcl_GetEnsembleUsage (Tcl_Interp *interp, CONST char *ensName, \
Tcl_Obj *objPtr)
}
declare 106 generic {
int Itcl_GetEnsembleUsageForObj (Tcl_Interp *interp, Tcl_Obj *ensObjPtr, \
Tcl_Obj *objPtr)
}
declare 107 generic {
int Itcl_EnsembleCmd (ClientData clientData, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 108 generic {
int Itcl_EnsPartCmd (ClientData clientData, Tcl_Interp *interp, int objc, \
Tcl_Obj *CONST objv[])
}
declare 109 generic {
int Itcl_EnsembleErrorCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
#
# Commands provided for backward compatibility
#
# not used anymore (3.3)
#declare 110 generic {
# int Itcl_OldInit (Tcl_Interp* interp, ItclObjectInfo* info)
#}
#declare 111 generic {
# int Itcl_InstallOldBiMethods (Tcl_Interp *interp, ItclClass *cdefn)
#}
#
# Things that should be in the Tcl core.
#
declare 112 generic {
Itcl_CallFrame* _Tcl_GetCallFrame (Tcl_Interp *interp, int level)
}
declare 113 generic {
Itcl_CallFrame* _Tcl_ActivateCallFrame (Tcl_Interp *interp, \
Itcl_CallFrame *framePtr)
}
declare 114 generic {
Var* _TclNewVar (void)
}
declare 115 generic {
void Itcl_Assert (CONST char *testExpr, CONST char *fileName, int lineNum)
}
declare 116 generic {
int Itcl_IsObjectCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
declare 117 generic {
int Itcl_IsClassCmd (ClientData clientData, Tcl_Interp *interp, \
int objc, Tcl_Obj *CONST objv[])
}
| BlitzBasic | 4 | maths22/brlcad | src/other/incrTcl/itcl/generic/itclInt.decls | [
"BSD-4-Clause",
"BSD-3-Clause"
] |
-- Copyright 2016 Stanford University
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
import "regent"
local c = regentlib.c
fspace Node {
id: int64
}
--
-- A parameterized field space is a function, creating a
-- different field space for each distinct argument.
--
fspace Edge(r: region(Node)) {
source_node : ptr(Node, r),
dest_node: ptr(Node, r)
}
task main()
var Num_Parts = 4
var Num_Elements = 20
--
-- Both the node and edge regions are unstructured --- the
-- index space is an abstract "pointer". Note unstructured
-- index spaces still have a maximum size.
--
var nodes = region(ispace(ptr, Num_Elements), Node)
var edges = region(ispace(ptr, Num_Elements), Edge(nodes))
for i = 0, Num_Elements do
-- Elements of unstructured regions have to be allocated before
-- they can be used. The "new" operator returns a previously
-- unallocated element of the region.
var node = new(ptr(Node, nodes))
node.id = i
end
--
-- Create a linked list of the nodes, with an edge from node i to node i + 1
--
for n in nodes do
for m in nodes do
if m.id == n.id + 1 then
var edge = new(ptr(Edge(nodes), edges))
edge.source_node = n
edge.dest_node = m
end
end
end
for edge in edges do
c.printf("Edge from node %d to %d\n", edge.source_node.id, edge.dest_node.id)
end
end
regentlib.start(main) | Rouge | 4 | StanfordLegion/bootcamp2017 | UnstructuredRegions/1.rg | [
"Apache-2.0"
] |
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include <complex>
#include "tensorflow/lite/c/common.h"
#include "tensorflow/lite/kernels/internal/tensor.h"
#include "tensorflow/lite/kernels/internal/tensor_ctypes.h"
#include "tensorflow/lite/kernels/kernel_util.h"
namespace tflite {
namespace ops {
namespace builtin {
namespace complex {
static const int kInputTensor = 0;
static const int kOutputTensor = 0;
TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
TF_LITE_ENSURE_EQ(context, NumInputs(node), 1);
TF_LITE_ENSURE_EQ(context, NumOutputs(node), 1);
const TfLiteTensor* input = GetInput(context, node, kInputTensor);
TF_LITE_ENSURE(context, input->type == kTfLiteComplex64 ||
input->type == kTfLiteComplex128);
TfLiteTensor* output = GetOutput(context, node, kOutputTensor);
if (input->type == kTfLiteComplex64) {
TF_LITE_ENSURE_TYPES_EQ(context, output->type, kTfLiteFloat32);
} else {
TF_LITE_ENSURE_TYPES_EQ(context, output->type, kTfLiteFloat64);
}
TfLiteIntArray* output_shape = TfLiteIntArrayCopy(input->dims);
return context->ResizeTensor(context, output, output_shape);
}
template <typename T, typename ExtractF>
void ExtractData(const TfLiteTensor* input, ExtractF extract_func,
TfLiteTensor* output) {
const std::complex<T>* input_data = GetTensorData<std::complex<T>>(input);
T* output_data = GetTensorData<T>(output);
const int input_size = NumElements(input);
for (int i = 0; i < input_size; ++i) {
*output_data++ = extract_func(*input_data++);
}
}
TfLiteStatus EvalReal(TfLiteContext* context, TfLiteNode* node) {
const TfLiteTensor* input = GetInput(context, node, kInputTensor);
TfLiteTensor* output = GetOutput(context, node, kOutputTensor);
switch (input->type) {
case kTfLiteComplex64: {
ExtractData<float>(
input,
static_cast<float (*)(const std::complex<float>&)>(std::real<float>),
output);
break;
}
case kTfLiteComplex128: {
ExtractData<double>(input,
static_cast<double (*)(const std::complex<double>&)>(
std::real<double>),
output);
break;
}
default: {
TF_LITE_KERNEL_LOG(context,
"Unsupported input type, Real op only supports "
"complex input, but got: ",
TfLiteTypeGetName(input->type));
return kTfLiteError;
}
}
return kTfLiteOk;
}
TfLiteStatus EvalImag(TfLiteContext* context, TfLiteNode* node) {
const TfLiteTensor* input = GetInput(context, node, kInputTensor);
TfLiteTensor* output = GetOutput(context, node, kOutputTensor);
switch (input->type) {
case kTfLiteComplex64: {
ExtractData<float>(
input,
static_cast<float (*)(const std::complex<float>&)>(std::imag<float>),
output);
break;
}
case kTfLiteComplex128: {
ExtractData<double>(input,
static_cast<double (*)(const std::complex<double>&)>(
std::imag<double>),
output);
break;
}
default: {
TF_LITE_KERNEL_LOG(context,
"Unsupported input type, Imag op only supports "
"complex input, but got: ",
TfLiteTypeGetName(input->type));
return kTfLiteError;
}
}
return kTfLiteOk;
}
TfLiteStatus EvalAbs(TfLiteContext* context, TfLiteNode* node) {
const TfLiteTensor* input = GetInput(context, node, kInputTensor);
TfLiteTensor* output = GetOutput(context, node, kOutputTensor);
switch (input->type) {
case kTfLiteComplex64: {
ExtractData<float>(
input,
static_cast<float (*)(const std::complex<float>&)>(std::abs<float>),
output);
break;
}
case kTfLiteComplex128: {
ExtractData<double>(input,
static_cast<double (*)(const std::complex<double>&)>(
std::abs<double>),
output);
break;
}
default: {
TF_LITE_KERNEL_LOG(context,
"Unsupported input type, ComplexAbs op only supports "
"complex input, but got: ",
TfLiteTypeGetName(input->type));
return kTfLiteError;
}
}
return kTfLiteOk;
}
} // namespace complex
TfLiteRegistration* Register_REAL() {
static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
complex::Prepare, complex::EvalReal};
return &r;
}
TfLiteRegistration* Register_IMAG() {
static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
complex::Prepare, complex::EvalImag};
return &r;
}
TfLiteRegistration* Register_COMPLEX_ABS() {
static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
complex::Prepare, complex::EvalAbs};
return &r;
}
} // namespace builtin
} // namespace ops
} // namespace tflite
| C++ | 5 | EricRemmerswaal/tensorflow | tensorflow/lite/kernels/complex_support.cc | [
"Apache-2.0"
] |
(kicad_pcb (version 4) (host pcbnew 4.0.7-e2-6376~58~ubuntu16.04.1)
(general
(links 367)
(no_connects 0)
(area 105.049999 26.349999 165.150001 101.450001)
(thickness 1.6)
(drawings 65)
(tracks 1492)
(zones 0)
(modules 143)
(nets 144)
)
(page A4)
(layers
(0 F.Cu-L1 signal)
(1 L2-GND signal)
(2 L3-PWR signal)
(31 B.Cu-L4 signal)
(32 B.Adhes user)
(33 F.Adhes user)
(34 B.Paste user)
(35 F.Paste user)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user)
(39 F.Mask user)
(40 Dwgs.User user)
(41 Cmts.User user)
(42 Eco1.User user)
(43 Eco2.User user)
(44 Edge.Cuts user)
)
(setup
(last_trace_width 0.3048)
(user_trace_width 0.254)
(user_trace_width 0.4064)
(user_trace_width 0.508)
(user_trace_width 0.762)
(user_trace_width 1.016)
(user_trace_width 1.27)
(trace_clearance 0.2032)
(zone_clearance 0.4)
(zone_45_only no)
(trace_min 0.254)
(segment_width 0.2)
(edge_width 0.1)
(via_size 0.9144)
(via_drill 0.4064)
(via_min_size 0.8636)
(via_min_drill 0.3048)
(user_via 1.1176 0.6096)
(user_via 1.2192 0.7112)
(uvia_size 0.508)
(uvia_drill 0.127)
(uvias_allowed no)
(uvia_min_size 0.508)
(uvia_min_drill 0.127)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.1)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.6 1.6)
(pad_drill 0.8)
(pad_to_mask_clearance 0)
(aux_axis_origin 105.1 101.4)
(grid_origin 66 112.7)
(visible_elements 7FFFFF7F)
(pcbplotparams
(layerselection 0x010f0_80000007)
(usegerberextensions true)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(hpglpenoverlay 2)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory Gerber/))
)
(net 0 "")
(net 1 GND)
(net 2 +5V)
(net 3 Vdd)
(net 4 "Net-(C14-Pad1)")
(net 5 AVdd)
(net 6 "Net-(C16-Pad2)")
(net 7 V+)
(net 8 V-)
(net 9 /D-)
(net 10 /MCLR)
(net 11 CS.E2)
(net 12 SCK)
(net 13 /SEN)
(net 14 SCL)
(net 15 SDA)
(net 16 /TxD)
(net 17 /RxD)
(net 18 SDO)
(net 19 /ID1)
(net 20 /ID2)
(net 21 /ID3)
(net 22 /ID4)
(net 23 SDI)
(net 24 "Net-(Q1-Pad1)")
(net 25 PVS2)
(net 26 PVS1)
(net 27 /SQR2)
(net 28 /SQR1)
(net 29 PVS3)
(net 30 "Net-(Q1-Pad2)")
(net 31 PCS)
(net 32 /SQR4)
(net 33 /SQR3)
(net 34 /CAP)
(net 35 CS.E1)
(net 36 "Net-(R25-Pad2)")
(net 37 "Net-(R28-Pad2)")
(net 38 /ETxD)
(net 39 /ERxD)
(net 40 /MTxD)
(net 41 /MRxD)
(net 42 "Net-(C11-Pad1)")
(net 43 "Net-(C14-Pad2)")
(net 44 "Net-(C15-Pad1)")
(net 45 "Net-(C16-Pad1)")
(net 46 "Net-(C18-Pad2)")
(net 47 VR-)
(net 48 "Net-(C23-Pad1)")
(net 49 "Net-(C23-Pad2)")
(net 50 VR+)
(net 51 "Net-(C29-Pad1)")
(net 52 "Net-(C29-Pad2)")
(net 53 RP41)
(net 54 "Net-(R6-Pad2)")
(net 55 "Net-(R7-Pad2)")
(net 56 "Net-(R8-Pad2)")
(net 57 "Net-(R9-Pad2)")
(net 58 "Net-(R16-Pad1)")
(net 59 "Net-(R18-Pad2)")
(net 60 "Net-(R19-Pad2)")
(net 61 "Net-(R27-Pad1)")
(net 62 "Net-(R35-Pad2)")
(net 63 "Net-(U2-Pad2)")
(net 64 "Net-(U2-Pad5)")
(net 65 CH1out)
(net 66 CH2out)
(net 67 CH3out)
(net 68 "Net-(R46-Pad1)")
(net 69 AN8)
(net 70 MIC)
(net 71 MICout)
(net 72 "/I/O Processing/DAC1")
(net 73 "/I/O Processing/DAC2")
(net 74 "/I/O Processing/DAC4")
(net 75 "Net-(C6-Pad2)")
(net 76 "Net-(C7-Pad1)")
(net 77 "Net-(C30-Pad2)")
(net 78 "Net-(C40-Pad1)")
(net 79 SQ4)
(net 80 /D+)
(net 81 PGC2)
(net 82 CH1)
(net 83 ACH1)
(net 84 CH2)
(net 85 CH3)
(net 86 "Net-(R22-Pad1)")
(net 87 "Net-(R33-Pad2)")
(net 88 "Net-(U11-Pad3)")
(net 89 CS.CH2)
(net 90 CS.CH1)
(net 91 "Net-(R14-Pad2)")
(net 92 PGD2)
(net 93 AN4)
(net 94 12MHz)
(net 95 "Net-(C33-Pad2)")
(net 96 "Net-(C36-Pad2)")
(net 97 SINE1)
(net 98 SQ3)
(net 99 SINE2)
(net 100 "Net-(C42-Pad1)")
(net 101 "Net-(L2-Pad1)")
(net 102 "Net-(L2-Pad2)")
(net 103 "Net-(R10-Pad2)")
(net 104 "Net-(R49-Pad1)")
(net 105 /FCin)
(net 106 "Net-(U10-Pad6)")
(net 107 RP147)
(net 108 /ESPROG)
(net 109 "Net-(D3-Pad2)")
(net 110 "Net-(D4-Pad2)")
(net 111 "Net-(P11-Pad2)")
(net 112 CH3.GAIN)
(net 113 "Net-(C3-Pad1)")
(net 114 "Net-(C3-Pad2)")
(net 115 "Net-(RV1-Pad3)")
(net 116 "Net-(RV1-Pad4)")
(net 117 "Net-(U1-Pad3)")
(net 118 "Net-(U1-Pad4)")
(net 119 "Net-(U1-Pad5)")
(net 120 "Net-(U1-Pad6)")
(net 121 "Net-(U1-Pad7)")
(net 122 "Net-(U1-Pad8)")
(net 123 "Net-(U1-Pad9)")
(net 124 "Net-(U1-Pad16)")
(net 125 "Net-(U1-Pad15)")
(net 126 "Net-(U1-Pad14)")
(net 127 "Net-(U1-Pad13)")
(net 128 "Net-(U1-Pad11)")
(net 129 "Net-(U5-Pad7)")
(net 130 "Net-(U5-Pad6)")
(net 131 "Net-(U5-Pad1)")
(net 132 "Net-(U9-Pad5)")
(net 133 "Net-(U15-Pad14)")
(net 134 "Net-(U15-Pad13)")
(net 135 "Net-(U15-Pad7)")
(net 136 "Net-(U15-Pad6)")
(net 137 "Net-(U15-Pad5)")
(net 138 "Net-(U15-Pad4)")
(net 139 "Net-(U15-Pad2)")
(net 140 "Net-(U15-Pad1)")
(net 141 "Net-(U3-Pad31)")
(net 142 "Net-(U17-Pad1)")
(net 143 "Net-(CON1-Pad1)")
(net_class Default "This is the default net class."
(clearance 0.2032)
(trace_width 0.3048)
(via_dia 0.9144)
(via_drill 0.4064)
(uvia_dia 0.508)
(uvia_drill 0.127)
(add_net +5V)
(add_net /CAP)
(add_net /D+)
(add_net /D-)
(add_net /ERxD)
(add_net /ESPROG)
(add_net /ETxD)
(add_net /FCin)
(add_net "/I/O Processing/DAC1")
(add_net "/I/O Processing/DAC2")
(add_net "/I/O Processing/DAC4")
(add_net /ID1)
(add_net /ID2)
(add_net /ID3)
(add_net /ID4)
(add_net /MCLR)
(add_net /MRxD)
(add_net /MTxD)
(add_net /RxD)
(add_net /SEN)
(add_net /SQR1)
(add_net /SQR2)
(add_net /SQR3)
(add_net /SQR4)
(add_net /TxD)
(add_net 12MHz)
(add_net ACH1)
(add_net AN4)
(add_net AN8)
(add_net AVdd)
(add_net CH1)
(add_net CH1out)
(add_net CH2)
(add_net CH2out)
(add_net CH3)
(add_net CH3.GAIN)
(add_net CH3out)
(add_net CS.CH1)
(add_net CS.CH2)
(add_net CS.E1)
(add_net CS.E2)
(add_net GND)
(add_net MIC)
(add_net MICout)
(add_net "Net-(C11-Pad1)")
(add_net "Net-(C14-Pad1)")
(add_net "Net-(C14-Pad2)")
(add_net "Net-(C15-Pad1)")
(add_net "Net-(C16-Pad1)")
(add_net "Net-(C16-Pad2)")
(add_net "Net-(C18-Pad2)")
(add_net "Net-(C23-Pad1)")
(add_net "Net-(C23-Pad2)")
(add_net "Net-(C29-Pad1)")
(add_net "Net-(C29-Pad2)")
(add_net "Net-(C3-Pad1)")
(add_net "Net-(C3-Pad2)")
(add_net "Net-(C30-Pad2)")
(add_net "Net-(C33-Pad2)")
(add_net "Net-(C36-Pad2)")
(add_net "Net-(C40-Pad1)")
(add_net "Net-(C42-Pad1)")
(add_net "Net-(C6-Pad2)")
(add_net "Net-(C7-Pad1)")
(add_net "Net-(CON1-Pad1)")
(add_net "Net-(D3-Pad2)")
(add_net "Net-(D4-Pad2)")
(add_net "Net-(L2-Pad1)")
(add_net "Net-(L2-Pad2)")
(add_net "Net-(P11-Pad2)")
(add_net "Net-(Q1-Pad1)")
(add_net "Net-(Q1-Pad2)")
(add_net "Net-(R10-Pad2)")
(add_net "Net-(R14-Pad2)")
(add_net "Net-(R16-Pad1)")
(add_net "Net-(R18-Pad2)")
(add_net "Net-(R19-Pad2)")
(add_net "Net-(R22-Pad1)")
(add_net "Net-(R25-Pad2)")
(add_net "Net-(R27-Pad1)")
(add_net "Net-(R28-Pad2)")
(add_net "Net-(R33-Pad2)")
(add_net "Net-(R35-Pad2)")
(add_net "Net-(R46-Pad1)")
(add_net "Net-(R49-Pad1)")
(add_net "Net-(R6-Pad2)")
(add_net "Net-(R7-Pad2)")
(add_net "Net-(R8-Pad2)")
(add_net "Net-(R9-Pad2)")
(add_net "Net-(RV1-Pad3)")
(add_net "Net-(RV1-Pad4)")
(add_net "Net-(U1-Pad11)")
(add_net "Net-(U1-Pad13)")
(add_net "Net-(U1-Pad14)")
(add_net "Net-(U1-Pad15)")
(add_net "Net-(U1-Pad16)")
(add_net "Net-(U1-Pad3)")
(add_net "Net-(U1-Pad4)")
(add_net "Net-(U1-Pad5)")
(add_net "Net-(U1-Pad6)")
(add_net "Net-(U1-Pad7)")
(add_net "Net-(U1-Pad8)")
(add_net "Net-(U1-Pad9)")
(add_net "Net-(U10-Pad6)")
(add_net "Net-(U11-Pad3)")
(add_net "Net-(U15-Pad1)")
(add_net "Net-(U15-Pad13)")
(add_net "Net-(U15-Pad14)")
(add_net "Net-(U15-Pad2)")
(add_net "Net-(U15-Pad4)")
(add_net "Net-(U15-Pad5)")
(add_net "Net-(U15-Pad6)")
(add_net "Net-(U15-Pad7)")
(add_net "Net-(U17-Pad1)")
(add_net "Net-(U2-Pad2)")
(add_net "Net-(U2-Pad5)")
(add_net "Net-(U3-Pad31)")
(add_net "Net-(U5-Pad1)")
(add_net "Net-(U5-Pad6)")
(add_net "Net-(U5-Pad7)")
(add_net "Net-(U9-Pad5)")
(add_net PCS)
(add_net PGC2)
(add_net PGD2)
(add_net PVS1)
(add_net PVS2)
(add_net PVS3)
(add_net RP147)
(add_net RP41)
(add_net SCK)
(add_net SCL)
(add_net SDA)
(add_net SDI)
(add_net SDO)
(add_net SINE1)
(add_net SINE2)
(add_net SQ3)
(add_net SQ4)
(add_net V+)
(add_net V-)
(add_net VR+)
(add_net VR-)
(add_net Vdd)
)
(module MyLib:C_0805 (layer F.Cu-L1) (tedit 55BA8D8D) (tstamp 55B7B873)
(at 155.15 34.7 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54216998)
(attr smd)
(fp_text reference C1 (at 2.35 0.05 180) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 0.1u (at -0.05 0.05 90) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F013A0) (tstamp 55B7B879)
(at 154.8 51.3 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /5564F04A)
(attr smd)
(fp_text reference C2 (at -0.06 -1.57 360) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at 2.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 5667C691) (tstamp 55B7B87F)
(at 115.5 59.3 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /55F0E311)
(attr smd)
(fp_text reference C3 (at 0.1 2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1u (at 0 1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 113 "Net-(C3-Pad1)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 114 "Net-(C3-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55BA8D03) (tstamp 55B7B885)
(at 136.65 63.2 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /5425178F)
(attr smd)
(fp_text reference C4 (at -0.05 1.45 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer F.Cu-L1) (tedit 55BA8692) (tstamp 55B7B88B)
(at 140.1 34.2 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54216A58)
(attr smd)
(fp_text reference C5 (at -0.1 1.45 180) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 0.1u (at -0.05 0.05 180) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.5 -0.85) (end -0.5 -0.85) (layer F.SilkS) (width 0.15))
(fp_line (start -0.5 0.85) (end 0.5 0.85) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 564EABE5) (tstamp 55B7B891)
(at 127.1 70 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5563B5F7)
(attr smd)
(fp_text reference C6 (at -0.65 -2.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10u (at -0.65 -1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 79 SQ4))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 75 "Net-(C6-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFFA37) (tstamp 55B7B897)
(at 114.21 77.28 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55638F6F)
(attr smd)
(fp_text reference C7 (at 0.04 -2.77 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10nF (at -0.07 -1.6 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 76 "Net-(C7-Pad1)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 564D95AE) (tstamp 55B7B8A3)
(at 121.1 55.55 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /546BBA2A)
(attr smd)
(fp_text reference C9 (at -2.25 0.05 360) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 2 +5V))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:TantalC_SizeC_EIA-6032_Reflow (layer F.Cu-L1) (tedit 55F01B5E) (tstamp 55B7B8AF)
(at 120.85 44.1)
(descr "Tantal Cap. , Size C, EIA-6032, Reflow,")
(tags "Tantal Cap. , Size C, EIA-6032, Reflow,")
(path /55655892)
(attr smd)
(fp_text reference C11 (at 4.77 -0.19 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 100u (at 0.48 -0.05 90) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start -0.67 1.54) (end -0.67 0.87) (layer F.SilkS) (width 0.15))
(fp_line (start -0.99 1.18) (end -0.35 1.18) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 1.7) (end 4.1 1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 1.7) (end 4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 -1.7) (end -4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 -1.7) (end -4.1 1.7) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 2.52476 0) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 1 smd rect (at -2.52476 0) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 42 "Net-(C11-Pad1)"))
)
(module MyLib:myTantalC_SizeA (layer B.Cu-L4) (tedit 55F019C4) (tstamp 55BA4D00)
(at 111.95 46.45 180)
(descr "Tantal Cap. , Size A, EIA-3216, Reflow,")
(tags "Tantal Cap. , Size A, EIA-3216, reflow,")
(path /55657D48)
(attr smd)
(fp_text reference C12 (at -1.42 -3.18 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 33u (at -1.25 -1.86 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start -3.22 1.11) (end -2.74 1.11) (layer B.SilkS) (width 0.1))
(fp_line (start -2.98 1.33) (end -2.98 0.87) (layer B.SilkS) (width 0.1))
(fp_line (start -2.6 -1) (end -2.6 1) (layer B.SilkS) (width 0.15))
(fp_line (start -2.6 1) (end 2.6 1) (layer B.SilkS) (width 0.15))
(fp_line (start 2.6 1) (end 2.6 -1) (layer B.SilkS) (width 0.15))
(fp_line (start 2.6 -1) (end -2.5 -1) (layer B.SilkS) (width 0.15))
(fp_line (start -2.5 -1) (end -2.6 -1) (layer B.SilkS) (width 0.15))
(pad 2 smd rect (at 1.3589 0 180) (size 1.95072 1.50114) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 1 smd rect (at -1.3589 0 180) (size 1.95072 1.50114) (layers B.Cu-L4 B.Paste B.Mask)
(net 7 V+))
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFB6EE) (tstamp 55B7B8BB)
(at 139.3 69 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /542407CC)
(attr smd)
(fp_text reference C13 (at -0.05 1.45 450) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:TantalC_SizeC_EIA-6032_Reflow (layer F.Cu-L1) (tedit 55F01B5A) (tstamp 55B7B8C1)
(at 120.85 40.15)
(descr "Tantal Cap. , Size C, EIA-6032, Reflow,")
(tags "Tantal Cap. , Size C, EIA-6032, Reflow,")
(path /55652238)
(attr smd)
(fp_text reference C14 (at 4.73 0.06 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 100u (at 0.48 -0.05 90) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start -0.67 1.54) (end -0.67 0.87) (layer F.SilkS) (width 0.15))
(fp_line (start -0.99 1.18) (end -0.35 1.18) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 1.7) (end 4.1 1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 1.7) (end 4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 -1.7) (end -4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 -1.7) (end -4.1 1.7) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 2.52476 0) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 43 "Net-(C14-Pad2)"))
(pad 1 smd rect (at -2.52476 0) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 4 "Net-(C14-Pad1)"))
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 566507B3) (tstamp 55B7B8C7)
(at 131.2 69.3 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /556F9307)
(attr smd)
(fp_text reference C15 (at 2.8 0.6 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10u (at 2.8 -0.6 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 44 "Net-(C15-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:TantalC_SizeC_EIA-6032_Reflow (layer F.Cu-L1) (tedit 56653114) (tstamp 55B7B8CD)
(at 115.45 31.45 90)
(descr "Tantal Cap. , Size C, EIA-6032, Reflow,")
(tags "Tantal Cap. , Size C, EIA-6032, Reflow,")
(path /55656708)
(attr smd)
(fp_text reference C16 (at 0.1 2.3 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 100u (at 0.48 -0.05 180) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start -0.67 1.54) (end -0.67 0.87) (layer F.SilkS) (width 0.15))
(fp_line (start -0.99 1.18) (end -0.35 1.18) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 1.7) (end 4.1 1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 1.7) (end 4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 -1.7) (end -4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 -1.7) (end -4.1 1.7) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 2.52476 0 90) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 6 "Net-(C16-Pad2)"))
(pad 1 smd rect (at -2.52476 0 90) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 45 "Net-(C16-Pad1)"))
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFB622) (tstamp 55B7B8D3)
(at 135.35 75.15 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /5423CB04)
(attr smd)
(fp_text reference C17 (at -0.45 -1.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:TantalC_SizeC_EIA-6032_Reflow (layer F.Cu-L1) (tedit 55EFBD4E) (tstamp 55B7B8D9)
(at 107.6 39.15 270)
(descr "Tantal Cap. , Size C, EIA-6032, Reflow,")
(tags "Tantal Cap. , Size C, EIA-6032, Reflow,")
(path /55656E39)
(attr smd)
(fp_text reference C18 (at 4.8 0.02 540) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 100u (at 0.48 -0.05 360) (layer F.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start -0.67 1.54) (end -0.67 0.87) (layer F.SilkS) (width 0.15))
(fp_line (start -0.99 1.18) (end -0.35 1.18) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 1.7) (end 4.1 1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 1.7) (end 4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start 4.1 -1.7) (end -4.1 -1.7) (layer F.SilkS) (width 0.15))
(fp_line (start -4.1 -1.7) (end -4.1 1.7) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at 2.52476 0 270) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 46 "Net-(C18-Pad2)"))
(pad 1 smd rect (at -2.52476 0 270) (size 2.55016 2.49936) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
)
(module MyLib:myTantalC_SizeA (layer B.Cu-L4) (tedit 55F019D4) (tstamp 55BA4D0E)
(at 111.6 38.4)
(descr "Tantal Cap. , Size A, EIA-3216, Reflow,")
(tags "Tantal Cap. , Size A, EIA-3216, reflow,")
(path /55657766)
(attr smd)
(fp_text reference C19 (at -0.43 -3.05) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 33u (at -0.48 -1.74) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start -3.22 1.11) (end -2.74 1.11) (layer B.SilkS) (width 0.1))
(fp_line (start -2.98 1.33) (end -2.98 0.87) (layer B.SilkS) (width 0.1))
(fp_line (start -2.6 -1) (end -2.6 1) (layer B.SilkS) (width 0.15))
(fp_line (start -2.6 1) (end 2.6 1) (layer B.SilkS) (width 0.15))
(fp_line (start 2.6 1) (end 2.6 -1) (layer B.SilkS) (width 0.15))
(fp_line (start 2.6 -1) (end -2.5 -1) (layer B.SilkS) (width 0.15))
(fp_line (start -2.5 -1) (end -2.6 -1) (layer B.SilkS) (width 0.15))
(pad 2 smd rect (at 1.3589 0) (size 1.95072 1.50114) (layers B.Cu-L4 B.Paste B.Mask)
(net 8 V-))
(pad 1 smd rect (at -1.3589 0) (size 1.95072 1.50114) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F019FA) (tstamp 55B7B8E5)
(at 130.25 40.55 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54230C78)
(attr smd)
(fp_text reference C20 (at -0.1 -2.53 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1u (at -0.1 -1.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 2 +5V))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55BA68AB) (tstamp 55B7B8EB)
(at 130.3 45.7 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /556FAFE6)
(attr smd)
(fp_text reference C21 (at 0.1 -2.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1u (at 0 -1.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55B82DBD) (tstamp 55B7B8F1)
(at 142.41 92.59 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B7C4A8)
(attr smd)
(fp_text reference C22 (at -0.55 -1.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 47 VR-))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EEB266) (tstamp 55B7B8F7)
(at 138.05 92.4)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B7C49A)
(attr smd)
(fp_text reference C23 (at 1 -2.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 3p3 (at 0.95 -1.55) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 48 "Net-(C23-Pad1)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 49 "Net-(C23-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFB0A3) (tstamp 55B7B8FD)
(at 129.1 80.55 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55602589)
(attr smd)
(fp_text reference C24 (at -0.15 -1.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 564D6C25) (tstamp 55B7B903)
(at 135.4 99.1 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B7C4BF)
(attr smd)
(fp_text reference C25 (at -2.2 0.3 360) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 270) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 82 CH1))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 83 ACH1))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFF69A) (tstamp 55B7B909)
(at 135.29 90.05)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B7C4AF)
(attr smd)
(fp_text reference C26 (at -0.07 -1.46) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 50 VR+))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F01AF5) (tstamp 55B7B90F)
(at 128.3 91.05)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5560BEAD)
(attr smd)
(fp_text reference C27 (at 3.48 -0.06) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 7 V+))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFF744) (tstamp 55B7B915)
(at 150.28 92.03 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/54474AA7)
(attr smd)
(fp_text reference C28 (at -0.07 1.53 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 180) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 47 VR-))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F01B0A) (tstamp 55B7B91B)
(at 146.35 92.8)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5441D502)
(attr smd)
(fp_text reference C29 (at 0.5 -2.62) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 3p3 (at 0.5 -1.57) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 51 "Net-(C29-Pad1)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 52 "Net-(C29-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFF6D6) (tstamp 55B7B927)
(at 143.35 89.86)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5448A954)
(attr smd)
(fp_text reference C31 (at -0.44 -1.45) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 50 VR+))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F01AA8) (tstamp 55B7B92D)
(at 124 91.75 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5560BFCE)
(attr smd)
(fp_text reference C32 (at 1.01 -1.43 360) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 180) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 8 V-))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EEB5D1) (tstamp 55B7B939)
(at 152.24 86.14 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B8CB2D)
(attr smd)
(fp_text reference C34 (at 0 1.45 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 47 VR-))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 56600CA8) (tstamp 55B7B93F)
(at 123.65 70.6 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/5563C456)
(attr smd)
(fp_text reference C35 (at 2.2 0.05 360) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at 0.1 0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 7 V+))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module DIODE:Diode-MiniMELF_Standard (layer B.Cu-L4) (tedit 55EEB7A0) (tstamp 55B7B987)
(at 159.3 91.8 180)
(descr "Diode Mini-MELF Standard")
(tags "Diode Mini-MELF Standard")
(path /55BABFCA)
(attr smd)
(fp_text reference D1 (at -3.65 -0.85 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 5V6 (at -4 0.45 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.65024 -0.0508) (end -0.35052 1.00076) (layer B.SilkS) (width 0.381))
(fp_line (start -0.35052 1.00076) (end -0.35052 -1.00076) (layer B.SilkS) (width 0.381))
(fp_line (start -0.35052 -1.00076) (end 0.65024 0) (layer B.SilkS) (width 0.381))
(fp_line (start 0.65024 1.04902) (end 0.65024 -1.04902) (layer B.SilkS) (width 0.381))
(fp_text user A (at -1.80086 -1.5494 180) (layer B.SilkS) hide
(effects (font (size 0.50038 0.50038) (thickness 0.09906)) (justify mirror))
)
(fp_text user K (at 1.80086 -1.5494 180) (layer B.SilkS) hide
(effects (font (size 0.50038 0.50038) (thickness 0.09906)) (justify mirror))
)
(fp_circle (center 0 0) (end 0 -0.55118) (layer B.Adhes) (width 0.381))
(fp_circle (center 0 0) (end 0 -0.20066) (layer B.Adhes) (width 0.381))
(pad 1 smd rect (at -1.75006 0 180) (size 1.30048 1.69926) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1.75006 0 180) (size 1.30048 1.69926) (layers B.Cu-L4 B.Paste B.Mask)
(net 50 VR+))
(model MiniMELF_DO213AA_Faktor03937_RevA_06Sep2012.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module DIODE:Diode-MiniMELF_Standard (layer B.Cu-L4) (tedit 55EEA6E6) (tstamp 55B7B98D)
(at 154 94.65)
(descr "Diode Mini-MELF Standard")
(tags "Diode Mini-MELF Standard")
(path /55BACB8F)
(attr smd)
(fp_text reference D2 (at 3.6 0.7) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 5V6 (at 4.1 -0.55) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.65024 -0.0508) (end -0.35052 1.00076) (layer B.SilkS) (width 0.381))
(fp_line (start -0.35052 1.00076) (end -0.35052 -1.00076) (layer B.SilkS) (width 0.381))
(fp_line (start -0.35052 -1.00076) (end 0.65024 0) (layer B.SilkS) (width 0.381))
(fp_line (start 0.65024 1.04902) (end 0.65024 -1.04902) (layer B.SilkS) (width 0.381))
(fp_text user A (at -1.80086 -1.5494) (layer B.SilkS) hide
(effects (font (size 0.50038 0.50038) (thickness 0.09906)) (justify mirror))
)
(fp_text user K (at 1.80086 -1.5494) (layer B.SilkS) hide
(effects (font (size 0.50038 0.50038) (thickness 0.09906)) (justify mirror))
)
(fp_circle (center 0 0) (end 0 -0.55118) (layer B.Adhes) (width 0.381))
(fp_circle (center 0 0) (end 0 -0.20066) (layer B.Adhes) (width 0.381))
(pad 1 smd rect (at -1.75006 0) (size 1.30048 1.69926) (layers B.Cu-L4 B.Paste B.Mask)
(net 47 VR-))
(pad 2 smd rect (at 1.75006 0) (size 1.30048 1.69926) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model MiniMELF_DO213AA_Faktor03937_RevA_06Sep2012.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module MyLib:Fuse_SMD1206_Reflow (layer B.Cu-L4) (tedit 5667C9F9) (tstamp 55B7B9AB)
(at 131.4 37.3 180)
(descr "Fuse, Sicherung, SMD1206, Littlefuse-Wickmann, Reflow,")
(tags "Fuse, Sicherung, SMD1206, Littlefuse-Wickmann, Reflow,")
(path /54225B8E)
(attr smd)
(fp_text reference F1 (at 1.4 3.2 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.5A (at 1.4 1.8 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(pad 1 smd rect (at -1.20396 0 90) (size 2.02946 1.14046) (layers B.Cu-L4 B.Paste B.Mask)
(net 143 "Net-(CON1-Pad1)"))
(pad 2 smd rect (at 1.20396 0 90) (size 2.02946 1.14046) (layers B.Cu-L4 B.Paste B.Mask)
(net 2 +5V))
)
(module MyLib:MountingHole-clear (layer F.Cu-L1) (tedit 559D0EEF) (tstamp 55B7B9DA)
(at 109.1 30.4)
(descr "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(tags "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(path /542435DB)
(fp_text reference MH1 (at 0.1 -3.3) (layer F.SilkS) hide
(effects (font (thickness 0.3048)))
)
(fp_text value M (at 0 -0.32) (layer F.SilkS) hide
(effects (font (thickness 0.01)))
)
(fp_line (start -4 4) (end -4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start -4 -4) (end 4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 -4) (end 4 4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 4) (end -4 4) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.5) (layers *.Cu *.SilkS *.Mask)
(net 1 GND))
)
(module MyLib:MountingHole-clear (layer F.Cu-L1) (tedit 559D0EEF) (tstamp 55B7B9DF)
(at 161.1 97.4)
(descr "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(tags "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(path /54243F48)
(fp_text reference MH2 (at 0.1 -3.3) (layer F.SilkS) hide
(effects (font (thickness 0.3048)))
)
(fp_text value M (at 0 -0.32) (layer F.SilkS) hide
(effects (font (thickness 0.01)))
)
(fp_line (start -4 4) (end -4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start -4 -4) (end 4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 -4) (end 4 4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 4) (end -4 4) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.5) (layers *.Cu *.SilkS *.Mask)
(net 1 GND))
)
(module MyLib:MountingHole-clear (layer F.Cu-L1) (tedit 559D0EEF) (tstamp 55B7B9E4)
(at 109.1 97.4)
(descr "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(tags "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(path /54243FB2)
(fp_text reference MH3 (at 0.1 -3.3) (layer F.SilkS) hide
(effects (font (thickness 0.3048)))
)
(fp_text value M (at 0 -0.32) (layer F.SilkS) hide
(effects (font (thickness 0.01)))
)
(fp_line (start -4 4) (end -4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start -4 -4) (end 4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 -4) (end 4 4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 4) (end -4 4) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.5) (layers *.Cu *.SilkS *.Mask)
(net 1 GND))
)
(module MyLib:MountingHole-clear (layer F.Cu-L1) (tedit 559D0EEF) (tstamp 55B7B9E9)
(at 161.1 30.4)
(descr "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(tags "Mounting hole, Befestigungsbohrung, 2,5mm, No Annular, Kein Restring,")
(path /5424401D)
(fp_text reference MH4 (at 0.1 -3.3) (layer F.SilkS) hide
(effects (font (thickness 0.3048)))
)
(fp_text value M (at 0 -0.32) (layer F.SilkS) hide
(effects (font (thickness 0.01)))
)
(fp_line (start -4 4) (end -4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start -4 -4) (end 4 -4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 -4) (end 4 4) (layer F.SilkS) (width 0.1))
(fp_line (start 4 4) (end -4 4) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole circle (at 0 0) (size 5 5) (drill 3.5) (layers *.Cu *.SilkS *.Mask)
(net 1 GND))
)
(module MyLib:myPin_Header_Straight_1x05-no3D (layer F.Cu-L1) (tedit 56651B73) (tstamp 55B7B9FA)
(at 163.1296 48.819 90)
(descr "Through hole pin header")
(tags "pin header")
(path /5421628E)
(fp_text reference P2 (at -7.15 0 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value PROG (at 0.3 1.8 90) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -6.35 -1.27) (end 6.35 -1.27) (layer F.SilkS) (width 0.1))
(fp_line (start 6.35 -1.27) (end 6.35 1.27) (layer F.SilkS) (width 0.1))
(fp_line (start 6.35 1.27) (end -6.35 1.27) (layer F.SilkS) (width 0.1))
(fp_line (start -6.35 1.27) (end -6.35 -1.27) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole rect (at -5.08 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 10 /MCLR))
(pad 2 thru_hole circle (at -2.54 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
(pad 3 thru_hole circle (at 0 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 4 thru_hole circle (at 2.54 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 92 PGD2))
(pad 5 thru_hole circle (at 5.08 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 81 PGC2))
)
(module Headers:Pin_Header_Straight_1x10 (layer F.Cu-L1) (tedit 55B94003) (tstamp 55B7BA08)
(at 107.6814 60.4522 90)
(descr "Through hole pin header")
(tags "pin header")
(path /556D4D1C)
(fp_text reference P3 (at -13.65 -0.6 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value DIO (at 0 0 90) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -10.16 -1.27) (end 12.7 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 12.7 -1.27) (end 12.7 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 12.7 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 -1.27) (end -10.16 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 -1.27) (end -12.7 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -11.43 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 22 /ID4))
(pad 2 thru_hole oval (at -8.89 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 21 /ID3))
(pad 3 thru_hole oval (at -6.35 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 20 /ID2))
(pad 4 thru_hole oval (at -3.81 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 19 /ID1))
(pad 5 thru_hole oval (at -1.27 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 105 /FCin))
(pad 6 thru_hole oval (at 1.27 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 32 /SQR4))
(pad 7 thru_hole oval (at 3.81 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 33 /SQR3))
(pad 8 thru_hole oval (at 6.35 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 27 /SQR2))
(pad 9 thru_hole oval (at 8.89 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 28 /SQR1))
(pad 10 thru_hole oval (at 11.43 0 90) (size 1.7272 2.032) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(model Pin_Headers/Pin_Header_Straight_1x10.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOT-23-EBC (layer B.Cu-L4) (tedit 55F01AD1) (tstamp 55B7BA52)
(at 123 96.05 180)
(descr "Module CMS SOT23 Transistore EBC")
(tags "CMS SOT")
(path /54260FB5/5560A90C)
(attr smd)
(fp_text reference Q1 (at 2.54 -1.24 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 3906 (at 3.14 -0.03 180) (layer B.SilkS)
(effects (font (size 0.762 0.762) (thickness 0.1)) (justify mirror))
)
(fp_line (start -1.524 0.381) (end 1.524 0.381) (layer B.SilkS) (width 0.127))
(fp_line (start 1.524 0.381) (end 1.524 -0.381) (layer B.SilkS) (width 0.127))
(fp_line (start 1.524 -0.381) (end -1.524 -0.381) (layer B.SilkS) (width 0.127))
(fp_line (start -1.524 -0.381) (end -1.524 0.381) (layer B.SilkS) (width 0.127))
(pad 1 smd rect (at -0.889 1.016 180) (size 0.9144 0.9144) (layers B.Cu-L4 B.Paste B.Mask)
(net 24 "Net-(Q1-Pad1)"))
(pad 2 smd rect (at 0.889 1.016 180) (size 0.9144 0.9144) (layers B.Cu-L4 B.Paste B.Mask)
(net 30 "Net-(Q1-Pad2)"))
(pad 3 smd rect (at 0 -1.016 180) (size 0.9144 0.9144) (layers B.Cu-L4 B.Paste B.Mask)
(net 31 PCS))
(model smd/cms_sot23.wrl
(at (xyz 0 0 0))
(scale (xyz 0.13 0.15 0.15))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 5666B0AD) (tstamp 55B7BA58)
(at 162.5 64.3)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /542164DA)
(attr smd)
(fp_text reference R1 (at -2.4 0.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -2.8 -0.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 10 /MCLR))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55F01A6F) (tstamp 55B7BA5E)
(at 140.85 61.9 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5421BED8)
(attr smd)
(fp_text reference R2 (at 0.32 -2.49 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.04 -1.47 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 14 SCL))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D7694) (tstamp 55B7BA64)
(at 143.75 63.9 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5421BF10)
(attr smd)
(fp_text reference R3 (at 0.85 2.65 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.55 1.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 15 SDA))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEC476) (tstamp 55B7BA6A)
(at 117.1 44.4 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55657273)
(attr smd)
(fp_text reference R4 (at 0.15 2.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 18 (at 0.1 1.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 7 V+))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 42 "Net-(C11-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EECB8C) (tstamp 55B7BA70)
(at 128.3 88.9 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55BABAB3)
(attr smd)
(fp_text reference R5 (at 0.15 2.6 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 0.15 1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 50 VR+))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 7 V+))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55BA881C) (tstamp 55B7BA76)
(at 112.7106 61.7984)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54239455)
(attr smd)
(fp_text reference R6 (at 3.05 0.55) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 2.75 -0.45) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 19 /ID1))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 54 "Net-(R6-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55BA881F) (tstamp 55B7BA7C)
(at 112.7106 64.0336)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /542393BE)
(attr smd)
(fp_text reference R7 (at 3.1 0.55) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 2.75 -0.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 20 /ID2))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 55 "Net-(R7-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55BA8846) (tstamp 55B7BA82)
(at 112.7106 66.3196)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /555DB0AF)
(attr smd)
(fp_text reference R8 (at 3.25 0.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 2.9 -0.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 21 /ID3))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 56 "Net-(R8-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55BA5361) (tstamp 55B7BA8E)
(at 142.47 72.09 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /542328AA)
(attr smd)
(fp_text reference R10 (at 0.01 2.44 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.01 1.44 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 34 /CAP))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 103 "Net-(R10-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D795A) (tstamp 55B7BA94)
(at 128.25 93.55 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55BABE2E)
(attr smd)
(fp_text reference R11 (at 0.85 -2.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 0.8 -1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 47 VR-))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 8 V-))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55ED7E27) (tstamp 55B7BA9A)
(at 160.4 69 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5425924D)
(attr smd)
(fp_text reference R12 (at -3 -0.4 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at -3 0.7 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 13 /SEN))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55F019CF) (tstamp 55B7BAA0)
(at 112 40.9 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5565746E)
(attr smd)
(fp_text reference R13 (at 0.21 -2.81 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 18 (at -0.05 -1.7 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 8 V-))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 46 "Net-(C18-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB628) (tstamp 55B7BAB2)
(at 149.9 75.5 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C4D5)
(attr smd)
(fp_text reference R16 (at 2.9 -0.4 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 2.9 0.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 58 "Net-(R16-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFFBF9) (tstamp 55B7BAB8)
(at 149.5 85.9 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C4E5)
(attr smd)
(fp_text reference R17 (at 2.87 0.62 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 2.91 -0.39 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 58 "Net-(R16-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFFBBE) (tstamp 55B7BABE)
(at 131.25 80.55 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55602363)
(attr smd)
(fp_text reference R18 (at -0.59 -2.53 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.6 -1.48 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 59 "Net-(R18-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55ED8349) (tstamp 55B7BAC4)
(at 130.65 85.6 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55602136)
(attr smd)
(fp_text reference R19 (at -0.04 -2.81 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.06 -1.61 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 59 "Net-(R18-Pad2)"))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 60 "Net-(R19-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB6E4) (tstamp 55B7BACA)
(at 137.65 95.55)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C46A)
(attr smd)
(fp_text reference R20 (at 0.2 2.45) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200K (at 0.15 1.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 48 "Net-(C23-Pad1)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 49 "Net-(C23-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EED433) (tstamp 55B7BAD0)
(at 117.6 68.6)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C4EE)
(attr smd)
(fp_text reference R21 (at 2.85 0.55) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 2.9 -0.4) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 99 SINE2))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 78 "Net-(C40-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55B8FC3D) (tstamp 55B7BAD6)
(at 137.35 82.95 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C480)
(attr smd)
(fp_text reference R22 (at -0.2 2.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.15 1.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 86 "Net-(R22-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB08C) (tstamp 55B7BADC)
(at 137.35 87.2 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C487)
(attr smd)
(fp_text reference R23 (at -0.05 -2.75 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.05 -1.6 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 86 "Net-(R22-Pad1)"))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 48 "Net-(C23-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB053) (tstamp 55B80192)
(at 141.3 95.55 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7C471)
(attr smd)
(fp_text reference R24 (at 0.05 -2.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1M (at -0.05 -1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 82 CH1))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 49 "Net-(C23-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFB006) (tstamp 55B7BAE8)
(at 131.9 95.2 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55602FE9)
(attr smd)
(fp_text reference R25 (at -0.6 2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.7 1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 36 "Net-(R25-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D6C1A) (tstamp 55BA4CD6)
(at 131.9 97.2)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55602CA9)
(attr smd)
(fp_text reference R26 (at -2.65 0.8) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at -2.65 -0.2) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 36 "Net-(R25-Pad2)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 26 PVS1))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EECD4A) (tstamp 55B7BAF4)
(at 124.45 76.1 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/555FFE64)
(attr smd)
(fp_text reference R27 (at -0.05 -2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1K (at -0.15 -1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 61 "Net-(R27-Pad1)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEAC46) (tstamp 55B7BAFA)
(at 145.3 87.1 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B792CD)
(attr smd)
(fp_text reference R28 (at 0.05 2.65 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0 1.6 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 51 "Net-(C29-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 37 "Net-(R28-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFFBF3) (tstamp 55B7BB00)
(at 145.35 83 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B7A414)
(attr smd)
(fp_text reference R29 (at -0.21 -2.55 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.15 -1.55 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 37 "Net-(R28-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB04E) (tstamp 55B7BB06)
(at 145.7 95.55)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/54262B5A)
(attr smd)
(fp_text reference R30 (at 0.05 2.45) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200K (at 0.05 1.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 51 "Net-(C29-Pad1)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 52 "Net-(C29-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA53A) (tstamp 55B7BB0C)
(at 156.65 72.9 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B9CB87)
(attr smd)
(fp_text reference R31 (at -0.05 2.6 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.05 1.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 71 MICout))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA532) (tstamp 55B7BB12)
(at 152.5 73.25 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/542673BE)
(attr smd)
(fp_text reference R32 (at 0.1 2.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.1 1.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 67 CH3out))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA526) (tstamp 55B7BB18)
(at 152.5 76.95 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/54267468)
(attr smd)
(fp_text reference R33 (at -0.1 -2.6 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.05 -1.55 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 67 CH3out))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 87 "Net-(R33-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB5AE) (tstamp 55B7BB1E)
(at 149.3 95.55 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/54262BA8)
(attr smd)
(fp_text reference R34 (at -0.05 -2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1M (at -0.05 -1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 84 CH2))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 52 "Net-(C29-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEDAB5) (tstamp 55B7BB24)
(at 124.65 83.3 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55609273)
(attr smd)
(fp_text reference R35 (at 2.8 -0.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 2.85 0.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 62 "Net-(R35-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFB1AE) (tstamp 55B7BB2A)
(at 120.15 92 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/5560B7EF)
(attr smd)
(fp_text reference R36 (at 0.25 2.6 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1K (at 0.05 1.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 24 "Net-(Q1-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55B92F6F) (tstamp 55B7BB30)
(at 123.05 88.75 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55609C6C)
(attr smd)
(fp_text reference R37 (at 2.85 0.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 2.89 -0.48 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 62 "Net-(R35-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 25 PVS2))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEADEA) (tstamp 55B7BB36)
(at 152.55 80.6 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B8CB5A)
(attr smd)
(fp_text reference R38 (at 0.2 -2.4 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.25 -1.45 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 112 CH3.GAIN))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 87 "Net-(R33-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55B83410) (tstamp 55B808CD)
(at 156.65 69 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B8CB6A)
(attr smd)
(fp_text reference R39 (at -2.9 0.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -2.6 -0.55 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 70 MIC))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D6E19) (tstamp 55B7BB42)
(at 118.9 61.9 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55639229)
(attr smd)
(fp_text reference R40 (at -2.85 0.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200K (at -2.8 -0.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 95 "Net-(C33-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEC738) (tstamp 55B7BB48)
(at 119.05 76.95 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B8CB73)
(attr smd)
(fp_text reference R41 (at 0.15 2.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at 0.15 1.5 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 77 "Net-(C30-Pad2)"))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 76 "Net-(C7-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EFB1F2) (tstamp 55B7BB4E)
(at 121.25 80.7 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B80C5B)
(attr smd)
(fp_text reference R42 (at 0.3 2.8 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.25 1.75 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 76 "Net-(C7-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 97 SINE1))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEC06E) (tstamp 55B7BB54)
(at 120 84.25 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B80C68)
(attr smd)
(fp_text reference R43 (at -0.05 2.6 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at -0.1 1.55 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 111 "Net-(P11-Pad2)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 76 "Net-(C7-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEC15E) (tstamp 55B7BB5A)
(at 121.55 66.25 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/556399B0)
(attr smd)
(fp_text reference R44 (at 0.05 2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at 0.1 1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 95 "Net-(C33-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 78 "Net-(C40-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEB58C) (tstamp 55B7BB60)
(at 154.8 97.3 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B9E715)
(attr smd)
(fp_text reference R45 (at -2.85 0.4 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1M (at -2.6 -0.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 85 CH3))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA3E8) (tstamp 55B7BB66)
(at 155.9 81.35 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B9A3CD)
(attr smd)
(fp_text reference R46 (at -3 -0.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200K (at -2.95 0.65 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 68 "Net-(R46-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 91 "Net-(R14-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA4B7) (tstamp 55B7BB6C)
(at 158.8 84.95 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55BDAECB)
(attr smd)
(fp_text reference R47 (at 2.9 0.55 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1K (at 2.55 -0.45 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 68 "Net-(R46-Pad1)"))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 100 "Net-(C42-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myTestPoint (layer F.Cu-L1) (tedit 55F01C1B) (tstamp 55B7BBB9)
(at 123 36.75)
(descr "Through hole pin header")
(tags "pin header")
(path /54C8EA05)
(fp_text reference TP1 (at 2.31 0.21) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value 5V (at -1.97 0.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(pad 1 thru_hole circle (at 0 0) (size 1.778 1.778) (drill 0.7112) (layers *.Cu *.Mask F.SilkS)
(net 2 +5V))
(model Pin_Headers/Pin_Header_Straight_1x01.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myTestPoint (layer F.Cu-L1) (tedit 55BA8E71) (tstamp 55B7BBBE)
(at 136.06 61.2)
(descr "Through hole pin header")
(tags "pin header")
(path /54312190)
(fp_text reference TP2 (at 2.19 -0.25) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value Vdd (at 2.4 -0.3) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.1)))
)
(pad 1 thru_hole circle (at 0 0) (size 1.524 1.524) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
(model Pin_Headers/Pin_Header_Straight_1x01.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-20-W (layer F.Cu-L1) (tedit 5667C587) (tstamp 55B7BBD6)
(at 148.1 38.65 270)
(path /542159EC)
(attr smd)
(fp_text reference U1 (at -7.55 6.3 360) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value MCP2200 (at 0.35 -0.25 270) (layer F.SilkS) hide
(effects (font (thickness 0.127)))
)
(fp_line (start -6.5 4) (end -6.5 0.7) (layer F.SilkS) (width 0.15))
(fp_line (start -6.5 4) (end 6.4 4) (layer F.SilkS) (width 0.15))
(fp_line (start 6.4 4) (end 6.4 -3.9) (layer F.SilkS) (width 0.15))
(fp_line (start 6.4 -3.9) (end -6.5 -3.9) (layer F.SilkS) (width 0.15))
(fp_line (start -6.5 -3.9) (end -6.5 -0.7) (layer F.SilkS) (width 0.15))
(fp_line (start -6.5 -0.7) (end -5.7 -0.7) (layer F.SilkS) (width 0.15))
(fp_line (start -5.7 -0.7) (end -5.7 0.6) (layer F.SilkS) (width 0.15))
(fp_line (start -5.7 0.6) (end -6.5 0.6) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -5.715 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 2 smd rect (at -4.445 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 94 12MHz))
(pad 3 smd rect (at -3.175 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 117 "Net-(U1-Pad3)"))
(pad 4 smd rect (at -1.905 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 118 "Net-(U1-Pad4)"))
(pad 5 smd rect (at -0.635 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 119 "Net-(U1-Pad5)"))
(pad 6 smd rect (at 0.635 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 120 "Net-(U1-Pad6)"))
(pad 7 smd rect (at 1.905 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 121 "Net-(U1-Pad7)"))
(pad 8 smd rect (at 3.175 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 122 "Net-(U1-Pad8)"))
(pad 9 smd rect (at 4.445 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 123 "Net-(U1-Pad9)"))
(pad 10 smd rect (at 5.715 5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 40 /MTxD))
(pad 20 smd rect (at -5.715 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 19 smd rect (at -4.445 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 80 /D+))
(pad 18 smd rect (at -3.175 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 9 /D-))
(pad 17 smd rect (at -1.905 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 16 smd rect (at -0.635 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 124 "Net-(U1-Pad16)"))
(pad 15 smd rect (at 0.635 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 125 "Net-(U1-Pad15)"))
(pad 14 smd rect (at 1.905 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 126 "Net-(U1-Pad14)"))
(pad 13 smd rect (at 3.175 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 127 "Net-(U1-Pad13)"))
(pad 12 smd rect (at 4.445 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 41 /MRxD))
(pad 11 smd rect (at 5.715 -5 270) (size 0.762 1.27) (layers F.Cu-L1 F.Paste F.Mask)
(net 128 "Net-(U1-Pad11)"))
(model smd/cms_soj24.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.6 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-14_N (layer F.Cu-L1) (tedit 55F01C26) (tstamp 55B7BBE8)
(at 115.4 53.4 180)
(descr "Module CMS SOJ 14 pins Large")
(tags "CMS SOJ")
(path /556EFFC0)
(attr smd)
(fp_text reference U2 (at -5.99 0.18 450) (layer F.SilkS)
(effects (font (size 1.016 1.143) (thickness 0.127)))
)
(fp_text value 74HC126 (at -0.1 0.1 180) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start 5.08 -2.436) (end 5.08 2.39) (layer F.SilkS) (width 0.2032))
(fp_line (start 5.08 2.39) (end -5.08 2.39) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 2.39) (end -5.08 -2.436) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 -2.436) (end 5.08 -2.436) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 -0.658) (end -4.445 -0.658) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.445 -0.658) (end -4.445 0.612) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.445 0.612) (end -5.08 0.612) (layer F.SilkS) (width 0.2032))
(pad 1 smd rect (at -3.81 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(pad 2 smd rect (at -2.54 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 63 "Net-(U2-Pad2)"))
(pad 3 smd rect (at -1.27 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 28 /SQR1))
(pad 4 smd rect (at 0 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(pad 5 smd rect (at 1.27 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 64 "Net-(U2-Pad5)"))
(pad 6 smd rect (at 2.54 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 27 /SQR2))
(pad 7 smd rect (at 3.81 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 8 smd rect (at 3.81 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 32 /SQR4))
(pad 9 smd rect (at 2.54 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 79 SQ4))
(pad 11 smd rect (at 0 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 33 /SQR3))
(pad 12 smd rect (at -1.27 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 98 SQ3))
(pad 13 smd rect (at -2.54 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(pad 14 smd rect (at -3.81 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(pad 10 smd rect (at 1.27 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(model smd/cms_so14.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.4 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:TQFP-44 (layer F.Cu-L1) (tedit 564D71ED) (tstamp 55B7BC18)
(at 136.45 69.2)
(path /5426ECFF)
(attr smd)
(fp_text reference U3 (at -7.65 -2.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value PIC24EP64GP204 (at -0.19 -2.14) (layer F.SilkS)
(effects (font (size 0.8 0.7) (thickness 0.1)))
)
(fp_line (start 5.0038 -5.0038) (end 5.0038 5.0038) (layer F.SilkS) (width 0.3048))
(fp_line (start 5.0038 5.0038) (end -5.0038 5.0038) (layer F.SilkS) (width 0.3048))
(fp_line (start -5.0038 -4.5212) (end -5.0038 5.0038) (layer F.SilkS) (width 0.3048))
(fp_line (start -4.5212 -5.0038) (end 5.0038 -5.0038) (layer F.SilkS) (width 0.3048))
(fp_line (start -5.0038 -4.5212) (end -4.5212 -5.0038) (layer F.SilkS) (width 0.3048))
(fp_circle (center -3.81 -3.81) (end -3.81 -3.175) (layer F.SilkS) (width 0.2032))
(pad 39 smd rect (at 0 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 40 smd rect (at -0.8001 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 41 smd rect (at -1.6002 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 92 PGD2))
(pad 42 smd rect (at -2.4003 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 81 PGC2))
(pad 43 smd rect (at -3.2004 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 17 /RxD))
(pad 44 smd rect (at -4.0005 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 16 /TxD))
(pad 38 smd rect (at 0.8001 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 35 CS.E1))
(pad 37 smd rect (at 1.6002 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 11 CS.E2))
(pad 36 smd rect (at 2.4003 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 12 SCK))
(pad 35 smd rect (at 3.2004 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 23 SDI))
(pad 34 smd rect (at 4.0005 -5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 18 SDO))
(pad 17 smd rect (at 0 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 5 AVdd))
(pad 16 smd rect (at -0.8001 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 15 smd rect (at -1.6002 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 107 RP147))
(pad 14 smd rect (at -2.4003 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 104 "Net-(R49-Pad1)"))
(pad 13 smd rect (at -3.2004 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 89 CS.CH2))
(pad 12 smd rect (at -4.0005 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 90 CS.CH1))
(pad 18 smd rect (at 0.8001 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 10 /MCLR))
(pad 19 smd rect (at 1.6002 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 66 CH2out))
(pad 20 smd rect (at 2.4003 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 67 CH3out))
(pad 21 smd rect (at 3.2004 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 71 MICout))
(pad 22 smd rect (at 4.0005 5.715) (size 0.4064 1.524) (layers F.Cu-L1 F.Paste F.Mask)
(net 65 CH1out))
(pad 6 smd rect (at -5.715 0) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 28 smd rect (at 5.715 0) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 7 smd rect (at -5.715 0.8001) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 44 "Net-(C15-Pad1)"))
(pad 27 smd rect (at 5.715 0.8001) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 69 AN8))
(pad 26 smd rect (at 5.715 1.6002) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 13 /SEN))
(pad 8 smd rect (at -5.715 1.6002) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 54 "Net-(R6-Pad2)"))
(pad 9 smd rect (at -5.715 2.4003) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 55 "Net-(R7-Pad2)"))
(pad 25 smd rect (at 5.715 2.4003) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 103 "Net-(R10-Pad2)"))
(pad 24 smd rect (at 5.715 3.2004) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 34 /CAP))
(pad 10 smd rect (at -5.715 3.2004) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 56 "Net-(R8-Pad2)"))
(pad 11 smd rect (at -5.715 4.0005) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 57 "Net-(R9-Pad2)"))
(pad 23 smd rect (at 5.715 4.0005) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 93 AN4))
(pad 29 smd rect (at 5.715 -0.8001) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 5 smd rect (at -5.715 -0.8001) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 79 SQ4))
(pad 4 smd rect (at -5.715 -1.6002) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 98 SQ3))
(pad 30 smd rect (at 5.715 -1.6002) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 94 12MHz))
(pad 31 smd rect (at 5.715 -2.4003) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 141 "Net-(U3-Pad31)"))
(pad 3 smd rect (at -5.715 -2.4003) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 64 "Net-(U2-Pad5)"))
(pad 2 smd rect (at -5.715 -3.2004) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 63 "Net-(U2-Pad2)"))
(pad 32 smd rect (at 5.715 -3.2004) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 15 SDA))
(pad 33 smd rect (at 5.715 -4.0005) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 14 SCL))
(pad 1 smd rect (at -5.715 -4.0005) (size 1.524 0.4064) (layers F.Cu-L1 F.Paste F.Mask)
(net 53 RP41))
(model smd/tqfp44.wrl
(at (xyz 0 0 0))
(scale (xyz 4 4 4))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOT-23-6 (layer F.Cu-L1) (tedit 56B5D1B6) (tstamp 55B7BC22)
(at 121.75 34 90)
(path /55651DFC)
(attr smd)
(fp_text reference U4 (at 1.6 -2.05 180) (layer F.SilkS)
(effects (font (size 0.762 0.762) (thickness 0.0762)))
)
(fp_text value TC1240A (at -2 -1.35 180) (layer F.SilkS)
(effects (font (size 0.50038 0.50038) (thickness 0.0762)))
)
(fp_line (start -0.508 0.762) (end -1.27 0.254) (layer F.SilkS) (width 0.127))
(fp_line (start 1.27 0.762) (end -1.3335 0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -1.3335 0.762) (end -1.3335 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -1.3335 -0.762) (end 1.27 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start 1.27 -0.762) (end 1.27 0.762) (layer F.SilkS) (width 0.127))
(pad 6 smd rect (at -0.9525 -1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 4 "Net-(C14-Pad1)"))
(pad 5 smd rect (at 0 -1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 42 "Net-(C11-Pad1)"))
(pad 4 smd rect (at 0.9525 -1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 3 smd rect (at 0.9525 1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 43 "Net-(C14-Pad2)"))
(pad 2 smd rect (at 0 1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 1 smd rect (at -0.9525 1.27 90) (size 0.70104 1.00076) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(model smd/SOT23_6.wrl
(at (xyz 0 0 0))
(scale (xyz 0.11 0.11 0.11))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55EE8BAC) (tstamp 55B7BC2E)
(at 112.9 40.25 180)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /55651F0B)
(attr smd)
(fp_text reference U5 (at -3.6 3 180) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value 7660 (at 0.1 0.85 180) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 42 "Net-(C11-Pad1)"))
(pad 7 smd rect (at -0.635 -3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 129 "Net-(U5-Pad7)"))
(pad 6 smd rect (at 0.635 -3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 130 "Net-(U5-Pad6)"))
(pad 5 smd rect (at 1.905 -3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 46 "Net-(C18-Pad2)"))
(pad 4 smd rect (at 1.905 3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 6 "Net-(C16-Pad2)"))
(pad 3 smd rect (at 0.635 3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 2 smd rect (at -0.635 3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 45 "Net-(C16-Pad1)"))
(pad 1 smd rect (at -1.905 3.175 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 131 "Net-(U5-Pad1)"))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOT-223 (layer F.Cu-L1) (tedit 564FC843) (tstamp 55B7BC36)
(at 130.2 43.2 180)
(descr "module CMS SOT223 4 pins")
(tags "CMS SOT")
(path /55B81ABD)
(attr smd)
(fp_text reference U6 (at 3.9 -4.25 180) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.1)))
)
(fp_text value LM1117-3.3 (at 0.1 -0.9 180) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start -3.556 1.524) (end -3.556 4.572) (layer F.SilkS) (width 0.2032))
(fp_line (start -3.556 4.572) (end 3.556 4.572) (layer F.SilkS) (width 0.2032))
(fp_line (start 3.556 4.572) (end 3.556 1.524) (layer F.SilkS) (width 0.2032))
(fp_line (start -3.556 -1.524) (end -3.556 -2.286) (layer F.SilkS) (width 0.2032))
(fp_line (start -3.556 -2.286) (end -2.032 -4.572) (layer F.SilkS) (width 0.2032))
(fp_line (start -2.032 -4.572) (end 2.032 -4.572) (layer F.SilkS) (width 0.2032))
(fp_line (start 2.032 -4.572) (end 3.556 -2.286) (layer F.SilkS) (width 0.2032))
(fp_line (start 3.556 -2.286) (end 3.556 -1.524) (layer F.SilkS) (width 0.2032))
(pad 4 smd rect (at 0 -3.302 180) (size 3.6576 2.032) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 2 smd rect (at 0 3.302 180) (size 1.016 2.032) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(pad 3 smd rect (at 2.286 3.302 180) (size 1.016 2.032) (layers F.Cu-L1 F.Paste F.Mask)
(net 2 +5V))
(pad 1 smd rect (at -2.286 3.302 180) (size 1.016 2.032) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(model smd/SOT223.wrl
(at (xyz 0 0 0))
(scale (xyz 0.4 0.4 0.4))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-14_N (layer F.Cu-L1) (tedit 55F01BC7) (tstamp 55B7BC48)
(at 126.25 92 180)
(descr "Module CMS SOJ 14 pins Large")
(tags "CMS SOJ")
(path /54260FB5/555FF8F7)
(attr smd)
(fp_text reference U7 (at -6.3 2.35 180) (layer F.SilkS)
(effects (font (size 1.016 1.143) (thickness 0.127)))
)
(fp_text value LM324 (at -0.45 -0.05 180) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start 5.08 -2.436) (end 5.08 2.39) (layer F.SilkS) (width 0.2032))
(fp_line (start 5.08 2.39) (end -5.08 2.39) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 2.39) (end -5.08 -2.436) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 -2.436) (end 5.08 -2.436) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 -0.658) (end -4.445 -0.658) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.445 -0.658) (end -4.445 0.612) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.445 0.612) (end -5.08 0.612) (layer F.SilkS) (width 0.2032))
(pad 1 smd rect (at -3.81 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 60 "Net-(R19-Pad2)"))
(pad 2 smd rect (at -2.54 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 59 "Net-(R18-Pad2)"))
(pad 3 smd rect (at -1.27 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 72 "/I/O Processing/DAC1"))
(pad 4 smd rect (at 0 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 7 V+))
(pad 5 smd rect (at 1.27 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 73 "/I/O Processing/DAC2"))
(pad 6 smd rect (at 2.54 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 62 "Net-(R35-Pad2)"))
(pad 7 smd rect (at 3.81 3.152 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 25 PVS2))
(pad 8 smd rect (at 3.81 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 30 "Net-(Q1-Pad2)"))
(pad 9 smd rect (at 2.54 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 24 "Net-(Q1-Pad1)"))
(pad 11 smd rect (at 0 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 8 V-))
(pad 12 smd rect (at -1.27 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 60 "Net-(R19-Pad2)"))
(pad 13 smd rect (at -2.54 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 36 "Net-(R25-Pad2)"))
(pad 14 smd rect (at -3.81 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 26 PVS1))
(pad 10 smd rect (at 1.27 -3.198 180) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 74 "/I/O Processing/DAC4"))
(model smd/cms_so14.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.4 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55EFF636) (tstamp 55B7BC54)
(at 139.25 92)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/55B7C4A1)
(attr smd)
(fp_text reference U8 (at -3.33 2.83 90) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value TL082 (at 0.1 0.7) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 50 VR+))
(pad 7 smd rect (at -0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 88 "Net-(U11-Pad3)"))
(pad 6 smd rect (at 0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 88 "Net-(U11-Pad3)"))
(pad 5 smd rect (at 1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 58 "Net-(R16-Pad1)"))
(pad 4 smd rect (at 1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 47 VR-))
(pad 3 smd rect (at 0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 2 smd rect (at -0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 49 "Net-(C23-Pad2)"))
(pad 1 smd rect (at -1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 48 "Net-(C23-Pad1)"))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:MSOP-10-0.5mm-hand (layer F.Cu-L1) (tedit 55F01BF5) (tstamp 55B7BC62)
(at 127.05 80.55 180)
(descr "MSOP-10 10pins pitch 0.5mm")
(path /54260FB5/555FFB01)
(attr smd)
(fp_text reference U9 (at 2.25 0.29 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value MCP4728 (at 3.61 0.19 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_circle (center -1.016 1.016) (end -1.016 0.762) (layer F.SilkS) (width 0.15))
(fp_line (start 1.524 1.524) (end -1.524 1.524) (layer F.SilkS) (width 0.15))
(fp_line (start -1.524 1.524) (end -1.524 -1.524) (layer F.SilkS) (width 0.15))
(fp_line (start -1.524 -1.524) (end 1.524 -1.524) (layer F.SilkS) (width 0.15))
(fp_line (start 1.524 -1.524) (end 1.524 1.524) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1.016 2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 5 AVdd))
(pad 2 smd rect (at -0.508 2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 14 SCL))
(pad 3 smd rect (at 0 2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 15 SDA))
(pad 4 smd rect (at 0.508 2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 61 "Net-(R27-Pad1)"))
(pad 5 smd rect (at 1.016 2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 132 "Net-(U9-Pad5)"))
(pad 6 smd rect (at 1.016 -2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 74 "/I/O Processing/DAC4"))
(pad 7 smd rect (at 0.508 -2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 29 PVS3))
(pad 8 smd rect (at 0 -2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 73 "/I/O Processing/DAC2"))
(pad 9 smd rect (at -0.508 -2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 72 "/I/O Processing/DAC1"))
(pad 10 smd rect (at -1.016 -2.2225 180) (size 0.26924 1.6) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(model SMD_Packages/MSOP-10-0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3 0.35 0.3))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55EEADC5) (tstamp 55B7BC6E)
(at 147.25 92)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/5446FCD7)
(attr smd)
(fp_text reference U10 (at -3.5 2.35 90) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value TL082 (at 0.35 -0.05) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 50 VR+))
(pad 7 smd rect (at -0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 106 "Net-(U10-Pad6)"))
(pad 6 smd rect (at 0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 106 "Net-(U10-Pad6)"))
(pad 5 smd rect (at 1.75 -3) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 58 "Net-(R16-Pad1)"))
(pad 4 smd rect (at 1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 47 VR-))
(pad 3 smd rect (at 0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 2 smd rect (at -0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 52 "Net-(C29-Pad2)"))
(pad 1 smd rect (at -1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 51 "Net-(C29-Pad1)"))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55F01C3F) (tstamp 55B7BC7A)
(at 138 83)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/55E941B6)
(attr smd)
(fp_text reference U11 (at -3.5 -0.88 90) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value 6S21 (at 0.39 0.01) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 5 AVdd))
(pad 7 smd rect (at -0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 12 SCK))
(pad 6 smd rect (at 0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 18 SDO))
(pad 5 smd rect (at 1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 90 CS.CH1))
(pad 4 smd rect (at 1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 3 smd rect (at 0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 88 "Net-(U11-Pad3)"))
(pad 2 smd rect (at -0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 86 "Net-(R22-Pad1)"))
(pad 1 smd rect (at -1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 65 CH1out))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55ED7EB6) (tstamp 55B7C62B)
(at 158.85 80.95 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B8CB34)
(attr smd)
(fp_text reference C37 (at 0.1 1.5 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 50 VR+))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:mySocket_3x1 (layer F.Cu-L1) (tedit 55F01C36) (tstamp 55B7C690)
(at 120.17 47.85)
(descr "Through hole pin header")
(tags "pin header")
(path /5576123E)
(fp_text reference P4 (at 1.51 1.73 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value V+/V- (at 0 0) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_line (start -1.3 -1) (end -1.3 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start -3.4 -1) (end 3.4 -1) (layer F.SilkS) (width 0.15))
(fp_line (start 3.4 -1) (end 3.4 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start 3.4 0.9) (end -3.4 0.9) (layer F.SilkS) (width 0.15))
(fp_line (start -3.4 0.9) (end -3.4 -1) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -2.54 0) (size 1.2192 1.2192) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)
(net 7 V+))
(pad 2 thru_hole circle (at 0 0) (size 1.2192 1.2192) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 3 thru_hole circle (at 2.54 0) (size 1.2192 1.2192) (drill 0.6096) (layers *.Cu *.Mask F.SilkS)
(net 8 V-))
(model Pin_Headers/Pin_Header_Straight_1x03.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F01A92) (tstamp 55B7C781)
(at 114.24 75.03)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B80C75)
(attr smd)
(fp_text reference C38 (at 0.27 -1.4) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 8 V-))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EEC26A) (tstamp 55B7C78B)
(at 117.75 66.3 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B80C4D)
(attr smd)
(fp_text reference C40 (at 0.15 2.6 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10nF (at 0.05 1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 78 "Net-(C40-Pad1)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55F01B91) (tstamp 55B7CD62)
(at 146 83)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/55E9B36E)
(attr smd)
(fp_text reference U12 (at -3.48 -0.96 90) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value 6S21 (at 0.43 0.01) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 5 AVdd))
(pad 7 smd rect (at -0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 12 SCK))
(pad 6 smd rect (at 0.635 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 18 SDO))
(pad 5 smd rect (at 1.905 -3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 89 CS.CH2))
(pad 4 smd rect (at 1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 3 smd rect (at 0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 106 "Net-(U10-Pad6)"))
(pad 2 smd rect (at -0.635 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 37 "Net-(R28-Pad2)"))
(pad 1 smd rect (at -1.905 3.175) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 66 CH2out))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55EEA52B) (tstamp 55B8D0B9)
(at 156.65 76.8 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55B9C66D)
(attr smd)
(fp_text reference R14 (at -0.1 -2.65 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at -0.05 -1.6 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 71 MICout))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 91 "Net-(R14-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55F01B2C) (tstamp 55B8D0BF)
(at 118.6 71.5 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /54260FB5/55C03E3C)
(attr smd)
(fp_text reference R15 (at -2.65 0.65 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at -2.67 -0.34 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 96 "Net-(C36-Pad2)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 78 "Net-(C40-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:ESP12 (layer B.Cu-L4) (tedit 5667C502) (tstamp 55B8D0C0)
(at 145.85 41 180)
(descr "Module CMS SOJ 16 pins large")
(tags "CMS SOJ")
(path /55653BB1)
(attr smd)
(fp_text reference U15 (at -11 7.65 270) (layer B.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.1)) (justify mirror))
)
(fp_text value ESP8266 (at -2.65 1.7 270) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start -10 -9) (end 10 -9) (layer B.SilkS) (width 0.1))
(fp_line (start 10 -9) (end 10 9) (layer B.SilkS) (width 0.1))
(fp_line (start 10 9) (end 3 9) (layer B.SilkS) (width 0.1))
(fp_line (start 3 9) (end 3 8) (layer B.SilkS) (width 0.1))
(fp_line (start 3 8) (end -3 8) (layer B.SilkS) (width 0.1))
(fp_line (start -3 8) (end -3 9) (layer B.SilkS) (width 0.1))
(fp_line (start -3 9) (end -10 9) (layer B.SilkS) (width 0.1))
(fp_line (start -10 9) (end -10 -9) (layer B.SilkS) (width 0.1))
(pad 16 smd rect (at 8 7 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 38 /ETxD))
(pad 14 smd rect (at 8 3 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 133 "Net-(U15-Pad14)"))
(pad 13 smd rect (at 8 1 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 134 "Net-(U15-Pad13)"))
(pad 12 smd rect (at 8 -1 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 108 /ESPROG))
(pad 11 smd rect (at 8 -3 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 10 smd rect (at 8 -5 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 9 smd rect (at 8 -7 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 8 smd rect (at -8 -7 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 7 smd rect (at -8 -5 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 135 "Net-(U15-Pad7)"))
(pad 6 smd rect (at -8 -3 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 136 "Net-(U15-Pad6)"))
(pad 5 smd rect (at -8 -1 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 137 "Net-(U15-Pad5)"))
(pad 4 smd rect (at -8 1 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 138 "Net-(U15-Pad4)"))
(pad 3 smd rect (at -8 3 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(pad 2 smd rect (at -8 5 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 139 "Net-(U15-Pad2)"))
(pad 1 smd rect (at -8 7 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 140 "Net-(U15-Pad1)"))
(pad 15 smd rect (at 8 5 270) (size 1 2) (layers B.Cu-L4 B.Paste B.Mask)
(net 39 /ERxD))
)
(module MyLib:MYPin_Header_Straight_2x10 (layer F.Cu-L1) (tedit 556F6081) (tstamp 55B90B17)
(at 159 50 270)
(descr "Through hole pin header")
(tags "pin header")
(path /55C1720F)
(fp_text reference P8 (at -13.5 1.3 360) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value CONN_02X10 (at 0 0 270) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start 12.7 -2.54) (end -12.7 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 2.54) (end 12.7 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 12.7 -2.54) (end 12.7 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 -2.54) (end -12.7 0) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 2.54) (end -10.16 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 0) (end -10.16 0) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 0) (end -10.16 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -12.7 2.54) (end -12.7 0) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -11.43 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 23 SDI))
(pad 2 thru_hole oval (at -11.43 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 2 +5V))
(pad 3 thru_hole oval (at -8.89 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 18 SDO))
(pad 4 thru_hole oval (at -8.89 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
(pad 5 thru_hole oval (at -6.35 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 12 SCK))
(pad 6 thru_hole oval (at -6.35 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 7 thru_hole oval (at -3.81 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 92 PGD2))
(pad 8 thru_hole oval (at -3.81 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 81 PGC2))
(pad 9 thru_hole oval (at -1.27 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 53 RP41))
(pad 10 thru_hole oval (at -1.27 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 11 thru_hole oval (at 1.27 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 12 thru_hole oval (at 1.27 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 108 /ESPROG))
(pad 13 thru_hole oval (at 3.81 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 15 SDA))
(pad 14 thru_hole oval (at 3.81 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 69 AN8))
(pad 15 thru_hole oval (at 6.35 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 14 SCL))
(pad 16 thru_hole oval (at 6.35 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 50 VR+))
(pad 17 thru_hole oval (at 8.89 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 18 thru_hole oval (at 8.89 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 19 thru_hole oval (at 11.43 1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
(pad 20 thru_hole oval (at 11.43 -1.27 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 47 VR-))
(model Pin_Headers/Pin_Header_Straight_2x10.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55EED486) (tstamp 55B95071)
(at 119.4 72.25 270)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/55C273D0)
(attr smd)
(fp_text reference U13 (at -3.65 0.15 360) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value TL082 (at 0.3 -0.05 270) (layer F.SilkS)
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 7 V+))
(pad 7 smd rect (at -0.635 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 97 SINE1))
(pad 6 smd rect (at 0.635 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 77 "Net-(C30-Pad2)"))
(pad 5 smd rect (at 1.905 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 4 smd rect (at 1.905 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 8 V-))
(pad 3 smd rect (at 0.635 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 2 smd rect (at -0.635 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 96 "Net-(C36-Pad2)"))
(pad 1 smd rect (at -1.905 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 99 SINE2))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EECEB0) (tstamp 55BA3D9C)
(at 121.25 77.1 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55B80C8A)
(attr smd)
(fp_text reference C30 (at 2.8 0.65 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1nF (at 2.8 -0.4 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 97 SINE1))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 77 "Net-(C30-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55F00FA6) (tstamp 55BA5271)
(at 112.7106 68.5548)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /555DB131)
(attr smd)
(fp_text reference R9 (at 3.11 0.28) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 200 (at 2.82 -0.71) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 22 /ID4))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 57 "Net-(R9-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:Socket_Strip_Straight_1x04 (layer F.Cu-L1) (tedit 55F10C4A) (tstamp 55BA8C3F)
(at 146.4 60.9)
(descr "Through hole socket strip")
(tags "socket strip")
(path /55B3FEAA)
(fp_text reference P6 (at 4.1 1.9 180) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value I2C (at 0.3 2.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.1))
(fp_line (start -5.08 -1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.1))
(fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.1))
(fp_line (start 5.08 1.27) (end 5.08 -1.27) (layer F.SilkS) (width 0.1))
(pad 1 thru_hole rect (at 3.81 0 180) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 15 SDA))
(pad 2 thru_hole oval (at 1.27 0 180) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 14 SCL))
(pad 3 thru_hole oval (at -1.27 0 180) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 4 thru_hole oval (at -3.81 0 180) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
)
(module MyLib:NRF24-noborder (layer F.Cu-L1) (tedit 55BAA583) (tstamp 55BAA9A9)
(at 144.35 54)
(descr "Through hole pin header")
(tags "pin header")
(path /556C7CF0)
(fp_text reference P7 (at -4.14 3.76) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value NRF (at 0.5 4) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -2.54 2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 -2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 -2.54) (end -5.08 0) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 2.54) (end -2.54 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 0) (end -2.54 0) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 0) (end -2.54 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 2.54) (end -5.08 0) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -3.81 1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 2 thru_hole oval (at -3.81 -1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 3 Vdd))
(pad 3 thru_hole oval (at -1.27 1.27) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS)
(net 35 CS.E1))
(pad 4 thru_hole oval (at -1.27 -1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 11 CS.E2))
(pad 5 thru_hole circle (at 1.27 1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 12 SCK))
(pad 6 thru_hole oval (at 1.27 -1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 18 SDO))
(pad 7 thru_hole circle (at 3.81 1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 23 SDI))
(pad 8 thru_hole oval (at 3.81 -1.27) (size 1.524 1.524) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 93 AN4))
(model Pin_Headers/Pin_Header_Straight_2x04.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:SOIC-8-N (layer F.Cu-L1) (tedit 55F01B98) (tstamp 55E93E35)
(at 155.6 81.75 270)
(descr "Module Narrow CMS SOJ 8 pins large")
(tags "CMS SOJ")
(path /54260FB5/55B8CB26)
(attr smd)
(fp_text reference U16 (at -3.6 1.3 360) (layer F.SilkS)
(effects (font (size 1.143 1.016) (thickness 0.127)))
)
(fp_text value TL082 (at 0.3 -0.15 270) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.127)))
)
(fp_line (start -2.54 -2.286) (end 2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 -2.286) (end 2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start 2.54 2.286) (end -2.54 2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 2.286) (end -2.54 -2.286) (layer F.SilkS) (width 0.127))
(fp_line (start -2.54 -0.762) (end -2.032 -0.762) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 -0.762) (end -2.032 0.508) (layer F.SilkS) (width 0.127))
(fp_line (start -2.032 0.508) (end -2.54 0.508) (layer F.SilkS) (width 0.127))
(pad 8 smd rect (at -1.905 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 50 VR+))
(pad 7 smd rect (at -0.635 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 91 "Net-(R14-Pad2)"))
(pad 6 smd rect (at 0.635 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 68 "Net-(R46-Pad1)"))
(pad 5 smd rect (at 1.905 -3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 4 smd rect (at 1.905 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 47 VR-))
(pad 3 smd rect (at 0.635 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 85 CH3))
(pad 2 smd rect (at -0.635 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 112 CH3.GAIN))
(pad 1 smd rect (at -1.905 3.175 270) (size 0.508 1.143) (layers F.Cu-L1 F.Paste F.Mask)
(net 87 "Net-(R33-Pad2)"))
(model smd/cms_so8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.5 0.38 0.5))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55F10D26) (tstamp 55E978CA)
(at 125.2 66.25 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55EC669B)
(attr smd)
(fp_text reference C33 (at -0.05 2.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10u (at 0.05 1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 98 SQ3))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 95 "Net-(C33-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 564D9593) (tstamp 55E978D0)
(at 116.15 71.5 270)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55EC625A)
(attr smd)
(fp_text reference C36 (at 0.05 2.9 450) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1nF (at -0.05 1.7 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 99 SINE2))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 96 "Net-(C36-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myPin_Header_Straight_1x08-oval (layer F.Cu-L1) (tedit 564D793D) (tstamp 55EE95FC)
(at 124.1 99.5 180)
(descr "Through hole pin header")
(tags "pin header")
(path /54260FB5/55EF8386)
(fp_text reference P1 (at -10.95 -0.6 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value CONN_01X08 (at 0 0 180) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -7.62 -1.27) (end 10.16 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 10.16 -1.27) (end 10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -8.89 0 180) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 26 PVS1))
(pad 2 thru_hole oval (at -6.35 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 25 PVS2))
(pad 3 thru_hole oval (at -3.81 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 29 PVS3))
(pad 4 thru_hole oval (at -1.27 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 31 PCS))
(pad 5 thru_hole oval (at 1.27 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 6 thru_hole oval (at 3.81 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 97 SINE1))
(pad 7 thru_hole oval (at 6.35 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 8 thru_hole oval (at 8.89 0 180) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 99 SINE2))
(model Pin_Headers/Pin_Header_Straight_1x08.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myPin_Header_Straight_1x08-oval (layer F.Cu-L1) (tedit 564D792C) (tstamp 55EE9607)
(at 146.95 99.5)
(descr "Through hole pin header")
(tags "pin header")
(path /55EFA30F)
(fp_text reference P10 (at 11 0.45 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value Analog (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -7.62 -1.27) (end 10.16 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 10.16 -1.27) (end 10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 -1.27) (end -10.16 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -10.16 1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -8.89 0) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 83 ACH1))
(pad 2 thru_hole oval (at -6.35 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 3 thru_hole oval (at -3.81 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 82 CH1))
(pad 4 thru_hole oval (at -1.27 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 5 thru_hole oval (at 1.27 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 84 CH2))
(pad 6 thru_hole oval (at 3.81 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 7 thru_hole oval (at 6.35 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 85 CH3))
(pad 8 thru_hole oval (at 8.89 0) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(model Pin_Headers/Pin_Header_Straight_1x08.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFFBB9) (tstamp 55EFF8C1)
(at 134.97 82.91 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55F0986D)
(attr smd)
(fp_text reference C39 (at -0.06 -1.45 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 55EFFC02) (tstamp 55EFF8C7)
(at 142.86 83.04 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55F09576)
(attr smd)
(fp_text reference C41 (at 0.01 -1.45 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 0.1u (at -0.05 -0.05 90) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 564D9568) (tstamp 55EFF959)
(at 161.89 87.1)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /54260FB5/55BDB54C)
(attr smd)
(fp_text reference C42 (at 0.06 2.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1u (at 0.01 1.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 100 "Net-(C42-Pad1)"))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 70 MIC))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module SMDCAP:C_0805 (layer B.Cu-L4) (tedit 564D6FBF) (tstamp 55F0090D)
(at 127.75 56.55 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /55F0FDB6)
(attr smd)
(fp_text reference L2 (at 0 2.85 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10uH (at 0 1.65 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.25) (layers B.Cu-L4 B.Paste B.Mask)
(net 101 "Net-(L2-Pad1)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.25) (layers B.Cu-L4 B.Paste B.Mask)
(net 102 "Net-(L2-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module TRAN:sot23 (layer B.Cu-L4) (tedit 564D707E) (tstamp 55F00914)
(at 126.9 59.65 90)
(descr SOT23)
(path /55F0DB66)
(attr smd)
(fp_text reference Q2 (at 0 -2.2 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value BT5551 (at -0.45 -3.2 270) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start -1.5 -0.2) (end -1.5 0.7) (layer B.SilkS) (width 0.15))
(fp_line (start -1.5 0.7) (end -0.7 0.7) (layer B.SilkS) (width 0.15))
(fp_line (start 1.5 -0.2) (end 1.5 0.7) (layer B.SilkS) (width 0.15))
(fp_line (start 1.5 0.7) (end 0.7 0.7) (layer B.SilkS) (width 0.15))
(fp_line (start 0.3 -0.7) (end -0.3 -0.7) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -0.9525 -1.05664 90) (size 0.59944 1.00076) (layers B.Cu-L4 B.Paste B.Mask)
(net 113 "Net-(C3-Pad1)"))
(pad 3 smd rect (at 0 1.05664 90) (size 0.59944 1.00076) (layers B.Cu-L4 B.Paste B.Mask)
(net 101 "Net-(L2-Pad1)"))
(pad 2 smd rect (at 0.9525 -1.05664 90) (size 0.59944 1.00076) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(model smd/smd_transistors/sot23.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D6F83) (tstamp 55F0091A)
(at 124.05 56.55)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55F106CD)
(attr smd)
(fp_text reference R48 (at 0.1 -2.65) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 560 (at 0.05 -1.55) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 2 +5V))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 102 "Net-(L2-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 55F0107B) (tstamp 55F00920)
(at 130.2112 60.63 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55F0DF55)
(attr smd)
(fp_text reference R49 (at 0.04 2.64 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 560 (at 0.08 1.58 90) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 104 "Net-(R49-Pad1)"))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 105 /FCin))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D6ECE) (tstamp 55F00926)
(at 119.4 59.25 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /55F1027A)
(attr smd)
(fp_text reference R50 (at 1.05 2.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 10K (at 0.9 1.45 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 102 "Net-(L2-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 113 "Net-(C3-Pad1)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myPin_Header_Straight_1x06-oval (layer F.Cu-L1) (tedit 55F015EB) (tstamp 55F01365)
(at 162 78 270)
(descr "Through hole pin header")
(tags "pin header")
(path /55F12CE8)
(fp_text reference P5 (at -8.32 -0.11 360) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value sen-cap (at 0.3 1.8 270) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.2032)))
)
(fp_line (start -5.08 -1.27) (end 7.62 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 7.62 -1.27) (end 7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 7.62 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 -1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -1.27) (end -7.62 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -6.35 0 270) (size 1.7272 1.7272) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 13 /SEN))
(pad 2 thru_hole oval (at -3.81 0 270) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 3 thru_hole oval (at -1.27 0 270) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 34 /CAP))
(pad 4 thru_hole oval (at 1.27 0 270) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 70 MIC))
(pad 5 thru_hole oval (at 3.81 0 270) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 6 thru_hole oval (at 6.35 0 270) (size 1.7272 1.9304) (drill 0.9144) (layers *.Cu *.Mask F.SilkS)
(net 112 CH3.GAIN))
(model Pin_Headers/Pin_Header_Straight_1x06.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 564D6E3C) (tstamp 563B1918)
(at 111.5422 59.2838)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /563B370C)
(attr smd)
(fp_text reference R51 (at -0.05 -2.6) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 1K (at 0.05 -1.5) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 105 /FCin))
(pad 2 smd rect (at 1 0) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 114 "Net-(C3-Pad2)"))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 5660276A) (tstamp 56602706)
(at 121.9 31.5 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5660DDAE)
(attr smd)
(fp_text reference R52 (at 0 -2.6 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at 0 -1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 109 "Net-(D3-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 107 RP147))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myPin_Header_Straight_1x02 (layer B.Cu-L4) (tedit 5A2BC7DF) (tstamp 56602C33)
(at 121.9 28.9)
(descr "Through hole pin header")
(tags "pin header")
(path /5660DA81)
(fp_text reference D3 (at -5 -0.1 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value LED (at -3.7 0 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start -3 1.5) (end 3 1.5) (layer B.SilkS) (width 0.15))
(fp_line (start 3 1.5) (end 3 -1.5) (layer B.SilkS) (width 0.15))
(fp_line (start 3 -1.5) (end -3 -1.5) (layer B.SilkS) (width 0.15))
(fp_line (start -3 -1.5) (end -3 1.5) (layer B.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -1.27 0) (size 1.7 1.7) (drill 0.8) (layers *.Cu *.Mask B.SilkS)
(net 1 GND))
(pad 2 thru_hole circle (at 1.27 0) (size 1.7 1.7) (drill 0.8) (layers *.Cu *.Mask B.SilkS)
(net 109 "Net-(D3-Pad2)"))
(model Pin_Headers/Pin_Header_Straight_1x06.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:C_0805 (layer B.Cu-L4) (tedit 566518A1) (tstamp 56602EF7)
(at 163.1 35.85 180)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /56612B89)
(attr smd)
(fp_text reference D4 (at 0 -1.55 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value LED (at -0.05 -0.05 180) (layer B.SilkS) hide
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 110 "Net-(D4-Pad2)"))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer B.Cu-L4) (tedit 56651878) (tstamp 56602EFD)
(at 159.45 35.85 180)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /56612DC3)
(attr smd)
(fp_text reference R53 (at -0.1 2.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_text value 5K1 (at 0 1.5 180) (layer B.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)) (justify mirror))
)
(fp_line (start 0.6 -0.875) (end -0.6 -0.875) (layer B.SilkS) (width 0.15))
(fp_line (start -0.6 0.875) (end 0.6 0.875) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 110 "Net-(D4-Pad2)"))
(pad 2 smd rect (at 1 0 180) (size 1 1.3) (layers B.Cu-L4 B.Paste B.Mask)
(net 2 +5V))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module SMDCAP:C_0805 (layer B.Cu-L4) (tedit 566507DB) (tstamp 56650A28)
(at 132.8 74.4 90)
(descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf), AVX (see smccp.pdf)")
(tags "capacitor 0805")
(path /55C0F620)
(attr smd)
(fp_text reference L1 (at 0.2 -3.1 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 10uH (at 0 -1.7 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 0.5 0.85) (end -0.5 0.85) (layer B.SilkS) (width 0.15))
(fp_line (start -0.5 -0.85) (end 0.5 -0.85) (layer B.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.25) (layers B.Cu-L4 B.Paste B.Mask)
(net 5 AVdd))
(pad 2 smd rect (at 1 0 90) (size 1 1.25) (layers B.Cu-L4 B.Paste B.Mask)
(net 3 Vdd))
(model Capacitors_SMD/C_0805N.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer F.Cu-L1) (tedit 566511D8) (tstamp 56650E34)
(at 136.2 52 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /56655363)
(attr smd)
(fp_text reference R54 (at 2.85 -0.35 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 18 (at 2.5 0.6 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.6 0.875) (end -0.6 0.875) (layer F.SilkS) (width 0.15))
(fp_line (start -0.6 -0.875) (end 0.6 -0.875) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 17 /RxD))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 41 /MRxD))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer F.Cu-L1) (tedit 566511D1) (tstamp 56650E3A)
(at 134.2 52 90)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /566549A7)
(attr smd)
(fp_text reference R55 (at 2.85 -0.55 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 18 (at 2.45 0.45 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.6 0.875) (end -0.6 0.875) (layer F.SilkS) (width 0.15))
(fp_line (start -0.6 -0.875) (end 0.6 -0.875) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 16 /TxD))
(pad 2 smd rect (at 1 0 90) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 40 /MTxD))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer F.Cu-L1) (tedit 5665112C) (tstamp 56650E40)
(at 131.15 52.05 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /5665622A)
(attr smd)
(fp_text reference R56 (at -2.85 -0.6 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 18 (at -2.45 0.5 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.6 0.875) (end -0.6 0.875) (layer F.SilkS) (width 0.15))
(fp_line (start -0.6 -0.875) (end 0.6 -0.875) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 39 /ERxD))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 17 /RxD))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:R_0805 (layer F.Cu-L1) (tedit 56651095) (tstamp 56650E46)
(at 129.1 52.05 270)
(descr "Resistor SMD 0805, reflow soldering, Vishay (see dcrcw.pdf)")
(tags "resistor 0805")
(path /56654C7F)
(attr smd)
(fp_text reference R57 (at -2.85 0.6 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_text value 18 (at -2.5 -0.4 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(fp_line (start 0.6 0.875) (end -0.6 0.875) (layer F.SilkS) (width 0.15))
(fp_line (start -0.6 -0.875) (end 0.6 -0.875) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1 0 270) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 38 /ETxD))
(pad 2 smd rect (at 1 0 270) (size 1 1.3) (layers F.Cu-L1 F.Paste F.Mask)
(net 16 /TxD))
(model Resistors_SMD/R_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myPin_Header_Straight_1x02 (layer F.Cu-L1) (tedit 56650DF7) (tstamp 566510D1)
(at 133.4 56.4)
(descr "Through hole pin header")
(tags "pin header")
(path /56652B76)
(fp_text reference P9 (at 0 3.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value Tx-Rx (at 0.1 2.3) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_line (start -3 -1.5) (end 3 -1.5) (layer F.SilkS) (width 0.15))
(fp_line (start 3 -1.5) (end 3 1.5) (layer F.SilkS) (width 0.15))
(fp_line (start 3 1.5) (end -3 1.5) (layer F.SilkS) (width 0.15))
(fp_line (start -3 1.5) (end -3 -1.5) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -1.27 0) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 16 /TxD))
(pad 2 thru_hole circle (at 1.27 0) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)
(net 17 /RxD))
(model Pin_Headers/Pin_Header_Straight_1x06.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:slider-pot-new (layer F.Cu-L1) (tedit 56651345) (tstamp 56651B5B)
(at 112.6 84 90)
(descr "Through hole pin header")
(tags "pin header")
(path /54260FB5/55F1D5EF)
(fp_text reference RV1 (at 9.79 -5.9 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_text value 47K (at 0 2.5 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(fp_line (start -9 -7.5) (end 9 -7.5) (layer F.SilkS) (width 0.1))
(fp_line (start 9 -7.5) (end 9 7) (layer F.SilkS) (width 0.1))
(fp_line (start 9 7) (end -9 7) (layer F.SilkS) (width 0.1))
(fp_line (start -9 7) (end -9 -7.5) (layer F.SilkS) (width 0.1))
(pad 7 thru_hole rect (at -5 -5 90) (size 1.5 3) (drill oval 0.6 1) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 1 thru_hole oval (at -4 5 90) (size 1.4 2) (drill oval 1 0.6) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 2 thru_hole oval (at -2 5 90) (size 1.4 2) (drill oval 1 0.6) (layers *.Cu *.Mask F.SilkS)
(net 111 "Net-(P11-Pad2)"))
(pad 3 thru_hole oval (at 0 5 90) (size 1.4 2) (drill oval 1 0.6) (layers *.Cu *.Mask F.SilkS)
(net 115 "Net-(RV1-Pad3)"))
(pad 4 thru_hole oval (at 2 5 90) (size 1.4 2) (drill oval 1 0.6) (layers *.Cu *.Mask F.SilkS)
(net 116 "Net-(RV1-Pad4)"))
(pad 5 thru_hole oval (at 4 5 90) (size 1.4 2) (drill oval 1 0.6) (layers *.Cu *.Mask F.SilkS)
(net 75 "Net-(C6-Pad2)"))
(pad 6 thru_hole rect (at 5 -5 90) (size 1.5 3) (drill oval 0.6 1) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
)
(module MyLib:slider-3-socket (layer B.Cu-L4) (tedit 5666AF3B) (tstamp 5666B2FD)
(at 107.9 84 90)
(descr "Through hole pin header")
(tags "pin header")
(path /54260FB5/564DB9F2)
(fp_text reference P11 (at -5 4.1 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 47K (at -5 2.5 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(pad 1 smd rect (at -2.54 0 90) (size 1 5) (layers B.Cu-L4 B.Paste B.Mask)
(net 1 GND))
(pad 2 smd rect (at 0 0 90) (size 1 5) (layers B.Cu-L4 B.Paste B.Mask)
(net 111 "Net-(P11-Pad2)"))
(pad 3 smd rect (at 2.54 0 90) (size 1 5) (layers B.Cu-L4 B.Paste B.Mask)
(net 75 "Net-(C6-Pad2)"))
(model Pin_Headers/Pin_Header_Straight_1x03.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:pad placed (layer B.Cu-L4) (tedit 5666B186) (tstamp 5666B546)
(at 163.5 66)
(descr "Through hole pin header")
(tags "pin header")
(path /5666DF95)
(fp_text reference P13 (at -2.3 0.3) (layer B.SilkS) hide
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value MCLR (at -2.6 0.6) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask B.SilkS)
(net 10 /MCLR))
(model Pin_Headers/Pin_Header_Straight_1x01.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module MyLib:myUSB_MINI_B-special (layer F.Cu-L1) (tedit 5667C331) (tstamp 5667E784)
(at 132.5 30 270)
(descr "USB Mini-B 5-pin SMD connector")
(tags "USB, Mini-B, connector")
(path /556D8B03)
(fp_text reference CON1 (at -2.805 6.625 270) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.2032)))
)
(fp_text value USB-MINI-B (at -0.275 -6.225 270) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.2032)))
)
(fp_line (start -3.59918 -3.85064) (end -3.59918 3.85064) (layer F.SilkS) (width 0.381))
(fp_line (start -4.59994 -3.85064) (end -4.59994 3.85064) (layer F.SilkS) (width 0.381))
(fp_line (start -4.59994 3.85064) (end 4.59994 3.85064) (layer F.SilkS) (width 0.381))
(fp_line (start 4.59994 3.85064) (end 4.59994 -3.85064) (layer F.SilkS) (width 0.381))
(fp_line (start 4.59994 -3.85064) (end -4.59994 -3.85064) (layer F.SilkS) (width 0.381))
(pad 1 smd rect (at 3.8 -1.6002 270) (size 3 0.50038) (layers F.Cu-L1 F.Paste F.Mask)
(net 143 "Net-(CON1-Pad1)"))
(pad 2 smd rect (at 3.8 -0.8001 270) (size 3 0.50038) (layers F.Cu-L1 F.Paste F.Mask)
(net 9 /D-))
(pad 3 smd rect (at 3.8 0 270) (size 3 0.50038) (layers F.Cu-L1 F.Paste F.Mask)
(net 80 /D+))
(pad 4 smd rect (at 3.8 0.8001 270) (size 3 0.50038) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 5 smd rect (at 3.8 1.6002 270) (size 3 0.50038) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 6 smd rect (at 3.6 -4.45008 270) (size 2.49936 1.99898) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 7 smd rect (at -2.14884 -4.45008 270) (size 2.49936 1.99898) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 8 smd rect (at 3.6 4.45008 270) (size 2.49936 1.99898) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 9 smd rect (at -2.14884 4.45008 270) (size 2.49936 1.99898) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad "" np_thru_hole circle (at 0.8509 -2.19964 270) (size 0.89916 0.89916) (drill 0.89916) (layers *.Cu *.Mask F.SilkS))
(pad "" np_thru_hole circle (at 0.8509 2.19964 270) (size 0.89916 0.89916) (drill 0.89916) (layers *.Cu *.Mask F.SilkS))
(pad 3 smd rect (at -1.8 -1.02 270) (size 3 1.2) (layers B.Cu-L4 F.Paste F.Mask)
(net 80 /D+))
(pad 2 smd rect (at -1.8 1.02 270) (size 3 1.2) (layers B.Cu-L4 F.Paste F.Mask)
(net 9 /D-))
(pad 4 smd rect (at -1.8 -3.56 270) (size 3 1.2) (layers B.Cu-L4 F.Paste F.Mask)
(net 1 GND))
(pad 1 smd rect (at -1.8 3.56 270) (size 3 1.2) (layers B.Cu-L4 F.Paste F.Mask)
(net 143 "Net-(CON1-Pad1)"))
(pad 4 thru_hole rect (at 0.8 5.85 270) (size 4 2) (drill oval 2 1) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
(pad 7 thru_hole rect (at 0.8 -5.85 270) (size 4 2) (drill oval 2 1) (layers *.Cu *.Mask F.SilkS)
(net 1 GND))
)
(module MyLib:myPin_Header_Straight_1x02 (layer B.Cu-L4) (tedit 5667CCA2) (tstamp 5667EC4C)
(at 135.4 41.2 90)
(descr "Through hole pin header")
(tags "pin header")
(path /5667F71B)
(fp_text reference P12 (at -4 0.1 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_text value 5V (at 1.5 2.5 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.1)) (justify mirror))
)
(fp_line (start -3 1.5) (end 3 1.5) (layer B.SilkS) (width 0.15))
(fp_line (start 3 1.5) (end 3 -1.5) (layer B.SilkS) (width 0.15))
(fp_line (start 3 -1.5) (end -3 -1.5) (layer B.SilkS) (width 0.15))
(fp_line (start -3 -1.5) (end -3 1.5) (layer B.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -1.27 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask B.SilkS)
(net 1 GND))
(pad 2 thru_hole circle (at 1.27 0 90) (size 1.7272 1.7272) (drill 0.8128) (layers *.Cu *.Mask B.SilkS)
(net 2 +5V))
(model Pin_Headers/Pin_Header_Straight_1x06.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Crystals:Crystal_SMD_EuroQuartz_MJ-4pin_5.0x3.2mm (layer F.Cu-L1) (tedit 58CD2E9C) (tstamp 5915DCD5)
(at 149.6676 66.4466 90)
(descr "SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package")
(tags "SMD SMT crystal")
(path /5915F0CD)
(attr smd)
(fp_text reference U17 (at 0 -2.8 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value FOX924B (at 0 2.8 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.4 -1.6) (end 2.4 -1.6) (layer F.Fab) (width 0.1))
(fp_line (start 2.4 -1.6) (end 2.5 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 -1.5) (end 2.5 1.5) (layer F.Fab) (width 0.1))
(fp_line (start 2.5 1.5) (end 2.4 1.6) (layer F.Fab) (width 0.1))
(fp_line (start 2.4 1.6) (end -2.4 1.6) (layer F.Fab) (width 0.1))
(fp_line (start -2.4 1.6) (end -2.5 1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 1.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 -1.5) (end -2.4 -1.6) (layer F.Fab) (width 0.1))
(fp_line (start -2.5 0.6) (end -1.5 1.6) (layer F.Fab) (width 0.1))
(fp_line (start -3 0.4) (end -2.7 0.4) (layer F.SilkS) (width 0.12))
(fp_line (start -2.7 0.4) (end -2.7 -0.4) (layer F.SilkS) (width 0.12))
(fp_line (start 2.7 -0.4) (end 2.7 0.4) (layer F.SilkS) (width 0.12))
(fp_line (start -0.7 -1.8) (end 0.7 -1.8) (layer F.SilkS) (width 0.12))
(fp_line (start 0.7 1.8) (end -0.7 1.8) (layer F.SilkS) (width 0.12))
(fp_line (start -0.7 1.8) (end -0.7 2.04) (layer F.SilkS) (width 0.12))
(fp_line (start -3.1 -2) (end -3.1 2) (layer F.CrtYd) (width 0.05))
(fp_line (start -3.1 2) (end 3.1 2) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.1 2) (end 3.1 -2) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.1 -2) (end -3.1 -2) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.85 1.15 90) (size 1.9 1.1) (layers F.Cu-L1 F.Paste F.Mask)
(net 142 "Net-(U17-Pad1)"))
(pad 2 smd rect (at 1.85 1.15 90) (size 1.9 1.1) (layers F.Cu-L1 F.Paste F.Mask)
(net 1 GND))
(pad 3 smd rect (at 1.85 -1.15 90) (size 1.9 1.1) (layers F.Cu-L1 F.Paste F.Mask)
(net 94 12MHz))
(pad 4 smd rect (at -1.85 -1.15 90) (size 1.9 1.1) (layers F.Cu-L1 F.Paste F.Mask)
(net 3 Vdd))
(model ${KISYS3DMOD}/Crystals.3dshapes/Crystal_SMD_EuroQuartz_MJ-4pin_5.0x3.2mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_line (start 153.4 26.4) (end 165.1 26.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 153.4 30.1) (end 153.4 26.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 139.7 30.1) (end 153.4 30.1) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 139.7 26.4) (end 139.7 30.1) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 105.1 26.4) (end 139.7 26.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_text GND (at 111 46.55) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text EP (at 161.8 51.25) (layer B.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)) (justify mirror))
)
(gr_text NRF24 (at 144.5 50.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text LM324 (at 126.78 92.14 180) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text TL082 (at 155.68 81.84 270) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text Rg (at 164.16 84.47) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 155.93 96.98 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text CH3 (at 153.23 96.99 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text GND (at 150.82 96.99 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text CH2 (at 148.26 97.01 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text GND (at 145.61 97.01 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text CH1 (at 143.21 96.99 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text AC1 (at 138.04 96.94 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text GND (at 140.67 97.06 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text GND (at 117.75 96.9 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text SINE2 (at 115.2 96.4 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text SINE1 (at 120.3 96.45 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text GND (at 122.85 97 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text PV1 (at 133 96.95 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text PV2 (at 130.45 97.05 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text PV3 (at 127.9 97.05 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text MIC (at 159.47 78.82) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_line (start 165.1 101.4) (end 165.1 26.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 105.1 101.4) (end 165.1 101.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_line (start 105.1 26.4) (end 105.1 101.4) (angle 90) (layer Edge.Cuts) (width 0.1))
(gr_text VR- (at 163.15 61.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text "SEELABLET\n8DEC2015" (at 123.1 64) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 164.15 81.78 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 159.05 74.45) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text FCin (at 100.55 59.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text 74HC126 (at 115.6 53.25 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text 7660 (at 112.89 39.44 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SQ4 (at 106.1 56.7 90) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(gr_text SQ3 (at 106.15 54.25 90) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(gr_text SQ2 (at 106.15 51.65 90) (layer F.SilkS)
(effects (font (size 0.7 0.7) (thickness 0.1)))
)
(gr_text Vdd (at 162.95 40.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text Vdd (at 142.59 58.19 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 145.2 58.1 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SCL (at 147.65 58.28 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SDA (at 150.2 58.2 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 154.95 51.25) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text VR+ (at 163.25 56.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 163.2 58.85) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text Vdd (at 155 61.45) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text GND (at 154.95 58.85) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SCL (at 154.95 56.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SDA (at 154.9 53.8) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text CLKO (at 154.47 48.75) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text PGD2 (at 154.3 46.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SCK (at 155.15 43.55) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SDO (at 155.15 41.15) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SDI (at 155.1 38.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text +5V (at 163.15 38.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text USB (at 135.3 54.3) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text WIFI (at 129.95 54.35) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text SQR1 (at 111.25 49) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text PCS (at 125.4 97.05 90) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.1)))
)
(gr_text CAP (at 159.25 76.75) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text MCP2200 (at 148.6 31.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(gr_text SEN (at 159.3 71.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.1)))
)
(segment (start 121.1 54.55) (end 126.595 54.55) (width 0.3048) (layer B.Cu-L4) (net 1))
(segment (start 126.9854 54.1784) (end 120.657 47.85) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD2FC))
(segment (start 127.0362 54.1784) (end 126.9854 54.1784) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD2FB))
(segment (start 126.6298 54.5848) (end 127.0362 54.1784) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD2FA))
(via (at 126.6298 54.5848) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 126.595 54.55) (end 126.6298 54.5848) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 593DD2EA))
(segment (start 120.657 47.85) (end 120.17 47.85) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD2FE))
(segment (start 160.27 43.65) (end 160.6276 43.65) (width 0.3048) (layer B.Cu-L4) (net 1))
(segment (start 160.6276 43.65) (end 161.6818 44.7042) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 593DD211))
(segment (start 161.6818 44.7042) (end 161.6818 50.2414) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 593DD212))
(via (at 161.6818 50.2414) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 161.6818 50.2414) (end 163.1042 48.819) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD218))
(segment (start 163.1042 48.819) (end 163.1296 48.819) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD219))
(segment (start 163.1296 48.819) (end 160.359 48.819) (width 0.3048) (layer F.Cu-L1) (net 1))
(segment (start 160.359 48.819) (end 160.27 48.73) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 593DD208))
(segment (start 145.3013 68.3999) (end 142.165 68.3999) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 5915DD70))
(segment (start 147.3054 66.3958) (end 145.3013 68.3999) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 5915DD6B))
(segment (start 149.8454 66.3958) (end 147.3054 66.3958) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 5915DD68))
(segment (start 150.8176 65.4236) (end 149.8454 66.3958) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 5915DD65))
(segment (start 150.8176 64.5966) (end 150.8176 65.4236) (width 0.3048) (layer F.Cu-L1) (net 1))
(segment (start 130.4 41.7) (end 132.5 41.7) (width 1.016) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 132.486 41.686) (end 132.486 39.898) (width 1.016) (layer F.Cu-L1) (net 1) (status 20))
(segment (start 130.4 41.7) (end 130.25 41.55) (width 1.016) (layer B.Cu-L4) (net 1) (tstamp 5667E96D) (status 30))
(segment (start 130.3 43.1) (end 128.4 43.1) (width 1.016) (layer B.Cu-L4) (net 1))
(via (at 128.4 43.1) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 130.8998 33.8) (end 128.24992 33.8) (width 0.762) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 128.24992 33.8) (end 128.04992 33.6) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 5667E83E) (status 30))
(segment (start 128.04992 33.6) (end 128.04992 32.19992) (width 1.016) (layer F.Cu-L1) (net 1) (status 10))
(segment (start 128.04992 32.19992) (end 126.65 30.8) (width 1.016) (layer F.Cu-L1) (net 1) (tstamp 5667E839) (status 20))
(segment (start 128.04992 27.85116) (end 136.95008 27.85116) (width 1.016) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 136.06 28.2) (end 136.06 28.51) (width 1.016) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 136.06 28.51) (end 138.35 30.8) (width 1.016) (layer B.Cu-L4) (net 1) (tstamp 5667E823) (status 30))
(segment (start 139.1 34.2) (end 137.55008 34.2) (width 0.762) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 137.55008 34.2) (end 136.95008 33.6) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 5667E7F6) (status 30))
(segment (start 137.20008 33.35) (end 136.95008 33.6) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 5667E7A8) (status 30))
(segment (start 107.9 86.54) (end 107.9 88.7) (width 0.4064) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 107.9 88.7) (end 107.6 89) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 5666AF48) (status 30))
(segment (start 127.59974 33.35026) (end 128.04992 33.35026) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 56653BCF) (status 30))
(segment (start 136.95008 27.85116) (end 136.15116 27.85116) (width 0.508) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 128.90108 27) (end 128.04992 27.85116) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 56653749) (status 30))
(segment (start 128.09876 27.9) (end 128.04992 27.85116) (width 1.016) (layer F.Cu-L1) (net 1) (tstamp 56652C9F) (status 30))
(segment (start 136.39892 27.3) (end 136.95008 27.85116) (width 1.016) (layer F.Cu-L1) (net 1) (tstamp 56652C98) (status 30))
(segment (start 164.1 35.85) (end 164.1 33.4) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 164.1 33.4) (end 161.1 30.4) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 5665228C) (status 20))
(segment (start 131.2 68.3) (end 132.1 68.3) (width 0.762) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 132.1 68.3) (end 132.35 68.55) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 56650A67))
(segment (start 120.63 28.9) (end 120.63 28.43) (width 0.762) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 120.63 28.43) (end 119.5 27.3) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 56602CD0) (status 30))
(segment (start 131.6999 33.8) (end 130.8998 33.8) (width 0.3048) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 128.04992 27.85116) (end 128.04992 33.35026) (width 1.016) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 130.3 44.7) (end 130.3 43.1) (width 1.016) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 130.3 43.1) (end 130.3 41.6) (width 1.016) (layer B.Cu-L4) (net 1) (tstamp 564D648D) (status 20))
(segment (start 130.3 41.6) (end 130.25 41.55) (width 1.016) (layer B.Cu-L4) (net 1) (tstamp 564D6465) (status 30))
(segment (start 152.24 87.14) (end 152.24 88.13) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 152.24 88.13) (end 152.22 88.15) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EFF749))
(via (at 152.22 88.15) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 155.8 51.3) (end 157.7 51.3) (width 0.762) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 157.7 51.3) (end 157.73 51.27) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 563B1D1F) (status 30))
(segment (start 149.5 84.9) (end 148.3 84.9) (width 0.3048) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 147.905 85.295) (end 147.905 86.175) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 563B195F) (status 20))
(segment (start 148 85.2) (end 147.905 85.295) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 563B195E))
(via (at 148 85.2) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 148.3 84.9) (end 148 85.2) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 563B195C))
(segment (start 140.125 86.175) (end 140.65 85.65) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 55EEB149) (status 10))
(via (at 140.65 85.65) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 117.9 61.9) (end 117 61.9) (width 0.3048) (layer B.Cu-L4) (net 1) (status 10))
(via (at 116.8 62.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 117 61.9) (end 116.8 62.1) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 55F10CE0))
(segment (start 157.4 50.94) (end 157.73 51.27) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55F01A6F) (status 30))
(segment (start 113.24 75.03) (end 113.24 74.04) (width 0.3048) (layer B.Cu-L4) (net 1) (status 10))
(via (at 113.05 73.85) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 113.24 74.04) (end 113.05 73.85) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 55F0141E))
(segment (start 123.37476 44.1) (end 121.63 44.1) (width 0.762) (layer F.Cu-L1) (net 1) (status 10))
(via (at 121.61 44.12) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 121.63 44.1) (end 121.61 44.12) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 55EFFC60))
(segment (start 142.86 84.04) (end 142.86 84.88) (width 0.4064) (layer B.Cu-L4) (net 1) (status 10))
(via (at 142.86 84.88) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 134.97 83.91) (end 134.97 84.79) (width 0.4064) (layer B.Cu-L4) (net 1) (status 10))
(via (at 134.96 84.8) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 134.97 84.79) (end 134.96 84.8) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55EFFBCE))
(segment (start 113.21 77.28) (end 113.21 75.06) (width 0.4064) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 113.21 75.06) (end 113.24 75.03) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55EFFA56) (status 30))
(segment (start 151.28 92.03) (end 152.23 92.03) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(via (at 152.24 92.02) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 152.23 92.03) (end 152.24 92.02) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EFF755))
(segment (start 142.41 91.59) (end 142.41 89.92) (width 0.508) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 142.41 89.92) (end 142.35 89.86) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EFF6DD) (status 30))
(segment (start 134.29 90.05) (end 134.29 91.2) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(via (at 134.32 91.23) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 134.29 91.2) (end 134.32 91.23) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EFF6B9))
(segment (start 142.41 91.59) (end 141.3 91.59) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(via (at 141.29 91.6) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 141.3 91.59) (end 141.29 91.6) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EFF670))
(segment (start 130.735 69.2) (end 131.7 69.2) (width 0.4064) (layer F.Cu-L1) (net 1) (status 10))
(via (at 132.35 68.55) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 131.7 69.2) (end 132.35 68.55) (width 0.4064) (layer F.Cu-L1) (net 1) (tstamp 55EFBADB))
(segment (start 142.165 68.3999) (end 140.8499 68.3999) (width 0.4064) (layer F.Cu-L1) (net 1) (status 10))
(segment (start 140.45 68) (end 139.3 68) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55EFB70E) (status 20))
(via (at 140.45 68) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 140.8499 68.3999) (end 140.45 68) (width 0.4064) (layer F.Cu-L1) (net 1) (tstamp 55EFB708))
(segment (start 135.35 74.15) (end 135.35 73.6) (width 0.4064) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 135.6499 73.3001) (end 135.65 73.3) (width 0.4064) (layer F.Cu-L1) (net 1) (tstamp 55EFB60A))
(via (at 135.65 73.3) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 135.6499 73.3001) (end 135.6499 74.915) (width 0.4064) (layer F.Cu-L1) (net 1) (status 20))
(segment (start 135.35 73.6) (end 135.65 73.3) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55EFB629))
(segment (start 123 91.75) (end 122.2 91.75) (width 0.3048) (layer B.Cu-L4) (net 1) (status 10))
(via (at 122.2 91.75) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 132.9 95.2) (end 133.45 95.2) (width 0.4064) (layer B.Cu-L4) (net 1) (status 10))
(via (at 133.85 95.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 133.45 95.2) (end 133.85 95.6) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55EFB028))
(segment (start 129.3 91.05) (end 130.35 91.05) (width 0.762) (layer B.Cu-L4) (net 1) (status 10))
(via (at 130.35 91.05) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 129.1 81.55) (end 129.1 82.55) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 128.8775 82.7725) (end 128.066 82.7725) (width 0.254) (layer F.Cu-L1) (net 1) (tstamp 55EED6C0) (status 20))
(segment (start 129 82.65) (end 128.8775 82.7725) (width 0.254) (layer F.Cu-L1) (net 1) (tstamp 55EED6BF))
(via (at 129 82.65) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 129.1 82.55) (end 129 82.65) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EED6B8))
(segment (start 123.65 71.6) (end 123.65 71.9) (width 0.762) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 123.65 71.9) (end 124.45 72.7) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55EED5A1) (status 10))
(via (at 124.45 72.7) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 122.575 74.155) (end 122.905 74.155) (width 0.4064) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 122.905 74.155) (end 123.45 74.7) (width 0.4064) (layer F.Cu-L1) (net 1) (tstamp 55EECD77) (status 10))
(via (at 123.45 74.7) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 123.45 76.1) (end 123.45 74.7) (width 0.762) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 110.2411 38.4) (end 108.7 38.4) (width 0.508) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 108.5 38.2) (end 107.6 37.3) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EEC547) (status 20))
(via (at 108.5 38.2) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 108.7 38.4) (end 108.5 38.2) (width 0.508) (layer B.Cu-L4) (net 1) (tstamp 55EEC542))
(segment (start 107.6 37.3) (end 107.6 36.62524) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EEC548) (status 30))
(segment (start 110.8 50.25) (end 110.8 47.65) (width 0.762) (layer B.Cu-L4) (net 1))
(segment (start 109.72 46.57) (end 108 46.57) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55EEC48C) (status 10))
(segment (start 110.8 47.65) (end 109.72 46.57) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55EEC48B) (status 20))
(segment (start 110.802 50.248) (end 111.59 50.248) (width 0.508) (layer F.Cu-L1) (net 1) (status 20))
(via (at 110.8 50.25) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 110.802 50.248) (end 110.8 50.25) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55B9428F))
(segment (start 161.05006 91.8) (end 161.05006 97.35006) (width 0.762) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 161.05006 97.35006) (end 161.1 97.4) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55EEB7D7) (status 30))
(segment (start 155.8 97.3) (end 155.8 99.49) (width 0.762) (layer B.Cu-L4) (net 1) (status 30))
(segment (start 155.8 99.49) (end 155.79 99.5) (width 0.762) (layer B.Cu-L4) (net 1) (tstamp 55EEB5A5) (status 30))
(segment (start 147.885 86.195) (end 147.905 86.175) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 55EEB154) (status 30))
(segment (start 139.905 86.175) (end 140.125 86.175) (width 0.3048) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 139.885 86.195) (end 139.905 86.175) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 55EEB146) (status 30))
(segment (start 147.885 95.175) (end 147.885 96.015) (width 0.3048) (layer F.Cu-L1) (net 1) (status 10))
(segment (start 147.885 96.015) (end 145.63 98.27) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 55EEABD8))
(segment (start 145.63 98.27) (end 145.63 98.45) (width 0.3048) (layer F.Cu-L1) (net 1) (tstamp 55EEABD9))
(segment (start 107.6 36.62524) (end 108.17524 36.62524) (width 0.508) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 108.17524 36.62524) (end 110.25 38.7) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EE96D3) (status 10))
(segment (start 110.25 38.7) (end 111.7 38.7) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EE96D4))
(segment (start 111.7 38.7) (end 112.265 38.135) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EE96D5))
(segment (start 112.265 38.135) (end 112.265 37.075) (width 0.508) (layer F.Cu-L1) (net 1) (tstamp 55EE96D6) (status 20))
(segment (start 155.15 33.7) (end 157.7 33.7) (width 0.762) (layer F.Cu-L1) (net 1) (status 10))
(segment (start 157.7 33.7) (end 161 30.4) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 55BA832E) (status 20))
(segment (start 136.65 64.2) (end 136.65 65) (width 0.4064) (layer B.Cu-L4) (net 1) (status 10))
(segment (start 136.45 64.8) (end 136.75 65.1) (width 0.4064) (layer F.Cu-L1) (net 1) (tstamp 55BA6D62))
(via (at 136.75 65.1) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 136.45 64.8) (end 136.45 63.485) (width 0.4064) (layer F.Cu-L1) (net 1) (status 20))
(segment (start 136.65 65) (end 136.75 65.1) (width 0.4064) (layer B.Cu-L4) (net 1) (tstamp 55BA6D71))
(segment (start 155.15 33.65) (end 155.15 33.55) (width 0.762) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 155.15 33.55) (end 154.535 32.935) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 55BA627A) (status 10))
(segment (start 154.535 32.935) (end 153.1 32.935) (width 0.762) (layer F.Cu-L1) (net 1) (tstamp 55BA627B) (status 20))
(segment (start 136.95008 34.60026) (end 136.95008 34.35008) (width 0.508) (layer F.Cu-L1) (net 1) (status 30))
(segment (start 118.25 88) (end 117.6 88) (width 0.3048) (layer B.Cu-L4) (net 1) (tstamp 55EEBC22) (status 30))
(segment (start 135.4 42.47) (end 133.27 42.47) (width 1.016) (layer F.Cu-L1) (net 1) (status 10))
(segment (start 133.27 42.47) (end 132.5 41.7) (width 1.016) (layer F.Cu-L1) (net 1) (tstamp 5667EC70))
(segment (start 132.486 41.686) (end 132.5 41.7) (width 1.016) (layer F.Cu-L1) (net 1) (tstamp 5667E969))
(via (at 132.5 41.7) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 1))
(segment (start 135.02 39.55) (end 135.4 39.93) (width 1.016) (layer B.Cu-L4) (net 2) (tstamp 5667EC6C) (status 30))
(segment (start 130.25 39.55) (end 135.02 39.55) (width 1.016) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 137.4 35.1) (end 137.4 35.2) (width 0.762) (layer L3-PWR) (net 2))
(segment (start 134.6 38) (end 127.9 38) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E951))
(segment (start 137.4 35.2) (end 134.6 38) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E950))
(segment (start 123 36.75) (end 123 36.5) (width 0.508) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 123 36.5) (end 124.6 34.9) (width 0.508) (layer B.Cu-L4) (net 2) (tstamp 5667E936) (status 10))
(segment (start 124.6 31.6) (end 124.5 31.5) (width 0.508) (layer F.Cu-L1) (net 2) (tstamp 5667E93C))
(via (at 124.6 31.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 2))
(segment (start 124.6 34.9) (end 124.6 31.6) (width 0.508) (layer B.Cu-L4) (net 2) (tstamp 5667E937))
(segment (start 160.27 35.17) (end 160.27 38.57) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E923) (status 20))
(segment (start 159.3 34.2) (end 160.27 35.17) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E922))
(segment (start 154.1 34.2) (end 159.3 34.2) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E921))
(segment (start 151.1 37.2) (end 154.1 34.2) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E920))
(segment (start 147.9 37.2) (end 151.1 37.2) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E91F))
(segment (start 145.8 35.1) (end 147.9 37.2) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E91E))
(segment (start 137.4 35.1) (end 145.8 35.1) (width 0.762) (layer L3-PWR) (net 2) (tstamp 5667E94E))
(segment (start 158.45 35.85) (end 158.45 36.35) (width 0.3048) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 158.45 36.35) (end 160.27 38.17) (width 0.3048) (layer B.Cu-L4) (net 2) (tstamp 56652270) (status 30))
(segment (start 160.27 38.17) (end 160.27 38.57) (width 0.3048) (layer B.Cu-L4) (net 2) (tstamp 56652271) (status 30))
(segment (start 160.27 38.57) (end 160.27 38.23) (width 0.762) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 123.05 56.55) (end 121.1 56.55) (width 0.4064) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 130.25 39.55) (end 128.32 39.55) (width 0.762) (layer B.Cu-L4) (net 2) (status 10))
(segment (start 127.9 39.13) (end 127.9 38) (width 0.762) (layer B.Cu-L4) (net 2) (tstamp 55F01B25))
(segment (start 128.32 39.55) (end 127.9 39.13) (width 0.762) (layer B.Cu-L4) (net 2) (tstamp 55F01B24))
(segment (start 119.9 56.6) (end 115.05 56.6) (width 0.762) (layer B.Cu-L4) (net 2))
(segment (start 115.05 56.6) (end 114.15 57.5) (width 0.762) (layer B.Cu-L4) (net 2) (tstamp 55F013EF))
(segment (start 121.1 56.55) (end 121.05 56.6) (width 0.762) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 121.05 56.6) (end 119.9 56.6) (width 0.762) (layer B.Cu-L4) (net 2) (tstamp 55F013EC) (status 10))
(segment (start 115.05 56.6) (end 114.15 57.5) (width 0.3048) (layer B.Cu-L4) (net 2) (tstamp 55EEC62F))
(segment (start 119.9 56.6) (end 120.85 56.6) (width 1.016) (layer L3-PWR) (net 2))
(segment (start 120.85 56.6) (end 125.5 51.95) (width 1.016) (layer L3-PWR) (net 2) (tstamp 55EEC3EF))
(segment (start 125.5 51.95) (end 125.5 39.25) (width 1.016) (layer L3-PWR) (net 2) (tstamp 55EEC3F7))
(segment (start 125.5 39.25) (end 123 36.75) (width 1.016) (layer L3-PWR) (net 2) (tstamp 55EEC3FC) (status 20))
(segment (start 127.914 39.898) (end 127.914 38.014) (width 1.016) (layer F.Cu-L1) (net 2) (status 10))
(segment (start 128.6 37.3) (end 130.19604 37.3) (width 1.016) (layer B.Cu-L4) (net 2) (tstamp 55EE8F2A) (status 20))
(segment (start 127.9 38) (end 128.6 37.3) (width 1.016) (layer B.Cu-L4) (net 2) (tstamp 55EE8F29))
(via (at 127.9 38) (size 1.2192) (drill 0.7112) (layers F.Cu-L1 B.Cu-L4) (net 2))
(segment (start 127.914 38.014) (end 127.9 38) (width 1.016) (layer F.Cu-L1) (net 2) (tstamp 55EE8F27))
(segment (start 123.02 34.9525) (end 123.02 36.73) (width 0.508) (layer F.Cu-L1) (net 2) (status 30))
(segment (start 123.02 36.73) (end 123 36.75) (width 0.762) (layer F.Cu-L1) (net 2) (tstamp 55EE8E31) (status 30))
(segment (start 130.19604 37.3) (end 123.55 37.3) (width 1.016) (layer B.Cu-L4) (net 2) (status 30))
(segment (start 123.55 37.3) (end 123 36.75) (width 1.016) (layer B.Cu-L4) (net 2) (tstamp 55EE8E2A) (status 30))
(segment (start 160.27 38.12) (end 160.27 38.57) (width 0.508) (layer B.Cu-L4) (net 2) (tstamp 55BA5D43) (status 30))
(segment (start 114.13 56.598) (end 114.15 56.618) (width 0.3048) (layer F.Cu-L1) (net 2) (status 30))
(segment (start 114.15 56.618) (end 114.15 57.5) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55BA5873) (status 10))
(via (at 114.15 57.5) (size 0.9144) (layers F.Cu-L1 B.Cu-L4) (net 2))
(segment (start 115.4 50.248) (end 115.4 50.76) (width 0.3048) (layer F.Cu-L1) (net 2) (status 30))
(segment (start 115.4 50.76) (end 116.17 51.53) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55BA52E0) (status 10))
(segment (start 116.17 51.53) (end 118.79 51.53) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55BA52E1))
(segment (start 118.79 51.53) (end 119.21 51.11) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55BA52E2))
(segment (start 119.21 51.11) (end 119.21 50.248) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55BA52E3) (status 20))
(segment (start 117.94 56.598) (end 117.942 56.6) (width 0.3048) (layer F.Cu-L1) (net 2) (status 30))
(segment (start 117.942 56.6) (end 119.9 56.6) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55B942D4) (status 10))
(segment (start 114.13 56.598) (end 114.13 56.93) (width 0.3048) (layer F.Cu-L1) (net 2) (status 30))
(segment (start 119.9 56.6) (end 119.9 50.55) (width 0.3048) (layer L3-PWR) (net 2))
(segment (start 119.9 50.55) (end 119.7 50.35) (width 0.3048) (layer L3-PWR) (net 2) (tstamp 55B94294))
(segment (start 119.598 50.248) (end 119.21 50.248) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55B94297) (status 20))
(segment (start 119.7 50.35) (end 119.598 50.248) (width 0.3048) (layer F.Cu-L1) (net 2) (tstamp 55B94296))
(via (at 119.7 50.35) (size 0.9144) (layers F.Cu-L1 B.Cu-L4) (net 2))
(segment (start 119.898 56.598) (end 119.9 56.6) (width 0.508) (layer F.Cu-L1) (net 2) (tstamp 55B93ACD))
(segment (start 119.21 56.598) (end 119.898 56.598) (width 0.508) (layer F.Cu-L1) (net 2) (status 10))
(via (at 119.9 56.6) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 2))
(segment (start 153.85 48) (end 154.1188 48) (width 0.3048) (layer B.Cu-L4) (net 3))
(segment (start 154.1188 48) (end 155.8 46.3188) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 593DD314))
(segment (start 155.8 46.3188) (end 155.8 36.9) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 593DD318))
(segment (start 163.1296 51.359) (end 162.7994 51.359) (width 0.3048) (layer F.Cu-L1) (net 3))
(segment (start 162.7994 51.359) (end 161.6564 52.502) (width 0.3048) (layer F.Cu-L1) (net 3) (tstamp 593DD21C))
(via (at 161.6564 52.502) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 3))
(segment (start 161.6564 52.502) (end 161.6056 52.5528) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 593DD225))
(segment (start 161.6056 52.5528) (end 155.0528 52.5528) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 593DD226))
(segment (start 155.0528 52.5528) (end 153.8 51.3) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 593DD229))
(segment (start 153.8 51.3) (end 153.7996 51.3) (width 1.27) (layer B.Cu-L4) (net 3))
(segment (start 153.7996 51.3) (end 153.4014 50.9018) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5915E1DC))
(segment (start 153.4014 50.9018) (end 141.2818 50.9018) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5915E1F8))
(segment (start 141.2818 50.9018) (end 140.54 50.16) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5915E1FF))
(segment (start 153.699515 50.958154) (end 153.749515 50.908154) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 563B1D1C) (status 30))
(segment (start 153.8 51.3) (end 153.699515 50.958154) (width 0.762) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 147.3968 69.2) (end 142.165 69.2) (width 0.3048) (layer F.Cu-L1) (net 3) (tstamp 5915DD60))
(segment (start 148.3002 68.2966) (end 147.3968 69.2) (width 0.3048) (layer F.Cu-L1) (net 3) (tstamp 5915DD52))
(segment (start 148.5176 68.2966) (end 148.3002 68.2966) (width 0.3048) (layer F.Cu-L1) (net 3))
(segment (start 153.85 38) (end 144.3 38) (width 0.762) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 144.3 38) (end 143.1 39.2) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 5667E92C))
(segment (start 137.85 44) (end 142.3 44) (width 0.762) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 142.3 44) (end 143.1 44.8) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 5667E927))
(segment (start 143.1 32.935) (end 143.1 31.7) (width 0.508) (layer F.Cu-L1) (net 3) (status 10))
(via (at 143.1 31.7) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 3))
(segment (start 143.1 39.2) (end 143.1 31.7) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5667E92F))
(segment (start 140.54 50.16) (end 143.1 47.6) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5667E8F8))
(segment (start 143.1 47.6) (end 143.1 44.8) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5667E8F9))
(segment (start 143.1 44.8) (end 143.1 39.2) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5667E92A))
(segment (start 140.54 50.16) (end 140.54 52.73) (width 1.27) (layer B.Cu-L4) (net 3) (status 20))
(segment (start 136.06 61.2) (end 138.25 61.2) (width 1.27) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 139.22 52.73) (end 138.35 53.6) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 55EFBA47))
(segment (start 139.55 59.9) (end 139.55 57.86) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 564D894B))
(segment (start 138.25 61.2) (end 139.55 59.9) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 564D894A))
(segment (start 138.35 53.6) (end 138.35 56.66) (width 1.27) (layer B.Cu-L4) (net 3))
(segment (start 138.35 56.66) (end 139.55 57.86) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 563B1B76))
(segment (start 130.3 48.3) (end 134.73 52.73) (width 1.27) (layer B.Cu-L4) (net 3))
(segment (start 134.73 52.73) (end 140.54 52.73) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5667E8F0) (status 20))
(segment (start 143.1 32.935) (end 141.565 32.935) (width 0.762) (layer F.Cu-L1) (net 3) (status 10))
(segment (start 141.1 33.4) (end 141.1 34.2) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 5667E820) (status 20))
(segment (start 141.565 32.935) (end 141.1 33.4) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 5667E81F))
(segment (start 161.5 64.3) (end 159.6 64.3) (width 0.3048) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 157.73 62.43) (end 157.73 61.43) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 566522B4) (status 20))
(segment (start 159.6 64.3) (end 157.73 62.43) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 566522B2))
(segment (start 139.22 52.73) (end 140.54 52.73) (width 1.27) (layer B.Cu-L4) (net 3) (tstamp 5665115C) (status 20))
(segment (start 139.3 70) (end 135 70) (width 0.762) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 135 70) (end 134.5 70.5) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 56650A71))
(segment (start 132.8 73.4) (end 132.8 72.9) (width 0.762) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 132.8 72.9) (end 134.5 71.2) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 56650A6C) (status 10))
(segment (start 134.5 71.2) (end 134.5 70.5) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 56650A6D))
(segment (start 134.5 70.5) (end 134.5 62.76) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 56650A74))
(segment (start 134.5 62.76) (end 136.06 61.2) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 56650A6E) (status 20))
(segment (start 155.8 36.9) (end 156.2 36.5) (width 0.762) (layer F.Cu-L1) (net 3))
(segment (start 162.1 39.28) (end 160.27 41.11) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 56602D28) (status 20))
(segment (start 162.1 37.6) (end 162.1 39.28) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 56602D27))
(segment (start 161 36.5) (end 162.1 37.6) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 56602D26))
(segment (start 156.2 36.5) (end 161 36.5) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 56602D25))
(segment (start 130.3 46.7) (end 130.3 48.3) (width 1.016) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 130.2 48.2) (end 130.2 46.502) (width 1.016) (layer F.Cu-L1) (net 3) (tstamp 564D6444) (status 20))
(segment (start 130.3 48.3) (end 130.2 48.2) (width 1.016) (layer F.Cu-L1) (net 3) (tstamp 564D6443))
(via (at 130.3 48.3) (size 1.2192) (drill 0.7112) (layers F.Cu-L1 B.Cu-L4) (net 3))
(segment (start 153.85 38) (end 154.7 38) (width 0.762) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 154.7 38) (end 155.8 36.9) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 563B1D78) (status 10))
(segment (start 153.1 36.745) (end 155.645 36.745) (width 0.762) (layer F.Cu-L1) (net 3) (status 10))
(segment (start 155.645 36.745) (end 155.8 36.9) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 563B1D63))
(segment (start 155.15 35.7) (end 155.15 36.25) (width 0.762) (layer F.Cu-L1) (net 3) (status 10))
(segment (start 155.15 36.25) (end 155.8 36.9) (width 0.762) (layer F.Cu-L1) (net 3) (tstamp 563B1D5F))
(segment (start 140.54 52.73) (end 139.22 52.73) (width 1.27) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 135.6499 65.2) (end 135.6499 66.1499) (width 0.508) (layer F.Cu-L1) (net 3))
(segment (start 139.35 69.85) (end 140.45 69.85) (width 0.508) (layer F.Cu-L1) (net 3) (tstamp 561FEE05))
(segment (start 135.6499 66.1499) (end 139.35 69.85) (width 0.508) (layer F.Cu-L1) (net 3) (tstamp 561FEE04))
(via (at 155.8 36.9) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 3))
(segment (start 153.01 36.655) (end 153.1 36.745) (width 0.508) (layer F.Cu-L1) (net 3) (tstamp 561FEC8E) (status 30))
(segment (start 140.54 52.73) (end 139.93 52.73) (width 1.27) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 140.54 52.73) (end 140.54 52.72) (width 1.016) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 143.75 62.9) (end 153.51 62.9) (width 0.762) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 154.98 61.43) (end 157.73 61.43) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 55F019F1) (status 20))
(segment (start 153.51 62.9) (end 154.98 61.43) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 55F019F0))
(segment (start 143.75 62.9) (end 143.75 62.06) (width 0.762) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 143.75 62.06) (end 142.59 60.9) (width 0.762) (layer B.Cu-L4) (net 3) (tstamp 55F019ED) (status 20))
(segment (start 143.75 62.06) (end 142.59 60.9) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 55EFB843) (status 20))
(segment (start 142.59 60.9) (end 140.85 60.9) (width 0.3048) (layer B.Cu-L4) (net 3) (tstamp 55EFB844) (status 30))
(segment (start 135.6499 63.485) (end 135.6499 65.2) (width 0.4064) (layer F.Cu-L1) (net 3) (status 10))
(segment (start 139.3 70) (end 140.3 70) (width 0.4064) (layer B.Cu-L4) (net 3) (status 10))
(segment (start 140.3 70) (end 140.45 69.85) (width 0.4064) (layer B.Cu-L4) (net 3) (tstamp 55EFB6F5))
(via (at 140.45 69.85) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 3))
(segment (start 141.1 69.2) (end 142.165 69.2) (width 0.4064) (layer F.Cu-L1) (net 3) (tstamp 55EFB705) (status 20))
(segment (start 140.45 69.85) (end 141.1 69.2) (width 0.4064) (layer F.Cu-L1) (net 3) (tstamp 55EFB704))
(segment (start 130.2 39.898) (end 130.2 46.502) (width 1.016) (layer F.Cu-L1) (net 3) (status 30))
(segment (start 143.1 61.41) (end 142.59 60.9) (width 0.4064) (layer B.Cu-L4) (net 3) (tstamp 55BA3E3A) (status 30))
(segment (start 142.59 60.9) (end 136.36 60.9) (width 1.016) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 136.65 62.2) (end 136.65 61.79) (width 0.4064) (layer B.Cu-L4) (net 3) (status 30))
(segment (start 136.65 61.79) (end 136.06 61.2) (width 0.4064) (layer B.Cu-L4) (net 3) (tstamp 55BA6D6E) (status 30))
(segment (start 161.06 41.11) (end 160.27 41.11) (width 0.3048) (layer L3-PWR) (net 3) (tstamp 55BA5B96) (status 30))
(segment (start 135.6499 61.6101) (end 136.06 61.2) (width 0.508) (layer F.Cu-L1) (net 3) (tstamp 55B90EF7) (status 30))
(segment (start 135.6499 63.485) (end 135.6499 61.6101) (width 0.508) (layer F.Cu-L1) (net 3) (status 30))
(segment (start 136.36 60.9) (end 136.06 61.2) (width 0.762) (layer L3-PWR) (net 3) (tstamp 55B9100B) (status 30))
(segment (start 136.36 60.9) (end 136.06 61.2) (width 1.016) (layer B.Cu-L4) (net 3) (tstamp 55B95324) (status 30))
(segment (start 118.32524 40.15) (end 118.32524 37.72476) (width 0.762) (layer F.Cu-L1) (net 4) (status 10))
(segment (start 120.48 35.57) (end 120.48 34.9525) (width 0.508) (layer F.Cu-L1) (net 4) (tstamp 564D8899) (status 20))
(segment (start 118.32524 37.72476) (end 120.48 35.57) (width 0.762) (layer F.Cu-L1) (net 4) (tstamp 564D8898))
(segment (start 156.65 70) (end 157.65 70) (width 0.3048) (layer B.Cu-L4) (net 5) (status 10))
(segment (start 158.65 69) (end 159.4 69) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 56652343) (status 20))
(segment (start 157.65 70) (end 158.65 69) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 56652342))
(segment (start 132.8 75.4) (end 133.5 75.4) (width 0.762) (layer B.Cu-L4) (net 5) (status 10))
(segment (start 134.25 76.15) (end 135.35 76.15) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 56650A60) (status 20))
(segment (start 133.5 75.4) (end 134.25 76.15) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 56650A5F))
(segment (start 124.65 82.3) (end 124.2 82.3) (width 0.3048) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 124.2 82.3) (end 123.4 83.1) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA53) (status 10))
(segment (start 121 90.15) (end 120.15 91) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA65) (status 20))
(segment (start 121 87.6) (end 121 90.15) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA5F))
(segment (start 121.3 87.3) (end 121 87.6) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA5E))
(segment (start 122.4 87.3) (end 121.3 87.3) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA5D))
(segment (start 123.4 86.3) (end 122.4 87.3) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA58))
(segment (start 123.4 83.1) (end 123.4 86.3) (width 0.3048) (layer B.Cu-L4) (net 5) (tstamp 564FCA54))
(segment (start 152.5 72.25) (end 156.3 72.25) (width 0.762) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 156.3 72.25) (end 156.65 71.9) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 55F01C25) (status 30))
(segment (start 145.8 74) (end 145.8 74.3) (width 0.762) (layer L3-PWR) (net 5))
(segment (start 142.34 75.63) (end 141.49 74.78) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F019BF))
(segment (start 144.47 75.63) (end 142.34 75.63) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F019BE))
(segment (start 145.8 74.3) (end 144.47 75.63) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F019BD))
(segment (start 136.45 76.45) (end 136.45 76.42) (width 0.762) (layer L3-PWR) (net 5))
(segment (start 136.45 76.42) (end 138.09 74.78) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F019B7))
(segment (start 138.09 74.78) (end 141.49 74.78) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F019B8))
(segment (start 135.8 75.8) (end 132.43 75.8) (width 0.762) (layer L3-PWR) (net 5))
(segment (start 129.83 78.4) (end 129.1 78.4) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F017E0))
(segment (start 132.43 75.8) (end 129.83 78.4) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55F017DF))
(segment (start 135.32 76.18) (end 135.35 76.15) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 55F017C5) (status 30))
(segment (start 142.86 82.04) (end 143.26 82.04) (width 0.4064) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 143.26 82.04) (end 144.1 81.2) (width 0.4064) (layer B.Cu-L4) (net 5) (tstamp 55EFFC1A) (status 10))
(segment (start 134.97 81.91) (end 135.39 81.91) (width 0.4064) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 135.39 81.91) (end 136.1 81.2) (width 0.4064) (layer B.Cu-L4) (net 5) (tstamp 55EFFBD2) (status 10))
(segment (start 135.35 76.15) (end 136.15 76.15) (width 0.4064) (layer B.Cu-L4) (net 5) (status 10))
(segment (start 136.15 76.15) (end 136.45 76.45) (width 0.4064) (layer B.Cu-L4) (net 5) (tstamp 55EFB62C))
(segment (start 149.9 74.5) (end 149.4 74) (width 0.762) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 149.4 74) (end 145.8 74) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 55EFB5C8) (status 10))
(via (at 145.8 74) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 5))
(segment (start 136.1 81.2) (end 131.9 81.2) (width 0.762) (layer L3-PWR) (net 5))
(segment (start 131.9 81.2) (end 129.1 78.4) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55EFB30F))
(segment (start 131.25 79.55) (end 129.1 79.55) (width 0.508) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 126.8 82.3) (end 126.8 80.7) (width 0.508) (layer B.Cu-L4) (net 5))
(segment (start 126.8 80.7) (end 129.1 78.4) (width 0.508) (layer B.Cu-L4) (net 5) (tstamp 55EEDAEE))
(segment (start 126.8 82.3) (end 124.65 82.3) (width 0.508) (layer B.Cu-L4) (net 5) (status 20))
(via (at 136.45 76.45) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 5))
(segment (start 135.8 75.8) (end 136.45 76.45) (width 0.762) (layer L3-PWR) (net 5) (tstamp 55EED6F7))
(segment (start 129.1 79.55) (end 129.1 78.4) (width 0.508) (layer B.Cu-L4) (net 5) (status 10))
(segment (start 129.0275 78.3275) (end 129.1 78.4) (width 0.3048) (layer F.Cu-L1) (net 5) (tstamp 55EED69E))
(segment (start 129.0275 78.3275) (end 128.066 78.3275) (width 0.3048) (layer F.Cu-L1) (net 5) (status 20))
(via (at 129.1 78.4) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 5))
(segment (start 149.9 74.5) (end 149.9 73.45) (width 0.508) (layer B.Cu-L4) (net 5) (status 10))
(segment (start 151.1 72.25) (end 152.5 72.25) (width 0.508) (layer B.Cu-L4) (net 5) (tstamp 55EEB662) (status 20))
(segment (start 149.9 73.45) (end 151.1 72.25) (width 0.508) (layer B.Cu-L4) (net 5) (tstamp 55EEB661))
(segment (start 137.35 81.95) (end 136.85 81.95) (width 0.762) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 136.85 81.95) (end 136.1 81.2) (width 0.762) (layer B.Cu-L4) (net 5) (tstamp 55EEAF87) (status 10))
(segment (start 145.35 82) (end 144.9 82) (width 0.508) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 144.9 82) (end 144.1 81.2) (width 0.508) (layer B.Cu-L4) (net 5) (tstamp 55EEAEA6) (status 10))
(segment (start 136.1 81.2) (end 136.85 81.95) (width 0.508) (layer L3-PWR) (net 5))
(segment (start 136.095 81.195) (end 136.1 81.2) (width 0.508) (layer F.Cu-L1) (net 5) (tstamp 55EEAE7E))
(via (at 136.1 81.2) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 5))
(segment (start 136.095 79.825) (end 136.095 81.195) (width 0.508) (layer F.Cu-L1) (net 5) (status 10))
(segment (start 142.05 81.2) (end 144.1 81.2) (width 0.508) (layer L3-PWR) (net 5) (tstamp 55EEAE91))
(segment (start 141.3 81.95) (end 142.05 81.2) (width 0.508) (layer L3-PWR) (net 5) (tstamp 55EEAE8E))
(segment (start 136.85 81.95) (end 141.3 81.95) (width 0.508) (layer L3-PWR) (net 5) (tstamp 55EEAE8B))
(segment (start 144.095 79.825) (end 144.095 81.195) (width 0.508) (layer F.Cu-L1) (net 5) (status 10))
(segment (start 144.095 81.195) (end 144.1 81.2) (width 0.508) (layer F.Cu-L1) (net 5) (tstamp 55EEAE62))
(via (at 144.1 81.2) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 5))
(segment (start 136.45 76.45) (end 136.45 74.915) (width 0.4064) (layer F.Cu-L1) (net 5) (status 20))
(segment (start 156.65 70) (end 156.65 71.9) (width 0.508) (layer B.Cu-L4) (net 5) (status 30))
(segment (start 110.995 37.075) (end 110.995 36.155) (width 0.508) (layer F.Cu-L1) (net 6) (status 10))
(segment (start 113.15 31.22524) (end 115.45 28.92524) (width 0.508) (layer F.Cu-L1) (net 6) (tstamp 55EE96CF) (status 20))
(segment (start 113.15 34) (end 113.15 31.22524) (width 0.508) (layer F.Cu-L1) (net 6) (tstamp 55EE96CE))
(segment (start 110.995 36.155) (end 113.15 34) (width 0.508) (layer F.Cu-L1) (net 6) (tstamp 55EE96CD))
(segment (start 113.3089 46.45) (end 116.05 46.45) (width 1.016) (layer B.Cu-L4) (net 7) (status 10))
(segment (start 116.05 46.45) (end 117.1 45.4) (width 1.016) (layer B.Cu-L4) (net 7) (tstamp 564FC49A) (status 20))
(segment (start 117.1 45.4) (end 117.1 47.32) (width 1.016) (layer B.Cu-L4) (net 7) (status 10))
(segment (start 117.1 47.32) (end 117.63 47.85) (width 1.016) (layer B.Cu-L4) (net 7) (tstamp 564FC48B) (status 20))
(segment (start 119.65 69.3) (end 119.65 58.85) (width 0.762) (layer L3-PWR) (net 7))
(segment (start 119.65 58.85) (end 117.3 56.5) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55F0195F))
(segment (start 117.63 47.85) (end 117.35 47.85) (width 0.762) (layer B.Cu-L4) (net 7) (status 30))
(segment (start 117.3 49.35) (end 117.3 48.18) (width 0.762) (layer L3-PWR) (net 7) (status 20))
(segment (start 117.3 48.18) (end 117.63 47.85) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFFC71) (status 30))
(segment (start 119.65 69.3) (end 119.65 74.69) (width 0.762) (layer L3-PWR) (net 7))
(segment (start 115.44 88.64) (end 116.95 90.15) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFFA03))
(segment (start 115.44 78.9) (end 115.44 88.64) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFFA02))
(segment (start 119.65 74.69) (end 115.44 78.9) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFFA01))
(segment (start 127.3 88.9) (end 127.3 89.1) (width 0.762) (layer B.Cu-L4) (net 7) (status 30))
(segment (start 127.3 89.1) (end 126.25 90.15) (width 0.762) (layer B.Cu-L4) (net 7) (tstamp 55EFB256) (status 10))
(segment (start 120.3 88.85) (end 124.95 88.85) (width 0.762) (layer L3-PWR) (net 7))
(segment (start 119 90.15) (end 116.95 90.15) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EED7D4))
(segment (start 120.3 88.85) (end 119 90.15) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EED7D1))
(segment (start 124.95 88.85) (end 126.25 90.15) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFB0E6))
(segment (start 127.3 91.05) (end 127.15 91.05) (width 0.762) (layer B.Cu-L4) (net 7) (status 30))
(segment (start 127.15 91.05) (end 126.25 90.15) (width 0.762) (layer B.Cu-L4) (net 7) (tstamp 55EFAF2C) (status 10))
(segment (start 123.65 69.6) (end 122.6 69.6) (width 0.762) (layer B.Cu-L4) (net 7) (status 10))
(segment (start 122.6 69.6) (end 122.55 69.55) (width 0.762) (layer B.Cu-L4) (net 7) (tstamp 55EED5BD))
(segment (start 122.575 70.345) (end 122.575 69.575) (width 0.3048) (layer F.Cu-L1) (net 7) (status 10))
(segment (start 122.3 69.3) (end 119.65 69.3) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EED57E))
(segment (start 122.55 69.55) (end 122.3 69.3) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EED57D))
(via (at 122.55 69.55) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 7))
(segment (start 122.575 69.575) (end 122.55 69.55) (width 0.3048) (layer F.Cu-L1) (net 7) (tstamp 55EED573))
(segment (start 126.25 88.848) (end 126.25 90.15) (width 0.508) (layer F.Cu-L1) (net 7) (status 10))
(via (at 126.25 90.15) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 7))
(segment (start 117.3 47.95) (end 117.3 49.35) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EECAE9) (status 10))
(segment (start 117.3 49.35) (end 117.3 56.5) (width 0.762) (layer L3-PWR) (net 7) (tstamp 55EFFC6F))
(segment (start 117.95 73.25) (end 117.95 59.59) (width 0.762) (layer L3-PWR) (net 8))
(segment (start 117.95 59.59) (end 115.5 57.14) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55F01966))
(segment (start 122.71 47.85) (end 122.71 47.64) (width 0.762) (layer L3-PWR) (net 8) (status 30))
(segment (start 122.71 47.64) (end 115.97 40.9) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EFFC80) (status 10))
(segment (start 115.97 40.9) (end 114 40.9) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EFFC84))
(segment (start 116.2 75) (end 113.87 77.33) (width 0.762) (layer L3-PWR) (net 8))
(segment (start 113.87 89.59) (end 119.53 95.25) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EFFA0E))
(segment (start 113.87 77.33) (end 113.87 89.59) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EFFA0A))
(segment (start 115.24 75.03) (end 116.17 75.03) (width 0.508) (layer B.Cu-L4) (net 8) (status 10))
(segment (start 116.17 75.03) (end 116.2 75) (width 0.508) (layer B.Cu-L4) (net 8) (tstamp 55EFF9EA))
(segment (start 125 91.75) (end 125.4 91.75) (width 0.508) (layer B.Cu-L4) (net 8) (status 30))
(segment (start 125.4 91.75) (end 126.25 92.6) (width 0.508) (layer B.Cu-L4) (net 8) (tstamp 55EFB16F) (status 10))
(segment (start 126.25 92.6) (end 126.25 93.55) (width 0.508) (layer B.Cu-L4) (net 8) (tstamp 55EFB171))
(segment (start 127.25 93.55) (end 126.25 93.55) (width 0.762) (layer B.Cu-L4) (net 8) (status 10))
(segment (start 126.25 93.55) (end 126.25 94.8) (width 0.762) (layer L3-PWR) (net 8))
(segment (start 126.25 94.8) (end 125.8 95.25) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EEDA12))
(segment (start 125.8 95.25) (end 119.53 95.25) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EEDA13))
(segment (start 116.2 75) (end 117.95 73.25) (width 0.762) (layer L3-PWR) (net 8))
(segment (start 115.5 57.14) (end 115.5 53.3) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55F01969))
(via (at 126.25 93.55) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 8))
(segment (start 126.25 93.55) (end 126.25 95.198) (width 0.508) (layer F.Cu-L1) (net 8) (status 20))
(segment (start 116.225 74.975) (end 116.2 75) (width 0.508) (layer F.Cu-L1) (net 8) (tstamp 55EECAB4))
(via (at 116.2 75) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 8))
(segment (start 116.225 74.155) (end 116.225 74.975) (width 0.508) (layer F.Cu-L1) (net 8) (status 10))
(segment (start 115.5 53.3) (end 114.4 52.2) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EECAC1))
(segment (start 114.4 41.3) (end 114.4 52.2) (width 0.762) (layer L3-PWR) (net 8))
(segment (start 114.4 52.2) (end 115.5 53.3) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EECA71))
(segment (start 113 40.9) (end 114 40.9) (width 0.762) (layer B.Cu-L4) (net 8) (status 10))
(segment (start 114 40.9) (end 114.4 41.3) (width 0.762) (layer L3-PWR) (net 8) (tstamp 55EECA55))
(via (at 114 40.9) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 8))
(segment (start 113 40.9) (end 113 38.4411) (width 0.508) (layer B.Cu-L4) (net 8) (status 30))
(segment (start 113 38.4411) (end 112.9589 38.4) (width 0.508) (layer B.Cu-L4) (net 8) (tstamp 55EEC54F) (status 30))
(segment (start 131.4 30.7) (end 131.4 32) (width 0.3048) (layer L3-PWR) (net 9))
(segment (start 148.6 34.1) (end 150 35.5) (width 0.3048) (layer L3-PWR) (net 9) (tstamp 5667E917))
(segment (start 133.5 34.1) (end 148.6 34.1) (width 0.3048) (layer L3-PWR) (net 9) (tstamp 5667E915))
(segment (start 131.4 32) (end 133.5 34.1) (width 0.3048) (layer L3-PWR) (net 9) (tstamp 5667E914))
(segment (start 131.4 30.7) (end 131.7 30.4) (width 0.3048) (layer L3-PWR) (net 9) (tstamp 5667E90F))
(segment (start 131.7 30.4) (end 133.1 30.4) (width 0.3048) (layer F.Cu-L1) (net 9))
(segment (start 133.5 30.8) (end 133.5 31.9) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E90B))
(segment (start 133.5 31.9) (end 133.3001 32.0999) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E8CD))
(segment (start 133.3001 32.0999) (end 133.3001 33.8) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E8CE) (status 20))
(segment (start 133.1 30.4) (end 133.5 30.8) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E907))
(segment (start 150.025 35.475) (end 153.1 35.475) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E8E5) (status 20))
(via (at 150 35.5) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 9))
(segment (start 150 35.5) (end 150.025 35.475) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 5667E8E4))
(segment (start 131.48 28.2) (end 131.48 30.18) (width 0.3048) (layer B.Cu-L4) (net 9) (status 10))
(via (at 131.7 30.4) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 9))
(segment (start 131.48 30.18) (end 131.7 30.4) (width 0.3048) (layer B.Cu-L4) (net 9) (tstamp 5667E8C7))
(segment (start 131.48 29.48) (end 131.48 28.2) (width 0.3048) (layer B.Cu-L4) (net 9) (tstamp 5667E8BC) (status 30))
(segment (start 133.25 33.7499) (end 133.3001 33.8) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 56653C18) (status 30))
(segment (start 133.3001 35.05) (end 133.3001 33.3999) (width 0.3048) (layer F.Cu-L1) (net 9) (status 30))
(segment (start 152.625 35.475) (end 153.1 35.475) (width 0.3048) (layer F.Cu-L1) (net 9) (tstamp 561FEC49) (status 30))
(segment (start 137.2501 74.915) (end 137.2501 69.5231) (width 0.3048) (layer F.Cu-L1) (net 10))
(segment (start 159.889 66) (end 163.5 66) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1F3))
(segment (start 158.2782 64.3892) (end 159.889 66) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1F1))
(segment (start 153.9094 64.3892) (end 158.2782 64.3892) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1ED))
(segment (start 151.8266 66.472) (end 153.9094 64.3892) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1EB))
(segment (start 142.5556 66.472) (end 151.8266 66.472) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1E6))
(segment (start 141.0062 64.9226) (end 142.5556 66.472) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1E3))
(segment (start 138.771 64.9226) (end 141.0062 64.9226) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1DE))
(segment (start 137.9074 65.7862) (end 138.771 64.9226) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1DD))
(segment (start 137.9074 67.2848) (end 137.9074 65.7862) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1D9))
(segment (start 136.4596 68.7326) (end 137.9074 67.2848) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD1D8))
(via (at 136.4596 68.7326) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 10))
(segment (start 137.2501 69.5231) (end 136.4596 68.7326) (width 0.3048) (layer F.Cu-L1) (net 10) (tstamp 593DD1D4))
(segment (start 163.5 64.3) (end 163.5 56.3988) (width 0.3048) (layer B.Cu-L4) (net 10))
(segment (start 163.1296 56.0072) (end 163.1296 53.899) (width 0.3048) (layer F.Cu-L1) (net 10) (tstamp 593DD197))
(segment (start 163.5106 56.3882) (end 163.1296 56.0072) (width 0.3048) (layer F.Cu-L1) (net 10) (tstamp 593DD196))
(via (at 163.5106 56.3882) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 10))
(segment (start 163.5 56.3988) (end 163.5106 56.3882) (width 0.3048) (layer B.Cu-L4) (net 10) (tstamp 593DD190))
(segment (start 163.5 66) (end 163.5 64.3) (width 0.3048) (layer B.Cu-L4) (net 10) (status 20))
(segment (start 144.35 56.71) (end 144.35 54.31) (width 0.3048) (layer F.Cu-L1) (net 11))
(segment (start 143.26 52.77) (end 143.07 52.77) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D4A) (status 30))
(segment (start 143.07 53.03) (end 143.07 52.77) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D50) (status 30))
(segment (start 144.35 54.31) (end 143.07 53.03) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D4F) (status 20))
(segment (start 143.63 57.43) (end 144.35 56.71) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D47))
(segment (start 141.36 57.43) (end 143.63 57.43) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D46))
(segment (start 138.05 63.4852) (end 138.0502 63.485) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55BA5594) (status 30))
(segment (start 138.0502 60.7398) (end 141.36 57.43) (width 0.3048) (layer F.Cu-L1) (net 11) (tstamp 55B90D44))
(segment (start 138.0502 63.485) (end 138.0502 60.7398) (width 0.3048) (layer F.Cu-L1) (net 11) (status 10))
(segment (start 147.7 58.3) (end 149.1 58.3) (width 0.3048) (layer L3-PWR) (net 12))
(segment (start 149.1 58.3) (end 151.25 56.15) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 56652317))
(segment (start 153.5 43.65) (end 157.73 43.65) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 5665231C) (status 20))
(segment (start 151.25 45.9) (end 153.5 43.65) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 5665231A))
(segment (start 151.25 56.15) (end 151.25 45.9) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 56652318))
(segment (start 138.85 77.5) (end 144.35 77.5) (width 0.3048) (layer L3-PWR) (net 12))
(segment (start 144.35 77.5) (end 144.76 77.91) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55F01BB2))
(segment (start 137.365 78.985) (end 137.365 79.825) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55EFB3DB) (status 20))
(segment (start 138.2 78.15) (end 137.365 78.985) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55EFB3DA))
(via (at 138.2 78.15) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 12))
(segment (start 138.85 77.5) (end 138.2 78.15) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55EFB3D6))
(segment (start 147.04 73.52) (end 147.04 75.63) (width 0.3048) (layer L3-PWR) (net 12))
(segment (start 147.04 75.63) (end 144.76 77.91) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55F01BA9))
(segment (start 145.365 79.825) (end 145.365 78.515) (width 0.3048) (layer F.Cu-L1) (net 12) (status 10))
(via (at 144.76 77.91) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 12))
(segment (start 145.365 78.515) (end 144.76 77.91) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55F01B9F))
(segment (start 141.98 68.46) (end 141.98 68.08) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55F01AA9))
(segment (start 147.04 73.52) (end 141.98 68.46) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55F01AA7))
(segment (start 138.8503 63.485) (end 138.8503 66.2497) (width 0.3048) (layer F.Cu-L1) (net 12) (status 10))
(segment (start 139.45 66.85) (end 140.75 66.85) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55EFB73B))
(segment (start 138.85 66.25) (end 139.45 66.85) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55EFB73A))
(via (at 138.85 66.25) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 12))
(segment (start 138.8503 66.2497) (end 138.85 66.25) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55EFB731))
(segment (start 141.98 68.08) (end 140.75 66.85) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55F01AAC))
(segment (start 141.71 58.02) (end 144.13 58.02) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55B90D3E))
(segment (start 138.8503 60.8797) (end 141.71 58.02) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55B90D3C))
(segment (start 138.8503 63.485) (end 138.8503 60.8797) (width 0.3048) (layer F.Cu-L1) (net 12) (status 10))
(segment (start 145.61 56.21) (end 147.7 58.3) (width 0.3048) (layer L3-PWR) (net 12) (tstamp 55BAA245))
(segment (start 145.61 55.31) (end 145.61 56.21) (width 0.3048) (layer L3-PWR) (net 12) (status 10))
(segment (start 144.13 58.02) (end 145.61 56.54) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55BAA277))
(segment (start 145.61 56.54) (end 145.61 55.31) (width 0.3048) (layer F.Cu-L1) (net 12) (tstamp 55BAA278) (status 20))
(segment (start 162 71.65) (end 162 69.6) (width 0.3048) (layer B.Cu-L4) (net 13) (status 10))
(segment (start 162 69.6) (end 161.4 69) (width 0.3048) (layer B.Cu-L4) (net 13) (tstamp 5665233E) (status 20))
(segment (start 142.165 70.8002) (end 161.1502 70.8002) (width 0.3048) (layer F.Cu-L1) (net 13) (status 30))
(segment (start 161.1502 70.8002) (end 162 71.65) (width 0.3048) (layer F.Cu-L1) (net 13) (tstamp 56652328) (status 30))
(segment (start 147.67 60.9) (end 147.67 60.58) (width 0.3048) (layer F.Cu-L1) (net 14) (status 30))
(segment (start 147.67 60.58) (end 148.85 59.4) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 566522E5) (status 10))
(segment (start 155.1 54.45) (end 157 52.55) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 566522EA))
(segment (start 155.1 55.2) (end 155.1 54.45) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 566522E9))
(segment (start 150.9 59.4) (end 155.1 55.2) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 566522E7))
(segment (start 148.85 59.4) (end 150.9 59.4) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 566522E6))
(segment (start 141.95 64.3) (end 141.55 63.9) (width 0.3048) (layer L3-PWR) (net 14))
(segment (start 127.9 76.8) (end 127.558 77.142) (width 0.254) (layer F.Cu-L1) (net 14) (tstamp 564D70D8))
(segment (start 129 76.8) (end 127.9 76.8) (width 0.254) (layer F.Cu-L1) (net 14) (tstamp 564D70D5))
(segment (start 129.3 76.5) (end 129 76.8) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 564D70D4))
(via (at 129.3 76.5) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 14))
(segment (start 135.55 70.25) (end 129.3 76.5) (width 0.3048) (layer L3-PWR) (net 14) (tstamp 564D70CF))
(segment (start 135.55 64.5) (end 135.55 70.25) (width 0.3048) (layer L3-PWR) (net 14) (tstamp 564D70CE))
(segment (start 136.15 63.9) (end 135.55 64.5) (width 0.3048) (layer L3-PWR) (net 14) (tstamp 564D70CD))
(segment (start 141.55 63.9) (end 136.15 63.9) (width 0.3048) (layer L3-PWR) (net 14) (tstamp 564D70CC))
(segment (start 157.73 56.35) (end 159 55.08) (width 0.3048) (layer F.Cu-L1) (net 14) (status 10))
(segment (start 158.45 52.55) (end 157 52.55) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 564D68D8))
(segment (start 159 53.1) (end 158.45 52.55) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 564D68D5))
(segment (start 159 55.08) (end 159 53.1) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 564D68D0))
(segment (start 127.558 77.142) (end 127.558 78.3275) (width 0.254) (layer F.Cu-L1) (net 14) (tstamp 564D70E0) (status 20))
(segment (start 140.85 62.9) (end 140.85 63.2) (width 0.3048) (layer B.Cu-L4) (net 14) (status 30))
(segment (start 140.85 63.2) (end 141.95 64.3) (width 0.3048) (layer B.Cu-L4) (net 14) (tstamp 55EFB840) (status 10))
(segment (start 142.165 65.1995) (end 142.165 64.515) (width 0.3048) (layer F.Cu-L1) (net 14) (status 10))
(via (at 141.95 64.3) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 14))
(segment (start 142.165 64.515) (end 141.95 64.3) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 55EECDF7))
(segment (start 142.165 65.1995) (end 143.3005 65.1995) (width 0.3048) (layer F.Cu-L1) (net 14) (status 10))
(segment (start 143.3005 65.1995) (end 147.6 60.9) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 55EEA626) (status 20))
(segment (start 147.6 60.9) (end 147.67 60.9) (width 0.3048) (layer F.Cu-L1) (net 14) (tstamp 55EEA627) (status 30))
(segment (start 157.3 53.81) (end 157.73 53.81) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 55BA5B73) (status 30))
(segment (start 150.21 60.9) (end 151.2 60.9) (width 0.3048) (layer F.Cu-L1) (net 15) (status 10))
(segment (start 155.9 55.64) (end 157.73 53.81) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 566522E2) (status 20))
(segment (start 155.9 56.2) (end 155.9 55.64) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 566522E1))
(segment (start 151.2 60.9) (end 155.9 56.2) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 566522E0))
(segment (start 127.05 78.3275) (end 127.05 76.8) (width 0.254) (layer F.Cu-L1) (net 15) (status 10))
(segment (start 135.75 63.25) (end 142.7 63.25) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D710A))
(segment (start 134.75 64.25) (end 135.75 63.25) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D7109))
(segment (start 134.75 69.85) (end 134.75 64.25) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D7105))
(segment (start 130.2 74.4) (end 134.75 69.85) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D7103))
(segment (start 129.45 74.4) (end 130.2 74.4) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D70FC))
(segment (start 128.35 75.5) (end 129.45 74.4) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D70FB))
(via (at 128.35 75.5) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 15))
(segment (start 127.05 76.8) (end 128.35 75.5) (width 0.254) (layer F.Cu-L1) (net 15) (tstamp 564D70F2))
(segment (start 142.7 63.25) (end 144.85 65.4) (width 0.3048) (layer L3-PWR) (net 15) (tstamp 564D7110))
(segment (start 143.75 64.9) (end 144.35 64.9) (width 0.3048) (layer B.Cu-L4) (net 15) (status 30))
(segment (start 144.35 64.9) (end 144.85 65.4) (width 0.3048) (layer B.Cu-L4) (net 15) (tstamp 55EFB83D) (status 10))
(via (at 144.85 65.4) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 15))
(segment (start 142.165 65.9996) (end 144.2504 65.9996) (width 0.3048) (layer F.Cu-L1) (net 15) (status 10))
(segment (start 144.2504 65.9996) (end 144.85 65.4) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 55EEA630))
(segment (start 148.36 62.75) (end 150.21 60.9) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 55EEA635) (status 20))
(segment (start 144.85 65.4) (end 147.5 62.75) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 55EEA9E0))
(segment (start 147.5 62.75) (end 148.36 62.75) (width 0.3048) (layer F.Cu-L1) (net 15) (tstamp 55EEA634))
(segment (start 132.13 56.4) (end 132.13 55.07) (width 0.3048) (layer F.Cu-L1) (net 16) (status 10))
(segment (start 132.13 55.07) (end 134.2 53) (width 0.3048) (layer F.Cu-L1) (net 16) (tstamp 56651260) (status 20))
(segment (start 129.1 53.05) (end 129.1 53.37) (width 0.3048) (layer F.Cu-L1) (net 16) (status 30))
(segment (start 129.1 53.37) (end 132.13 56.4) (width 0.3048) (layer F.Cu-L1) (net 16) (tstamp 5665125C) (status 30))
(segment (start 132.1 56.37) (end 132.13 56.4) (width 0.3048) (layer F.Cu-L1) (net 16) (tstamp 56651149) (status 30))
(segment (start 132.4495 63.485) (end 132.4495 56.7195) (width 0.3048) (layer F.Cu-L1) (net 16) (status 30))
(segment (start 132.4495 56.7195) (end 132.13 56.4) (width 0.3048) (layer F.Cu-L1) (net 16) (tstamp 566510E6) (status 30))
(segment (start 136.2 53) (end 136.2 52.7) (width 0.3048) (layer F.Cu-L1) (net 17) (status 30))
(segment (start 136.2 52.7) (end 135.5 52) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 56651264) (status 10))
(segment (start 131.9 53.05) (end 131.15 53.05) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 56651267) (status 20))
(segment (start 132.95 52) (end 131.9 53.05) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 56651266))
(segment (start 135.5 52) (end 132.95 52) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 56651265))
(segment (start 136.2 53) (end 136.2 54.87) (width 0.3048) (layer F.Cu-L1) (net 17) (status 10))
(segment (start 136.2 54.87) (end 134.67 56.4) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 566511C9) (status 20))
(segment (start 134.7 56.37) (end 134.67 56.4) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 56651146) (status 30))
(segment (start 133.2496 63.485) (end 133.2496 57.8204) (width 0.3048) (layer F.Cu-L1) (net 17) (status 10))
(segment (start 133.2496 57.8204) (end 134.67 56.4) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 566510DE) (status 20))
(segment (start 133.3 63.4346) (end 133.2496 63.485) (width 0.3048) (layer F.Cu-L1) (net 17) (tstamp 55B952E6) (status 30))
(segment (start 148.55 57.15) (end 150.55 55.15) (width 0.3048) (layer L3-PWR) (net 18))
(segment (start 153.69 41.11) (end 157.73 41.11) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 56652311) (status 20))
(segment (start 150.55 44.25) (end 153.69 41.11) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 5665230F))
(segment (start 150.55 55.15) (end 150.55 44.25) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 5665230C))
(segment (start 147.76 73.33) (end 147.76 76.44) (width 0.3048) (layer L3-PWR) (net 18))
(segment (start 147.76 76.44) (end 146.23 77.97) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55F01BC1))
(segment (start 141.62 78.87) (end 145.33 78.87) (width 0.3048) (layer L3-PWR) (net 18))
(via (at 141.62 78.87) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 18))
(segment (start 141.62 78.87) (end 141.39 78.64) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F0198F))
(segment (start 141.39 78.64) (end 139.31 78.64) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F01990))
(segment (start 139.31 78.64) (end 138.635 79.315) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F01991) (status 20))
(segment (start 145.33 78.87) (end 146.23 77.97) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55F01BB8))
(segment (start 146.635 78.375) (end 146.635 79.825) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F01BBB) (status 20))
(via (at 146.23 77.97) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 18))
(segment (start 146.23 77.97) (end 146.635 78.375) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F01BBA))
(segment (start 140.4505 65.7505) (end 140.4505 63.485) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55EFB74A) (status 20))
(segment (start 140.55 65.85) (end 140.4505 65.7505) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55EFB749))
(via (at 140.55 65.85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 18))
(segment (start 140.55 65.85) (end 140.7 65.85) (width 0.3048) (layer L3-PWR) (net 18))
(segment (start 147.76 73.33) (end 142.79 68.36) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55F01AB0))
(segment (start 142.79 68.36) (end 142.79 67.94) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55F01AB2))
(segment (start 142.79 67.94) (end 140.7 65.85) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55F01AB3))
(segment (start 138.635 79.315) (end 138.635 79.825) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55F01992) (status 30))
(segment (start 142.27 59.17) (end 140.4505 60.9895) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55B90D29))
(segment (start 140.4505 60.9895) (end 140.4505 63.485) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55B90D2A) (status 20))
(segment (start 146.88 56.08) (end 146.88 54.04) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55BAA233))
(segment (start 146.88 54.04) (end 145.61 52.77) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55B90DC0) (status 20))
(segment (start 147.95 57.15) (end 148.55 57.15) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55BAA236))
(segment (start 146.88 56.08) (end 147.95 57.15) (width 0.3048) (layer L3-PWR) (net 18) (tstamp 55BAA235))
(segment (start 146.53 59.17) (end 142.27 59.17) (width 0.3048) (layer F.Cu-L1) (net 18) (tstamp 55BAA23F))
(via (at 148.55 57.15) (size 0.9144) (layers F.Cu-L1 B.Cu-L4) (net 18))
(segment (start 148.55 57.15) (end 146.53 59.17) (width 0.3048) (layer F.Cu-L1) (net 18))
(segment (start 107.6814 64.2622) (end 109.8404 64.2622) (width 0.3048) (layer F.Cu-L1) (net 19))
(segment (start 110.3738 63.1352) (end 111.7106 61.7984) (width 0.3048) (layer B.Cu-L4) (net 19) (tstamp 593DD098))
(segment (start 110.3738 63.7796) (end 110.3738 63.1352) (width 0.3048) (layer B.Cu-L4) (net 19) (tstamp 593DD093))
(segment (start 109.8658 64.2876) (end 110.3738 63.7796) (width 0.3048) (layer B.Cu-L4) (net 19) (tstamp 593DD092))
(via (at 109.8658 64.2876) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 19))
(segment (start 109.8404 64.2622) (end 109.8658 64.2876) (width 0.3048) (layer F.Cu-L1) (net 19) (tstamp 593DD08C))
(segment (start 107.6814 66.8022) (end 109.2816 66.8022) (width 0.3048) (layer F.Cu-L1) (net 20))
(segment (start 109.7896 66.2942) (end 111.7106 64.3732) (width 0.3048) (layer B.Cu-L4) (net 20) (tstamp 593DD0A4))
(via (at 109.7896 66.2942) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 20))
(segment (start 109.2816 66.8022) (end 109.7896 66.2942) (width 0.3048) (layer F.Cu-L1) (net 20) (tstamp 593DD09F))
(segment (start 111.7106 64.3732) (end 111.7106 64.0336) (width 0.3048) (layer B.Cu-L4) (net 20) (tstamp 593DD0A5))
(segment (start 107.6814 69.3422) (end 108.9006 69.3422) (width 0.3048) (layer F.Cu-L1) (net 21))
(segment (start 109.688 68.5548) (end 111.7106 66.5322) (width 0.3048) (layer B.Cu-L4) (net 21) (tstamp 593DD0AC))
(via (at 109.688 68.5548) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 21))
(segment (start 108.9006 69.3422) (end 109.688 68.5548) (width 0.3048) (layer F.Cu-L1) (net 21) (tstamp 593DD0A9))
(segment (start 111.7106 66.5322) (end 111.7106 66.3196) (width 0.3048) (layer B.Cu-L4) (net 21) (tstamp 593DD0AD))
(segment (start 107.6814 71.8822) (end 109.3324 71.8822) (width 0.3048) (layer F.Cu-L1) (net 22))
(segment (start 111.7106 69.504) (end 111.7106 68.5548) (width 0.3048) (layer B.Cu-L4) (net 22) (tstamp 593DD0B3))
(segment (start 109.942 71.2726) (end 111.7106 69.504) (width 0.3048) (layer B.Cu-L4) (net 22) (tstamp 593DD0B2))
(via (at 109.942 71.2726) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 22))
(segment (start 109.3324 71.8822) (end 109.942 71.2726) (width 0.3048) (layer F.Cu-L1) (net 22) (tstamp 593DD0B0))
(segment (start 149.8 53.85) (end 149.8 43.2) (width 0.3048) (layer L3-PWR) (net 23))
(segment (start 149.8 43.2) (end 154.43 38.57) (width 0.3048) (layer L3-PWR) (net 23) (tstamp 56653280))
(segment (start 148.16 55.27) (end 148.38 55.27) (width 0.3048) (layer L3-PWR) (net 23) (status 30))
(segment (start 148.38 55.27) (end 149.8 53.85) (width 0.3048) (layer L3-PWR) (net 23) (tstamp 56652302) (status 10))
(segment (start 154.43 38.57) (end 157.73 38.57) (width 0.3048) (layer L3-PWR) (net 23) (tstamp 56653284) (status 20))
(segment (start 141.98 58.61) (end 144.85 58.61) (width 0.3048) (layer F.Cu-L1) (net 23) (tstamp 55B90D31))
(segment (start 139.6504 60.9396) (end 141.98 58.61) (width 0.3048) (layer F.Cu-L1) (net 23) (tstamp 55B90D2F))
(segment (start 139.6504 63.485) (end 139.6504 60.9396) (width 0.3048) (layer F.Cu-L1) (net 23) (status 10))
(segment (start 148.15 55.93) (end 148.15 55.31) (width 0.3048) (layer F.Cu-L1) (net 23) (tstamp 55B90D38) (status 30))
(segment (start 148.15 55.31) (end 148.79 55.31) (width 0.3048) (layer L3-PWR) (net 23) (status 30))
(segment (start 144.85 58.61) (end 148.15 55.31) (width 0.3048) (layer F.Cu-L1) (net 23) (tstamp 55BAA27E) (status 20))
(segment (start 120.15 93) (end 123.3 93) (width 0.3048) (layer B.Cu-L4) (net 24) (status 10))
(segment (start 123.8 93.5) (end 123.8 93.95) (width 0.3048) (layer B.Cu-L4) (net 24) (tstamp 55EFB1A6))
(segment (start 123.3 93) (end 123.8 93.5) (width 0.3048) (layer B.Cu-L4) (net 24) (tstamp 55EFB1A3))
(segment (start 123.71 95.198) (end 123.71 94.04) (width 0.3048) (layer F.Cu-L1) (net 24) (status 10))
(segment (start 123.889 94.039) (end 123.889 95.034) (width 0.3048) (layer B.Cu-L4) (net 24) (tstamp 55EEDA2E) (status 20))
(segment (start 123.8 93.95) (end 123.889 94.039) (width 0.3048) (layer B.Cu-L4) (net 24) (tstamp 55EEDA2D))
(via (at 123.8 93.95) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 24))
(segment (start 123.71 94.04) (end 123.8 93.95) (width 0.3048) (layer F.Cu-L1) (net 24) (tstamp 55EEDA2A))
(segment (start 121 91.55) (end 121 95.8) (width 0.3048) (layer F.Cu-L1) (net 25))
(segment (start 128.25 97.3) (end 130.45 99.5) (width 0.3048) (layer F.Cu-L1) (net 25) (tstamp 564D6A10) (status 20))
(segment (start 122.5 97.3) (end 128.25 97.3) (width 0.3048) (layer F.Cu-L1) (net 25) (tstamp 564D6A0E))
(segment (start 121 95.8) (end 122.5 97.3) (width 0.3048) (layer F.Cu-L1) (net 25) (tstamp 564D6A0C))
(segment (start 121 91.55) (end 122.45 90.1) (width 0.3048) (layer F.Cu-L1) (net 25) (tstamp 55EFB17D))
(segment (start 122.44 88.848) (end 122.44 90.09) (width 0.3048) (layer F.Cu-L1) (net 25) (status 10))
(segment (start 122.44 90.09) (end 122.45 90.1) (width 0.3048) (layer F.Cu-L1) (net 25) (tstamp 55EEDA5A))
(segment (start 122.05 89.7) (end 122.05 88.75) (width 0.3048) (layer B.Cu-L4) (net 25) (tstamp 55EEDA5F) (status 20))
(via (at 122.45 90.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 25))
(segment (start 122.45 90.1) (end 122.05 89.7) (width 0.3048) (layer B.Cu-L4) (net 25) (tstamp 55EEDA5E))
(segment (start 132.9 97.2) (end 132.9 99.41) (width 0.4064) (layer B.Cu-L4) (net 26) (status 30))
(segment (start 132.9 99.41) (end 132.99 99.5) (width 0.4064) (layer B.Cu-L4) (net 26) (tstamp 564D6A6A) (status 30))
(segment (start 130.06 95.198) (end 130.748 95.198) (width 0.3048) (layer F.Cu-L1) (net 26) (status 10))
(segment (start 132.99 97.44) (end 132.99 99.5) (width 0.3048) (layer F.Cu-L1) (net 26) (tstamp 564D69A5) (status 20))
(segment (start 130.748 95.198) (end 132.99 97.44) (width 0.3048) (layer F.Cu-L1) (net 26) (tstamp 564D69A2))
(segment (start 107.6814 54.1022) (end 109.0022 54.1022) (width 0.3048) (layer F.Cu-L1) (net 27))
(segment (start 112.86 50.9302) (end 112.86 50.248) (width 0.3048) (layer F.Cu-L1) (net 27) (tstamp 593DD048))
(segment (start 112.0248 51.7654) (end 112.86 50.9302) (width 0.3048) (layer F.Cu-L1) (net 27) (tstamp 593DD046))
(segment (start 111.339 51.7654) (end 112.0248 51.7654) (width 0.3048) (layer F.Cu-L1) (net 27) (tstamp 593DD045))
(segment (start 109.0022 54.1022) (end 111.339 51.7654) (width 0.3048) (layer F.Cu-L1) (net 27) (tstamp 593DD041))
(segment (start 107.6814 51.5622) (end 107.6814 51.4606) (width 0.3048) (layer F.Cu-L1) (net 28))
(segment (start 107.6814 51.4606) (end 110.6278 48.5142) (width 0.3048) (layer F.Cu-L1) (net 28) (tstamp 593DD033))
(segment (start 110.6278 48.5142) (end 115.8094 48.5142) (width 0.3048) (layer F.Cu-L1) (net 28) (tstamp 593DD036))
(segment (start 115.8094 48.5142) (end 116.67 49.3748) (width 0.3048) (layer F.Cu-L1) (net 28) (tstamp 593DD03D))
(segment (start 116.67 49.3748) (end 116.67 50.248) (width 0.3048) (layer F.Cu-L1) (net 28) (tstamp 593DD03E))
(segment (start 127.91 99.5) (end 127.91 85.61) (width 0.3048) (layer L3-PWR) (net 29) (status 10))
(segment (start 127.91 85.61) (end 126.55 84.25) (width 0.3048) (layer L3-PWR) (net 29) (tstamp 564D6BE2))
(segment (start 128.05 99.36) (end 127.91 99.5) (width 0.3048) (layer L3-PWR) (net 29) (tstamp 564D6A26) (status 30))
(segment (start 126.542 84.242) (end 126.542 82.7725) (width 0.254) (layer F.Cu-L1) (net 29) (tstamp 55EEDB56) (status 20))
(via (at 126.55 84.25) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 29))
(segment (start 126.55 84.25) (end 126.542 84.242) (width 0.254) (layer F.Cu-L1) (net 29) (tstamp 55EEDB55))
(segment (start 122.111 95.034) (end 122.111 94.189) (width 0.3048) (layer B.Cu-L4) (net 30) (status 10))
(segment (start 122.44 94.04) (end 122.44 95.198) (width 0.3048) (layer F.Cu-L1) (net 30) (tstamp 55EEDA27) (status 20))
(segment (start 122.35 93.95) (end 122.44 94.04) (width 0.3048) (layer F.Cu-L1) (net 30) (tstamp 55EEDA26))
(via (at 122.35 93.95) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 30))
(segment (start 122.111 94.189) (end 122.35 93.95) (width 0.3048) (layer B.Cu-L4) (net 30) (tstamp 55EEDA21))
(segment (start 123 97.066) (end 124.266 97.066) (width 0.3048) (layer B.Cu-L4) (net 31) (status 10))
(segment (start 125.37 98.17) (end 125.37 99.5) (width 0.3048) (layer B.Cu-L4) (net 31) (tstamp 564D6A30) (status 20))
(segment (start 124.266 97.066) (end 125.37 98.17) (width 0.3048) (layer B.Cu-L4) (net 31) (tstamp 564D6A2F))
(segment (start 107.6814 59.1822) (end 107.7576 59.1822) (width 0.3048) (layer F.Cu-L1) (net 32))
(segment (start 107.7576 59.1822) (end 110.3418 56.598) (width 0.3048) (layer F.Cu-L1) (net 32) (tstamp 593DD073))
(segment (start 110.3418 56.598) (end 111.59 56.598) (width 0.3048) (layer F.Cu-L1) (net 32) (tstamp 593DD077))
(segment (start 107.6814 56.6422) (end 107.7068 56.6422) (width 0.3048) (layer F.Cu-L1) (net 33))
(segment (start 107.7068 56.6422) (end 111.6438 52.7052) (width 0.3048) (layer F.Cu-L1) (net 33) (tstamp 593DD04B))
(segment (start 111.6438 52.7052) (end 114.6156 52.7052) (width 0.3048) (layer F.Cu-L1) (net 33) (tstamp 593DD057))
(segment (start 114.6156 52.7052) (end 115.4 53.4896) (width 0.3048) (layer F.Cu-L1) (net 33) (tstamp 593DD059))
(segment (start 115.4 53.4896) (end 115.4 56.598) (width 0.3048) (layer F.Cu-L1) (net 33) (tstamp 593DD05A))
(via (at 144.3 72.4004) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 34))
(segment (start 143.47 72.09) (end 143.9896 72.09) (width 0.3048) (layer B.Cu-L4) (net 34) (tstamp 55F01C62) (status 10))
(segment (start 143.9896 72.09) (end 144.3 72.4004) (width 0.3048) (layer B.Cu-L4) (net 34) (tstamp 55F01C61))
(segment (start 157.6704 72.4004) (end 162 76.73) (width 0.3048) (layer F.Cu-L1) (net 34) (tstamp 55EEA5B4) (status 20))
(segment (start 144.3 72.4004) (end 157.6704 72.4004) (width 0.3048) (layer F.Cu-L1) (net 34) (tstamp 55F00942))
(segment (start 142.165 72.4004) (end 144.3 72.4004) (width 0.3048) (layer F.Cu-L1) (net 34) (status 10))
(segment (start 142.165 72.4004) (end 142.1154 72.45) (width 0.3048) (layer F.Cu-L1) (net 34) (status 30))
(segment (start 137.2501 63.485) (end 137.2501 60.6699) (width 0.3048) (layer F.Cu-L1) (net 35) (status 10))
(segment (start 137.2501 60.6699) (end 141.1 56.82) (width 0.3048) (layer F.Cu-L1) (net 35) (tstamp 55B90D54))
(segment (start 141.1 56.82) (end 142.58 56.82) (width 0.3048) (layer F.Cu-L1) (net 35) (tstamp 55B90D56))
(segment (start 142.58 56.82) (end 143.07 56.33) (width 0.3048) (layer F.Cu-L1) (net 35) (tstamp 55B90D58))
(segment (start 143.07 56.33) (end 143.07 55.31) (width 0.3048) (layer F.Cu-L1) (net 35) (tstamp 55B90D59) (status 20))
(segment (start 143.07 55.31) (end 143.07 54.66) (width 0.3048) (layer F.Cu-L1) (net 35) (status 30))
(segment (start 128.79 95.198) (end 128.79 96.14) (width 0.3048) (layer F.Cu-L1) (net 36) (status 10))
(segment (start 129.75 95.2) (end 130.9 95.2) (width 0.3048) (layer B.Cu-L4) (net 36) (tstamp 564D6C0C) (status 20))
(segment (start 128.8 96.15) (end 129.75 95.2) (width 0.3048) (layer B.Cu-L4) (net 36) (tstamp 564D6C0B))
(via (at 128.8 96.15) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 36))
(segment (start 128.79 96.14) (end 128.8 96.15) (width 0.3048) (layer F.Cu-L1) (net 36) (tstamp 564D6C03))
(segment (start 130.9 95.2) (end 130.9 97.2) (width 0.3048) (layer B.Cu-L4) (net 36) (status 30))
(segment (start 145.35 84) (end 145.35 86.05) (width 0.4064) (layer B.Cu-L4) (net 37) (status 30))
(segment (start 145.35 86.05) (end 145.3 86.1) (width 0.4064) (layer B.Cu-L4) (net 37) (tstamp 55EFFBDA) (status 30))
(segment (start 145.365 86.175) (end 145.365 85.015) (width 0.508) (layer F.Cu-L1) (net 37) (status 10))
(segment (start 145.35 85) (end 145.35 84) (width 0.508) (layer B.Cu-L4) (net 37) (tstamp 55EEAEB9) (status 20))
(via (at 145.35 85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 37))
(segment (start 145.365 85.015) (end 145.35 85) (width 0.508) (layer F.Cu-L1) (net 37) (tstamp 55EEAEB3))
(segment (start 137.85 34) (end 139.6 34) (width 0.3048) (layer B.Cu-L4) (net 38) (status 10))
(segment (start 132.35 49.65) (end 130 49.65) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B9))
(segment (start 134.5 47.5) (end 132.35 49.65) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B8))
(segment (start 135.7 47.5) (end 134.5 47.5) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B6))
(segment (start 137.1 46.1) (end 135.7 47.5) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B4))
(segment (start 139.5 46.1) (end 137.1 46.1) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B3))
(segment (start 140.5 45.1) (end 139.5 46.1) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B2))
(segment (start 140.5 39.6) (end 140.5 45.1) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B1))
(segment (start 140.2 39.3) (end 140.5 39.6) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5667E9B0))
(via (at 140.2 39.3) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 38))
(segment (start 141 38.5) (end 140.2 39.3) (width 0.3048) (layer B.Cu-L4) (net 38) (tstamp 5667E9AE))
(segment (start 141 35.4) (end 141 38.5) (width 0.3048) (layer B.Cu-L4) (net 38) (tstamp 5667E9AC))
(segment (start 139.6 34) (end 141 35.4) (width 0.3048) (layer B.Cu-L4) (net 38) (tstamp 5667E9AA))
(segment (start 129.1 51.05) (end 129.1 50.55) (width 0.3048) (layer F.Cu-L1) (net 38) (status 30))
(segment (start 129.1 50.55) (end 130 49.65) (width 0.3048) (layer F.Cu-L1) (net 38) (tstamp 5665126A) (status 10))
(segment (start 137.85 34) (end 137 34) (width 0.3048) (layer B.Cu-L4) (net 38) (status 30))
(segment (start 139.55 36.3) (end 140.4 36.3) (width 0.3048) (layer F.Cu-L1) (net 39))
(segment (start 136.4 48.7) (end 134.65 48.7) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E9A4))
(segment (start 137.9 47.2) (end 136.4 48.7) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E9A2))
(segment (start 140.2 47.2) (end 137.9 47.2) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E9A1))
(segment (start 141.4 46) (end 140.2 47.2) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E9A0))
(segment (start 141.4 37.3) (end 141.4 46) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E99F))
(segment (start 140.4 36.3) (end 141.4 37.3) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 5667E99E))
(segment (start 131.15 51.05) (end 132.3 51.05) (width 0.3048) (layer F.Cu-L1) (net 39) (status 10))
(segment (start 132.3 51.05) (end 134.65 48.7) (width 0.3048) (layer F.Cu-L1) (net 39) (tstamp 56651271))
(segment (start 139.25 36) (end 137.85 36) (width 0.3048) (layer B.Cu-L4) (net 39) (tstamp 5665127A) (status 20))
(segment (start 139.55 36.3) (end 139.25 36) (width 0.3048) (layer B.Cu-L4) (net 39) (tstamp 56651279))
(via (at 139.55 36.3) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 39))
(segment (start 137 36) (end 137.85 36) (width 0.3048) (layer B.Cu-L4) (net 39) (tstamp 563B1CD5) (status 30))
(segment (start 134.2 51) (end 134.2 50.6722) (width 0.254) (layer F.Cu-L1) (net 40))
(segment (start 134.2 50.6722) (end 135.2658 49.6064) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E113))
(segment (start 143.1 45.5822) (end 143.1 44.365) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E12F))
(segment (start 140.6252 48.057) (end 143.1 45.5822) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E127))
(segment (start 138.4408 48.057) (end 140.6252 48.057) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E124))
(segment (start 136.8914 49.6064) (end 138.4408 48.057) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E11F))
(segment (start 135.2658 49.6064) (end 136.8914 49.6064) (width 0.254) (layer F.Cu-L1) (net 40) (tstamp 5915E11B))
(segment (start 134.2 51) (end 134.2 50.6) (width 0.3048) (layer F.Cu-L1) (net 40) (status 30))
(segment (start 153.362 45.7964) (end 143.923178 45.789508) (width 0.3048) (layer F.Cu-L1) (net 41))
(segment (start 136.9 51) (end 136.2 51) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 5667E98E) (status 20))
(segment (start 139 48.9) (end 136.9 51) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 5667E98C))
(segment (start 141.261178 48.893108) (end 139 48.9) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 5667E98A))
(segment (start 143.923178 45.789508) (end 141.261178 48.893108) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 5667E988))
(segment (start 136.2 51) (end 136.4 51) (width 0.3048) (layer F.Cu-L1) (net 41) (status 30))
(segment (start 154.5 45.1) (end 154.5 43.35) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 564FC9A2))
(segment (start 154.245 43.095) (end 154.5 43.35) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 561FD7CF))
(segment (start 153.1 43.095) (end 154.245 43.095) (width 0.3048) (layer F.Cu-L1) (net 41) (status 10))
(segment (start 153.362 45.7964) (end 154.5 45.1) (width 0.3048) (layer F.Cu-L1) (net 41) (tstamp 564FC99A))
(segment (start 115.95 43.425) (end 117.075 43.425) (width 0.762) (layer B.Cu-L4) (net 42) (status 20))
(segment (start 117.075 43.425) (end 117.1 43.4) (width 0.762) (layer B.Cu-L4) (net 42) (tstamp 564FC467) (status 30))
(via (at 115.95 43.425) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 42))
(segment (start 120.48 34) (end 119.65 34) (width 0.508) (layer F.Cu-L1) (net 42) (status 10))
(segment (start 118.95 35.6) (end 116.25 38.3) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 564D889F))
(segment (start 118.95 34.7) (end 118.95 35.6) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 564D889E))
(segment (start 119.65 34) (end 118.95 34.7) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 564D889D))
(segment (start 116.25 38.3) (end 116.25 42.95) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 564D88A2))
(segment (start 116.25 42.95) (end 116.725 43.425) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 55EE8F0D))
(segment (start 114.805 43.425) (end 115.95 43.425) (width 0.508) (layer F.Cu-L1) (net 42) (status 10))
(segment (start 115.95 43.425) (end 116.725 43.425) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 55EEC43E))
(segment (start 116.725 43.425) (end 117.65024 43.425) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 55EE8F10) (status 20))
(segment (start 117.65024 43.425) (end 118.32524 44.1) (width 0.508) (layer F.Cu-L1) (net 42) (tstamp 55EE8F08) (status 30))
(segment (start 118.32524 44.1) (end 118.1 44.1) (width 0.508) (layer F.Cu-L1) (net 42) (status 30))
(segment (start 123.37476 40.15) (end 124.75 38.77476) (width 0.508) (layer F.Cu-L1) (net 43) (status 10))
(segment (start 123.9475 33.0475) (end 123.02 33.0475) (width 0.508) (layer F.Cu-L1) (net 43) (tstamp 55EE8EF8) (status 20))
(segment (start 124.75 33.85) (end 123.9475 33.0475) (width 0.508) (layer F.Cu-L1) (net 43) (tstamp 55EE8EF7))
(segment (start 124.75 38.77476) (end 124.75 33.85) (width 0.508) (layer F.Cu-L1) (net 43) (tstamp 55EE8EF6))
(segment (start 132.3 70.15) (end 131.35 70.15) (width 0.762) (layer B.Cu-L4) (net 44) (status 20))
(segment (start 131.35 70.15) (end 131.2 70.3) (width 0.762) (layer B.Cu-L4) (net 44) (tstamp 56650A64) (status 30))
(segment (start 132.1501 70.0001) (end 130.735 70.0001) (width 0.4064) (layer F.Cu-L1) (net 44) (tstamp 55EFBAD8) (status 20))
(segment (start 132.3 70.15) (end 132.1501 70.0001) (width 0.4064) (layer F.Cu-L1) (net 44) (tstamp 55EFBAD7))
(via (at 132.3 70.15) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 44))
(segment (start 113.535 37.075) (end 113.535 35.88976) (width 0.508) (layer F.Cu-L1) (net 45) (status 10))
(segment (start 113.535 35.88976) (end 115.45 33.97476) (width 0.508) (layer F.Cu-L1) (net 45) (tstamp 55EE96CA) (status 20))
(segment (start 107.6 41.67476) (end 109.12524 41.67476) (width 0.762) (layer F.Cu-L1) (net 46) (status 10))
(segment (start 109.9 40.9) (end 111 40.9) (width 0.762) (layer B.Cu-L4) (net 46) (tstamp 55EEC515) (status 20))
(segment (start 109.75 41.05) (end 109.9 40.9) (width 0.762) (layer B.Cu-L4) (net 46) (tstamp 55EEC514))
(via (at 109.75 41.05) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 46))
(segment (start 109.12524 41.67476) (end 109.75 41.05) (width 0.762) (layer F.Cu-L1) (net 46) (tstamp 55EEC50F))
(segment (start 110.995 43.425) (end 109.35024 43.425) (width 0.508) (layer F.Cu-L1) (net 46) (status 10))
(segment (start 109.35024 43.425) (end 107.6 41.67476) (width 0.508) (layer F.Cu-L1) (net 46) (tstamp 55EE8F13) (status 20))
(segment (start 152.25 84.25) (end 153.65 84.25) (width 0.762) (layer L3-PWR) (net 47))
(segment (start 157.25 64.45) (end 160.27 61.43) (width 0.762) (layer L3-PWR) (net 47) (tstamp 564D693B) (status 20))
(segment (start 157.25 67.45) (end 157.25 64.45) (width 0.762) (layer L3-PWR) (net 47) (tstamp 564D6934))
(segment (start 155.2 69.5) (end 157.25 67.45) (width 0.762) (layer L3-PWR) (net 47) (tstamp 564D6930))
(segment (start 155.2 82.7) (end 155.2 69.5) (width 0.762) (layer L3-PWR) (net 47) (tstamp 564D692D))
(segment (start 153.65 84.25) (end 155.2 82.7) (width 0.762) (layer L3-PWR) (net 47) (tstamp 564D6929))
(segment (start 152.24 85.14) (end 152.24 84.26) (width 0.508) (layer B.Cu-L4) (net 47) (status 10))
(segment (start 152.24 84.26) (end 152.25 84.25) (width 0.508) (layer B.Cu-L4) (net 47) (tstamp 55EFF746))
(segment (start 142.41 93.59) (end 141.46 93.59) (width 0.508) (layer B.Cu-L4) (net 47) (status 10))
(segment (start 141.46 93.59) (end 141.15 93.9) (width 0.508) (layer B.Cu-L4) (net 47) (tstamp 55EFF67F))
(segment (start 152.24994 94.65) (end 152.84 94.65) (width 0.762) (layer B.Cu-L4) (net 47) (status 30))
(segment (start 152.84 94.65) (end 154.28 93.21) (width 0.762) (layer B.Cu-L4) (net 47) (tstamp 55EFBE43) (status 10))
(segment (start 153.34 84.25) (end 152.25 84.25) (width 0.762) (layer B.Cu-L4) (net 47) (tstamp 55EFBE4C))
(segment (start 154.28 85.19) (end 153.34 84.25) (width 0.762) (layer B.Cu-L4) (net 47) (tstamp 55EFBE4B))
(segment (start 154.28 93.21) (end 154.28 85.19) (width 0.762) (layer B.Cu-L4) (net 47) (tstamp 55EFBE47))
(segment (start 130.55 93.55) (end 134.5 93.55) (width 0.762) (layer L3-PWR) (net 47))
(segment (start 136.5 95.55) (end 142.65 95.55) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EFB01E))
(segment (start 134.5 93.55) (end 136.5 95.55) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EFB01B))
(segment (start 129.25 93.55) (end 130.55 93.55) (width 0.762) (layer B.Cu-L4) (net 47) (status 10))
(via (at 130.55 93.55) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 47))
(segment (start 149.25 93.85) (end 149.25 94.2) (width 0.762) (layer L3-PWR) (net 47))
(segment (start 141.15 94.9) (end 141.15 93.9) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EEB745))
(segment (start 141.8 95.55) (end 141.15 94.9) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EEB744))
(segment (start 147.9 95.55) (end 142.65 95.55) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EEB741))
(segment (start 142.65 95.55) (end 141.8 95.55) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EFAED8))
(segment (start 149.25 94.2) (end 147.9 95.55) (width 0.762) (layer L3-PWR) (net 47) (tstamp 55EEB740))
(segment (start 152.425 84.075) (end 152.425 83.655) (width 0.508) (layer F.Cu-L1) (net 47) (tstamp 55EEB603) (status 20))
(segment (start 152.25 84.25) (end 152.425 84.075) (width 0.508) (layer F.Cu-L1) (net 47) (tstamp 55EEB602))
(via (at 152.25 84.25) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 47))
(segment (start 152.25 94.64994) (end 152.24994 94.65) (width 0.508) (layer B.Cu-L4) (net 47) (tstamp 55EEB5F5) (status 30))
(segment (start 149.3 92.35) (end 149.3 93.8) (width 0.508) (layer B.Cu-L4) (net 47) (status 10))
(segment (start 149.3 93.8) (end 149.25 93.85) (width 0.508) (layer B.Cu-L4) (net 47) (tstamp 55EEB5DC))
(segment (start 149.25 93.85) (end 151.44994 93.85) (width 0.508) (layer B.Cu-L4) (net 47))
(segment (start 149.155 93.945) (end 149.25 93.85) (width 0.508) (layer F.Cu-L1) (net 47) (tstamp 55EEB234))
(via (at 149.25 93.85) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 47))
(segment (start 149.155 95.175) (end 149.155 93.945) (width 0.508) (layer F.Cu-L1) (net 47) (status 10))
(segment (start 151.44994 93.85) (end 152.24994 94.65) (width 0.508) (layer B.Cu-L4) (net 47) (tstamp 55EEB5D9) (status 20))
(segment (start 141.155 93.905) (end 141.15 93.9) (width 0.508) (layer F.Cu-L1) (net 47) (tstamp 55EEB20B))
(segment (start 141.155 93.905) (end 141.155 95.175) (width 0.508) (layer F.Cu-L1) (net 47) (status 20))
(via (at 141.15 93.9) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 47))
(segment (start 137.35 88.2) (end 138.1 88.2) (width 0.3048) (layer B.Cu-L4) (net 48) (status 10))
(segment (start 138.85 90.1) (end 137.05 91.9) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1ED) (status 20))
(segment (start 138.85 88.95) (end 138.85 90.1) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1EC))
(segment (start 138.1 88.2) (end 138.85 88.95) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1EB))
(segment (start 137.05 91.9) (end 137.05 92.4) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1EF) (status 30))
(segment (start 137.05 92.4) (end 137.05 93.8) (width 0.3048) (layer B.Cu-L4) (net 48) (status 10))
(segment (start 137.05 93.8) (end 137.3 94.05) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1E7))
(segment (start 136.65 95.55) (end 136.65 94.7) (width 0.3048) (layer B.Cu-L4) (net 48) (status 10))
(segment (start 137.345 94.095) (end 137.345 95.175) (width 0.3048) (layer F.Cu-L1) (net 48) (tstamp 55EEB1CC) (status 20))
(segment (start 137.3 94.05) (end 137.345 94.095) (width 0.3048) (layer F.Cu-L1) (net 48) (tstamp 55EEB1CB))
(via (at 137.3 94.05) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 48))
(segment (start 136.65 94.7) (end 137.3 94.05) (width 0.3048) (layer B.Cu-L4) (net 48) (tstamp 55EEB1C6))
(segment (start 138.65 95.55) (end 140.3 95.55) (width 0.3048) (layer B.Cu-L4) (net 49) (status 30))
(segment (start 139.05 92.4) (end 139.05 93.75) (width 0.3048) (layer B.Cu-L4) (net 49) (status 10))
(segment (start 139.05 93.75) (end 138.95 93.85) (width 0.3048) (layer B.Cu-L4) (net 49) (tstamp 55EEB1E4))
(segment (start 138.615 95.175) (end 138.615 94.185) (width 0.3048) (layer F.Cu-L1) (net 49) (status 10))
(segment (start 138.65 94.15) (end 138.65 95.55) (width 0.3048) (layer B.Cu-L4) (net 49) (tstamp 55EEB1D4) (status 20))
(segment (start 138.95 93.85) (end 138.65 94.15) (width 0.3048) (layer B.Cu-L4) (net 49) (tstamp 55EEB1D3))
(via (at 138.95 93.85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 49))
(segment (start 138.615 94.185) (end 138.95 93.85) (width 0.3048) (layer F.Cu-L1) (net 49) (tstamp 55EEB1CF))
(segment (start 160.27 56.35) (end 160.7 56.35) (width 0.762) (layer L3-PWR) (net 50) (status 30))
(segment (start 160.7 56.35) (end 162.45 58.1) (width 0.762) (layer L3-PWR) (net 50) (tstamp 564D694D) (status 10))
(segment (start 162.45 58.1) (end 162.45 62.45) (width 0.762) (layer L3-PWR) (net 50) (tstamp 564D694F))
(segment (start 162.45 62.45) (end 158.75 66.15) (width 0.762) (layer L3-PWR) (net 50) (tstamp 564D6950))
(segment (start 158.75 66.15) (end 158.75 78.9) (width 0.762) (layer L3-PWR) (net 50) (tstamp 564D6953))
(segment (start 158.75 78.9) (end 157.7 79.95) (width 0.762) (layer L3-PWR) (net 50) (tstamp 564D6957))
(segment (start 144.35 89.86) (end 145.26 89.86) (width 0.508) (layer B.Cu-L4) (net 50) (status 10))
(segment (start 145.26 89.86) (end 145.35 89.95) (width 0.508) (layer B.Cu-L4) (net 50) (tstamp 55EFF6E0))
(segment (start 136.29 90.05) (end 137.25 90.05) (width 0.508) (layer B.Cu-L4) (net 50) (status 10))
(segment (start 137.25 90.05) (end 137.35 89.95) (width 0.508) (layer B.Cu-L4) (net 50) (tstamp 55EFF6B6))
(segment (start 129.3 88.9) (end 130.35 88.9) (width 0.762) (layer B.Cu-L4) (net 50) (status 10))
(segment (start 132.2 89.95) (end 137.35 89.95) (width 0.762) (layer L3-PWR) (net 50) (tstamp 55EFB28A))
(segment (start 131.9 89.65) (end 132.2 89.95) (width 0.762) (layer L3-PWR) (net 50) (tstamp 55EFB289))
(via (at 131.9 89.65) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 50))
(segment (start 131.1 89.65) (end 131.9 89.65) (width 0.762) (layer B.Cu-L4) (net 50) (tstamp 55EFB275))
(segment (start 130.35 88.9) (end 131.1 89.65) (width 0.762) (layer B.Cu-L4) (net 50) (tstamp 55EFB26D))
(segment (start 158.8 81.05) (end 158.8 89) (width 0.762) (layer L3-PWR) (net 50))
(segment (start 158.8 89) (end 157.5 90.3) (width 0.762) (layer L3-PWR) (net 50) (tstamp 55EEB7E6))
(segment (start 145.35 89.95) (end 157.15 89.95) (width 0.762) (layer L3-PWR) (net 50))
(segment (start 157.15 89.95) (end 157.5 90.3) (width 0.762) (layer L3-PWR) (net 50) (tstamp 55EEB7E1))
(segment (start 157.54994 91.8) (end 157.54994 90.34994) (width 0.762) (layer B.Cu-L4) (net 50) (status 10))
(segment (start 157.54994 90.34994) (end 157.5 90.3) (width 0.762) (layer B.Cu-L4) (net 50) (tstamp 55EEB7DA))
(via (at 157.5 90.3) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 50))
(segment (start 145.35 89.95) (end 137.35 89.95) (width 0.762) (layer L3-PWR) (net 50))
(segment (start 137.345 89.945) (end 137.35 89.95) (width 0.508) (layer F.Cu-L1) (net 50) (tstamp 55EEB221))
(via (at 137.35 89.95) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 50))
(segment (start 137.345 89.945) (end 137.345 88.825) (width 0.508) (layer F.Cu-L1) (net 50) (status 20))
(segment (start 145.345 89.945) (end 145.35 89.95) (width 0.508) (layer F.Cu-L1) (net 50) (tstamp 55EEB22C))
(via (at 145.35 89.95) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 50))
(segment (start 145.345 88.825) (end 145.345 89.945) (width 0.508) (layer F.Cu-L1) (net 50) (status 10))
(segment (start 158.8 81.05) (end 157.7 79.95) (width 0.762) (layer L3-PWR) (net 50) (tstamp 55EEB526))
(segment (start 158.85 79.95) (end 157.7 79.95) (width 0.3048) (layer B.Cu-L4) (net 50) (status 10))
(segment (start 157.805 79.845) (end 158.775 79.845) (width 0.3048) (layer F.Cu-L1) (net 50) (tstamp 55EEA3F6) (status 20))
(segment (start 157.7 79.95) (end 157.805 79.845) (width 0.3048) (layer F.Cu-L1) (net 50) (tstamp 55EEA3F5))
(via (at 157.7 79.95) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 50))
(segment (start 145.3 88.1) (end 146.25 88.1) (width 0.3048) (layer B.Cu-L4) (net 51) (status 10))
(segment (start 146.75 90.8) (end 145.35 92.2) (width 0.3048) (layer B.Cu-L4) (net 51) (tstamp 55EEB191) (status 20))
(segment (start 146.75 88.6) (end 146.75 90.8) (width 0.3048) (layer B.Cu-L4) (net 51) (tstamp 55EEB190))
(segment (start 146.25 88.1) (end 146.75 88.6) (width 0.3048) (layer B.Cu-L4) (net 51) (tstamp 55EEB18D))
(segment (start 145.35 92.2) (end 145.35 92.8) (width 0.3048) (layer B.Cu-L4) (net 51) (tstamp 55EEB192) (status 30))
(segment (start 144.7 95.6) (end 144.7 94.7) (width 0.3048) (layer B.Cu-L4) (net 51) (status 10))
(segment (start 144.7 94.7) (end 145.35 94.05) (width 0.3048) (layer B.Cu-L4) (net 51) (tstamp 55EEABF0))
(segment (start 145.35 92.8) (end 145.35 94.05) (width 0.3048) (layer B.Cu-L4) (net 51) (status 10))
(segment (start 145.345 94.055) (end 145.345 95.175) (width 0.3048) (layer F.Cu-L1) (net 51) (tstamp 55EEAB86) (status 20))
(segment (start 145.35 94.05) (end 145.345 94.055) (width 0.3048) (layer F.Cu-L1) (net 51) (tstamp 55EEAB85))
(via (at 145.35 94.05) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 51))
(segment (start 148.3 95.55) (end 146.7 95.55) (width 0.3048) (layer B.Cu-L4) (net 52) (status 30))
(segment (start 146.7 95.6) (end 146.7 94.25) (width 0.3048) (layer B.Cu-L4) (net 52) (status 10))
(segment (start 146.7 94.25) (end 147.15 93.8) (width 0.3048) (layer B.Cu-L4) (net 52) (tstamp 55EEABF3))
(segment (start 146.615 95.175) (end 146.615 94.335) (width 0.3048) (layer F.Cu-L1) (net 52) (status 10))
(segment (start 147.35 93.6) (end 147.35 92.8) (width 0.3048) (layer B.Cu-L4) (net 52) (tstamp 55EEAB8D) (status 20))
(segment (start 147.15 93.8) (end 147.35 93.6) (width 0.3048) (layer B.Cu-L4) (net 52) (tstamp 55EEAB8C))
(via (at 147.15 93.8) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 52))
(segment (start 146.615 94.335) (end 147.15 93.8) (width 0.3048) (layer F.Cu-L1) (net 52) (tstamp 55EEAB89))
(segment (start 139.908002 51.2) (end 142.872932 51.253087) (width 0.3048) (layer F.Cu-L1) (net 53))
(segment (start 145.149132 48.135487) (end 157.5362 48.0824) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 564FC9E4) (status 20))
(segment (start 142.872932 51.253087) (end 145.149132 48.135487) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 564FC9E2))
(segment (start 157.5362 48.0824) (end 157.73 48.73) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 564FC9E6) (status 30))
(segment (start 130.735 65.1995) (end 129.7995 65.1995) (width 0.3048) (layer F.Cu-L1) (net 53) (status 10))
(segment (start 134.45 59.1) (end 137.1 59.1) (width 0.3048) (layer L3-PWR) (net 53) (tstamp 564D7227))
(segment (start 129.45 64.1) (end 134.45 59.1) (width 0.3048) (layer L3-PWR) (net 53) (tstamp 564D7226))
(segment (start 129.45 64.85) (end 129.45 64.1) (width 0.3048) (layer L3-PWR) (net 53) (tstamp 564D7225))
(segment (start 129.55 64.95) (end 129.45 64.85) (width 0.3048) (layer L3-PWR) (net 53) (tstamp 564D7224))
(via (at 129.55 64.95) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 53))
(segment (start 129.7995 65.1995) (end 129.55 64.95) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 564D7222))
(segment (start 138.9 52.208002) (end 138.9 57.3) (width 0.3048) (layer F.Cu-L1) (net 53))
(segment (start 139.908002 51.2) (end 138.9 52.208002) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 563B1B32))
(segment (start 138.9 57.3) (end 137.1 59.1) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 563B1B86))
(via (at 137.1 59.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 53))
(segment (start 130.6995 65.1995) (end 130.735 65.1995) (width 0.3048) (layer F.Cu-L1) (net 53) (tstamp 563B1996) (status 30))
(segment (start 113.7106 61.7984) (end 115.2506 61.7984) (width 0.3048) (layer B.Cu-L4) (net 54))
(segment (start 128.7736 70.8002) (end 130.735 70.8002) (width 0.3048) (layer F.Cu-L1) (net 54) (tstamp 593DD0CF))
(segment (start 121.118 63.1446) (end 128.7736 70.8002) (width 0.3048) (layer F.Cu-L1) (net 54) (tstamp 593DD0CA))
(segment (start 116.5968 63.1446) (end 121.118 63.1446) (width 0.3048) (layer F.Cu-L1) (net 54) (tstamp 593DD0C2))
(segment (start 115.2506 61.7984) (end 116.5968 63.1446) (width 0.3048) (layer F.Cu-L1) (net 54) (tstamp 593DD0C1))
(via (at 115.2506 61.7984) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 54))
(segment (start 113.7106 64.0336) (end 115.276 64.0336) (width 0.3048) (layer B.Cu-L4) (net 55))
(segment (start 128.3037 71.6003) (end 130.735 71.6003) (width 0.3048) (layer F.Cu-L1) (net 55) (tstamp 593DD0DE))
(segment (start 121.0672 64.3638) (end 128.3037 71.6003) (width 0.3048) (layer F.Cu-L1) (net 55) (tstamp 593DD0D9))
(segment (start 115.6062 64.3638) (end 121.0672 64.3638) (width 0.3048) (layer F.Cu-L1) (net 55) (tstamp 593DD0D8))
(segment (start 115.276 64.0336) (end 115.6062 64.3638) (width 0.3048) (layer F.Cu-L1) (net 55) (tstamp 593DD0D7))
(via (at 115.276 64.0336) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 55))
(segment (start 113.7106 66.3196) (end 115.2252 66.3196) (width 0.3048) (layer B.Cu-L4) (net 56))
(segment (start 127.783 72.4004) (end 130.735 72.4004) (width 0.3048) (layer F.Cu-L1) (net 56) (tstamp 593DD0F2))
(segment (start 121.7276 66.345) (end 127.783 72.4004) (width 0.3048) (layer F.Cu-L1) (net 56) (tstamp 593DD0EE))
(segment (start 115.2506 66.345) (end 121.7276 66.345) (width 0.3048) (layer F.Cu-L1) (net 56) (tstamp 593DD0E9))
(segment (start 115.2252 66.3196) (end 115.2506 66.345) (width 0.3048) (layer F.Cu-L1) (net 56) (tstamp 593DD0E8))
(via (at 115.2252 66.3196) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 56))
(segment (start 130.735 73.2005) (end 127.8211 73.2005) (width 0.3048) (layer F.Cu-L1) (net 57))
(segment (start 115.2506 68.5548) (end 113.7106 68.5548) (width 0.3048) (layer B.Cu-L4) (net 57) (tstamp 593DD138))
(segment (start 115.276 68.5802) (end 115.2506 68.5548) (width 0.3048) (layer B.Cu-L4) (net 57) (tstamp 593DD137))
(via (at 115.276 68.5802) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 57))
(segment (start 116.0634 67.7928) (end 115.276 68.5802) (width 0.3048) (layer F.Cu-L1) (net 57) (tstamp 593DD12E))
(segment (start 122.4134 67.7928) (end 116.0634 67.7928) (width 0.3048) (layer F.Cu-L1) (net 57) (tstamp 593DD129))
(segment (start 127.8211 73.2005) (end 122.4134 67.7928) (width 0.3048) (layer F.Cu-L1) (net 57) (tstamp 593DD119))
(via (at 149.85 78.35) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 58))
(segment (start 149.9 76.5) (end 149.9 78.3) (width 0.3048) (layer B.Cu-L4) (net 58) (tstamp 55F10FAF) (status 10))
(segment (start 149.9 78.3) (end 149.85 78.35) (width 0.3048) (layer B.Cu-L4) (net 58) (tstamp 55F10FAE))
(segment (start 149.5 86.9) (end 149.5 87.6) (width 0.3048) (layer B.Cu-L4) (net 58) (status 10))
(segment (start 149.5 87.6) (end 149.1 88) (width 0.3048) (layer B.Cu-L4) (net 58) (tstamp 55EFB4E9))
(segment (start 149.85 86) (end 149.1 86.75) (width 0.3048) (layer F.Cu-L1) (net 58))
(segment (start 149.85 86) (end 149.85 78.35) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB773))
(segment (start 149.1 86.75) (end 149.1 88) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB775))
(segment (start 141.155 88.825) (end 141.155 87.895) (width 0.3048) (layer F.Cu-L1) (net 58) (status 10))
(segment (start 141.155 87.895) (end 141.35 87.7) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB752))
(segment (start 141.35 87.7) (end 141.4 87.7) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB759))
(via (at 141.4 87.7) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 58))
(segment (start 141.4 87.7) (end 148.8 87.7) (width 0.3048) (layer L3-PWR) (net 58) (tstamp 55EEB765))
(segment (start 148.8 87.7) (end 149.1 88) (width 0.3048) (layer L3-PWR) (net 58) (tstamp 55EEB766))
(via (at 149.1 88) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 58))
(segment (start 149.1 88) (end 149.1 88.9) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB76F) (status 20))
(segment (start 149.1 88.9) (end 149 89) (width 0.3048) (layer F.Cu-L1) (net 58) (tstamp 55EEB770) (status 30))
(segment (start 149.85 76.55) (end 149.9 76.5) (width 0.3048) (layer B.Cu-L4) (net 58) (tstamp 55EEB66A) (status 30))
(segment (start 131.25 81.55) (end 131.25 84) (width 0.3048) (layer B.Cu-L4) (net 59) (status 10))
(segment (start 131.25 84) (end 130.65 84.6) (width 0.3048) (layer B.Cu-L4) (net 59) (tstamp 55EFB2BB) (status 20))
(segment (start 128.79 88.848) (end 128.79 85.71) (width 0.3048) (layer F.Cu-L1) (net 59) (status 10))
(segment (start 129.9 84.6) (end 130.65 84.6) (width 0.3048) (layer B.Cu-L4) (net 59) (tstamp 55EFB2B8) (status 20))
(segment (start 129.65 84.85) (end 129.9 84.6) (width 0.3048) (layer B.Cu-L4) (net 59) (tstamp 55EFB2B7))
(via (at 129.65 84.85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 59))
(segment (start 128.79 85.71) (end 129.65 84.85) (width 0.3048) (layer F.Cu-L1) (net 59) (tstamp 55EFB2B2))
(segment (start 130.06 88.848) (end 130.06 88.19) (width 0.3048) (layer F.Cu-L1) (net 60) (status 10))
(segment (start 130.65 87.6) (end 130.65 86.6) (width 0.3048) (layer B.Cu-L4) (net 60) (tstamp 55EFB2AE) (status 20))
(via (at 130.65 87.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 60))
(segment (start 130.06 88.19) (end 130.65 87.6) (width 0.3048) (layer F.Cu-L1) (net 60) (tstamp 55EFB2A9))
(segment (start 130.06 88.848) (end 130.06 89.49) (width 0.3048) (layer F.Cu-L1) (net 60) (status 10))
(segment (start 127.52 92.03) (end 127.52 95.198) (width 0.3048) (layer F.Cu-L1) (net 60) (tstamp 55EFAF3A) (status 20))
(segment (start 130.06 89.49) (end 127.52 92.03) (width 0.3048) (layer F.Cu-L1) (net 60) (tstamp 55EFAF36))
(segment (start 126.542 78.3275) (end 126.542 76.342) (width 0.254) (layer F.Cu-L1) (net 61) (status 10))
(segment (start 126.3 76.1) (end 125.45 76.1) (width 0.254) (layer B.Cu-L4) (net 61) (tstamp 564D8890) (status 20))
(via (at 126.3 76.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 61))
(segment (start 126.542 76.342) (end 126.3 76.1) (width 0.254) (layer F.Cu-L1) (net 61) (tstamp 564D888E))
(segment (start 125.85 76.1) (end 125.45 76.1) (width 0.254) (layer B.Cu-L4) (net 61) (tstamp 564D8885) (status 30))
(segment (start 124.05 88.75) (end 124.05 84.9) (width 0.3048) (layer B.Cu-L4) (net 62) (status 10))
(segment (start 124.05 84.9) (end 124.65 84.3) (width 0.3048) (layer B.Cu-L4) (net 62) (tstamp 55EEDAF3) (status 20))
(segment (start 124.2 88.6) (end 124.05 88.75) (width 0.3048) (layer B.Cu-L4) (net 62) (tstamp 55EEDA70) (status 30))
(segment (start 124.05 88.75) (end 124.05 90.05) (width 0.3048) (layer B.Cu-L4) (net 62) (status 10))
(segment (start 123.71 89.71) (end 123.71 88.848) (width 0.3048) (layer F.Cu-L1) (net 62) (tstamp 55EEDA65) (status 20))
(segment (start 124.1 90.1) (end 123.71 89.71) (width 0.3048) (layer F.Cu-L1) (net 62) (tstamp 55EEDA64))
(via (at 124.1 90.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 62))
(segment (start 124.05 90.05) (end 124.1 90.1) (width 0.3048) (layer B.Cu-L4) (net 62) (tstamp 55EEDA62))
(segment (start 121.85 55.45) (end 121.85 58.35) (width 0.3048) (layer F.Cu-L1) (net 63))
(segment (start 128.9996 65.9996) (end 130.735 65.9996) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 564D71E2) (status 20))
(segment (start 128.3 65.3) (end 128.9996 65.9996) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 564D71E1))
(segment (start 128.3 64.8) (end 128.3 65.3) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 564D71E0))
(segment (start 121.85 58.35) (end 128.3 64.8) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 564D71DF))
(segment (start 120.85 54.45) (end 120.85 49.75) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 55EE9719))
(segment (start 121.85 55.45) (end 120.85 54.45) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 55F10DB8))
(segment (start 120.85 49.75) (end 120.22 49.12) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 55EE971D))
(segment (start 120.22 49.12) (end 118.32 49.12) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 55EE9704))
(segment (start 117.94 50.248) (end 117.94 49.5) (width 0.3048) (layer F.Cu-L1) (net 63) (status 10))
(segment (start 117.94 49.5) (end 118.32 49.12) (width 0.3048) (layer F.Cu-L1) (net 63) (tstamp 55BA52D5))
(segment (start 114.13 50.248) (end 114.13 50.73) (width 0.3048) (layer F.Cu-L1) (net 64) (status 30))
(segment (start 114.13 50.73) (end 115.7 52.3) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564FC90D) (status 10))
(segment (start 120.1 53.1) (end 120.1 54.9) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564FC913))
(segment (start 119.3 52.3) (end 120.1 53.1) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564FC912))
(segment (start 115.7 52.3) (end 119.3 52.3) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564FC90F))
(segment (start 130.735 66.7997) (end 128.7997 66.7997) (width 0.3048) (layer F.Cu-L1) (net 64) (status 10))
(segment (start 121.15 58.55) (end 121.15 55.95) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564D71D7))
(segment (start 127.7 65.1) (end 121.15 58.55) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564D71D1))
(segment (start 127.7 65.7) (end 127.7 65.1) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564D71CD))
(segment (start 128.7997 66.7997) (end 127.7 65.7) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 564D71CA))
(segment (start 121.15 55.95) (end 120.1 54.9) (width 0.3048) (layer F.Cu-L1) (net 64) (tstamp 55F10DAC))
(segment (start 140.05 76.79) (end 137.99 76.79) (width 0.3048) (layer L3-PWR) (net 65))
(segment (start 134.9 78.5) (end 134.9 82.85) (width 0.3048) (layer F.Cu-L1) (net 65) (tstamp 55F01B39))
(segment (start 134.99 78.41) (end 134.9 78.5) (width 0.3048) (layer F.Cu-L1) (net 65) (tstamp 55F01B38))
(via (at 134.99 78.41) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 65))
(segment (start 136.37 78.41) (end 134.99 78.41) (width 0.3048) (layer L3-PWR) (net 65) (tstamp 55F01B32))
(segment (start 137.99 76.79) (end 136.37 78.41) (width 0.3048) (layer L3-PWR) (net 65) (tstamp 55F01B31))
(segment (start 140.4505 74.915) (end 140.4505 75.5905) (width 0.3048) (layer F.Cu-L1) (net 65) (status 30))
(segment (start 140.4505 75.5905) (end 140.85 75.99) (width 0.3048) (layer F.Cu-L1) (net 65) (tstamp 55F019AC) (status 10))
(segment (start 140.85 75.99) (end 140.05 76.79) (width 0.3048) (layer L3-PWR) (net 65) (tstamp 55F019AE))
(via (at 140.85 75.99) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 65))
(segment (start 136.095 84.045) (end 136.095 86.175) (width 0.3048) (layer F.Cu-L1) (net 65) (tstamp 55EFB40C) (status 20))
(segment (start 134.9 82.85) (end 136.095 84.045) (width 0.3048) (layer F.Cu-L1) (net 65) (tstamp 55EFB40A))
(segment (start 140.4505 74.915) (end 140.4505 74.9505) (width 0.3048) (layer F.Cu-L1) (net 65) (status 30))
(segment (start 138.0502 74.915) (end 138.0502 76.1802) (width 0.3048) (layer F.Cu-L1) (net 66) (status 10))
(segment (start 139.67 77.8) (end 142.1 77.8) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55F0199F))
(segment (start 138.0502 76.1802) (end 139.67 77.8) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55F0199D))
(segment (start 144.095 83.495) (end 144.095 86.175) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55EFB398) (status 20))
(segment (start 142.75 82.15) (end 144.095 83.495) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55EFB396))
(segment (start 142.75 78.45) (end 142.75 82.15) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55EFB394))
(segment (start 142.1 77.8) (end 142.75 78.45) (width 0.3048) (layer F.Cu-L1) (net 66) (tstamp 55F019A3))
(segment (start 140.7 73.45) (end 142.45 75.2) (width 0.3048) (layer F.Cu-L1) (net 67))
(segment (start 150.7 75.2) (end 151.5 74.4) (width 0.3048) (layer F.Cu-L1) (net 67) (tstamp 55EFB5B5))
(segment (start 142.45 75.2) (end 150.7 75.2) (width 0.3048) (layer F.Cu-L1) (net 67) (tstamp 55EFB5B0))
(segment (start 138.8503 74.915) (end 138.8503 73.7997) (width 0.3048) (layer F.Cu-L1) (net 67) (status 10))
(segment (start 151.65 74.25) (end 152.5 74.25) (width 0.3048) (layer B.Cu-L4) (net 67) (tstamp 55EFB341) (status 20))
(via (at 151.5 74.4) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 67))
(segment (start 151.5 74.4) (end 151.65 74.25) (width 0.3048) (layer B.Cu-L4) (net 67) (tstamp 55EFB340))
(segment (start 139.2 73.45) (end 140.7 73.45) (width 0.3048) (layer F.Cu-L1) (net 67) (tstamp 55EFB32F))
(segment (start 138.8503 73.7997) (end 139.2 73.45) (width 0.3048) (layer F.Cu-L1) (net 67) (tstamp 55EFB32A))
(segment (start 152.5 74.25) (end 152.5 75.95) (width 0.508) (layer B.Cu-L4) (net 67) (status 30))
(segment (start 157.1 82.4) (end 157.1 82.9) (width 0.508) (layer B.Cu-L4) (net 68))
(segment (start 157.1 82.9) (end 158.15 83.95) (width 0.508) (layer B.Cu-L4) (net 68) (tstamp 55EEA4C0) (status 20))
(segment (start 158.15 83.95) (end 158.8 83.95) (width 0.508) (layer B.Cu-L4) (net 68) (tstamp 55EEA4C1) (status 30))
(segment (start 158.775 82.385) (end 157.115 82.385) (width 0.508) (layer F.Cu-L1) (net 68) (status 10))
(segment (start 157.05 82.35) (end 155.9 82.35) (width 0.508) (layer B.Cu-L4) (net 68) (tstamp 55EEA40C) (status 20))
(segment (start 157.1 82.4) (end 157.05 82.35) (width 0.508) (layer B.Cu-L4) (net 68) (tstamp 55EEA40B))
(via (at 157.1 82.4) (size 1.1176) (drill 0.6096) (layers F.Cu-L1 B.Cu-L4) (net 68))
(segment (start 157.115 82.385) (end 157.1 82.4) (width 0.508) (layer F.Cu-L1) (net 68) (tstamp 55EEA409))
(segment (start 161.72 63.13) (end 161.72 55.26) (width 0.3048) (layer F.Cu-L1) (net 69))
(segment (start 161.72 55.26) (end 160.27 53.81) (width 0.3048) (layer F.Cu-L1) (net 69) (tstamp 55EEA603) (status 20))
(segment (start 154.8499 70.0001) (end 161.72 63.13) (width 0.3048) (layer F.Cu-L1) (net 69) (tstamp 55EEA5A7))
(segment (start 142.165 70.0001) (end 154.8499 70.0001) (width 0.3048) (layer F.Cu-L1) (net 69) (status 10))
(segment (start 156.65 68) (end 157.45 68) (width 0.3048) (layer B.Cu-L4) (net 70) (status 10))
(segment (start 162.3 67.4) (end 163.5 68.6) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 56652349))
(segment (start 158.05 67.4) (end 162.3 67.4) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 56652348))
(segment (start 157.45 68) (end 158.05 67.4) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 56652347))
(segment (start 162 79.27) (end 162.23 79.27) (width 0.3048) (layer B.Cu-L4) (net 70) (status 30))
(segment (start 162.23 79.27) (end 163.5 78) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 564FCA8F) (status 10))
(segment (start 163.5 78) (end 163.5 68.6) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 564FCA91))
(segment (start 162 79.27) (end 162.47 79.27) (width 0.3048) (layer B.Cu-L4) (net 70) (status 30))
(segment (start 162.47 79.27) (end 163.5 80.3) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 564FCA7E) (status 10))
(segment (start 163.5 86.49) (end 162.89 87.1) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 564FCA87) (status 20))
(segment (start 163.5 80.3) (end 163.5 86.49) (width 0.3048) (layer B.Cu-L4) (net 70) (tstamp 564FCA80))
(segment (start 156.65 68) (end 156.65 67.5) (width 0.508) (layer B.Cu-L4) (net 70) (status 30))
(segment (start 162.85 87.05) (end 162.95 87.05) (width 0.508) (layer B.Cu-L4) (net 70) (status 30))
(segment (start 156.65 75.8) (end 156.65 74.85) (width 0.4064) (layer B.Cu-L4) (net 71) (status 10))
(via (at 156.65 74.85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 71))
(segment (start 154.58 76.92) (end 156.65 74.85) (width 0.3048) (layer F.Cu-L1) (net 71) (tstamp 564D6915))
(segment (start 139.6504 76.2604) (end 139.6504 74.915) (width 0.3048) (layer F.Cu-L1) (net 71) (status 20))
(segment (start 139.6504 76.2604) (end 140.31 76.92) (width 0.3048) (layer F.Cu-L1) (net 71) (tstamp 55F019A5))
(segment (start 140.31 76.92) (end 154.58 76.92) (width 0.3048) (layer F.Cu-L1) (net 71) (tstamp 55F019A6))
(segment (start 156.65 73.95) (end 156.65 73.9) (width 0.3048) (layer B.Cu-L4) (net 71) (tstamp 55EEAA8B) (status 30))
(segment (start 156.65 73.9) (end 156.65 75.8) (width 0.508) (layer B.Cu-L4) (net 71) (status 30))
(segment (start 127.558 82.7725) (end 127.558 88.81) (width 0.254) (layer F.Cu-L1) (net 72) (status 30))
(segment (start 127.558 88.81) (end 127.52 88.848) (width 0.254) (layer F.Cu-L1) (net 72) (tstamp 55EED8EC) (status 30))
(segment (start 124.98 88.848) (end 124.98 81.77) (width 0.3048) (layer F.Cu-L1) (net 73) (status 10))
(segment (start 127.05 81.45) (end 127.05 82.7725) (width 0.254) (layer F.Cu-L1) (net 73) (tstamp 55EED7FC) (status 20))
(segment (start 126.65 81.05) (end 127.05 81.45) (width 0.254) (layer F.Cu-L1) (net 73) (tstamp 55EED7FB))
(segment (start 125.7 81.05) (end 126.65 81.05) (width 0.3048) (layer F.Cu-L1) (net 73) (tstamp 55EED7FA))
(segment (start 124.98 81.77) (end 125.7 81.05) (width 0.3048) (layer F.Cu-L1) (net 73) (tstamp 55EED7F3))
(segment (start 126.4 88.05) (end 126.4 85.8) (width 0.3048) (layer L3-PWR) (net 74))
(segment (start 127.3 90.95) (end 124.95 93.3) (width 0.3048) (layer L3-PWR) (net 74) (tstamp 55EFB110))
(segment (start 127.3 88.95) (end 127.3 90.95) (width 0.3048) (layer L3-PWR) (net 74) (tstamp 55EFB10C))
(segment (start 126.4 88.05) (end 127.3 88.95) (width 0.3048) (layer L3-PWR) (net 74) (tstamp 55EFB10B))
(segment (start 126.034 82.7725) (end 126.034 83.316) (width 0.254) (layer F.Cu-L1) (net 74) (status 30))
(segment (start 126.034 83.316) (end 125.65 83.7) (width 0.254) (layer F.Cu-L1) (net 74) (tstamp 55EEDB59) (status 10))
(via (at 126.4 85.8) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 74))
(segment (start 125.65 85.05) (end 126.4 85.8) (width 0.254) (layer F.Cu-L1) (net 74) (tstamp 55EEDB5E))
(segment (start 125.65 83.7) (end 125.65 85.05) (width 0.254) (layer F.Cu-L1) (net 74) (tstamp 55EEDB5A))
(via (at 124.95 93.3) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 74))
(segment (start 124.95 93.3) (end 124.98 93.33) (width 0.254) (layer F.Cu-L1) (net 74) (tstamp 55EEDB70))
(segment (start 124.98 93.33) (end 124.98 95.198) (width 0.254) (layer F.Cu-L1) (net 74) (tstamp 55EEDB71) (status 20))
(segment (start 107.9 81.46) (end 114.74 81.46) (width 0.4064) (layer B.Cu-L4) (net 75) (status 10))
(segment (start 116.2 80) (end 117.6 80) (width 0.4064) (layer B.Cu-L4) (net 75) (tstamp 5666B306) (status 20))
(segment (start 114.74 81.46) (end 116.2 80) (width 0.4064) (layer B.Cu-L4) (net 75) (tstamp 5666B305))
(segment (start 119.55 80) (end 117.6 80) (width 0.3048) (layer L3-PWR) (net 75) (tstamp 55F10B44) (status 20))
(segment (start 126.1 70) (end 126.08 70.02) (width 0.3048) (layer B.Cu-L4) (net 75) (status 30))
(segment (start 126.08 70.02) (end 126.08 72.69) (width 0.3048) (layer B.Cu-L4) (net 75) (tstamp 55F10D46) (status 10))
(via (at 126.08 72.69) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 75))
(segment (start 126.08 72.69) (end 124.61 74.16) (width 0.3048) (layer L3-PWR) (net 75) (tstamp 55F10B3F))
(segment (start 124.61 74.16) (end 124.61 74.94) (width 0.3048) (layer L3-PWR) (net 75) (tstamp 55F10B40))
(segment (start 124.61 74.94) (end 119.55 80) (width 0.3048) (layer L3-PWR) (net 75) (tstamp 55F10B42))
(segment (start 119.6 78.5) (end 119.6 80.05) (width 0.3048) (layer B.Cu-L4) (net 76))
(segment (start 119.6 80.05) (end 121.25 81.7) (width 0.3048) (layer B.Cu-L4) (net 76) (tstamp 55F10B8C) (status 20))
(segment (start 121.25 81.7) (end 121.25 82) (width 0.3048) (layer B.Cu-L4) (net 76) (status 30))
(segment (start 121.25 82) (end 120 83.25) (width 0.3048) (layer B.Cu-L4) (net 76) (tstamp 55F10B83) (status 30))
(segment (start 119.05 77.95) (end 115.88 77.95) (width 0.4064) (layer B.Cu-L4) (net 76) (status 10))
(segment (start 115.88 77.95) (end 115.21 77.28) (width 0.4064) (layer B.Cu-L4) (net 76) (tstamp 55EFFA52) (status 20))
(segment (start 120 82.95) (end 120 83.25) (width 0.3048) (layer B.Cu-L4) (net 76) (tstamp 55EED76C) (status 30))
(segment (start 119.05 77.95) (end 119.6 78.5) (width 0.3048) (layer B.Cu-L4) (net 76) (status 10))
(segment (start 121.25 75.95) (end 121.25 73.05) (width 0.3048) (layer B.Cu-L4) (net 77) (status 10))
(segment (start 121.25 73.05) (end 121.4 72.9) (width 0.3048) (layer B.Cu-L4) (net 77) (tstamp 55EEC7CC))
(segment (start 121.25 75.95) (end 119.05 75.95) (width 0.3048) (layer B.Cu-L4) (net 77) (status 30))
(via (at 121.4 72.9) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 77))
(segment (start 122.575 72.885) (end 121.415 72.885) (width 0.3048) (layer F.Cu-L1) (net 77) (status 10))
(segment (start 121.415 72.885) (end 121.4 72.9) (width 0.3048) (layer F.Cu-L1) (net 77) (tstamp 55EEC09D))
(segment (start 118.75 66.3) (end 118.75 68.45) (width 0.3048) (layer B.Cu-L4) (net 78) (status 30))
(segment (start 118.75 68.45) (end 118.6 68.6) (width 0.3048) (layer B.Cu-L4) (net 78) (tstamp 55EED469) (status 30))
(segment (start 118.6 70.5) (end 118.6 68.6) (width 0.3048) (layer B.Cu-L4) (net 78) (status 30))
(segment (start 120.55 66.25) (end 118.8 66.25) (width 0.3048) (layer B.Cu-L4) (net 78) (status 30))
(segment (start 118.8 66.25) (end 118.75 66.3) (width 0.3048) (layer B.Cu-L4) (net 78) (tstamp 55EEC286) (status 30))
(segment (start 112.86 56.598) (end 112.86 57.96) (width 0.3048) (layer F.Cu-L1) (net 79) (status 10))
(segment (start 119.45 58.8) (end 126.1 65.45) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564FC954))
(segment (start 116.9 58.8) (end 119.45 58.8) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564FC952))
(segment (start 116.6 58.5) (end 116.9 58.8) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564FC950))
(segment (start 113.4 58.5) (end 116.6 58.5) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564FC94F))
(segment (start 112.86 57.96) (end 113.4 58.5) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564FC94C))
(segment (start 126.1 67.1) (end 126.1 65.45) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564D719D))
(segment (start 129.0999 68.4199) (end 130.715 68.4199) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 55EFBB29) (status 20))
(segment (start 130.715 68.4199) (end 130.735 68.3999) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 55EFBB2A) (status 30))
(segment (start 128.9 68.42) (end 127.42 68.42) (width 0.3048) (layer F.Cu-L1) (net 79))
(segment (start 127.42 68.42) (end 126.1 67.1) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 564D719C))
(segment (start 128.9 69.1) (end 128.9 68.42) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 55F10D59))
(segment (start 129.1 68.42) (end 128.9 68.42) (width 0.3048) (layer F.Cu-L1) (net 79))
(segment (start 129.1 68.42) (end 129.0999 68.4199) (width 0.3048) (layer F.Cu-L1) (net 79) (tstamp 55EFBB28))
(via (at 128.9 69.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 79))
(segment (start 128.9 69.2) (end 128.9 69.1) (width 0.3048) (layer B.Cu-L4) (net 79) (tstamp 55F10D54))
(segment (start 128.1 70) (end 128.9 69.2) (width 0.3048) (layer B.Cu-L4) (net 79) (status 10))
(segment (start 132.5 31.7) (end 133.5 31.7) (width 0.3048) (layer L3-PWR) (net 80))
(segment (start 150.7 33.4) (end 151.5 34.2) (width 0.3048) (layer L3-PWR) (net 80) (tstamp 5667E904))
(segment (start 135.2 33.4) (end 150.7 33.4) (width 0.3048) (layer L3-PWR) (net 80) (tstamp 5667E902))
(segment (start 133.5 31.7) (end 135.2 33.4) (width 0.3048) (layer L3-PWR) (net 80) (tstamp 5667E901))
(segment (start 132.5 33.8) (end 132.5 31.7) (width 0.3048) (layer F.Cu-L1) (net 80) (status 10))
(segment (start 133.52 30.68) (end 133.52 28.2) (width 0.3048) (layer B.Cu-L4) (net 80) (tstamp 5667E8D4) (status 20))
(segment (start 132.5 31.7) (end 133.52 30.68) (width 0.3048) (layer B.Cu-L4) (net 80) (tstamp 5667E8D3))
(via (at 132.5 31.7) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 80))
(segment (start 151.505 34.205) (end 153.1 34.205) (width 0.3048) (layer F.Cu-L1) (net 80) (tstamp 5667E8AC) (status 20))
(via (at 151.5 34.2) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 80))
(segment (start 151.5 34.2) (end 151.505 34.205) (width 0.3048) (layer F.Cu-L1) (net 80) (tstamp 5667E8AB))
(segment (start 132.5 35.05) (end 132.5 32.55) (width 0.3048) (layer F.Cu-L1) (net 80) (status 30))
(segment (start 152.555 34.205) (end 153.1 34.205) (width 0.3048) (layer F.Cu-L1) (net 80) (tstamp 561FD7E1) (status 30))
(segment (start 163.1296 43.739) (end 162.721 43.739) (width 0.3048) (layer F.Cu-L1) (net 81))
(segment (start 162.721 43.739) (end 160.27 46.19) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 593DD173))
(segment (start 139.4 49.8) (end 141.4547 49.7675) (width 0.3048) (layer F.Cu-L1) (net 81))
(segment (start 155.885404 44.883582) (end 158.75 44.9) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 564FC9D0))
(segment (start 153.947162 46.589054) (end 155.885404 44.883582) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 564FC9CA))
(segment (start 144.416458 46.572972) (end 153.947162 46.589054) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 564FC9C9))
(segment (start 141.4547 49.7675) (end 144.416458 46.572972) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 564FC9C7))
(segment (start 160.04 46.19) (end 158.75 44.9) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 55ED84A6) (status 10))
(segment (start 139.4 49.8) (end 137.7 51.5) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 563B1BD6))
(segment (start 134.0497 63.485) (end 134.0497 59.6503) (width 0.3048) (layer F.Cu-L1) (net 81) (status 10))
(segment (start 134.0497 59.6503) (end 137.7 56) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 563B1B4B))
(segment (start 137.7 51.5) (end 137.7 56) (width 0.3048) (layer F.Cu-L1) (net 81) (tstamp 563B1BDB))
(segment (start 160.27 46.19) (end 160.04 46.19) (width 0.3048) (layer F.Cu-L1) (net 81) (status 30))
(segment (start 160.27 46.19) (end 160.71 46.19) (width 0.3048) (layer F.Cu-L1) (net 81) (status 30))
(segment (start 135.4 98.1) (end 135.85 97.65) (width 0.3048) (layer B.Cu-L4) (net 82) (status 30))
(segment (start 135.85 97.65) (end 142.3 97.65) (width 0.3048) (layer B.Cu-L4) (net 82) (tstamp 55EEB728) (status 10))
(segment (start 142.3 95.55) (end 142.3 97.65) (width 0.3048) (layer B.Cu-L4) (net 82) (status 10))
(segment (start 142.3 97.65) (end 142.3 98.71) (width 0.3048) (layer B.Cu-L4) (net 82) (tstamp 55EEB72E))
(segment (start 142.3 98.71) (end 143.09 99.5) (width 0.3048) (layer B.Cu-L4) (net 82) (tstamp 55EEB723) (status 20))
(segment (start 135.4 98.1) (end 135.75 97.75) (width 0.3048) (layer B.Cu-L4) (net 82) (status 30))
(segment (start 143.09 98.79) (end 143.09 99.5) (width 0.3048) (layer B.Cu-L4) (net 82) (tstamp 55EEB6D2) (status 30))
(segment (start 138.01 99.5) (end 137.36 100.15) (width 0.3048) (layer B.Cu-L4) (net 83) (status 30))
(segment (start 137.36 100.15) (end 135.45 100.15) (width 0.3048) (layer B.Cu-L4) (net 83) (tstamp 55EEB6CB) (status 30))
(segment (start 135.45 100.15) (end 135.4 100.1) (width 0.3048) (layer B.Cu-L4) (net 83) (tstamp 55EEB6CC) (status 30))
(segment (start 150.3 95.55) (end 150.3 96.55) (width 0.3048) (layer B.Cu-L4) (net 84) (status 10))
(segment (start 150.3 96.55) (end 148.17 98.68) (width 0.3048) (layer B.Cu-L4) (net 84) (tstamp 55EEB730) (status 20))
(segment (start 148.17 98.68) (end 148.17 99.5) (width 0.3048) (layer B.Cu-L4) (net 84) (tstamp 55EEB733) (status 30))
(segment (start 152.425 82.385) (end 153.105 82.385) (width 0.3048) (layer F.Cu-L1) (net 85) (status 10))
(segment (start 154.98 97.82) (end 153.3 99.5) (width 0.3048) (layer F.Cu-L1) (net 85) (tstamp 55EFBE5C) (status 20))
(segment (start 154.98 84.26) (end 154.98 97.82) (width 0.3048) (layer F.Cu-L1) (net 85) (tstamp 55EFBE59))
(segment (start 153.105 82.385) (end 154.98 84.26) (width 0.3048) (layer F.Cu-L1) (net 85) (tstamp 55EFBE57))
(segment (start 153.8 97.3) (end 153.8 98.95) (width 0.4064) (layer B.Cu-L4) (net 85) (status 30))
(segment (start 153.8 98.95) (end 153.25 99.5) (width 0.4064) (layer B.Cu-L4) (net 85) (tstamp 55EEB7EC) (status 30))
(segment (start 137.35 86.2) (end 137.35 85.1) (width 0.762) (layer B.Cu-L4) (net 86) (status 10))
(segment (start 137.35 83.95) (end 137.35 85.1) (width 0.3048) (layer B.Cu-L4) (net 86) (status 10))
(segment (start 137.365 85.115) (end 137.365 86.175) (width 0.3048) (layer F.Cu-L1) (net 86) (tstamp 55EEAF91) (status 20))
(segment (start 137.35 85.1) (end 137.365 85.115) (width 0.3048) (layer F.Cu-L1) (net 86) (tstamp 55EEAF90))
(via (at 137.35 85.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 86))
(segment (start 152.425 79.845) (end 153.355 79.845) (width 0.508) (layer F.Cu-L1) (net 87) (status 10))
(segment (start 153.6 79.6) (end 152.55 79.6) (width 0.508) (layer B.Cu-L4) (net 87) (tstamp 55EEA476) (status 20))
(via (at 153.6 79.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 87))
(segment (start 153.355 79.845) (end 153.6 79.6) (width 0.508) (layer F.Cu-L1) (net 87) (tstamp 55EEA474))
(segment (start 152.5 77.95) (end 152.5 79.55) (width 0.508) (layer B.Cu-L4) (net 87) (status 30))
(segment (start 152.5 79.55) (end 152.55 79.6) (width 0.508) (layer B.Cu-L4) (net 87) (tstamp 55EEA465) (status 30))
(segment (start 139.885 88.825) (end 138.615 88.825) (width 0.3048) (layer F.Cu-L1) (net 88) (status 30))
(segment (start 138.635 86.175) (end 138.635 88.805) (width 0.3048) (layer F.Cu-L1) (net 88) (status 30))
(segment (start 138.635 88.805) (end 138.615 88.825) (width 0.3048) (layer F.Cu-L1) (net 88) (tstamp 55EEAD43) (status 30))
(segment (start 137.47 79.85) (end 146.82 79.85) (width 0.3048) (layer L3-PWR) (net 89))
(segment (start 147.905 78.765) (end 147.905 79.825) (width 0.3048) (layer F.Cu-L1) (net 89) (tstamp 55F01BCB) (status 20))
(segment (start 147.93 78.74) (end 147.905 78.765) (width 0.3048) (layer F.Cu-L1) (net 89) (tstamp 55F01BCA))
(via (at 147.93 78.74) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 89))
(segment (start 146.82 79.85) (end 147.93 78.74) (width 0.3048) (layer L3-PWR) (net 89) (tstamp 55F01BC8))
(segment (start 137.06 79.44) (end 134.29 79.44) (width 0.3048) (layer L3-PWR) (net 89))
(segment (start 133.9 79.05) (end 133.9 77.45) (width 0.3048) (layer L3-PWR) (net 89) (tstamp 55F01B2C))
(segment (start 134.29 79.44) (end 133.9 79.05) (width 0.3048) (layer L3-PWR) (net 89) (tstamp 55F01B2B))
(segment (start 137.06 79.44) (end 137.47 79.85) (width 0.3048) (layer L3-PWR) (net 89) (tstamp 55F01983))
(segment (start 133.2496 74.915) (end 133.2496 76.7996) (width 0.3048) (layer F.Cu-L1) (net 89) (status 10))
(via (at 133.9 77.45) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 89))
(segment (start 133.2496 76.7996) (end 133.9 77.45) (width 0.3048) (layer F.Cu-L1) (net 89) (tstamp 55EED6E6))
(segment (start 139.9 80.85) (end 137.29 80.85) (width 0.3048) (layer L3-PWR) (net 90))
(segment (start 132.45 79.03) (end 132.45 77.55) (width 0.3048) (layer L3-PWR) (net 90) (tstamp 55F0197E))
(segment (start 133.53 80.11) (end 132.45 79.03) (width 0.3048) (layer L3-PWR) (net 90) (tstamp 55F0197D))
(segment (start 136.55 80.11) (end 133.53 80.11) (width 0.3048) (layer L3-PWR) (net 90) (tstamp 55F0197C))
(segment (start 137.29 80.85) (end 136.55 80.11) (width 0.3048) (layer L3-PWR) (net 90) (tstamp 55F0197B))
(segment (start 132.4495 74.915) (end 132.4495 77.5495) (width 0.3048) (layer F.Cu-L1) (net 90) (status 10))
(via (at 132.45 77.55) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 90))
(segment (start 132.4495 77.5495) (end 132.45 77.55) (width 0.3048) (layer F.Cu-L1) (net 90) (tstamp 55EED6D2))
(via (at 139.9 80.85) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 90))
(segment (start 139.9 80.85) (end 139.905 80.845) (width 0.3048) (layer F.Cu-L1) (net 90) (tstamp 55EEAB11))
(segment (start 139.905 80.845) (end 139.905 79.825) (width 0.3048) (layer F.Cu-L1) (net 90) (tstamp 55EEAB12) (status 20))
(segment (start 132.4495 74.915) (end 132.4495 75.3005) (width 0.3048) (layer F.Cu-L1) (net 90) (status 30))
(segment (start 155.9 80.35) (end 155.9 79.35) (width 0.508) (layer B.Cu-L4) (net 91) (status 10))
(segment (start 155.9 79.35) (end 156.65 78.6) (width 0.508) (layer B.Cu-L4) (net 91) (tstamp 55EEA40F))
(segment (start 158.775 81.115) (end 157.265 81.115) (width 0.3048) (layer F.Cu-L1) (net 91) (status 10))
(segment (start 156.65 78.6) (end 156.65 77.8) (width 0.3048) (layer B.Cu-L4) (net 91) (tstamp 55EEA3F0) (status 20))
(via (at 156.65 78.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 91))
(segment (start 156.65 80.5) (end 156.65 78.6) (width 0.3048) (layer F.Cu-L1) (net 91) (tstamp 55EEA3EE))
(segment (start 157.265 81.115) (end 156.65 80.5) (width 0.3048) (layer F.Cu-L1) (net 91) (tstamp 55EEA3ED))
(segment (start 163.1296 46.279) (end 162.8248 46.279) (width 0.3048) (layer F.Cu-L1) (net 92))
(segment (start 162.8248 46.279) (end 161.6538 47.45) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 593DD167))
(segment (start 161.6538 47.45) (end 157.7 47.45) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 593DD16C))
(segment (start 139.6 50.5) (end 142.1183 50.5009) (width 0.3048) (layer F.Cu-L1) (net 92))
(segment (start 155.15 47.45) (end 157.7 47.45) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 564FC9DA))
(segment (start 154.808008 47.421226) (end 155.15 47.45) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 564FC9D9))
(segment (start 144.826308 47.422126) (end 154.808008 47.421226) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 564FC9D7))
(segment (start 142.1183 50.5009) (end 144.826308 47.422126) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 564FC9D6))
(segment (start 157.7 47.45) (end 157.7 46.22) (width 0.3048) (layer F.Cu-L1) (net 92) (status 20))
(segment (start 157.7 46.22) (end 157.73 46.19) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 563B1BC2) (status 30))
(segment (start 139.6 50.5) (end 138.3 51.8) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 563B1BB4))
(segment (start 134.8498 63.485) (end 134.8498 59.8502) (width 0.3048) (layer F.Cu-L1) (net 92) (status 10))
(segment (start 138.3 51.8) (end 138.3 56.4) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 563B1BBA))
(segment (start 134.8498 59.8502) (end 138.3 56.4) (width 0.3048) (layer F.Cu-L1) (net 92) (tstamp 563B1B53))
(segment (start 157.73 46.19) (end 157.13 46.19) (width 0.3048) (layer F.Cu-L1) (net 92) (status 30))
(segment (start 157.73 46.19) (end 157.79 46.19) (width 0.3048) (layer F.Cu-L1) (net 92) (status 30))
(segment (start 157.73 46.19) (end 157.31 46.19) (width 0.3048) (layer F.Cu-L1) (net 92) (status 30))
(segment (start 154.5 66.16) (end 154.5 58.45) (width 0.3048) (layer L3-PWR) (net 93))
(segment (start 152.4 56.35) (end 148.78 52.73) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 566522F3) (status 20))
(via (at 152.4 56.35) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 93))
(segment (start 154.5 58.45) (end 152.4 56.35) (width 0.3048) (layer L3-PWR) (net 93) (tstamp 566522F0))
(segment (start 148.78 52.73) (end 148.16 52.73) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 566522F4) (status 30))
(segment (start 149.61 72.66) (end 145.46 72.66) (width 0.3048) (layer B.Cu-L4) (net 93))
(segment (start 145.46 72.66) (end 144.24 73.88) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 55F01C67))
(segment (start 154.5 66.16) (end 154.5 69.68) (width 0.3048) (layer B.Cu-L4) (net 93))
(segment (start 153.16 71.02) (end 151.25 71.02) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 55F01C18))
(segment (start 154.5 69.68) (end 153.16 71.02) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 55F01C17))
(segment (start 151.25 71.02) (end 149.61 72.66) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 55F01C1C))
(segment (start 142.88 73.88) (end 142.2005 73.2005) (width 0.3048) (layer F.Cu-L1) (net 93) (tstamp 55F01B1F) (status 20))
(segment (start 144.24 73.88) (end 142.88 73.88) (width 0.3048) (layer B.Cu-L4) (net 93) (tstamp 55F01C6A))
(via (at 142.88 73.88) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 93))
(segment (start 142.2005 73.2005) (end 142.165 73.2005) (width 0.3048) (layer F.Cu-L1) (net 93) (tstamp 55F01B20) (status 30))
(via (at 154.5 66.16) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 93))
(segment (start 142.165 73.2005) (end 142.6205 73.2005) (width 0.3048) (layer F.Cu-L1) (net 93) (status 30))
(segment (start 142.165 73.2005) (end 142.2005 73.2005) (width 0.3048) (layer F.Cu-L1) (net 93) (status 30))
(segment (start 151.5218 62.5858) (end 151.6488 62.5858) (width 0.3048) (layer F.Cu-L1) (net 94))
(segment (start 153.63 60.6046) (end 153.63 59.8172) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 59369108))
(segment (start 151.6488 62.5858) (end 153.63 60.6046) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 59369105))
(segment (start 143.1 34.205) (end 146.5598 34.205) (width 0.254) (layer F.Cu-L1) (net 94))
(segment (start 155.4842 57.963) (end 153.63 59.8172) (width 0.254) (layer F.Cu-L1) (net 94) (tstamp 5915E28D))
(via (at 155.4842 57.963) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 94))
(segment (start 155.4842 56.2612) (end 155.4842 57.963) (width 0.254) (layer B.Cu-L4) (net 94) (tstamp 5915E286))
(segment (start 154.1126 54.8896) (end 155.4842 56.2612) (width 0.254) (layer B.Cu-L4) (net 94) (tstamp 5915E285))
(via (at 154.1126 54.8896) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 94))
(segment (start 154.1126 54.8642) (end 154.1126 54.8896) (width 0.254) (layer F.Cu-L1) (net 94) (tstamp 5915E278))
(segment (start 148.3214 49.073) (end 154.1126 54.8642) (width 0.254) (layer F.Cu-L1) (net 94) (tstamp 5915E277))
(via (at 148.3214 49.073) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 94))
(segment (start 148.3214 44.8058) (end 148.3214 49.073) (width 0.254) (layer B.Cu-L4) (net 94) (tstamp 5915E275))
(segment (start 148.3722 44.755) (end 148.3214 44.8058) (width 0.254) (layer B.Cu-L4) (net 94) (tstamp 5915E274))
(via (at 148.3722 44.755) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 94))
(segment (start 148.3722 36.0174) (end 148.3722 44.755) (width 0.254) (layer F.Cu-L1) (net 94) (tstamp 5915E269))
(segment (start 146.5598 34.205) (end 148.3722 36.0174) (width 0.254) (layer F.Cu-L1) (net 94) (tstamp 5915E247))
(segment (start 148.5176 64.1168) (end 150.0486 62.5858) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 5915DD7B))
(segment (start 150.0486 62.5858) (end 151.5218 62.5858) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 5915DD7D))
(segment (start 148.5176 64.5966) (end 148.5176 64.1168) (width 0.3048) (layer F.Cu-L1) (net 94))
(segment (start 148.5176 64.5966) (end 147.4028 64.5966) (width 0.3048) (layer F.Cu-L1) (net 94))
(segment (start 144.3996 67.5998) (end 142.165 67.5998) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 5915DD4A))
(segment (start 147.4028 64.5966) (end 144.3996 67.5998) (width 0.3048) (layer F.Cu-L1) (net 94) (tstamp 5915DD42))
(segment (start 122.55 66.25) (end 124.2 66.25) (width 0.3048) (layer B.Cu-L4) (net 95) (status 30))
(segment (start 119.9 61.9) (end 122.55 64.55) (width 0.3048) (layer B.Cu-L4) (net 95) (status 10))
(segment (start 122.55 64.55) (end 122.55 66.25) (width 0.3048) (layer B.Cu-L4) (net 95) (tstamp 55F10CE4) (status 20))
(segment (start 118.6 72.5) (end 116.15 72.5) (width 0.3048) (layer B.Cu-L4) (net 96) (status 30))
(segment (start 116.15 72.5) (end 115.2 72.5) (width 0.3048) (layer B.Cu-L4) (net 96) (status 10))
(segment (start 115.05 72.35) (end 115.785 71.615) (width 0.3048) (layer F.Cu-L1) (net 96) (tstamp 55EED4CD) (status 20))
(via (at 115.05 72.35) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 96))
(segment (start 115.2 72.5) (end 115.05 72.35) (width 0.3048) (layer B.Cu-L4) (net 96) (tstamp 55EED4CB))
(segment (start 115.785 71.615) (end 116.225 71.615) (width 0.3048) (layer F.Cu-L1) (net 96) (tstamp 55EED4CE) (status 30))
(segment (start 119.44 89.16) (end 119.44 98.65) (width 0.3048) (layer F.Cu-L1) (net 97))
(segment (start 119.44 98.65) (end 120.29 99.5) (width 0.3048) (layer F.Cu-L1) (net 97) (tstamp 564D6A3B) (status 20))
(segment (start 122.25 80.1) (end 121.85 79.7) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EFB1D8) (status 20))
(via (at 122.25 80.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 97))
(segment (start 122.25 86.35) (end 122.25 80.1) (width 0.3048) (layer F.Cu-L1) (net 97) (tstamp 55EFB1C8))
(segment (start 119.44 89.16) (end 122.25 86.35) (width 0.3048) (layer F.Cu-L1) (net 97) (tstamp 55EFB1BC))
(segment (start 121.85 79.7) (end 121.25 79.7) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EFB1D9) (status 30))
(segment (start 122.575 71.615) (end 121.865 71.615) (width 0.3048) (layer F.Cu-L1) (net 97) (status 10))
(segment (start 122 78.1) (end 121.25 78.1) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EED560) (status 20))
(segment (start 122.45 77.65) (end 122 78.1) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EED55F))
(segment (start 122.45 72.2) (end 122.45 77.65) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EED55C))
(segment (start 121.35 71.1) (end 122.45 72.2) (width 0.3048) (layer B.Cu-L4) (net 97) (tstamp 55EED55B))
(via (at 121.35 71.1) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 97))
(segment (start 121.865 71.615) (end 121.35 71.1) (width 0.3048) (layer F.Cu-L1) (net 97) (tstamp 55EED557))
(segment (start 121.25 79.7) (end 121.25 77.95) (width 0.3048) (layer B.Cu-L4) (net 97) (status 30))
(segment (start 116.67 56.598) (end 116.67 57.17) (width 0.3048) (layer F.Cu-L1) (net 98) (status 10))
(segment (start 119.85 58.1) (end 127.05 65.3) (width 0.3048) (layer F.Cu-L1) (net 98) (tstamp 564FC938))
(segment (start 117.6 58.1) (end 119.85 58.1) (width 0.3048) (layer F.Cu-L1) (net 98) (tstamp 564FC937))
(segment (start 116.67 57.17) (end 117.6 58.1) (width 0.3048) (layer F.Cu-L1) (net 98) (tstamp 564FC936))
(segment (start 127.05 66.55) (end 127.05 65.3) (width 0.3048) (layer F.Cu-L1) (net 98))
(segment (start 126.2 66.25) (end 126.75 66.25) (width 0.3048) (layer B.Cu-L4) (net 98) (status 10))
(segment (start 128.0998 67.5998) (end 130.735 67.5998) (width 0.3048) (layer F.Cu-L1) (net 98) (tstamp 564D71BD) (status 20))
(segment (start 127.05 66.55) (end 128.0998 67.5998) (width 0.3048) (layer F.Cu-L1) (net 98) (tstamp 564D71BC))
(via (at 127.05 66.55) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 98))
(segment (start 126.75 66.25) (end 127.05 66.55) (width 0.3048) (layer B.Cu-L4) (net 98) (tstamp 564D71B2))
(segment (start 116.67 56.598) (end 116.67 57.12) (width 0.3048) (layer F.Cu-L1) (net 98) (status 30))
(segment (start 116.67 56.598) (end 116.67 56.92) (width 0.3048) (layer F.Cu-L1) (net 98) (status 30))
(segment (start 116.67 56.598) (end 116.67 57.07) (width 0.3048) (layer F.Cu-L1) (net 98) (status 30))
(segment (start 115.21 99.5) (end 115.21 93.81) (width 0.4064) (layer L3-PWR) (net 99) (status 10))
(segment (start 112.8 76.35) (end 116.3 72.85) (width 0.4064) (layer L3-PWR) (net 99) (tstamp 564D6AF4))
(segment (start 112.8 91.4) (end 112.8 76.35) (width 0.4064) (layer L3-PWR) (net 99) (tstamp 564D6AEE))
(segment (start 115.21 93.81) (end 112.8 91.4) (width 0.4064) (layer L3-PWR) (net 99) (tstamp 564D6AEC))
(segment (start 116.3 69.6) (end 116.3 70.35) (width 0.3048) (layer B.Cu-L4) (net 99) (status 20))
(segment (start 116.3 70.35) (end 116.15 70.5) (width 0.3048) (layer B.Cu-L4) (net 99) (tstamp 55F01932) (status 30))
(segment (start 116.3 72.85) (end 116.3 69.6) (width 0.4064) (layer L3-PWR) (net 99) (tstamp 55EFFA84))
(segment (start 116.225 70.345) (end 116.225 69.675) (width 0.3048) (layer F.Cu-L1) (net 99) (status 10))
(segment (start 116.225 69.675) (end 116.3 69.6) (width 0.3048) (layer F.Cu-L1) (net 99) (tstamp 55EED4ED))
(segment (start 116.6 68.6) (end 116.6 69.3) (width 0.3048) (layer B.Cu-L4) (net 99) (status 10))
(segment (start 116.3 69.6) (end 116.225 69.675) (width 0.3048) (layer F.Cu-L1) (net 99) (tstamp 55EED46E))
(via (at 116.3 69.6) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 99))
(segment (start 116.6 69.3) (end 116.3 69.6) (width 0.3048) (layer B.Cu-L4) (net 99) (tstamp 55EED46C))
(segment (start 158.8 85.95) (end 159.75 86.9) (width 0.508) (layer B.Cu-L4) (net 100) (status 10))
(segment (start 159.75 86.9) (end 160.7 86.9) (width 0.508) (layer B.Cu-L4) (net 100) (tstamp 55EEA4C4) (status 20))
(segment (start 160.7 86.9) (end 160.85 87.05) (width 0.508) (layer B.Cu-L4) (net 100) (tstamp 55EEA4C5) (status 30))
(segment (start 128.00664 59.7) (end 127.95664 59.65) (width 0.3048) (layer B.Cu-L4) (net 101) (tstamp 564D70C9) (status 30))
(segment (start 128.75 56.55) (end 128.75 58.85664) (width 0.3048) (layer B.Cu-L4) (net 101) (status 10))
(segment (start 128.75 58.85664) (end 127.95664 59.65) (width 0.3048) (layer B.Cu-L4) (net 101) (tstamp 564D70BE) (status 20))
(segment (start 120.4 59.25) (end 121.5 58.15) (width 0.3048) (layer B.Cu-L4) (net 102) (status 10))
(segment (start 123.45 58.15) (end 125.05 56.55) (width 0.3048) (layer B.Cu-L4) (net 102) (tstamp 566522CB) (status 20))
(segment (start 121.5 58.15) (end 123.45 58.15) (width 0.3048) (layer B.Cu-L4) (net 102) (tstamp 566522CA))
(segment (start 125.05 56.55) (end 125.05 56.7) (width 0.4064) (layer B.Cu-L4) (net 102) (status 30))
(segment (start 125.05 56.55) (end 126.75 56.55) (width 0.4064) (layer B.Cu-L4) (net 102) (status 30))
(segment (start 141.47 72.09) (end 141.26 72.09) (width 0.3048) (layer B.Cu-L4) (net 103) (status 30))
(segment (start 141.26 72.09) (end 140.78 71.61) (width 0.3048) (layer B.Cu-L4) (net 103) (tstamp 55F00938) (status 10))
(via (at 140.78 71.61) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 103))
(segment (start 140.78 71.61) (end 140.7897 71.6003) (width 0.3048) (layer F.Cu-L1) (net 103) (tstamp 55F0093A))
(segment (start 140.7897 71.6003) (end 142.165 71.6003) (width 0.3048) (layer F.Cu-L1) (net 103) (tstamp 55F0093B) (status 20))
(segment (start 130.2 61.7) (end 129.2 61.7) (width 0.3048) (layer B.Cu-L4) (net 104) (status 10))
(segment (start 126.15 64.75) (end 126.15 68.05) (width 0.3048) (layer L3-PWR) (net 104) (tstamp 564D723B))
(segment (start 128.95 61.95) (end 126.15 64.75) (width 0.3048) (layer L3-PWR) (net 104) (tstamp 564D723A))
(via (at 128.95 61.95) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 104))
(segment (start 129.2 61.7) (end 128.95 61.95) (width 0.3048) (layer B.Cu-L4) (net 104) (tstamp 564D7238))
(via (at 127.5 74.05) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 104))
(segment (start 127.2 69.1) (end 126.15 68.05) (width 0.3048) (layer L3-PWR) (net 104) (tstamp 564D713E))
(segment (start 127.2 73.75) (end 127.2 69.1) (width 0.3048) (layer L3-PWR) (net 104) (tstamp 564D7129))
(segment (start 127.2 73.75) (end 127.5 74.05) (width 0.3048) (layer L3-PWR) (net 104) (tstamp 564D7128))
(segment (start 134.0497 74.915) (end 134.0497 74.0497) (width 0.3048) (layer F.Cu-L1) (net 104) (status 10))
(segment (start 134.0497 74.0497) (end 133.59 73.59) (width 0.3048) (layer F.Cu-L1) (net 104) (tstamp 561FEE0B))
(segment (start 131.54 74.05) (end 127.5 74.05) (width 0.3048) (layer F.Cu-L1) (net 104) (tstamp 55F105ED))
(segment (start 132 73.59) (end 131.54 74.05) (width 0.3048) (layer F.Cu-L1) (net 104) (tstamp 55F105E5))
(segment (start 133.59 73.59) (end 132 73.59) (width 0.3048) (layer F.Cu-L1) (net 104) (tstamp 561FEE0E))
(segment (start 130.2112 59.63) (end 130.2112 55.6008) (width 0.3048) (layer B.Cu-L4) (net 105))
(segment (start 110.5422 55.534) (end 110.5422 59.2838) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD2D1))
(segment (start 112.7868 53.2894) (end 110.5422 55.534) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD2CE))
(segment (start 127.8998 53.2894) (end 112.7868 53.2894) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD2C7))
(segment (start 130.2112 55.6008) (end 127.8998 53.2894) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD2C4))
(segment (start 107.6814 61.7222) (end 109.8404 61.7222) (width 0.3048) (layer F.Cu-L1) (net 105))
(segment (start 110.5422 61.0204) (end 110.5422 59.2838) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD088))
(segment (start 109.8658 61.6968) (end 110.5422 61.0204) (width 0.3048) (layer B.Cu-L4) (net 105) (tstamp 593DD087))
(via (at 109.8658 61.6968) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 105))
(segment (start 109.8404 61.7222) (end 109.8658 61.6968) (width 0.3048) (layer F.Cu-L1) (net 105) (tstamp 593DD07C))
(segment (start 147.885 88.825) (end 146.615 88.825) (width 0.3048) (layer F.Cu-L1) (net 106) (status 30))
(segment (start 147.905 88.805) (end 147.885 88.825) (width 0.3048) (layer F.Cu-L1) (net 106) (tstamp 55EEAB56) (status 30))
(segment (start 146.635 86.175) (end 146.635 88.805) (width 0.3048) (layer F.Cu-L1) (net 106) (status 30))
(segment (start 146.635 88.805) (end 146.615 88.825) (width 0.3048) (layer F.Cu-L1) (net 106) (tstamp 55EEAB5F) (status 30))
(segment (start 124.3 41.3) (end 124.3 50.4) (width 0.3048) (layer L3-PWR) (net 107))
(segment (start 124.3 50.4) (end 122.7 52) (width 0.3048) (layer L3-PWR) (net 107) (tstamp 566522D2))
(segment (start 120.9 31.5) (end 120.8 31.4) (width 0.508) (layer B.Cu-L4) (net 107) (status 30))
(segment (start 120.8 31.4) (end 119.5 31.4) (width 0.508) (layer B.Cu-L4) (net 107) (tstamp 56602CEC) (status 10))
(segment (start 132.3 66.5) (end 132.3 65.1) (width 0.3048) (layer F.Cu-L1) (net 107))
(segment (start 132.3 65.1) (end 131.05 63.85) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 564D722E))
(segment (start 122.7 58.15) (end 122.7 52) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 564D7233))
(segment (start 128.4 63.85) (end 122.7 58.15) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 564D7231))
(segment (start 131.05 63.85) (end 128.4 63.85) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 564D722F))
(via (at 122.7 52) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 107))
(segment (start 134.8498 73.9498) (end 133.5 72.6) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 563B1968))
(segment (start 133.5 72.6) (end 133.5 67.7) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 563B1969))
(segment (start 133.5 67.7) (end 132.3 66.5) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 563B196B))
(segment (start 134.8498 74.915) (end 134.8498 73.9498) (width 0.3048) (layer F.Cu-L1) (net 107) (status 10))
(segment (start 119.5 31.4) (end 119.5 30.5) (width 0.3048) (layer F.Cu-L1) (net 107) (tstamp 563B1984) (status 20))
(via (at 119.5 31.4) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 107))
(segment (start 119.5 36.5) (end 119.5 31.4) (width 0.3048) (layer L3-PWR) (net 107) (tstamp 563B1981))
(segment (start 124.3 41.3) (end 119.5 36.5) (width 0.3048) (layer L3-PWR) (net 107) (tstamp 563B197F))
(segment (start 139.3 42) (end 148.5 42) (width 0.3048) (layer L3-PWR) (net 108))
(segment (start 158.1 35.6) (end 159 36.5) (width 0.3048) (layer L3-PWR) (net 108) (tstamp 5667E7DE))
(segment (start 154.9 35.6) (end 158.1 35.6) (width 0.3048) (layer L3-PWR) (net 108) (tstamp 5667E7DC))
(segment (start 148.5 42) (end 154.9 35.6) (width 0.3048) (layer L3-PWR) (net 108) (tstamp 5667E7DA))
(segment (start 139.3 42) (end 137.85 42) (width 0.3048) (layer B.Cu-L4) (net 108) (tstamp 564D63AC) (status 20))
(via (at 139.3 42) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 108))
(segment (start 159 36.5) (end 159 50) (width 0.3048) (layer L3-PWR) (net 108) (tstamp 5667E7E1))
(segment (start 159 50) (end 160.27 51.27) (width 0.3048) (layer L3-PWR) (net 108) (tstamp 564D6298) (status 20))
(segment (start 122.9 31.5) (end 122.9 29.17) (width 0.508) (layer B.Cu-L4) (net 109) (status 30))
(segment (start 122.9 29.17) (end 123.17 28.9) (width 0.508) (layer B.Cu-L4) (net 109) (tstamp 5667E933) (status 30))
(segment (start 162.1 35.85) (end 160.45 35.85) (width 0.508) (layer B.Cu-L4) (net 110) (status 30))
(segment (start 107.9 84) (end 113.2 84) (width 0.4064) (layer B.Cu-L4) (net 111) (status 10))
(segment (start 115.2 86) (end 117.6 86) (width 0.4064) (layer B.Cu-L4) (net 111) (tstamp 5666AF44) (status 20))
(segment (start 113.2 84) (end 115.2 86) (width 0.4064) (layer B.Cu-L4) (net 111) (tstamp 5666AF43))
(segment (start 117.59 85.99) (end 117.6 86) (width 0.3048) (layer B.Cu-L4) (net 111) (tstamp 564D887D) (status 30))
(segment (start 120 85.25) (end 119.25 86) (width 0.3048) (layer B.Cu-L4) (net 111) (status 10))
(segment (start 119.25 86) (end 117.6 86) (width 0.3048) (layer B.Cu-L4) (net 111) (tstamp 55EED768) (status 20))
(segment (start 162 84.35) (end 156.9 84.35) (width 0.3048) (layer F.Cu-L1) (net 112) (status 10))
(segment (start 156.9 84.35) (end 153.75 81.2) (width 0.3048) (layer F.Cu-L1) (net 112) (tstamp 55F01393))
(segment (start 153.75 81.2) (end 153.665 81.115) (width 0.508) (layer F.Cu-L1) (net 112) (tstamp 55EEA47B))
(via (at 153.75 81.2) (size 0.9144) (drill 0.4064) (layers F.Cu-L1 B.Cu-L4) (net 112))
(segment (start 153.35 81.6) (end 153.75 81.2) (width 0.508) (layer B.Cu-L4) (net 112) (tstamp 55EEA479))
(segment (start 152.55 81.6) (end 153.35 81.6) (width 0.508) (layer B.Cu-L4) (net 112) (status 10))
(segment (start 153.665 81.115) (end 152.425 81.115) (width 0.508) (layer F.Cu-L1) (net 112) (tstamp 55EEA47C) (status 20))
(segment (start 152.75 81.6) (end 152.55 81.6) (width 0.508) (layer B.Cu-L4) (net 112) (tstamp 55EEA469) (status 30))
(segment (start 119.1 60.6) (end 125.84086 60.6) (width 0.3048) (layer B.Cu-L4) (net 113) (status 20))
(segment (start 125.84086 60.6) (end 125.84336 60.6025) (width 0.3048) (layer B.Cu-L4) (net 113) (tstamp 564D70BB) (status 30))
(segment (start 118.4 59.25) (end 118.4 59.9) (width 0.3048) (layer B.Cu-L4) (net 113) (status 30))
(segment (start 118.4 59.9) (end 119.1 60.6) (width 0.3048) (layer B.Cu-L4) (net 113) (tstamp 564D6F48) (status 10))
(segment (start 116.55 59.25) (end 118.4 59.25) (width 0.3048) (layer B.Cu-L4) (net 113) (status 30))
(segment (start 112.5422 59.2838) (end 114.4838 59.2838) (width 0.3048) (layer B.Cu-L4) (net 114))
(segment (start 114.4838 59.2838) (end 114.5 59.3) (width 0.3048) (layer B.Cu-L4) (net 114) (tstamp 593DD324))
(segment (start 132.60396 37.3) (end 133 37.3) (width 0.762) (layer B.Cu-L4) (net 143) (status 30))
(segment (start 133 37.3) (end 134.1 36.2) (width 0.762) (layer B.Cu-L4) (net 143) (tstamp 5667E955) (status 10))
(segment (start 134.1002 36.1998) (end 134.1002 33.8) (width 0.508) (layer F.Cu-L1) (net 143) (tstamp 5667E958) (status 20))
(segment (start 134.1 36.2) (end 134.1002 36.1998) (width 0.508) (layer F.Cu-L1) (net 143) (tstamp 5667E957))
(via (at 134.1 36.2) (size 1.2192) (drill 0.7112) (layers F.Cu-L1 B.Cu-L4) (net 143))
(segment (start 132.60396 37.3) (end 132.60396 34.70396) (width 1.016) (layer B.Cu-L4) (net 143) (status 10))
(segment (start 128.94 32.34) (end 128.94 28.2) (width 1.016) (layer B.Cu-L4) (net 143) (tstamp 5667E884) (status 20))
(segment (start 130.2 33.6) (end 128.94 32.34) (width 1.016) (layer B.Cu-L4) (net 143) (tstamp 5667E883))
(segment (start 131.5 33.6) (end 130.2 33.6) (width 1.016) (layer B.Cu-L4) (net 143) (tstamp 5667E882))
(segment (start 132.60396 34.70396) (end 131.5 33.6) (width 1.016) (layer B.Cu-L4) (net 143) (tstamp 5667E881))
(zone (net 1) (net_name GND) (layer L2-GND) (tstamp 55BA6D47) (hatch edge 0.508)
(connect_pads (clearance 0.4))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 164.9 101.3) (xy 105.1 101.25) (xy 105.2 26.55) (xy 138.3 26.5) (xy 138.3 30.3)
(xy 156 30.3) (xy 155.95 26.5) (xy 164.9 26.5)
)
)
(filled_polygon
(pts
(xy 138.173 28.27375) (xy 138.06425 28.165) (xy 137.22369 28.165) (xy 136.990301 28.261673) (xy 136.811673 28.440302)
(xy 136.715 28.673691) (xy 136.715 30.51425) (xy 136.87375 30.673) (xy 138.223 30.673) (xy 138.223 30.653)
(xy 138.477 30.653) (xy 138.477 30.673) (xy 139.679891 30.673) (xy 139.7 30.677) (xy 142.732526 30.677)
(xy 142.485747 30.778967) (xy 142.18004 31.084141) (xy 142.014389 31.483074) (xy 142.014012 31.915031) (xy 142.178967 32.314253)
(xy 142.484141 32.61996) (xy 142.883074 32.785611) (xy 143.315031 32.785988) (xy 143.67832 32.63588) (xy 159.043725 32.63588)
(xy 159.325421 33.058564) (xy 160.477892 33.535294) (xy 161.725072 33.534705) (xy 162.874579 33.058564) (xy 163.156275 32.63588)
(xy 161.1 30.579605) (xy 159.043725 32.63588) (xy 143.67832 32.63588) (xy 143.714253 32.621033) (xy 144.01996 32.315859)
(xy 144.185611 31.916926) (xy 144.185988 31.484969) (xy 144.021033 31.085747) (xy 143.715859 30.78004) (xy 143.46771 30.677)
(xy 153.4 30.677) (xy 153.620808 30.633078) (xy 153.808001 30.508001) (xy 153.862124 30.427) (xy 156 30.427)
(xy 156.04941 30.416994) (xy 156.091035 30.388553) (xy 156.118315 30.346159) (xy 156.126989 30.298329) (xy 156.120142 29.777892)
(xy 157.964706 29.777892) (xy 157.965295 31.025072) (xy 158.441436 32.174579) (xy 158.86412 32.456275) (xy 160.920395 30.4)
(xy 161.279605 30.4) (xy 163.33588 32.456275) (xy 163.758564 32.174579) (xy 164.235294 31.022108) (xy 164.234705 29.774928)
(xy 163.758564 28.625421) (xy 163.33588 28.343725) (xy 161.279605 30.4) (xy 160.920395 30.4) (xy 158.86412 28.343725)
(xy 158.441436 28.625421) (xy 157.964706 29.777892) (xy 156.120142 29.777892) (xy 156.098908 28.16412) (xy 159.043725 28.16412)
(xy 161.1 30.220395) (xy 163.156275 28.16412) (xy 162.874579 27.741436) (xy 161.722108 27.264706) (xy 160.474928 27.265295)
(xy 159.325421 27.741436) (xy 159.043725 28.16412) (xy 156.098908 28.16412) (xy 156.083287 26.977) (xy 164.523 26.977)
(xy 164.523 48.236497) (xy 164.436116 48.026741) (xy 164.183405 47.9448) (xy 163.309205 48.819) (xy 164.183405 49.6932)
(xy 164.436116 49.611259) (xy 164.523 49.372317) (xy 164.523 52.995413) (xy 164.493777 52.840106) (xy 164.378358 52.66074)
(xy 164.202249 52.54041) (xy 163.9932 52.498076) (xy 163.956857 52.498076) (xy 164.307806 52.14774) (xy 164.519958 51.636821)
(xy 164.52044 51.083606) (xy 164.30918 50.572318) (xy 163.91834 50.180794) (xy 163.853453 50.153851) (xy 163.921859 50.125516)
(xy 164.0038 49.872805) (xy 163.1296 48.998605) (xy 162.2554 49.872805) (xy 162.337341 50.125516) (xy 162.409699 50.151827)
(xy 162.342918 50.17942) (xy 161.951394 50.57026) (xy 161.739242 51.081179) (xy 161.738862 51.517871) (xy 161.616736 51.517765)
(xy 161.6606 51.297243) (xy 161.6606 51.242757) (xy 161.554747 50.710597) (xy 161.253303 50.259454) (xy 160.945584 50.053843)
(xy 161.044947 50.012688) (xy 161.476821 49.61849) (xy 161.662222 49.222905) (xy 161.823084 49.611259) (xy 162.075795 49.6932)
(xy 162.949995 48.819) (xy 162.075795 47.9448) (xy 161.823084 48.026741) (xy 161.709734 48.338468) (xy 161.476821 47.84151)
(xy 161.044947 47.447312) (xy 160.945584 47.406157) (xy 161.253303 47.200546) (xy 161.554747 46.749403) (xy 161.6606 46.217243)
(xy 161.6606 46.162757) (xy 161.554747 45.630597) (xy 161.253303 45.179454) (xy 160.945584 44.973843) (xy 161.044947 44.932688)
(xy 161.476821 44.53849) (xy 161.724968 44.009027) (xy 161.60447 43.777002) (xy 161.738967 43.777002) (xy 161.73876 44.014394)
(xy 161.95002 44.525682) (xy 162.34086 44.917206) (xy 162.561838 45.008964) (xy 162.342918 45.09942) (xy 161.951394 45.49026)
(xy 161.739242 46.001179) (xy 161.73876 46.554394) (xy 161.95002 47.065682) (xy 162.34086 47.457206) (xy 162.405747 47.484149)
(xy 162.337341 47.512484) (xy 162.2554 47.765195) (xy 163.1296 48.639395) (xy 164.0038 47.765195) (xy 163.921859 47.512484)
(xy 163.849501 47.486173) (xy 163.916282 47.45858) (xy 164.307806 47.06774) (xy 164.519958 46.556821) (xy 164.52044 46.003606)
(xy 164.30918 45.492318) (xy 163.91834 45.100794) (xy 163.697362 45.009036) (xy 163.916282 44.91858) (xy 164.307806 44.52774)
(xy 164.519958 44.016821) (xy 164.52044 43.463606) (xy 164.30918 42.952318) (xy 163.91834 42.560794) (xy 163.407421 42.348642)
(xy 162.854206 42.34816) (xy 162.342918 42.55942) (xy 161.951394 42.95026) (xy 161.739242 43.461179) (xy 161.739188 43.522998)
(xy 161.60447 43.522998) (xy 161.724968 43.290973) (xy 161.476821 42.76151) (xy 161.044947 42.367312) (xy 160.945584 42.326157)
(xy 161.253303 42.120546) (xy 161.554747 41.669403) (xy 161.6606 41.137243) (xy 161.6606 41.082757) (xy 161.554747 40.550597)
(xy 161.253303 40.099454) (xy 160.865003 39.84) (xy 161.253303 39.580546) (xy 161.554747 39.129403) (xy 161.6606 38.597243)
(xy 161.6606 38.542757) (xy 161.554747 38.010597) (xy 161.253303 37.559454) (xy 160.80216 37.25801) (xy 160.27 37.152157)
(xy 159.73784 37.25801) (xy 159.286697 37.559454) (xy 159.130924 37.792585) (xy 159.130924 37.7064) (xy 159.094177 37.511106)
(xy 158.978758 37.33174) (xy 158.802649 37.21141) (xy 158.5936 37.169076) (xy 156.8664 37.169076) (xy 156.863749 37.169575)
(xy 156.885611 37.116926) (xy 156.885988 36.684969) (xy 156.721033 36.285747) (xy 156.415859 35.98004) (xy 156.016926 35.814389)
(xy 155.584969 35.814012) (xy 155.185747 35.978967) (xy 154.88004 36.284141) (xy 154.714389 36.683074) (xy 154.714012 37.115031)
(xy 154.878967 37.514253) (xy 155.184141 37.81996) (xy 155.583074 37.985611) (xy 156.015031 37.985988) (xy 156.329076 37.856227)
(xy 156.329076 39.4336) (xy 156.365823 39.628894) (xy 156.481242 39.80826) (xy 156.657351 39.92859) (xy 156.8664 39.970924)
(xy 156.939056 39.970924) (xy 156.746697 40.099454) (xy 156.445253 40.550597) (xy 156.3394 41.082757) (xy 156.3394 41.137243)
(xy 156.445253 41.669403) (xy 156.746697 42.120546) (xy 157.134998 42.38) (xy 156.746697 42.639454) (xy 156.445253 43.090597)
(xy 156.3394 43.622757) (xy 156.3394 43.677243) (xy 156.445253 44.209403) (xy 156.746697 44.660546) (xy 157.134998 44.92)
(xy 156.746697 45.179454) (xy 156.445253 45.630597) (xy 156.3394 46.162757) (xy 156.3394 46.217243) (xy 156.445253 46.749403)
(xy 156.746697 47.200546) (xy 157.134998 47.46) (xy 156.746697 47.719454) (xy 156.445253 48.170597) (xy 156.3394 48.702757)
(xy 156.3394 48.757243) (xy 156.445253 49.289403) (xy 156.746697 49.740546) (xy 157.054416 49.946157) (xy 156.955053 49.987312)
(xy 156.523179 50.38151) (xy 156.275032 50.910973) (xy 156.395531 51.143) (xy 157.603 51.143) (xy 157.603 51.123)
(xy 157.857 51.123) (xy 157.857 51.143) (xy 157.877 51.143) (xy 157.877 51.397) (xy 157.857 51.397)
(xy 157.857 51.417) (xy 157.603 51.417) (xy 157.603 51.397) (xy 156.395531 51.397) (xy 156.275032 51.629027)
(xy 156.523179 52.15849) (xy 156.955053 52.552688) (xy 157.054416 52.593843) (xy 156.746697 52.799454) (xy 156.445253 53.250597)
(xy 156.3394 53.782757) (xy 156.3394 53.837243) (xy 156.445253 54.369403) (xy 156.746697 54.820546) (xy 157.134998 55.08)
(xy 156.746697 55.339454) (xy 156.445253 55.790597) (xy 156.3394 56.322757) (xy 156.3394 56.377243) (xy 156.445253 56.909403)
(xy 156.746697 57.360546) (xy 157.054416 57.566157) (xy 156.955053 57.607312) (xy 156.523179 58.00151) (xy 156.468265 58.118679)
(xy 156.468571 57.768089) (xy 156.319051 57.406224) (xy 156.042433 57.129122) (xy 155.680828 56.978971) (xy 155.289289 56.978629)
(xy 154.927424 57.128149) (xy 154.650322 57.404767) (xy 154.500171 57.766372) (xy 154.499829 58.157911) (xy 154.649349 58.519776)
(xy 154.925967 58.796878) (xy 155.287572 58.947029) (xy 155.679111 58.947371) (xy 156.040976 58.797851) (xy 156.286398 58.552858)
(xy 156.395531 58.763) (xy 157.603 58.763) (xy 157.603 58.743) (xy 157.857 58.743) (xy 157.857 58.763)
(xy 160.143 58.763) (xy 160.143 58.743) (xy 160.397 58.743) (xy 160.397 58.763) (xy 161.604469 58.763)
(xy 161.724968 58.530973) (xy 161.476821 58.00151) (xy 161.044947 57.607312) (xy 160.945584 57.566157) (xy 161.253303 57.360546)
(xy 161.554747 56.909403) (xy 161.61965 56.583111) (xy 162.526229 56.583111) (xy 162.675749 56.944976) (xy 162.952367 57.222078)
(xy 163.313972 57.372229) (xy 163.705511 57.372571) (xy 164.067376 57.223051) (xy 164.344478 56.946433) (xy 164.494629 56.584828)
(xy 164.494971 56.193289) (xy 164.345451 55.831424) (xy 164.068833 55.554322) (xy 163.707228 55.404171) (xy 163.315689 55.403829)
(xy 162.953824 55.553349) (xy 162.676722 55.829967) (xy 162.526571 56.191572) (xy 162.526229 56.583111) (xy 161.61965 56.583111)
(xy 161.6606 56.377243) (xy 161.6606 56.322757) (xy 161.554747 55.790597) (xy 161.253303 55.339454) (xy 160.865003 55.08)
(xy 161.253303 54.820546) (xy 161.554747 54.369403) (xy 161.6606 53.837243) (xy 161.6606 53.782757) (xy 161.601602 53.486153)
(xy 161.728676 53.486264) (xy 161.728676 54.7626) (xy 161.765423 54.957894) (xy 161.880842 55.13726) (xy 162.056951 55.25759)
(xy 162.266 55.299924) (xy 163.9932 55.299924) (xy 164.188494 55.263177) (xy 164.36786 55.147758) (xy 164.48819 54.971649)
(xy 164.523 54.799754) (xy 164.523 65.146487) (xy 164.252666 64.875681) (xy 163.765115 64.673231) (xy 163.237202 64.672771)
(xy 162.749297 64.874369) (xy 162.375681 65.247334) (xy 162.173231 65.734885) (xy 162.172771 66.262798) (xy 162.374369 66.750703)
(xy 162.747334 67.124319) (xy 163.234885 67.326769) (xy 163.762798 67.327229) (xy 164.250703 67.125631) (xy 164.523 66.853808)
(xy 164.523 100.823) (xy 156.704506 100.823) (xy 157.103579 100.405712) (xy 157.315115 99.860952) (xy 157.18395 99.63588)
(xy 159.043725 99.63588) (xy 159.325421 100.058564) (xy 160.477892 100.535294) (xy 161.725072 100.534705) (xy 162.874579 100.058564)
(xy 163.156275 99.63588) (xy 161.1 97.579605) (xy 159.043725 99.63588) (xy 157.18395 99.63588) (xy 157.178775 99.627)
(xy 155.967 99.627) (xy 155.967 99.647) (xy 155.713 99.647) (xy 155.713 99.627) (xy 155.693 99.627)
(xy 155.693 99.373) (xy 155.713 99.373) (xy 155.713 98.064583) (xy 155.967 98.064583) (xy 155.967 99.373)
(xy 157.178775 99.373) (xy 157.315115 99.139048) (xy 157.103579 98.594288) (xy 156.699674 98.171947) (xy 156.199026 97.943442)
(xy 155.967 98.064583) (xy 155.713 98.064583) (xy 155.480974 97.943442) (xy 154.980326 98.171947) (xy 154.576421 98.594288)
(xy 154.519873 98.739915) (xy 154.283303 98.385863) (xy 153.83216 98.084419) (xy 153.3 97.978566) (xy 152.76784 98.084419)
(xy 152.316697 98.385863) (xy 152.080127 98.739915) (xy 152.023579 98.594288) (xy 151.619674 98.171947) (xy 151.119026 97.943442)
(xy 150.887 98.064583) (xy 150.887 99.373) (xy 150.907 99.373) (xy 150.907 99.627) (xy 150.887 99.627)
(xy 150.887 99.647) (xy 150.633 99.647) (xy 150.633 99.627) (xy 150.613 99.627) (xy 150.613 99.373)
(xy 150.633 99.373) (xy 150.633 98.064583) (xy 150.400974 97.943442) (xy 149.900326 98.171947) (xy 149.496421 98.594288)
(xy 149.439873 98.739915) (xy 149.203303 98.385863) (xy 148.75216 98.084419) (xy 148.22 97.978566) (xy 147.68784 98.084419)
(xy 147.236697 98.385863) (xy 147.000127 98.739915) (xy 146.943579 98.594288) (xy 146.539674 98.171947) (xy 146.039026 97.943442)
(xy 145.807 98.064583) (xy 145.807 99.373) (xy 145.827 99.373) (xy 145.827 99.627) (xy 145.807 99.627)
(xy 145.807 99.647) (xy 145.553 99.647) (xy 145.553 99.627) (xy 145.533 99.627) (xy 145.533 99.373)
(xy 145.553 99.373) (xy 145.553 98.064583) (xy 145.320974 97.943442) (xy 144.820326 98.171947) (xy 144.416421 98.594288)
(xy 144.359873 98.739915) (xy 144.123303 98.385863) (xy 143.67216 98.084419) (xy 143.14 97.978566) (xy 142.60784 98.084419)
(xy 142.156697 98.385863) (xy 141.920127 98.739915) (xy 141.863579 98.594288) (xy 141.459674 98.171947) (xy 140.959026 97.943442)
(xy 140.727 98.064583) (xy 140.727 99.373) (xy 140.747 99.373) (xy 140.747 99.627) (xy 140.727 99.627)
(xy 140.727 99.647) (xy 140.473 99.647) (xy 140.473 99.627) (xy 140.453 99.627) (xy 140.453 99.373)
(xy 140.473 99.373) (xy 140.473 98.064583) (xy 140.240974 97.943442) (xy 139.740326 98.171947) (xy 139.433834 98.492429)
(xy 139.424177 98.441106) (xy 139.308758 98.26174) (xy 139.132649 98.14141) (xy 138.9236 98.099076) (xy 137.1964 98.099076)
(xy 137.001106 98.135823) (xy 136.82174 98.251242) (xy 136.70141 98.427351) (xy 136.659076 98.6364) (xy 136.659076 100.3636)
(xy 136.695823 100.558894) (xy 136.811242 100.73826) (xy 136.935263 100.823) (xy 134.112885 100.823) (xy 134.22826 100.748758)
(xy 134.34859 100.572649) (xy 134.390924 100.3636) (xy 134.390924 98.6364) (xy 134.354177 98.441106) (xy 134.238758 98.26174)
(xy 134.062649 98.14141) (xy 133.8536 98.099076) (xy 132.1264 98.099076) (xy 131.931106 98.135823) (xy 131.75174 98.251242)
(xy 131.63141 98.427351) (xy 131.591781 98.623042) (xy 131.433303 98.385863) (xy 130.98216 98.084419) (xy 130.45 97.978566)
(xy 129.91784 98.084419) (xy 129.466697 98.385863) (xy 129.18 98.814936) (xy 128.893303 98.385863) (xy 128.44216 98.084419)
(xy 127.91 97.978566) (xy 127.37784 98.084419) (xy 126.926697 98.385863) (xy 126.64 98.814936) (xy 126.353303 98.385863)
(xy 125.90216 98.084419) (xy 125.37 97.978566) (xy 124.83784 98.084419) (xy 124.386697 98.385863) (xy 124.150127 98.739915)
(xy 124.093579 98.594288) (xy 123.689674 98.171947) (xy 123.189026 97.943442) (xy 122.957 98.064583) (xy 122.957 99.373)
(xy 122.977 99.373) (xy 122.977 99.627) (xy 122.957 99.627) (xy 122.957 99.647) (xy 122.703 99.647)
(xy 122.703 99.627) (xy 122.683 99.627) (xy 122.683 99.373) (xy 122.703 99.373) (xy 122.703 98.064583)
(xy 122.470974 97.943442) (xy 121.970326 98.171947) (xy 121.566421 98.594288) (xy 121.509873 98.739915) (xy 121.273303 98.385863)
(xy 120.82216 98.084419) (xy 120.29 97.978566) (xy 119.75784 98.084419) (xy 119.306697 98.385863) (xy 119.070127 98.739915)
(xy 119.013579 98.594288) (xy 118.609674 98.171947) (xy 118.109026 97.943442) (xy 117.877 98.064583) (xy 117.877 99.373)
(xy 117.897 99.373) (xy 117.897 99.627) (xy 117.877 99.627) (xy 117.877 99.647) (xy 117.623 99.647)
(xy 117.623 99.627) (xy 117.603 99.627) (xy 117.603 99.373) (xy 117.623 99.373) (xy 117.623 98.064583)
(xy 117.390974 97.943442) (xy 116.890326 98.171947) (xy 116.486421 98.594288) (xy 116.429873 98.739915) (xy 116.193303 98.385863)
(xy 115.74216 98.084419) (xy 115.21 97.978566) (xy 114.67784 98.084419) (xy 114.226697 98.385863) (xy 113.925253 98.837006)
(xy 113.8194 99.369166) (xy 113.8194 99.630834) (xy 113.925253 100.162994) (xy 114.226697 100.614137) (xy 114.539283 100.823)
(xy 105.677 100.823) (xy 105.677 99.63588) (xy 107.043725 99.63588) (xy 107.325421 100.058564) (xy 108.477892 100.535294)
(xy 109.725072 100.534705) (xy 110.874579 100.058564) (xy 111.156275 99.63588) (xy 109.1 97.579605) (xy 107.043725 99.63588)
(xy 105.677 99.63588) (xy 105.677 96.777892) (xy 105.964706 96.777892) (xy 105.965295 98.025072) (xy 106.441436 99.174579)
(xy 106.86412 99.456275) (xy 108.920395 97.4) (xy 109.279605 97.4) (xy 111.33588 99.456275) (xy 111.758564 99.174579)
(xy 112.235294 98.022108) (xy 112.234705 96.774928) (xy 112.056587 96.344911) (xy 127.815629 96.344911) (xy 127.965149 96.706776)
(xy 128.241767 96.983878) (xy 128.603372 97.134029) (xy 128.994911 97.134371) (xy 129.356776 96.984851) (xy 129.564097 96.777892)
(xy 157.964706 96.777892) (xy 157.965295 98.025072) (xy 158.441436 99.174579) (xy 158.86412 99.456275) (xy 160.920395 97.4)
(xy 161.279605 97.4) (xy 163.33588 99.456275) (xy 163.758564 99.174579) (xy 164.235294 98.022108) (xy 164.234705 96.774928)
(xy 163.758564 95.625421) (xy 163.33588 95.343725) (xy 161.279605 97.4) (xy 160.920395 97.4) (xy 158.86412 95.343725)
(xy 158.441436 95.625421) (xy 157.964706 96.777892) (xy 129.564097 96.777892) (xy 129.633878 96.708233) (xy 129.784029 96.346628)
(xy 129.784371 95.955089) (xy 129.634851 95.593224) (xy 129.358233 95.316122) (xy 128.996628 95.165971) (xy 128.605089 95.165629)
(xy 128.243224 95.315149) (xy 127.966122 95.591767) (xy 127.815971 95.953372) (xy 127.815629 96.344911) (xy 112.056587 96.344911)
(xy 111.758564 95.625421) (xy 111.33588 95.343725) (xy 109.279605 97.4) (xy 108.920395 97.4) (xy 106.86412 95.343725)
(xy 106.441436 95.625421) (xy 105.964706 96.777892) (xy 105.677 96.777892) (xy 105.677 95.16412) (xy 107.043725 95.16412)
(xy 109.1 97.220395) (xy 111.156275 95.16412) (xy 159.043725 95.16412) (xy 161.1 97.220395) (xy 163.156275 95.16412)
(xy 162.874579 94.741436) (xy 161.722108 94.264706) (xy 160.474928 94.265295) (xy 159.325421 94.741436) (xy 159.043725 95.16412)
(xy 111.156275 95.16412) (xy 110.874579 94.741436) (xy 109.722108 94.264706) (xy 108.474928 94.265295) (xy 107.325421 94.741436)
(xy 107.043725 95.16412) (xy 105.677 95.16412) (xy 105.677 94.144911) (xy 121.365629 94.144911) (xy 121.515149 94.506776)
(xy 121.791767 94.783878) (xy 122.153372 94.934029) (xy 122.544911 94.934371) (xy 122.906776 94.784851) (xy 123.075051 94.61687)
(xy 123.241767 94.783878) (xy 123.603372 94.934029) (xy 123.994911 94.934371) (xy 124.356776 94.784851) (xy 124.633878 94.508233)
(xy 124.730857 94.27468) (xy 124.753372 94.284029) (xy 125.144911 94.284371) (xy 125.360111 94.195452) (xy 125.634141 94.46996)
(xy 126.033074 94.635611) (xy 126.465031 94.635988) (xy 126.864253 94.471033) (xy 127.16996 94.165859) (xy 127.335611 93.766926)
(xy 127.335612 93.765031) (xy 129.464012 93.765031) (xy 129.628967 94.164253) (xy 129.934141 94.46996) (xy 130.333074 94.635611)
(xy 130.765031 94.635988) (xy 131.164253 94.471033) (xy 131.390769 94.244911) (xy 136.315629 94.244911) (xy 136.465149 94.606776)
(xy 136.741767 94.883878) (xy 137.103372 95.034029) (xy 137.494911 95.034371) (xy 137.856776 94.884851) (xy 138.133878 94.608233)
(xy 138.187454 94.479207) (xy 138.391767 94.683878) (xy 138.753372 94.834029) (xy 139.144911 94.834371) (xy 139.506776 94.684851)
(xy 139.783878 94.408233) (xy 139.905625 94.115031) (xy 140.064012 94.115031) (xy 140.228967 94.514253) (xy 140.534141 94.81996)
(xy 140.933074 94.985611) (xy 141.365031 94.985988) (xy 141.764253 94.821033) (xy 142.06996 94.515859) (xy 142.182467 94.244911)
(xy 144.365629 94.244911) (xy 144.515149 94.606776) (xy 144.791767 94.883878) (xy 145.153372 95.034029) (xy 145.544911 95.034371)
(xy 145.906776 94.884851) (xy 146.183878 94.608233) (xy 146.301753 94.324356) (xy 146.315149 94.356776) (xy 146.591767 94.633878)
(xy 146.953372 94.784029) (xy 147.344911 94.784371) (xy 147.706776 94.634851) (xy 147.983878 94.358233) (xy 148.105625 94.065031)
(xy 148.164012 94.065031) (xy 148.328967 94.464253) (xy 148.634141 94.76996) (xy 149.033074 94.935611) (xy 149.465031 94.935988)
(xy 149.864253 94.771033) (xy 150.16996 94.465859) (xy 150.335611 94.066926) (xy 150.335988 93.634969) (xy 150.171033 93.235747)
(xy 149.865859 92.93004) (xy 149.466926 92.764389) (xy 149.034969 92.764012) (xy 148.635747 92.928967) (xy 148.33004 93.234141)
(xy 148.164389 93.633074) (xy 148.164012 94.065031) (xy 148.105625 94.065031) (xy 148.134029 93.996628) (xy 148.134371 93.605089)
(xy 147.984851 93.243224) (xy 147.708233 92.966122) (xy 147.346628 92.815971) (xy 146.955089 92.815629) (xy 146.593224 92.965149)
(xy 146.316122 93.241767) (xy 146.198247 93.525644) (xy 146.184851 93.493224) (xy 145.908233 93.216122) (xy 145.546628 93.065971)
(xy 145.155089 93.065629) (xy 144.793224 93.215149) (xy 144.516122 93.491767) (xy 144.365971 93.853372) (xy 144.365629 94.244911)
(xy 142.182467 94.244911) (xy 142.235611 94.116926) (xy 142.235988 93.684969) (xy 142.071033 93.285747) (xy 141.765859 92.98004)
(xy 141.366926 92.814389) (xy 140.934969 92.814012) (xy 140.535747 92.978967) (xy 140.23004 93.284141) (xy 140.064389 93.683074)
(xy 140.064012 94.115031) (xy 139.905625 94.115031) (xy 139.934029 94.046628) (xy 139.934371 93.655089) (xy 139.784851 93.293224)
(xy 139.508233 93.016122) (xy 139.146628 92.865971) (xy 138.755089 92.865629) (xy 138.393224 93.015149) (xy 138.116122 93.291767)
(xy 138.062546 93.420793) (xy 137.858233 93.216122) (xy 137.496628 93.065971) (xy 137.105089 93.065629) (xy 136.743224 93.215149)
(xy 136.466122 93.491767) (xy 136.315971 93.853372) (xy 136.315629 94.244911) (xy 131.390769 94.244911) (xy 131.46996 94.165859)
(xy 131.635611 93.766926) (xy 131.635988 93.334969) (xy 131.471033 92.935747) (xy 131.165859 92.63004) (xy 130.766926 92.464389)
(xy 130.334969 92.464012) (xy 129.935747 92.628967) (xy 129.63004 92.934141) (xy 129.464389 93.333074) (xy 129.464012 93.765031)
(xy 127.335612 93.765031) (xy 127.335988 93.334969) (xy 127.171033 92.935747) (xy 126.865859 92.63004) (xy 126.466926 92.464389)
(xy 126.034969 92.464012) (xy 125.660559 92.618715) (xy 125.508233 92.466122) (xy 125.146628 92.315971) (xy 124.755089 92.315629)
(xy 124.393224 92.465149) (xy 124.116122 92.741767) (xy 124.019143 92.97532) (xy 123.996628 92.965971) (xy 123.605089 92.965629)
(xy 123.243224 93.115149) (xy 123.074949 93.28313) (xy 122.908233 93.116122) (xy 122.546628 92.965971) (xy 122.155089 92.965629)
(xy 121.793224 93.115149) (xy 121.516122 93.391767) (xy 121.365971 93.753372) (xy 121.365629 94.144911) (xy 105.677 94.144911)
(xy 105.677 90.225026) (xy 105.740301 90.288327) (xy 105.97369 90.385) (xy 107.31425 90.385) (xy 107.473 90.22625)
(xy 107.473 89.127) (xy 107.727 89.127) (xy 107.727 90.22625) (xy 107.88575 90.385) (xy 109.22631 90.385)
(xy 109.443803 90.294911) (xy 121.465629 90.294911) (xy 121.615149 90.656776) (xy 121.891767 90.933878) (xy 122.253372 91.084029)
(xy 122.644911 91.084371) (xy 123.006776 90.934851) (xy 123.275226 90.66687) (xy 123.541767 90.933878) (xy 123.903372 91.084029)
(xy 124.294911 91.084371) (xy 124.656776 90.934851) (xy 124.933878 90.658233) (xy 125.055625 90.365031) (xy 125.164012 90.365031)
(xy 125.328967 90.764253) (xy 125.634141 91.06996) (xy 126.033074 91.235611) (xy 126.465031 91.235988) (xy 126.864253 91.071033)
(xy 127.16996 90.765859) (xy 127.335611 90.366926) (xy 127.335988 89.934969) (xy 127.307091 89.865031) (xy 130.814012 89.865031)
(xy 130.978967 90.264253) (xy 131.284141 90.56996) (xy 131.683074 90.735611) (xy 132.115031 90.735988) (xy 132.514253 90.571033)
(xy 132.81996 90.265859) (xy 132.861827 90.165031) (xy 136.264012 90.165031) (xy 136.428967 90.564253) (xy 136.734141 90.86996)
(xy 137.133074 91.035611) (xy 137.565031 91.035988) (xy 137.964253 90.871033) (xy 138.26996 90.565859) (xy 138.435611 90.166926)
(xy 138.435612 90.165031) (xy 144.264012 90.165031) (xy 144.428967 90.564253) (xy 144.734141 90.86996) (xy 145.133074 91.035611)
(xy 145.565031 91.035988) (xy 145.964253 90.871033) (xy 146.26996 90.565859) (xy 146.291065 90.515031) (xy 156.414012 90.515031)
(xy 156.578967 90.914253) (xy 156.884141 91.21996) (xy 157.283074 91.385611) (xy 157.715031 91.385988) (xy 158.114253 91.221033)
(xy 158.41996 90.915859) (xy 158.585611 90.516926) (xy 158.585988 90.084969) (xy 158.421033 89.685747) (xy 158.115859 89.38004)
(xy 157.716926 89.214389) (xy 157.284969 89.214012) (xy 156.885747 89.378967) (xy 156.58004 89.684141) (xy 156.414389 90.083074)
(xy 156.414012 90.515031) (xy 146.291065 90.515031) (xy 146.435611 90.166926) (xy 146.435988 89.734969) (xy 146.271033 89.335747)
(xy 145.965859 89.03004) (xy 145.566926 88.864389) (xy 145.134969 88.864012) (xy 144.735747 89.028967) (xy 144.43004 89.334141)
(xy 144.264389 89.733074) (xy 144.264012 90.165031) (xy 138.435612 90.165031) (xy 138.435988 89.734969) (xy 138.271033 89.335747)
(xy 137.965859 89.03004) (xy 137.566926 88.864389) (xy 137.134969 88.864012) (xy 136.735747 89.028967) (xy 136.43004 89.334141)
(xy 136.264389 89.733074) (xy 136.264012 90.165031) (xy 132.861827 90.165031) (xy 132.985611 89.866926) (xy 132.985988 89.434969)
(xy 132.821033 89.035747) (xy 132.515859 88.73004) (xy 132.116926 88.564389) (xy 131.684969 88.564012) (xy 131.285747 88.728967)
(xy 130.98004 89.034141) (xy 130.814389 89.433074) (xy 130.814012 89.865031) (xy 127.307091 89.865031) (xy 127.171033 89.535747)
(xy 126.865859 89.23004) (xy 126.466926 89.064389) (xy 126.034969 89.064012) (xy 125.635747 89.228967) (xy 125.33004 89.534141)
(xy 125.164389 89.933074) (xy 125.164012 90.365031) (xy 125.055625 90.365031) (xy 125.084029 90.296628) (xy 125.084371 89.905089)
(xy 124.934851 89.543224) (xy 124.658233 89.266122) (xy 124.296628 89.115971) (xy 123.905089 89.115629) (xy 123.543224 89.265149)
(xy 123.274774 89.53313) (xy 123.008233 89.266122) (xy 122.646628 89.115971) (xy 122.255089 89.115629) (xy 121.893224 89.265149)
(xy 121.616122 89.541767) (xy 121.465971 89.903372) (xy 121.465629 90.294911) (xy 109.443803 90.294911) (xy 109.459699 90.288327)
(xy 109.638327 90.109698) (xy 109.735 89.876309) (xy 109.735 89.28575) (xy 109.57625 89.127) (xy 107.727 89.127)
(xy 107.473 89.127) (xy 107.453 89.127) (xy 107.453 88.873) (xy 107.473 88.873) (xy 107.473 87.77375)
(xy 107.727 87.77375) (xy 107.727 88.873) (xy 109.57625 88.873) (xy 109.735 88.71425) (xy 109.735 88.333329)
(xy 116.007284 88.333329) (xy 116.01802 88.39355) (xy 116.26621 88.854185) (xy 116.671785 89.184778) (xy 117.173 89.335)
(xy 117.473 89.335) (xy 117.473 88.127) (xy 117.727 88.127) (xy 117.727 89.335) (xy 118.027 89.335)
(xy 118.528215 89.184778) (xy 118.93379 88.854185) (xy 119.18198 88.39355) (xy 119.192716 88.333329) (xy 119.069374 88.127)
(xy 117.727 88.127) (xy 117.473 88.127) (xy 116.130626 88.127) (xy 116.007284 88.333329) (xy 109.735 88.333329)
(xy 109.735 88.123691) (xy 109.638327 87.890302) (xy 109.459699 87.711673) (xy 109.351055 87.666671) (xy 116.007284 87.666671)
(xy 116.130626 87.873) (xy 117.473 87.873) (xy 117.473 87.853) (xy 117.727 87.853) (xy 117.727 87.873)
(xy 119.069374 87.873) (xy 119.116055 87.794911) (xy 129.665629 87.794911) (xy 129.815149 88.156776) (xy 130.091767 88.433878)
(xy 130.453372 88.584029) (xy 130.844911 88.584371) (xy 131.206776 88.434851) (xy 131.483878 88.158233) (xy 131.593218 87.894911)
(xy 140.415629 87.894911) (xy 140.565149 88.256776) (xy 140.841767 88.533878) (xy 141.203372 88.684029) (xy 141.594911 88.684371)
(xy 141.956776 88.534851) (xy 142.233878 88.258233) (xy 142.260171 88.194911) (xy 148.115629 88.194911) (xy 148.265149 88.556776)
(xy 148.541767 88.833878) (xy 148.903372 88.984029) (xy 149.294911 88.984371) (xy 149.656776 88.834851) (xy 149.933878 88.558233)
(xy 150.084029 88.196628) (xy 150.084371 87.805089) (xy 149.934851 87.443224) (xy 149.658233 87.166122) (xy 149.296628 87.015971)
(xy 148.905089 87.015629) (xy 148.543224 87.165149) (xy 148.266122 87.441767) (xy 148.115971 87.803372) (xy 148.115629 88.194911)
(xy 142.260171 88.194911) (xy 142.384029 87.896628) (xy 142.384371 87.505089) (xy 142.234851 87.143224) (xy 141.958233 86.866122)
(xy 141.596628 86.715971) (xy 141.205089 86.715629) (xy 140.843224 86.865149) (xy 140.566122 87.141767) (xy 140.415971 87.503372)
(xy 140.415629 87.894911) (xy 131.593218 87.894911) (xy 131.634029 87.796628) (xy 131.634371 87.405089) (xy 131.484851 87.043224)
(xy 131.208233 86.766122) (xy 130.846628 86.615971) (xy 130.455089 86.615629) (xy 130.093224 86.765149) (xy 129.816122 87.041767)
(xy 129.665971 87.403372) (xy 129.665629 87.794911) (xy 119.116055 87.794911) (xy 119.192716 87.666671) (xy 119.18198 87.60645)
(xy 118.93379 87.145815) (xy 118.684861 86.942907) (xy 118.797536 86.86762) (xy 119.063516 86.469553) (xy 119.156916 86)
(xy 119.155904 85.994911) (xy 125.415629 85.994911) (xy 125.565149 86.356776) (xy 125.841767 86.633878) (xy 126.203372 86.784029)
(xy 126.594911 86.784371) (xy 126.956776 86.634851) (xy 127.233878 86.358233) (xy 127.384029 85.996628) (xy 127.384371 85.605089)
(xy 127.234851 85.243224) (xy 127.085521 85.093633) (xy 127.106776 85.084851) (xy 127.146785 85.044911) (xy 128.665629 85.044911)
(xy 128.815149 85.406776) (xy 129.091767 85.683878) (xy 129.453372 85.834029) (xy 129.844911 85.834371) (xy 130.206776 85.684851)
(xy 130.483878 85.408233) (xy 130.530933 85.294911) (xy 136.365629 85.294911) (xy 136.515149 85.656776) (xy 136.791767 85.933878)
(xy 137.153372 86.084029) (xy 137.544911 86.084371) (xy 137.906776 85.934851) (xy 138.183878 85.658233) (xy 138.334029 85.296628)
(xy 138.334117 85.194911) (xy 144.365629 85.194911) (xy 144.515149 85.556776) (xy 144.791767 85.833878) (xy 145.153372 85.984029)
(xy 145.544911 85.984371) (xy 145.906776 85.834851) (xy 146.183878 85.558233) (xy 146.334029 85.196628) (xy 146.334371 84.805089)
(xy 146.193862 84.465031) (xy 151.164012 84.465031) (xy 151.328967 84.864253) (xy 151.634141 85.16996) (xy 152.033074 85.335611)
(xy 152.465031 85.335988) (xy 152.864253 85.171033) (xy 153.16996 84.865859) (xy 153.335611 84.466926) (xy 153.335988 84.034969)
(xy 153.171033 83.635747) (xy 152.865859 83.33004) (xy 152.466926 83.164389) (xy 152.034969 83.164012) (xy 151.635747 83.328967)
(xy 151.33004 83.634141) (xy 151.164389 84.033074) (xy 151.164012 84.465031) (xy 146.193862 84.465031) (xy 146.184851 84.443224)
(xy 145.908233 84.166122) (xy 145.546628 84.015971) (xy 145.155089 84.015629) (xy 144.793224 84.165149) (xy 144.516122 84.441767)
(xy 144.365971 84.803372) (xy 144.365629 85.194911) (xy 138.334117 85.194911) (xy 138.334371 84.905089) (xy 138.184851 84.543224)
(xy 137.908233 84.266122) (xy 137.546628 84.115971) (xy 137.155089 84.115629) (xy 136.793224 84.265149) (xy 136.516122 84.541767)
(xy 136.365971 84.903372) (xy 136.365629 85.294911) (xy 130.530933 85.294911) (xy 130.634029 85.046628) (xy 130.634371 84.655089)
(xy 130.484851 84.293224) (xy 130.208233 84.016122) (xy 129.846628 83.865971) (xy 129.455089 83.865629) (xy 129.093224 84.015149)
(xy 128.816122 84.291767) (xy 128.665971 84.653372) (xy 128.665629 85.044911) (xy 127.146785 85.044911) (xy 127.383878 84.808233)
(xy 127.534029 84.446628) (xy 127.534371 84.055089) (xy 127.384851 83.693224) (xy 127.108233 83.416122) (xy 126.746628 83.265971)
(xy 126.355089 83.265629) (xy 125.993224 83.415149) (xy 125.716122 83.691767) (xy 125.565971 84.053372) (xy 125.565629 84.444911)
(xy 125.715149 84.806776) (xy 125.864479 84.956367) (xy 125.843224 84.965149) (xy 125.566122 85.241767) (xy 125.415971 85.603372)
(xy 125.415629 85.994911) (xy 119.155904 85.994911) (xy 119.063516 85.530447) (xy 118.797536 85.13238) (xy 118.599415 85)
(xy 118.797536 84.86762) (xy 119.063516 84.469553) (xy 119.156916 84) (xy 119.063516 83.530447) (xy 118.797536 83.13238)
(xy 118.599415 83) (xy 118.797536 82.86762) (xy 118.96631 82.615031) (xy 156.014012 82.615031) (xy 156.178967 83.014253)
(xy 156.484141 83.31996) (xy 156.883074 83.485611) (xy 157.315031 83.485988) (xy 157.714253 83.321033) (xy 158.01996 83.015859)
(xy 158.185611 82.616926) (xy 158.185988 82.184969) (xy 158.179401 82.169026) (xy 160.443442 82.169026) (xy 160.671947 82.669674)
(xy 161.094288 83.073579) (xy 161.239915 83.130127) (xy 160.885863 83.366697) (xy 160.584419 83.81784) (xy 160.478566 84.35)
(xy 160.584419 84.88216) (xy 160.885863 85.333303) (xy 161.337006 85.634747) (xy 161.869166 85.7406) (xy 162.130834 85.7406)
(xy 162.662994 85.634747) (xy 163.114137 85.333303) (xy 163.415581 84.88216) (xy 163.521434 84.35) (xy 163.415581 83.81784)
(xy 163.114137 83.366697) (xy 162.760085 83.130127) (xy 162.905712 83.073579) (xy 163.328053 82.669674) (xy 163.556558 82.169026)
(xy 163.435417 81.937) (xy 162.127 81.937) (xy 162.127 81.957) (xy 161.873 81.957) (xy 161.873 81.937)
(xy 160.564583 81.937) (xy 160.443442 82.169026) (xy 158.179401 82.169026) (xy 158.021033 81.785747) (xy 157.715859 81.48004)
(xy 157.316926 81.314389) (xy 156.884969 81.314012) (xy 156.485747 81.478967) (xy 156.18004 81.784141) (xy 156.014389 82.183074)
(xy 156.014012 82.615031) (xy 118.96631 82.615031) (xy 119.063516 82.469553) (xy 119.156916 82) (xy 119.063516 81.530447)
(xy 118.986398 81.415031) (xy 135.014012 81.415031) (xy 135.178967 81.814253) (xy 135.484141 82.11996) (xy 135.883074 82.285611)
(xy 136.315031 82.285988) (xy 136.714253 82.121033) (xy 137.01996 81.815859) (xy 137.185611 81.416926) (xy 137.185935 81.044911)
(xy 138.915629 81.044911) (xy 139.065149 81.406776) (xy 139.341767 81.683878) (xy 139.703372 81.834029) (xy 140.094911 81.834371)
(xy 140.456776 81.684851) (xy 140.727068 81.415031) (xy 143.014012 81.415031) (xy 143.178967 81.814253) (xy 143.484141 82.11996)
(xy 143.883074 82.285611) (xy 144.315031 82.285988) (xy 144.714253 82.121033) (xy 145.01996 81.815859) (xy 145.185611 81.416926)
(xy 145.185988 80.984969) (xy 145.021033 80.585747) (xy 144.715859 80.28004) (xy 144.316926 80.114389) (xy 143.884969 80.114012)
(xy 143.485747 80.278967) (xy 143.18004 80.584141) (xy 143.014389 80.983074) (xy 143.014012 81.415031) (xy 140.727068 81.415031)
(xy 140.733878 81.408233) (xy 140.884029 81.046628) (xy 140.884371 80.655089) (xy 140.734851 80.293224) (xy 140.458233 80.016122)
(xy 140.096628 79.865971) (xy 139.705089 79.865629) (xy 139.343224 80.015149) (xy 139.066122 80.291767) (xy 138.915971 80.653372)
(xy 138.915629 81.044911) (xy 137.185935 81.044911) (xy 137.185988 80.984969) (xy 137.021033 80.585747) (xy 136.715859 80.28004)
(xy 136.316926 80.114389) (xy 135.884969 80.114012) (xy 135.485747 80.278967) (xy 135.18004 80.584141) (xy 135.014389 80.983074)
(xy 135.014012 81.415031) (xy 118.986398 81.415031) (xy 118.797536 81.13238) (xy 118.599415 81) (xy 118.797536 80.86762)
(xy 119.063516 80.469553) (xy 119.098254 80.294911) (xy 121.265629 80.294911) (xy 121.415149 80.656776) (xy 121.691767 80.933878)
(xy 122.053372 81.084029) (xy 122.444911 81.084371) (xy 122.806776 80.934851) (xy 123.083878 80.658233) (xy 123.234029 80.296628)
(xy 123.234371 79.905089) (xy 123.084851 79.543224) (xy 122.808233 79.266122) (xy 122.446628 79.115971) (xy 122.055089 79.115629)
(xy 121.693224 79.265149) (xy 121.416122 79.541767) (xy 121.265971 79.903372) (xy 121.265629 80.294911) (xy 119.098254 80.294911)
(xy 119.156916 80) (xy 119.063516 79.530447) (xy 118.797536 79.13238) (xy 118.399469 78.8664) (xy 117.929916 78.773)
(xy 117.270084 78.773) (xy 116.800531 78.8664) (xy 116.402464 79.13238) (xy 116.136484 79.530447) (xy 116.043084 80)
(xy 116.136484 80.469553) (xy 116.402464 80.86762) (xy 116.600585 81) (xy 116.402464 81.13238) (xy 116.136484 81.530447)
(xy 116.043084 82) (xy 116.136484 82.469553) (xy 116.402464 82.86762) (xy 116.600585 83) (xy 116.402464 83.13238)
(xy 116.136484 83.530447) (xy 116.043084 84) (xy 116.136484 84.469553) (xy 116.402464 84.86762) (xy 116.600585 85)
(xy 116.402464 85.13238) (xy 116.136484 85.530447) (xy 116.043084 86) (xy 116.136484 86.469553) (xy 116.402464 86.86762)
(xy 116.515139 86.942907) (xy 116.26621 87.145815) (xy 116.01802 87.60645) (xy 116.007284 87.666671) (xy 109.351055 87.666671)
(xy 109.22631 87.615) (xy 107.88575 87.615) (xy 107.727 87.77375) (xy 107.473 87.77375) (xy 107.31425 87.615)
(xy 105.97369 87.615) (xy 105.740301 87.711673) (xy 105.677 87.774974) (xy 105.677 80.225026) (xy 105.740301 80.288327)
(xy 105.97369 80.385) (xy 107.31425 80.385) (xy 107.473 80.22625) (xy 107.473 79.127) (xy 107.727 79.127)
(xy 107.727 80.22625) (xy 107.88575 80.385) (xy 109.22631 80.385) (xy 109.459699 80.288327) (xy 109.638327 80.109698)
(xy 109.735 79.876309) (xy 109.735 79.28575) (xy 109.57625 79.127) (xy 107.727 79.127) (xy 107.473 79.127)
(xy 107.453 79.127) (xy 107.453 78.873) (xy 107.473 78.873) (xy 107.473 77.77375) (xy 107.727 77.77375)
(xy 107.727 78.873) (xy 109.57625 78.873) (xy 109.735 78.71425) (xy 109.735 78.123691) (xy 109.638327 77.890302)
(xy 109.459699 77.711673) (xy 109.22631 77.615) (xy 107.88575 77.615) (xy 107.727 77.77375) (xy 107.473 77.77375)
(xy 107.31425 77.615) (xy 105.97369 77.615) (xy 105.740301 77.711673) (xy 105.677 77.774974) (xy 105.677 76.294911)
(xy 125.315629 76.294911) (xy 125.465149 76.656776) (xy 125.741767 76.933878) (xy 126.103372 77.084029) (xy 126.494911 77.084371)
(xy 126.856776 76.934851) (xy 127.133878 76.658233) (xy 127.284029 76.296628) (xy 127.284371 75.905089) (xy 127.134851 75.543224)
(xy 126.858233 75.266122) (xy 126.496628 75.115971) (xy 126.105089 75.115629) (xy 125.743224 75.265149) (xy 125.466122 75.541767)
(xy 125.315971 75.903372) (xy 125.315629 76.294911) (xy 105.677 76.294911) (xy 105.677 75.215031) (xy 115.114012 75.215031)
(xy 115.278967 75.614253) (xy 115.584141 75.91996) (xy 115.983074 76.085611) (xy 116.415031 76.085988) (xy 116.814253 75.921033)
(xy 117.11996 75.615859) (xy 117.285611 75.216926) (xy 117.285988 74.784969) (xy 117.121033 74.385747) (xy 116.815859 74.08004)
(xy 116.416926 73.914389) (xy 115.984969 73.914012) (xy 115.585747 74.078967) (xy 115.28004 74.384141) (xy 115.114389 74.783074)
(xy 115.114012 75.215031) (xy 105.677 75.215031) (xy 105.677 49.381226) (xy 106.074042 49.381226) (xy 106.076691 49.396991)
(xy 106.330668 49.924236) (xy 106.76708 50.314154) (xy 106.861995 50.347355) (xy 106.515468 50.578897) (xy 106.214024 51.03004)
(xy 106.108171 51.5622) (xy 106.214024 52.09436) (xy 106.515468 52.545503) (xy 106.944541 52.8322) (xy 106.515468 53.118897)
(xy 106.214024 53.57004) (xy 106.108171 54.1022) (xy 106.214024 54.63436) (xy 106.515468 55.085503) (xy 106.944541 55.3722)
(xy 106.515468 55.658897) (xy 106.214024 56.11004) (xy 106.108171 56.6422) (xy 106.214024 57.17436) (xy 106.515468 57.625503)
(xy 106.944541 57.9122) (xy 106.515468 58.198897) (xy 106.214024 58.65004) (xy 106.108171 59.1822) (xy 106.214024 59.71436)
(xy 106.515468 60.165503) (xy 106.944541 60.4522) (xy 106.515468 60.738897) (xy 106.214024 61.19004) (xy 106.108171 61.7222)
(xy 106.214024 62.25436) (xy 106.515468 62.705503) (xy 106.944541 62.9922) (xy 106.515468 63.278897) (xy 106.214024 63.73004)
(xy 106.108171 64.2622) (xy 106.214024 64.79436) (xy 106.515468 65.245503) (xy 106.944541 65.5322) (xy 106.515468 65.818897)
(xy 106.214024 66.27004) (xy 106.108171 66.8022) (xy 106.214024 67.33436) (xy 106.515468 67.785503) (xy 106.944541 68.0722)
(xy 106.515468 68.358897) (xy 106.214024 68.81004) (xy 106.108171 69.3422) (xy 106.214024 69.87436) (xy 106.515468 70.325503)
(xy 106.748599 70.481276) (xy 106.6654 70.481276) (xy 106.470106 70.518023) (xy 106.29074 70.633442) (xy 106.17041 70.809551)
(xy 106.128076 71.0186) (xy 106.128076 72.7458) (xy 106.164823 72.941094) (xy 106.280242 73.12046) (xy 106.456351 73.24079)
(xy 106.6654 73.283124) (xy 108.6974 73.283124) (xy 108.892694 73.246377) (xy 109.07206 73.130958) (xy 109.19239 72.954849)
(xy 109.234724 72.7458) (xy 109.234724 72.544911) (xy 114.065629 72.544911) (xy 114.215149 72.906776) (xy 114.491767 73.183878)
(xy 114.853372 73.334029) (xy 115.244911 73.334371) (xy 115.606776 73.184851) (xy 115.883878 72.908233) (xy 116.034029 72.546628)
(xy 116.034371 72.155089) (xy 115.884851 71.793224) (xy 115.608233 71.516122) (xy 115.246628 71.365971) (xy 114.855089 71.365629)
(xy 114.493224 71.515149) (xy 114.216122 71.791767) (xy 114.065971 72.153372) (xy 114.065629 72.544911) (xy 109.234724 72.544911)
(xy 109.234724 71.957174) (xy 109.383767 72.106478) (xy 109.745372 72.256629) (xy 110.136911 72.256971) (xy 110.498776 72.107451)
(xy 110.775878 71.830833) (xy 110.926029 71.469228) (xy 110.926181 71.294911) (xy 120.365629 71.294911) (xy 120.515149 71.656776)
(xy 120.791767 71.933878) (xy 120.97589 72.010332) (xy 120.843224 72.065149) (xy 120.566122 72.341767) (xy 120.415971 72.703372)
(xy 120.415629 73.094911) (xy 120.565149 73.456776) (xy 120.841767 73.733878) (xy 121.203372 73.884029) (xy 121.594911 73.884371)
(xy 121.956776 73.734851) (xy 122.233878 73.458233) (xy 122.384029 73.096628) (xy 122.384213 72.884911) (xy 125.095629 72.884911)
(xy 125.245149 73.246776) (xy 125.521767 73.523878) (xy 125.883372 73.674029) (xy 126.274911 73.674371) (xy 126.636776 73.524851)
(xy 126.663435 73.498239) (xy 126.515971 73.853372) (xy 126.515629 74.244911) (xy 126.665149 74.606776) (xy 126.941767 74.883878)
(xy 127.303372 75.034029) (xy 127.477748 75.034181) (xy 127.365971 75.303372) (xy 127.365629 75.694911) (xy 127.515149 76.056776)
(xy 127.791767 76.333878) (xy 128.153372 76.484029) (xy 128.315813 76.484171) (xy 128.315629 76.694911) (xy 128.465149 77.056776)
(xy 128.741767 77.333878) (xy 128.789211 77.353578) (xy 128.485747 77.478967) (xy 128.18004 77.784141) (xy 128.014389 78.183074)
(xy 128.014012 78.615031) (xy 128.178967 79.014253) (xy 128.484141 79.31996) (xy 128.883074 79.485611) (xy 129.315031 79.485988)
(xy 129.714253 79.321033) (xy 130.01996 79.015859) (xy 130.185611 78.616926) (xy 130.185988 78.184969) (xy 130.021033 77.785747)
(xy 129.980269 77.744911) (xy 131.465629 77.744911) (xy 131.615149 78.106776) (xy 131.891767 78.383878) (xy 132.253372 78.534029)
(xy 132.644911 78.534371) (xy 133.006776 78.384851) (xy 133.225051 78.166958) (xy 133.341767 78.283878) (xy 133.703372 78.434029)
(xy 134.005778 78.434293) (xy 134.005629 78.604911) (xy 134.155149 78.966776) (xy 134.431767 79.243878) (xy 134.793372 79.394029)
(xy 135.184911 79.394371) (xy 135.546776 79.244851) (xy 135.823878 78.968233) (xy 135.974029 78.606628) (xy 135.974257 78.344911)
(xy 137.215629 78.344911) (xy 137.365149 78.706776) (xy 137.641767 78.983878) (xy 138.003372 79.134029) (xy 138.394911 79.134371)
(xy 138.563016 79.064911) (xy 140.635629 79.064911) (xy 140.785149 79.426776) (xy 141.061767 79.703878) (xy 141.423372 79.854029)
(xy 141.814911 79.854371) (xy 141.958814 79.794911) (xy 152.615629 79.794911) (xy 152.765149 80.156776) (xy 153.041767 80.433878)
(xy 153.100107 80.458103) (xy 152.916122 80.641767) (xy 152.765971 81.003372) (xy 152.765629 81.394911) (xy 152.915149 81.756776)
(xy 153.191767 82.033878) (xy 153.553372 82.184029) (xy 153.944911 82.184371) (xy 154.306776 82.034851) (xy 154.583878 81.758233)
(xy 154.734029 81.396628) (xy 154.734371 81.005089) (xy 154.584851 80.643224) (xy 154.308233 80.366122) (xy 154.249893 80.341897)
(xy 154.433878 80.158233) (xy 154.584029 79.796628) (xy 154.584371 79.405089) (xy 154.434851 79.043224) (xy 154.186972 78.794911)
(xy 155.665629 78.794911) (xy 155.815149 79.156776) (xy 156.091767 79.433878) (xy 156.453372 79.584029) (xy 156.676197 79.584224)
(xy 156.614389 79.733074) (xy 156.614012 80.165031) (xy 156.778967 80.564253) (xy 157.084141 80.86996) (xy 157.483074 81.035611)
(xy 157.915031 81.035988) (xy 158.314253 80.871033) (xy 158.61996 80.565859) (xy 158.785611 80.166926) (xy 158.785988 79.734969)
(xy 158.621033 79.335747) (xy 158.315859 79.03004) (xy 157.916926 78.864389) (xy 157.606005 78.864118) (xy 157.634029 78.796628)
(xy 157.634371 78.405089) (xy 157.484851 78.043224) (xy 157.208233 77.766122) (xy 156.846628 77.615971) (xy 156.455089 77.615629)
(xy 156.093224 77.765149) (xy 155.816122 78.041767) (xy 155.665971 78.403372) (xy 155.665629 78.794911) (xy 154.186972 78.794911)
(xy 154.158233 78.766122) (xy 153.796628 78.615971) (xy 153.405089 78.615629) (xy 153.043224 78.765149) (xy 152.766122 79.041767)
(xy 152.615971 79.403372) (xy 152.615629 79.794911) (xy 141.958814 79.794911) (xy 142.176776 79.704851) (xy 142.453878 79.428233)
(xy 142.604029 79.066628) (xy 142.604371 78.675089) (xy 142.454851 78.313224) (xy 142.246902 78.104911) (xy 143.775629 78.104911)
(xy 143.925149 78.466776) (xy 144.201767 78.743878) (xy 144.563372 78.894029) (xy 144.954911 78.894371) (xy 145.316776 78.744851)
(xy 145.465068 78.596818) (xy 145.671767 78.803878) (xy 146.033372 78.954029) (xy 146.424911 78.954371) (xy 146.786776 78.804851)
(xy 146.945881 78.646024) (xy 146.945629 78.934911) (xy 147.095149 79.296776) (xy 147.371767 79.573878) (xy 147.733372 79.724029)
(xy 148.124911 79.724371) (xy 148.486776 79.574851) (xy 148.763878 79.298233) (xy 148.914029 78.936628) (xy 148.914268 78.662627)
(xy 149.015149 78.906776) (xy 149.291767 79.183878) (xy 149.653372 79.334029) (xy 150.044911 79.334371) (xy 150.406776 79.184851)
(xy 150.683878 78.908233) (xy 150.834029 78.546628) (xy 150.834371 78.155089) (xy 150.684851 77.793224) (xy 150.408233 77.516122)
(xy 150.046628 77.365971) (xy 149.655089 77.365629) (xy 149.293224 77.515149) (xy 149.016122 77.791767) (xy 148.865971 78.153372)
(xy 148.865732 78.427373) (xy 148.764851 78.183224) (xy 148.488233 77.906122) (xy 148.126628 77.755971) (xy 147.735089 77.755629)
(xy 147.373224 77.905149) (xy 147.214119 78.063976) (xy 147.214371 77.775089) (xy 147.064851 77.413224) (xy 146.788233 77.136122)
(xy 146.426628 76.985971) (xy 146.035089 76.985629) (xy 145.673224 77.135149) (xy 145.524932 77.283182) (xy 145.318233 77.076122)
(xy 144.956628 76.925971) (xy 144.565089 76.925629) (xy 144.203224 77.075149) (xy 143.926122 77.351767) (xy 143.775971 77.713372)
(xy 143.775629 78.104911) (xy 142.246902 78.104911) (xy 142.178233 78.036122) (xy 141.816628 77.885971) (xy 141.425089 77.885629)
(xy 141.063224 78.035149) (xy 140.786122 78.311767) (xy 140.635971 78.673372) (xy 140.635629 79.064911) (xy 138.563016 79.064911)
(xy 138.756776 78.984851) (xy 139.033878 78.708233) (xy 139.184029 78.346628) (xy 139.184371 77.955089) (xy 139.034851 77.593224)
(xy 138.758233 77.316122) (xy 138.396628 77.165971) (xy 138.005089 77.165629) (xy 137.643224 77.315149) (xy 137.366122 77.591767)
(xy 137.215971 77.953372) (xy 137.215629 78.344911) (xy 135.974257 78.344911) (xy 135.974371 78.215089) (xy 135.824851 77.853224)
(xy 135.548233 77.576122) (xy 135.186628 77.425971) (xy 134.884222 77.425707) (xy 134.884371 77.255089) (xy 134.734851 76.893224)
(xy 134.507057 76.665031) (xy 135.364012 76.665031) (xy 135.528967 77.064253) (xy 135.834141 77.36996) (xy 136.233074 77.535611)
(xy 136.665031 77.535988) (xy 137.064253 77.371033) (xy 137.36996 77.065859) (xy 137.535611 76.666926) (xy 137.535988 76.234969)
(xy 137.515305 76.184911) (xy 139.865629 76.184911) (xy 140.015149 76.546776) (xy 140.291767 76.823878) (xy 140.653372 76.974029)
(xy 141.044911 76.974371) (xy 141.406776 76.824851) (xy 141.683878 76.548233) (xy 141.834029 76.186628) (xy 141.834371 75.795089)
(xy 141.684851 75.433224) (xy 141.408233 75.156122) (xy 141.046628 75.005971) (xy 140.655089 75.005629) (xy 140.293224 75.155149)
(xy 140.016122 75.431767) (xy 139.865971 75.793372) (xy 139.865629 76.184911) (xy 137.515305 76.184911) (xy 137.371033 75.835747)
(xy 137.065859 75.53004) (xy 136.666926 75.364389) (xy 136.234969 75.364012) (xy 135.835747 75.528967) (xy 135.53004 75.834141)
(xy 135.364389 76.233074) (xy 135.364012 76.665031) (xy 134.507057 76.665031) (xy 134.458233 76.616122) (xy 134.096628 76.465971)
(xy 133.705089 76.465629) (xy 133.343224 76.615149) (xy 133.124949 76.833042) (xy 133.008233 76.716122) (xy 132.646628 76.565971)
(xy 132.255089 76.565629) (xy 131.893224 76.715149) (xy 131.616122 76.991767) (xy 131.465971 77.353372) (xy 131.465629 77.744911)
(xy 129.980269 77.744911) (xy 129.715859 77.48004) (xy 129.610885 77.436451) (xy 129.856776 77.334851) (xy 130.133878 77.058233)
(xy 130.284029 76.696628) (xy 130.284371 76.305089) (xy 130.134851 75.943224) (xy 129.858233 75.666122) (xy 129.496628 75.515971)
(xy 129.334187 75.515829) (xy 129.334371 75.305089) (xy 129.184851 74.943224) (xy 128.908233 74.666122) (xy 128.546628 74.515971)
(xy 128.372252 74.515819) (xy 128.484029 74.246628) (xy 128.484178 74.074911) (xy 141.895629 74.074911) (xy 142.045149 74.436776)
(xy 142.321767 74.713878) (xy 142.683372 74.864029) (xy 143.074911 74.864371) (xy 143.436776 74.714851) (xy 143.713878 74.438233)
(xy 143.806559 74.215031) (xy 144.714012 74.215031) (xy 144.878967 74.614253) (xy 145.184141 74.91996) (xy 145.583074 75.085611)
(xy 146.015031 75.085988) (xy 146.414253 74.921033) (xy 146.71996 74.615859) (xy 146.728658 74.594911) (xy 150.515629 74.594911)
(xy 150.665149 74.956776) (xy 150.941767 75.233878) (xy 151.303372 75.384029) (xy 151.694911 75.384371) (xy 152.056776 75.234851)
(xy 152.247048 75.044911) (xy 155.665629 75.044911) (xy 155.815149 75.406776) (xy 156.091767 75.683878) (xy 156.453372 75.834029)
(xy 156.844911 75.834371) (xy 157.206776 75.684851) (xy 157.483878 75.408233) (xy 157.634029 75.046628) (xy 157.634371 74.655089)
(xy 157.590547 74.549026) (xy 160.443442 74.549026) (xy 160.671947 75.049674) (xy 161.094288 75.453579) (xy 161.239915 75.510127)
(xy 160.885863 75.746697) (xy 160.584419 76.19784) (xy 160.478566 76.73) (xy 160.584419 77.26216) (xy 160.885863 77.713303)
(xy 161.314936 78) (xy 160.885863 78.286697) (xy 160.584419 78.73784) (xy 160.478566 79.27) (xy 160.584419 79.80216)
(xy 160.885863 80.253303) (xy 161.239915 80.489873) (xy 161.094288 80.546421) (xy 160.671947 80.950326) (xy 160.443442 81.450974)
(xy 160.564583 81.683) (xy 161.873 81.683) (xy 161.873 81.663) (xy 162.127 81.663) (xy 162.127 81.683)
(xy 163.435417 81.683) (xy 163.556558 81.450974) (xy 163.328053 80.950326) (xy 162.905712 80.546421) (xy 162.760085 80.489873)
(xy 163.114137 80.253303) (xy 163.415581 79.80216) (xy 163.521434 79.27) (xy 163.415581 78.73784) (xy 163.114137 78.286697)
(xy 162.685064 78) (xy 163.114137 77.713303) (xy 163.415581 77.26216) (xy 163.521434 76.73) (xy 163.415581 76.19784)
(xy 163.114137 75.746697) (xy 162.760085 75.510127) (xy 162.905712 75.453579) (xy 163.328053 75.049674) (xy 163.556558 74.549026)
(xy 163.435417 74.317) (xy 162.127 74.317) (xy 162.127 74.337) (xy 161.873 74.337) (xy 161.873 74.317)
(xy 160.564583 74.317) (xy 160.443442 74.549026) (xy 157.590547 74.549026) (xy 157.484851 74.293224) (xy 157.208233 74.016122)
(xy 156.846628 73.865971) (xy 156.455089 73.865629) (xy 156.093224 74.015149) (xy 155.816122 74.291767) (xy 155.665971 74.653372)
(xy 155.665629 75.044911) (xy 152.247048 75.044911) (xy 152.333878 74.958233) (xy 152.484029 74.596628) (xy 152.484371 74.205089)
(xy 152.334851 73.843224) (xy 152.322623 73.830974) (xy 160.443442 73.830974) (xy 160.564583 74.063) (xy 161.873 74.063)
(xy 161.873 74.043) (xy 162.127 74.043) (xy 162.127 74.063) (xy 163.435417 74.063) (xy 163.556558 73.830974)
(xy 163.328053 73.330326) (xy 163.007571 73.023834) (xy 163.058894 73.014177) (xy 163.23826 72.898758) (xy 163.35859 72.722649)
(xy 163.400924 72.5136) (xy 163.400924 70.7864) (xy 163.364177 70.591106) (xy 163.248758 70.41174) (xy 163.072649 70.29141)
(xy 162.8636 70.249076) (xy 161.1364 70.249076) (xy 160.941106 70.285823) (xy 160.76174 70.401242) (xy 160.64141 70.577351)
(xy 160.599076 70.7864) (xy 160.599076 72.5136) (xy 160.635823 72.708894) (xy 160.751242 72.88826) (xy 160.927351 73.00859)
(xy 160.994211 73.02213) (xy 160.671947 73.330326) (xy 160.443442 73.830974) (xy 152.322623 73.830974) (xy 152.058233 73.566122)
(xy 151.696628 73.415971) (xy 151.305089 73.415629) (xy 150.943224 73.565149) (xy 150.666122 73.841767) (xy 150.515971 74.203372)
(xy 150.515629 74.594911) (xy 146.728658 74.594911) (xy 146.885611 74.216926) (xy 146.885988 73.784969) (xy 146.721033 73.385747)
(xy 146.415859 73.08004) (xy 146.016926 72.914389) (xy 145.584969 72.914012) (xy 145.185747 73.078967) (xy 144.88004 73.384141)
(xy 144.714389 73.783074) (xy 144.714012 74.215031) (xy 143.806559 74.215031) (xy 143.864029 74.076628) (xy 143.864371 73.685089)
(xy 143.714851 73.323224) (xy 143.438233 73.046122) (xy 143.076628 72.895971) (xy 142.685089 72.895629) (xy 142.323224 73.045149)
(xy 142.046122 73.321767) (xy 141.895971 73.683372) (xy 141.895629 74.074911) (xy 128.484178 74.074911) (xy 128.484371 73.855089)
(xy 128.334851 73.493224) (xy 128.058233 73.216122) (xy 127.696628 73.065971) (xy 127.305089 73.065629) (xy 126.943224 73.215149)
(xy 126.916565 73.241761) (xy 127.064029 72.886628) (xy 127.064283 72.595311) (xy 143.315629 72.595311) (xy 143.465149 72.957176)
(xy 143.741767 73.234278) (xy 144.103372 73.384429) (xy 144.494911 73.384771) (xy 144.856776 73.235251) (xy 145.133878 72.958633)
(xy 145.284029 72.597028) (xy 145.284371 72.205489) (xy 145.134851 71.843624) (xy 144.858233 71.566522) (xy 144.496628 71.416371)
(xy 144.105089 71.416029) (xy 143.743224 71.565549) (xy 143.466122 71.842167) (xy 143.315971 72.203772) (xy 143.315629 72.595311)
(xy 127.064283 72.595311) (xy 127.064371 72.495089) (xy 126.914851 72.133224) (xy 126.638233 71.856122) (xy 126.276628 71.705971)
(xy 125.885089 71.705629) (xy 125.523224 71.855149) (xy 125.246122 72.131767) (xy 125.095971 72.493372) (xy 125.095629 72.884911)
(xy 122.384213 72.884911) (xy 122.384371 72.705089) (xy 122.234851 72.343224) (xy 121.958233 72.066122) (xy 121.77411 71.989668)
(xy 121.906776 71.934851) (xy 122.183878 71.658233) (xy 122.334029 71.296628) (xy 122.334371 70.905089) (xy 122.200233 70.580451)
(xy 122.333074 70.635611) (xy 122.765031 70.635988) (xy 123.164253 70.471033) (xy 123.27044 70.365031) (xy 131.214012 70.365031)
(xy 131.378967 70.764253) (xy 131.684141 71.06996) (xy 132.083074 71.235611) (xy 132.515031 71.235988) (xy 132.914253 71.071033)
(xy 133.21996 70.765859) (xy 133.385611 70.366926) (xy 133.385874 70.065031) (xy 139.364012 70.065031) (xy 139.528967 70.464253)
(xy 139.834141 70.76996) (xy 140.112596 70.885584) (xy 139.946122 71.051767) (xy 139.795971 71.413372) (xy 139.795629 71.804911)
(xy 139.945149 72.166776) (xy 140.221767 72.443878) (xy 140.583372 72.594029) (xy 140.974911 72.594371) (xy 141.336776 72.444851)
(xy 141.613878 72.168233) (xy 141.764029 71.806628) (xy 141.764371 71.415089) (xy 141.614851 71.053224) (xy 141.338233 70.776122)
(xy 141.141139 70.694282) (xy 141.36996 70.465859) (xy 141.535611 70.066926) (xy 141.535988 69.634969) (xy 141.371033 69.235747)
(xy 141.065859 68.93004) (xy 140.666926 68.764389) (xy 140.234969 68.764012) (xy 139.835747 68.928967) (xy 139.53004 69.234141)
(xy 139.364389 69.633074) (xy 139.364012 70.065031) (xy 133.385874 70.065031) (xy 133.385988 69.934969) (xy 133.221033 69.535747)
(xy 132.915859 69.23004) (xy 132.516926 69.064389) (xy 132.084969 69.064012) (xy 131.685747 69.228967) (xy 131.38004 69.534141)
(xy 131.214389 69.933074) (xy 131.214012 70.365031) (xy 123.27044 70.365031) (xy 123.46996 70.165859) (xy 123.635611 69.766926)
(xy 123.635988 69.334969) (xy 123.619437 69.294911) (xy 127.915629 69.294911) (xy 128.065149 69.656776) (xy 128.341767 69.933878)
(xy 128.703372 70.084029) (xy 129.094911 70.084371) (xy 129.456776 69.934851) (xy 129.733878 69.658233) (xy 129.884029 69.296628)
(xy 129.884351 68.927511) (xy 135.475229 68.927511) (xy 135.624749 69.289376) (xy 135.901367 69.566478) (xy 136.262972 69.716629)
(xy 136.654511 69.716971) (xy 137.016376 69.567451) (xy 137.293478 69.290833) (xy 137.443629 68.929228) (xy 137.443971 68.537689)
(xy 137.294451 68.175824) (xy 137.017833 67.898722) (xy 136.656228 67.748571) (xy 136.264689 67.748229) (xy 135.902824 67.897749)
(xy 135.625722 68.174367) (xy 135.475571 68.535972) (xy 135.475229 68.927511) (xy 129.884351 68.927511) (xy 129.884371 68.905089)
(xy 129.734851 68.543224) (xy 129.458233 68.266122) (xy 129.096628 68.115971) (xy 128.705089 68.115629) (xy 128.343224 68.265149)
(xy 128.066122 68.541767) (xy 127.915971 68.903372) (xy 127.915629 69.294911) (xy 123.619437 69.294911) (xy 123.471033 68.935747)
(xy 123.165859 68.63004) (xy 122.766926 68.464389) (xy 122.334969 68.464012) (xy 121.935747 68.628967) (xy 121.63004 68.934141)
(xy 121.464389 69.333074) (xy 121.464012 69.765031) (xy 121.621938 70.147243) (xy 121.546628 70.115971) (xy 121.155089 70.115629)
(xy 120.793224 70.265149) (xy 120.516122 70.541767) (xy 120.365971 70.903372) (xy 120.365629 71.294911) (xy 110.926181 71.294911)
(xy 110.926371 71.077689) (xy 110.776851 70.715824) (xy 110.500233 70.438722) (xy 110.138628 70.288571) (xy 109.747089 70.288229)
(xy 109.385224 70.437749) (xy 109.12015 70.70236) (xy 109.082558 70.64394) (xy 108.906449 70.52361) (xy 108.6974 70.481276)
(xy 108.614201 70.481276) (xy 108.847332 70.325503) (xy 109.148776 69.87436) (xy 109.236563 69.433023) (xy 109.491372 69.538829)
(xy 109.882911 69.539171) (xy 110.244776 69.389651) (xy 110.521878 69.113033) (xy 110.662194 68.775111) (xy 114.291629 68.775111)
(xy 114.441149 69.136976) (xy 114.717767 69.414078) (xy 115.079372 69.564229) (xy 115.31583 69.564436) (xy 115.315629 69.794911)
(xy 115.465149 70.156776) (xy 115.741767 70.433878) (xy 116.103372 70.584029) (xy 116.494911 70.584371) (xy 116.856776 70.434851)
(xy 117.133878 70.158233) (xy 117.284029 69.796628) (xy 117.284371 69.405089) (xy 117.134851 69.043224) (xy 116.858233 68.766122)
(xy 116.496628 68.615971) (xy 116.26017 68.615764) (xy 116.260371 68.385289) (xy 116.110851 68.023424) (xy 115.834233 67.746322)
(xy 115.472628 67.596171) (xy 115.081089 67.595829) (xy 114.719224 67.745349) (xy 114.442122 68.021967) (xy 114.291971 68.383572)
(xy 114.291629 68.775111) (xy 110.662194 68.775111) (xy 110.672029 68.751428) (xy 110.672371 68.359889) (xy 110.522851 67.998024)
(xy 110.246233 67.720922) (xy 109.884628 67.570771) (xy 109.493089 67.570429) (xy 109.131224 67.719949) (xy 108.854122 67.996567)
(xy 108.734872 68.283754) (xy 108.418259 68.0722) (xy 108.847332 67.785503) (xy 109.148776 67.33436) (xy 109.196713 67.093363)
(xy 109.231367 67.128078) (xy 109.592972 67.278229) (xy 109.984511 67.278571) (xy 110.346376 67.129051) (xy 110.623478 66.852433)
(xy 110.763794 66.514511) (xy 114.240829 66.514511) (xy 114.390349 66.876376) (xy 114.666967 67.153478) (xy 115.028572 67.303629)
(xy 115.420111 67.303971) (xy 115.781976 67.154451) (xy 116.059078 66.877833) (xy 116.114271 66.744911) (xy 126.065629 66.744911)
(xy 126.215149 67.106776) (xy 126.491767 67.383878) (xy 126.853372 67.534029) (xy 127.244911 67.534371) (xy 127.606776 67.384851)
(xy 127.883878 67.108233) (xy 128.034029 66.746628) (xy 128.034292 66.444911) (xy 137.865629 66.444911) (xy 138.015149 66.806776)
(xy 138.291767 67.083878) (xy 138.653372 67.234029) (xy 139.044911 67.234371) (xy 139.406776 67.084851) (xy 139.683878 66.808233)
(xy 139.810793 66.502587) (xy 139.991767 66.683878) (xy 140.353372 66.834029) (xy 140.744911 66.834371) (xy 141.106776 66.684851)
(xy 141.383878 66.408233) (xy 141.534029 66.046628) (xy 141.534371 65.655089) (xy 141.509506 65.594911) (xy 143.865629 65.594911)
(xy 144.015149 65.956776) (xy 144.291767 66.233878) (xy 144.653372 66.384029) (xy 145.044911 66.384371) (xy 145.116209 66.354911)
(xy 153.515629 66.354911) (xy 153.665149 66.716776) (xy 153.941767 66.993878) (xy 154.303372 67.144029) (xy 154.694911 67.144371)
(xy 155.056776 66.994851) (xy 155.333878 66.718233) (xy 155.484029 66.356628) (xy 155.484371 65.965089) (xy 155.334851 65.603224)
(xy 155.058233 65.326122) (xy 154.696628 65.175971) (xy 154.305089 65.175629) (xy 153.943224 65.325149) (xy 153.666122 65.601767)
(xy 153.515971 65.963372) (xy 153.515629 66.354911) (xy 145.116209 66.354911) (xy 145.406776 66.234851) (xy 145.683878 65.958233)
(xy 145.834029 65.596628) (xy 145.834371 65.205089) (xy 145.684851 64.843224) (xy 145.408233 64.566122) (xy 145.046628 64.415971)
(xy 144.655089 64.415629) (xy 144.293224 64.565149) (xy 144.016122 64.841767) (xy 143.865971 65.203372) (xy 143.865629 65.594911)
(xy 141.509506 65.594911) (xy 141.384851 65.293224) (xy 141.108233 65.016122) (xy 140.746628 64.865971) (xy 140.355089 64.865629)
(xy 139.993224 65.015149) (xy 139.716122 65.291767) (xy 139.589207 65.597413) (xy 139.408233 65.416122) (xy 139.046628 65.265971)
(xy 138.655089 65.265629) (xy 138.293224 65.415149) (xy 138.016122 65.691767) (xy 137.865971 66.053372) (xy 137.865629 66.444911)
(xy 128.034292 66.444911) (xy 128.034371 66.355089) (xy 127.884851 65.993224) (xy 127.608233 65.716122) (xy 127.246628 65.565971)
(xy 126.855089 65.565629) (xy 126.493224 65.715149) (xy 126.216122 65.991767) (xy 126.065971 66.353372) (xy 126.065629 66.744911)
(xy 116.114271 66.744911) (xy 116.209229 66.516228) (xy 116.209571 66.124689) (xy 116.060051 65.762824) (xy 115.783433 65.485722)
(xy 115.421828 65.335571) (xy 115.030289 65.335229) (xy 114.668424 65.484749) (xy 114.391322 65.761367) (xy 114.241171 66.122972)
(xy 114.240829 66.514511) (xy 110.763794 66.514511) (xy 110.773629 66.490828) (xy 110.773971 66.099289) (xy 110.624451 65.737424)
(xy 110.347833 65.460322) (xy 109.986228 65.310171) (xy 109.594689 65.309829) (xy 109.232824 65.459349) (xy 108.955722 65.735967)
(xy 108.892942 65.887158) (xy 108.847332 65.818897) (xy 108.418259 65.5322) (xy 108.847332 65.245503) (xy 109.081512 64.895028)
(xy 109.307567 65.121478) (xy 109.669172 65.271629) (xy 110.060711 65.271971) (xy 110.368218 65.144911) (xy 128.565629 65.144911)
(xy 128.715149 65.506776) (xy 128.991767 65.783878) (xy 129.353372 65.934029) (xy 129.744911 65.934371) (xy 130.106776 65.784851)
(xy 130.383878 65.508233) (xy 130.534029 65.146628) (xy 130.534371 64.755089) (xy 130.426868 64.494911) (xy 140.965629 64.494911)
(xy 141.115149 64.856776) (xy 141.391767 65.133878) (xy 141.753372 65.284029) (xy 142.144911 65.284371) (xy 142.506776 65.134851)
(xy 142.783878 64.858233) (xy 142.934029 64.496628) (xy 142.934371 64.105089) (xy 142.784851 63.743224) (xy 142.508233 63.466122)
(xy 142.146628 63.315971) (xy 141.755089 63.315629) (xy 141.393224 63.465149) (xy 141.116122 63.741767) (xy 140.965971 64.103372)
(xy 140.965629 64.494911) (xy 130.426868 64.494911) (xy 130.384851 64.393224) (xy 130.108233 64.116122) (xy 129.746628 63.965971)
(xy 129.355089 63.965629) (xy 128.993224 64.115149) (xy 128.716122 64.391767) (xy 128.565971 64.753372) (xy 128.565629 65.144911)
(xy 110.368218 65.144911) (xy 110.422576 65.122451) (xy 110.699678 64.845833) (xy 110.849829 64.484228) (xy 110.850052 64.228511)
(xy 114.291629 64.228511) (xy 114.441149 64.590376) (xy 114.717767 64.867478) (xy 115.079372 65.017629) (xy 115.470911 65.017971)
(xy 115.832776 64.868451) (xy 116.109878 64.591833) (xy 116.260029 64.230228) (xy 116.260371 63.838689) (xy 116.110851 63.476824)
(xy 115.834233 63.199722) (xy 115.472628 63.049571) (xy 115.081089 63.049229) (xy 114.719224 63.198749) (xy 114.442122 63.475367)
(xy 114.291971 63.836972) (xy 114.291629 64.228511) (xy 110.850052 64.228511) (xy 110.850171 64.092689) (xy 110.700651 63.730824)
(xy 110.424033 63.453722) (xy 110.062428 63.303571) (xy 109.670889 63.303229) (xy 109.309024 63.452749) (xy 109.10175 63.659661)
(xy 108.847332 63.278897) (xy 108.418259 62.9922) (xy 108.847332 62.705503) (xy 109.101845 62.324597) (xy 109.307567 62.530678)
(xy 109.669172 62.680829) (xy 110.060711 62.681171) (xy 110.422576 62.531651) (xy 110.699678 62.255033) (xy 110.808354 61.993311)
(xy 114.266229 61.993311) (xy 114.415749 62.355176) (xy 114.692367 62.632278) (xy 115.053972 62.782429) (xy 115.445511 62.782771)
(xy 115.807376 62.633251) (xy 116.084478 62.356633) (xy 116.172392 62.144911) (xy 127.965629 62.144911) (xy 128.115149 62.506776)
(xy 128.391767 62.783878) (xy 128.753372 62.934029) (xy 129.144911 62.934371) (xy 129.506776 62.784851) (xy 129.783878 62.508233)
(xy 129.934029 62.146628) (xy 129.934371 61.755089) (xy 129.81049 61.455273) (xy 134.770777 61.455273) (xy 134.966602 61.929206)
(xy 135.328887 62.292124) (xy 135.802477 62.488776) (xy 136.315273 62.489223) (xy 136.789206 62.293398) (xy 137.152124 61.931113)
(xy 137.348776 61.457523) (xy 137.349223 60.944727) (xy 137.330743 60.9) (xy 141.172157 60.9) (xy 141.27801 61.43216)
(xy 141.579454 61.883303) (xy 142.030597 62.184747) (xy 142.562757 62.2906) (xy 142.617243 62.2906) (xy 143.149403 62.184747)
(xy 143.600546 61.883303) (xy 143.806157 61.575584) (xy 143.847312 61.674947) (xy 144.24151 62.106821) (xy 144.770973 62.354968)
(xy 145.003 62.234469) (xy 145.003 61.027) (xy 144.983 61.027) (xy 144.983 60.773) (xy 145.003 60.773)
(xy 145.003 59.565531) (xy 145.257 59.565531) (xy 145.257 60.773) (xy 145.277 60.773) (xy 145.277 61.027)
(xy 145.257 61.027) (xy 145.257 62.234469) (xy 145.489027 62.354968) (xy 146.01849 62.106821) (xy 146.412688 61.674947)
(xy 146.453843 61.575584) (xy 146.659454 61.883303) (xy 147.110597 62.184747) (xy 147.642757 62.2906) (xy 147.697243 62.2906)
(xy 148.229403 62.184747) (xy 148.680546 61.883303) (xy 148.809076 61.690944) (xy 148.809076 61.7636) (xy 148.845823 61.958894)
(xy 148.961242 62.13826) (xy 149.137351 62.25859) (xy 149.3464 62.300924) (xy 151.0736 62.300924) (xy 151.268894 62.264177)
(xy 151.44826 62.148758) (xy 151.56859 61.972649) (xy 151.610924 61.7636) (xy 151.610924 60.0364) (xy 151.574177 59.841106)
(xy 151.458758 59.66174) (xy 151.282649 59.54141) (xy 151.0736 59.499076) (xy 149.3464 59.499076) (xy 149.151106 59.535823)
(xy 148.97174 59.651242) (xy 148.85141 59.827351) (xy 148.809076 60.0364) (xy 148.809076 60.109056) (xy 148.680546 59.916697)
(xy 148.229403 59.615253) (xy 147.697243 59.5094) (xy 147.642757 59.5094) (xy 147.110597 59.615253) (xy 146.659454 59.916697)
(xy 146.453843 60.224416) (xy 146.412688 60.125053) (xy 146.01849 59.693179) (xy 145.489027 59.445032) (xy 145.257 59.565531)
(xy 145.003 59.565531) (xy 144.770973 59.445032) (xy 144.24151 59.693179) (xy 143.847312 60.125053) (xy 143.806157 60.224416)
(xy 143.600546 59.916697) (xy 143.149403 59.615253) (xy 142.617243 59.5094) (xy 142.562757 59.5094) (xy 142.030597 59.615253)
(xy 141.579454 59.916697) (xy 141.27801 60.36784) (xy 141.172157 60.9) (xy 137.330743 60.9) (xy 137.153398 60.470794)
(xy 136.791113 60.107876) (xy 136.317523 59.911224) (xy 135.804727 59.910777) (xy 135.330794 60.106602) (xy 134.967876 60.468887)
(xy 134.771224 60.942477) (xy 134.770777 61.455273) (xy 129.81049 61.455273) (xy 129.784851 61.393224) (xy 129.508233 61.116122)
(xy 129.146628 60.965971) (xy 128.755089 60.965629) (xy 128.393224 61.115149) (xy 128.116122 61.391767) (xy 127.965971 61.753372)
(xy 127.965629 62.144911) (xy 116.172392 62.144911) (xy 116.234629 61.995028) (xy 116.234971 61.603489) (xy 116.085451 61.241624)
(xy 115.808833 60.964522) (xy 115.447228 60.814371) (xy 115.055689 60.814029) (xy 114.693824 60.963549) (xy 114.416722 61.240167)
(xy 114.266571 61.601772) (xy 114.266229 61.993311) (xy 110.808354 61.993311) (xy 110.849829 61.893428) (xy 110.850171 61.501889)
(xy 110.700651 61.140024) (xy 110.424033 60.862922) (xy 110.062428 60.712771) (xy 109.670889 60.712429) (xy 109.309024 60.861949)
(xy 109.081388 61.089187) (xy 108.847332 60.738897) (xy 108.418259 60.4522) (xy 108.847332 60.165503) (xy 109.148776 59.71436)
(xy 109.232209 59.294911) (xy 136.115629 59.294911) (xy 136.265149 59.656776) (xy 136.541767 59.933878) (xy 136.903372 60.084029)
(xy 137.294911 60.084371) (xy 137.656776 59.934851) (xy 137.933878 59.658233) (xy 138.084029 59.296628) (xy 138.08407 59.249027)
(xy 156.275032 59.249027) (xy 156.523179 59.77849) (xy 156.955053 60.172688) (xy 157.054416 60.213843) (xy 156.746697 60.419454)
(xy 156.445253 60.870597) (xy 156.3394 61.402757) (xy 156.3394 61.457243) (xy 156.445253 61.989403) (xy 156.746697 62.440546)
(xy 157.19784 62.74199) (xy 157.73 62.847843) (xy 158.26216 62.74199) (xy 158.713303 62.440546) (xy 159 62.011473)
(xy 159.286697 62.440546) (xy 159.73784 62.74199) (xy 160.27 62.847843) (xy 160.80216 62.74199) (xy 161.253303 62.440546)
(xy 161.554747 61.989403) (xy 161.6606 61.457243) (xy 161.6606 61.402757) (xy 161.554747 60.870597) (xy 161.253303 60.419454)
(xy 160.945584 60.213843) (xy 161.044947 60.172688) (xy 161.476821 59.77849) (xy 161.724968 59.249027) (xy 161.604469 59.017)
(xy 160.397 59.017) (xy 160.397 59.037) (xy 160.143 59.037) (xy 160.143 59.017) (xy 157.857 59.017)
(xy 157.857 59.037) (xy 157.603 59.037) (xy 157.603 59.017) (xy 156.395531 59.017) (xy 156.275032 59.249027)
(xy 138.08407 59.249027) (xy 138.084371 58.905089) (xy 137.934851 58.543224) (xy 137.658233 58.266122) (xy 137.296628 58.115971)
(xy 136.905089 58.115629) (xy 136.543224 58.265149) (xy 136.266122 58.541767) (xy 136.115971 58.903372) (xy 136.115629 59.294911)
(xy 109.232209 59.294911) (xy 109.254629 59.1822) (xy 109.148776 58.65004) (xy 108.847332 58.198897) (xy 108.418259 57.9122)
(xy 108.743455 57.694911) (xy 113.165629 57.694911) (xy 113.315149 58.056776) (xy 113.591767 58.333878) (xy 113.953372 58.484029)
(xy 114.344911 58.484371) (xy 114.706776 58.334851) (xy 114.983878 58.058233) (xy 115.134029 57.696628) (xy 115.134371 57.305089)
(xy 114.984851 56.943224) (xy 114.856882 56.815031) (xy 118.814012 56.815031) (xy 118.978967 57.214253) (xy 119.284141 57.51996)
(xy 119.683074 57.685611) (xy 120.115031 57.685988) (xy 120.514253 57.521033) (xy 120.81996 57.215859) (xy 120.985611 56.816926)
(xy 120.985734 56.675394) (xy 130.73916 56.675394) (xy 130.95042 57.186682) (xy 131.34126 57.578206) (xy 131.852179 57.790358)
(xy 132.405394 57.79084) (xy 132.916682 57.57958) (xy 133.308206 57.18874) (xy 133.399964 56.967762) (xy 133.49042 57.186682)
(xy 133.88126 57.578206) (xy 134.392179 57.790358) (xy 134.945394 57.79084) (xy 135.456682 57.57958) (xy 135.848206 57.18874)
(xy 136.060358 56.677821) (xy 136.06084 56.124606) (xy 135.84958 55.613318) (xy 135.792113 55.55575) (xy 139.143 55.55575)
(xy 139.143 56.15831) (xy 139.239673 56.391699) (xy 139.418302 56.570327) (xy 139.651691 56.667) (xy 140.25425 56.667)
(xy 140.413 56.50825) (xy 140.413 55.397) (xy 139.30175 55.397) (xy 139.143 55.55575) (xy 135.792113 55.55575)
(xy 135.45874 55.221794) (xy 134.947821 55.009642) (xy 134.394606 55.00916) (xy 133.883318 55.22042) (xy 133.491794 55.61126)
(xy 133.400036 55.832238) (xy 133.30958 55.613318) (xy 132.91874 55.221794) (xy 132.407821 55.009642) (xy 131.854606 55.00916)
(xy 131.343318 55.22042) (xy 130.951794 55.61126) (xy 130.739642 56.122179) (xy 130.73916 56.675394) (xy 120.985734 56.675394)
(xy 120.985988 56.384969) (xy 120.821033 55.985747) (xy 120.515859 55.68004) (xy 120.116926 55.514389) (xy 119.684969 55.514012)
(xy 119.285747 55.678967) (xy 118.98004 55.984141) (xy 118.814389 56.383074) (xy 118.814012 56.815031) (xy 114.856882 56.815031)
(xy 114.708233 56.666122) (xy 114.346628 56.515971) (xy 113.955089 56.515629) (xy 113.593224 56.665149) (xy 113.316122 56.941767)
(xy 113.165971 57.303372) (xy 113.165629 57.694911) (xy 108.743455 57.694911) (xy 108.847332 57.625503) (xy 109.148776 57.17436)
(xy 109.254629 56.6422) (xy 109.148776 56.11004) (xy 108.847332 55.658897) (xy 108.418259 55.3722) (xy 108.847332 55.085503)
(xy 109.148776 54.63436) (xy 109.199035 54.38169) (xy 139.143 54.38169) (xy 139.143 54.98425) (xy 139.30175 55.143)
(xy 140.413 55.143) (xy 140.413 55.123) (xy 140.667 55.123) (xy 140.667 55.143) (xy 140.687 55.143)
(xy 140.687 55.397) (xy 140.667 55.397) (xy 140.667 56.50825) (xy 140.82575 56.667) (xy 141.428309 56.667)
(xy 141.661698 56.570327) (xy 141.840327 56.391699) (xy 141.937 56.15831) (xy 141.937 56.055072) (xy 142.069454 56.253303)
(xy 142.520597 56.554747) (xy 143.052757 56.6606) (xy 143.107243 56.6606) (xy 143.639403 56.554747) (xy 144.090546 56.253303)
(xy 144.39199 55.80216) (xy 144.409276 55.715256) (xy 144.526602 55.999206) (xy 144.888887 56.362124) (xy 145.362477 56.558776)
(xy 145.875273 56.559223) (xy 146.349206 56.363398) (xy 146.712124 56.001113) (xy 146.890196 55.57227) (xy 147.066602 55.999206)
(xy 147.428887 56.362124) (xy 147.794207 56.513818) (xy 147.716122 56.591767) (xy 147.565971 56.953372) (xy 147.565629 57.344911)
(xy 147.715149 57.706776) (xy 147.991767 57.983878) (xy 148.353372 58.134029) (xy 148.744911 58.134371) (xy 149.106776 57.984851)
(xy 149.383878 57.708233) (xy 149.534029 57.346628) (xy 149.534371 56.955089) (xy 149.384851 56.593224) (xy 149.336623 56.544911)
(xy 151.415629 56.544911) (xy 151.565149 56.906776) (xy 151.841767 57.183878) (xy 152.203372 57.334029) (xy 152.594911 57.334371)
(xy 152.956776 57.184851) (xy 153.233878 56.908233) (xy 153.384029 56.546628) (xy 153.384371 56.155089) (xy 153.234851 55.793224)
(xy 152.958233 55.516122) (xy 152.596628 55.365971) (xy 152.205089 55.365629) (xy 151.843224 55.515149) (xy 151.566122 55.791767)
(xy 151.415971 56.153372) (xy 151.415629 56.544911) (xy 149.336623 56.544911) (xy 149.108233 56.316122) (xy 148.986995 56.26578)
(xy 149.252124 56.001113) (xy 149.448776 55.527523) (xy 149.449162 55.084511) (xy 153.128229 55.084511) (xy 153.277749 55.446376)
(xy 153.554367 55.723478) (xy 153.915972 55.873629) (xy 154.307511 55.873971) (xy 154.669376 55.724451) (xy 154.946478 55.447833)
(xy 155.096629 55.086228) (xy 155.096971 54.694689) (xy 154.947451 54.332824) (xy 154.670833 54.055722) (xy 154.309228 53.905571)
(xy 153.917689 53.905229) (xy 153.555824 54.054749) (xy 153.278722 54.331367) (xy 153.128571 54.692972) (xy 153.128229 55.084511)
(xy 149.449162 55.084511) (xy 149.449223 55.014727) (xy 149.253398 54.540794) (xy 148.891113 54.177876) (xy 148.417523 53.981224)
(xy 148.375351 53.981187) (xy 148.678532 53.920881) (xy 149.096714 53.641461) (xy 149.376134 53.223279) (xy 149.474253 52.73)
(xy 149.376134 52.236721) (xy 149.096714 51.818539) (xy 148.678532 51.539119) (xy 148.185253 51.441) (xy 148.134747 51.441)
(xy 147.641468 51.539119) (xy 147.223286 51.818539) (xy 146.943866 52.236721) (xy 146.89 52.507524) (xy 146.836134 52.236721)
(xy 146.556714 51.818539) (xy 146.138532 51.539119) (xy 145.645253 51.441) (xy 145.594747 51.441) (xy 145.101468 51.539119)
(xy 144.683286 51.818539) (xy 144.403866 52.236721) (xy 144.35 52.507524) (xy 144.296134 52.236721) (xy 144.016714 51.818539)
(xy 143.598532 51.539119) (xy 143.105253 51.441) (xy 143.054747 51.441) (xy 142.561468 51.539119) (xy 142.143286 51.818539)
(xy 141.863866 52.236721) (xy 141.81 52.507524) (xy 141.756134 52.236721) (xy 141.476714 51.818539) (xy 141.058532 51.539119)
(xy 140.565253 51.441) (xy 140.514747 51.441) (xy 140.021468 51.539119) (xy 139.603286 51.818539) (xy 139.323866 52.236721)
(xy 139.225747 52.73) (xy 139.323866 53.223279) (xy 139.603286 53.641461) (xy 139.949809 53.873) (xy 139.651691 53.873)
(xy 139.418302 53.969673) (xy 139.239673 54.148301) (xy 139.143 54.38169) (xy 109.199035 54.38169) (xy 109.254629 54.1022)
(xy 109.148776 53.57004) (xy 108.847332 53.118897) (xy 108.418259 52.8322) (xy 108.847332 52.545503) (xy 109.081589 52.194911)
(xy 121.715629 52.194911) (xy 121.865149 52.556776) (xy 122.141767 52.833878) (xy 122.503372 52.984029) (xy 122.894911 52.984371)
(xy 123.256776 52.834851) (xy 123.533878 52.558233) (xy 123.684029 52.196628) (xy 123.684371 51.805089) (xy 123.534851 51.443224)
(xy 123.258233 51.166122) (xy 122.896628 51.015971) (xy 122.505089 51.015629) (xy 122.143224 51.165149) (xy 121.866122 51.441767)
(xy 121.715971 51.803372) (xy 121.715629 52.194911) (xy 109.081589 52.194911) (xy 109.148776 52.09436) (xy 109.254629 51.5622)
(xy 109.148776 51.03004) (xy 108.847332 50.578897) (xy 108.796469 50.544911) (xy 118.715629 50.544911) (xy 118.865149 50.906776)
(xy 119.141767 51.183878) (xy 119.503372 51.334029) (xy 119.894911 51.334371) (xy 120.256776 51.184851) (xy 120.533878 50.908233)
(xy 120.684029 50.546628) (xy 120.684371 50.155089) (xy 120.534851 49.793224) (xy 120.258233 49.516122) (xy 119.896628 49.365971)
(xy 119.505089 49.365629) (xy 119.143224 49.515149) (xy 118.866122 49.791767) (xy 118.715971 50.153372) (xy 118.715629 50.544911)
(xy 108.796469 50.544911) (xy 108.500805 50.347355) (xy 108.59572 50.314154) (xy 109.032132 49.924236) (xy 109.286109 49.396991)
(xy 109.288758 49.381226) (xy 109.167617 49.1492) (xy 107.8084 49.1492) (xy 107.8084 49.1692) (xy 107.5544 49.1692)
(xy 107.5544 49.1492) (xy 106.195183 49.1492) (xy 106.074042 49.381226) (xy 105.677 49.381226) (xy 105.677 48.663174)
(xy 106.074042 48.663174) (xy 106.195183 48.8952) (xy 107.5544 48.8952) (xy 107.5544 47.681276) (xy 107.8084 47.681276)
(xy 107.8084 48.8952) (xy 109.167617 48.8952) (xy 109.288758 48.663174) (xy 109.286109 48.647409) (xy 109.032132 48.120164)
(xy 108.981686 48.075092) (xy 116.493203 48.075092) (xy 116.665876 48.492991) (xy 116.985327 48.813) (xy 117.402924 48.986402)
(xy 117.855092 48.986797) (xy 118.272991 48.814124) (xy 118.367577 48.719702) (xy 119.479903 48.719702) (xy 119.5306 48.946123)
(xy 119.998739 49.107374) (xy 120.492952 49.0772) (xy 120.8094 48.946123) (xy 120.860097 48.719702) (xy 120.17 48.029605)
(xy 119.479903 48.719702) (xy 118.367577 48.719702) (xy 118.593 48.494673) (xy 118.766402 48.077076) (xy 118.766749 47.678739)
(xy 118.912626 47.678739) (xy 118.9428 48.172952) (xy 119.073877 48.4894) (xy 119.300298 48.540097) (xy 119.990395 47.85)
(xy 120.349605 47.85) (xy 121.039702 48.540097) (xy 121.266123 48.4894) (xy 121.408831 48.075092) (xy 121.573203 48.075092)
(xy 121.745876 48.492991) (xy 122.065327 48.813) (xy 122.482924 48.986402) (xy 122.935092 48.986797) (xy 123.352991 48.814124)
(xy 123.642527 48.525092) (xy 129.163203 48.525092) (xy 129.335876 48.942991) (xy 129.655327 49.263) (xy 130.072924 49.436402)
(xy 130.525092 49.436797) (xy 130.933825 49.267911) (xy 147.337029 49.267911) (xy 147.486549 49.629776) (xy 147.763167 49.906878)
(xy 148.124772 50.057029) (xy 148.516311 50.057371) (xy 148.878176 49.907851) (xy 149.155278 49.631233) (xy 149.305429 49.269628)
(xy 149.305771 48.878089) (xy 149.156251 48.516224) (xy 148.879633 48.239122) (xy 148.518028 48.088971) (xy 148.126489 48.088629)
(xy 147.764624 48.238149) (xy 147.487522 48.514767) (xy 147.337371 48.876372) (xy 147.337029 49.267911) (xy 130.933825 49.267911)
(xy 130.942991 49.264124) (xy 131.263 48.944673) (xy 131.436402 48.527076) (xy 131.436797 48.074908) (xy 131.264124 47.657009)
(xy 130.944673 47.337) (xy 130.527076 47.163598) (xy 130.074908 47.163203) (xy 129.657009 47.335876) (xy 129.337 47.655327)
(xy 129.163598 48.072924) (xy 129.163203 48.525092) (xy 123.642527 48.525092) (xy 123.673 48.494673) (xy 123.846402 48.077076)
(xy 123.846797 47.624908) (xy 123.674124 47.207009) (xy 123.354673 46.887) (xy 122.937076 46.713598) (xy 122.484908 46.713203)
(xy 122.067009 46.885876) (xy 121.747 47.205327) (xy 121.573598 47.622924) (xy 121.573203 48.075092) (xy 121.408831 48.075092)
(xy 121.427374 48.021261) (xy 121.3972 47.527048) (xy 121.266123 47.2106) (xy 121.039702 47.159903) (xy 120.349605 47.85)
(xy 119.990395 47.85) (xy 119.300298 47.159903) (xy 119.073877 47.2106) (xy 118.912626 47.678739) (xy 118.766749 47.678739)
(xy 118.766797 47.624908) (xy 118.594124 47.207009) (xy 118.367809 46.980298) (xy 119.479903 46.980298) (xy 120.17 47.670395)
(xy 120.860097 46.980298) (xy 120.8094 46.753877) (xy 120.341261 46.592626) (xy 119.847048 46.6228) (xy 119.5306 46.753877)
(xy 119.479903 46.980298) (xy 118.367809 46.980298) (xy 118.274673 46.887) (xy 117.857076 46.713598) (xy 117.404908 46.713203)
(xy 116.987009 46.885876) (xy 116.667 47.205327) (xy 116.493598 47.622924) (xy 116.493203 48.075092) (xy 108.981686 48.075092)
(xy 108.59572 47.730246) (xy 108.043313 47.537016) (xy 107.8084 47.681276) (xy 107.5544 47.681276) (xy 107.319487 47.537016)
(xy 106.76708 47.730246) (xy 106.330668 48.120164) (xy 106.076691 48.647409) (xy 106.074042 48.663174) (xy 105.677 48.663174)
(xy 105.677 44.949911) (xy 147.387829 44.949911) (xy 147.537349 45.311776) (xy 147.813967 45.588878) (xy 148.175572 45.739029)
(xy 148.567111 45.739371) (xy 148.928976 45.589851) (xy 149.206078 45.313233) (xy 149.356229 44.951628) (xy 149.356571 44.560089)
(xy 149.207051 44.198224) (xy 148.930433 43.921122) (xy 148.568828 43.770971) (xy 148.177289 43.770629) (xy 147.815424 43.920149)
(xy 147.538322 44.196767) (xy 147.388171 44.558372) (xy 147.387829 44.949911) (xy 105.677 44.949911) (xy 105.677 43.640031)
(xy 114.864012 43.640031) (xy 115.028967 44.039253) (xy 115.334141 44.34496) (xy 115.733074 44.510611) (xy 116.165031 44.510988)
(xy 116.564253 44.346033) (xy 116.86996 44.040859) (xy 117.035611 43.641926) (xy 117.035714 43.523805) (xy 134.5258 43.523805)
(xy 134.607741 43.776516) (xy 135.16803 43.980248) (xy 135.763635 43.954058) (xy 136.192259 43.776516) (xy 136.2742 43.523805)
(xy 135.4 42.649605) (xy 134.5258 43.523805) (xy 117.035714 43.523805) (xy 117.035988 43.209969) (xy 116.871033 42.810747)
(xy 116.565859 42.50504) (xy 116.166926 42.339389) (xy 115.734969 42.339012) (xy 115.335747 42.503967) (xy 115.03004 42.809141)
(xy 114.864389 43.208074) (xy 114.864012 43.640031) (xy 105.677 43.640031) (xy 105.677 42.23803) (xy 133.889752 42.23803)
(xy 133.915942 42.833635) (xy 134.093484 43.262259) (xy 134.346195 43.3442) (xy 135.220395 42.47) (xy 135.579605 42.47)
(xy 136.453805 43.3442) (xy 136.706516 43.262259) (xy 136.910248 42.70197) (xy 136.887952 42.194911) (xy 138.315629 42.194911)
(xy 138.465149 42.556776) (xy 138.741767 42.833878) (xy 139.103372 42.984029) (xy 139.494911 42.984371) (xy 139.856776 42.834851)
(xy 140.133878 42.558233) (xy 140.284029 42.196628) (xy 140.284371 41.805089) (xy 140.134851 41.443224) (xy 139.858233 41.166122)
(xy 139.496628 41.015971) (xy 139.105089 41.015629) (xy 138.743224 41.165149) (xy 138.466122 41.441767) (xy 138.315971 41.803372)
(xy 138.315629 42.194911) (xy 136.887952 42.194911) (xy 136.884058 42.106365) (xy 136.706516 41.677741) (xy 136.453805 41.5958)
(xy 135.579605 42.47) (xy 135.220395 42.47) (xy 134.346195 41.5958) (xy 134.093484 41.677741) (xy 133.889752 42.23803)
(xy 105.677 42.23803) (xy 105.677 41.265031) (xy 108.664012 41.265031) (xy 108.828967 41.664253) (xy 109.134141 41.96996)
(xy 109.533074 42.135611) (xy 109.965031 42.135988) (xy 110.364253 41.971033) (xy 110.66996 41.665859) (xy 110.835611 41.266926)
(xy 110.835743 41.115031) (xy 112.914012 41.115031) (xy 113.078967 41.514253) (xy 113.384141 41.81996) (xy 113.783074 41.985611)
(xy 114.215031 41.985988) (xy 114.614253 41.821033) (xy 114.91996 41.515859) (xy 115.085611 41.116926) (xy 115.085988 40.684969)
(xy 114.921033 40.285747) (xy 114.840821 40.205394) (xy 134.00916 40.205394) (xy 134.22042 40.716682) (xy 134.61126 41.108206)
(xy 134.676147 41.135149) (xy 134.607741 41.163484) (xy 134.5258 41.416195) (xy 135.4 42.290395) (xy 136.2742 41.416195)
(xy 136.192259 41.163484) (xy 136.119901 41.137173) (xy 136.186682 41.10958) (xy 136.578206 40.71874) (xy 136.790358 40.207821)
(xy 136.79084 39.654606) (xy 136.724856 39.494911) (xy 139.215629 39.494911) (xy 139.365149 39.856776) (xy 139.641767 40.133878)
(xy 140.003372 40.284029) (xy 140.394911 40.284371) (xy 140.756776 40.134851) (xy 141.033878 39.858233) (xy 141.184029 39.496628)
(xy 141.184371 39.105089) (xy 141.034851 38.743224) (xy 140.758233 38.466122) (xy 140.396628 38.315971) (xy 140.005089 38.315629)
(xy 139.643224 38.465149) (xy 139.366122 38.741767) (xy 139.215971 39.103372) (xy 139.215629 39.494911) (xy 136.724856 39.494911)
(xy 136.57958 39.143318) (xy 136.18874 38.751794) (xy 135.677821 38.539642) (xy 135.124606 38.53916) (xy 134.613318 38.75042)
(xy 134.221794 39.14126) (xy 134.009642 39.652179) (xy 134.00916 40.205394) (xy 114.840821 40.205394) (xy 114.615859 39.98004)
(xy 114.216926 39.814389) (xy 113.784969 39.814012) (xy 113.385747 39.978967) (xy 113.08004 40.284141) (xy 112.914389 40.683074)
(xy 112.914012 41.115031) (xy 110.835743 41.115031) (xy 110.835988 40.834969) (xy 110.671033 40.435747) (xy 110.365859 40.13004)
(xy 109.966926 39.964389) (xy 109.534969 39.964012) (xy 109.135747 40.128967) (xy 108.83004 40.434141) (xy 108.664389 40.833074)
(xy 108.664012 41.265031) (xy 105.677 41.265031) (xy 105.677 38.225092) (xy 126.763203 38.225092) (xy 126.935876 38.642991)
(xy 127.255327 38.963) (xy 127.672924 39.136402) (xy 128.125092 39.136797) (xy 128.542991 38.964124) (xy 128.863 38.644673)
(xy 129.036402 38.227076) (xy 129.036797 37.774908) (xy 128.864124 37.357009) (xy 128.544673 37.037) (xy 128.127076 36.863598)
(xy 127.674908 36.863203) (xy 127.257009 37.035876) (xy 126.937 37.355327) (xy 126.763598 37.772924) (xy 126.763203 38.225092)
(xy 105.677 38.225092) (xy 105.677 37.030424) (xy 121.583755 37.030424) (xy 121.798874 37.551052) (xy 122.196853 37.949726)
(xy 122.717105 38.165754) (xy 123.280424 38.166245) (xy 123.801052 37.951126) (xy 124.199726 37.553147) (xy 124.415754 37.032895)
(xy 124.416245 36.469576) (xy 124.397865 36.425092) (xy 132.963203 36.425092) (xy 133.135876 36.842991) (xy 133.455327 37.163)
(xy 133.872924 37.336402) (xy 134.325092 37.336797) (xy 134.742991 37.164124) (xy 135.063 36.844673) (xy 135.208234 36.494911)
(xy 138.565629 36.494911) (xy 138.715149 36.856776) (xy 138.991767 37.133878) (xy 139.353372 37.284029) (xy 139.744911 37.284371)
(xy 140.106776 37.134851) (xy 140.383878 36.858233) (xy 140.534029 36.496628) (xy 140.534371 36.105089) (xy 140.384851 35.743224)
(xy 140.336623 35.694911) (xy 149.015629 35.694911) (xy 149.165149 36.056776) (xy 149.441767 36.333878) (xy 149.803372 36.484029)
(xy 150.194911 36.484371) (xy 150.556776 36.334851) (xy 150.833878 36.058233) (xy 150.984029 35.696628) (xy 150.984371 35.305089)
(xy 150.834851 34.943224) (xy 150.558233 34.666122) (xy 150.196628 34.515971) (xy 149.805089 34.515629) (xy 149.443224 34.665149)
(xy 149.166122 34.941767) (xy 149.015971 35.303372) (xy 149.015629 35.694911) (xy 140.336623 35.694911) (xy 140.108233 35.466122)
(xy 139.746628 35.315971) (xy 139.355089 35.315629) (xy 138.993224 35.465149) (xy 138.716122 35.741767) (xy 138.565971 36.103372)
(xy 138.565629 36.494911) (xy 135.208234 36.494911) (xy 135.236402 36.427076) (xy 135.236797 35.974908) (xy 135.064124 35.557009)
(xy 134.744673 35.237) (xy 134.327076 35.063598) (xy 133.874908 35.063203) (xy 133.457009 35.235876) (xy 133.137 35.555327)
(xy 132.963598 35.972924) (xy 132.963203 36.425092) (xy 124.397865 36.425092) (xy 124.201126 35.948948) (xy 123.803147 35.550274)
(xy 123.282895 35.334246) (xy 122.719576 35.333755) (xy 122.198948 35.548874) (xy 121.800274 35.946853) (xy 121.584246 36.467105)
(xy 121.583755 37.030424) (xy 105.677 37.030424) (xy 105.677 34.394911) (xy 150.515629 34.394911) (xy 150.665149 34.756776)
(xy 150.941767 35.033878) (xy 151.303372 35.184029) (xy 151.694911 35.184371) (xy 152.056776 35.034851) (xy 152.333878 34.758233)
(xy 152.484029 34.396628) (xy 152.484371 34.005089) (xy 152.334851 33.643224) (xy 152.058233 33.366122) (xy 151.696628 33.215971)
(xy 151.305089 33.215629) (xy 150.943224 33.365149) (xy 150.666122 33.641767) (xy 150.515971 34.003372) (xy 150.515629 34.394911)
(xy 105.677 34.394911) (xy 105.677 32.63588) (xy 107.043725 32.63588) (xy 107.325421 33.058564) (xy 108.477892 33.535294)
(xy 109.725072 33.534705) (xy 110.874579 33.058564) (xy 111.156275 32.63588) (xy 109.1 30.579605) (xy 107.043725 32.63588)
(xy 105.677 32.63588) (xy 105.677 29.777892) (xy 105.964706 29.777892) (xy 105.965295 31.025072) (xy 106.441436 32.174579)
(xy 106.86412 32.456275) (xy 108.920395 30.4) (xy 109.279605 30.4) (xy 111.33588 32.456275) (xy 111.758564 32.174579)
(xy 111.998348 31.594911) (xy 118.515629 31.594911) (xy 118.665149 31.956776) (xy 118.941767 32.233878) (xy 119.303372 32.384029)
(xy 119.694911 32.384371) (xy 120.056776 32.234851) (xy 120.333878 31.958233) (xy 120.401694 31.794911) (xy 123.615629 31.794911)
(xy 123.765149 32.156776) (xy 124.041767 32.433878) (xy 124.403372 32.584029) (xy 124.794911 32.584371) (xy 125.015 32.493432)
(xy 125.015 32.926309) (xy 125.111673 33.159698) (xy 125.290301 33.338327) (xy 125.52369 33.435) (xy 126.36425 33.435)
(xy 126.523 33.27625) (xy 126.523 30.927) (xy 126.777 30.927) (xy 126.777 33.27625) (xy 126.93575 33.435)
(xy 127.77631 33.435) (xy 128.009699 33.338327) (xy 128.188327 33.159698) (xy 128.285 32.926309) (xy 128.285 31.08575)
(xy 128.243551 31.044301) (xy 129.323611 31.044301) (xy 129.471973 31.403365) (xy 129.74645 31.678321) (xy 130.105254 31.82731)
(xy 130.493761 31.827649) (xy 130.852825 31.679287) (xy 131.127781 31.40481) (xy 131.190377 31.254063) (xy 131.503372 31.384029)
(xy 131.565504 31.384083) (xy 131.515971 31.503372) (xy 131.515629 31.894911) (xy 131.665149 32.256776) (xy 131.941767 32.533878)
(xy 132.303372 32.684029) (xy 132.694911 32.684371) (xy 133.056776 32.534851) (xy 133.333878 32.258233) (xy 133.484029 31.896628)
(xy 133.484371 31.505089) (xy 133.334851 31.143224) (xy 133.236101 31.044301) (xy 133.722891 31.044301) (xy 133.871253 31.403365)
(xy 134.14573 31.678321) (xy 134.504534 31.82731) (xy 134.893041 31.827649) (xy 135.252105 31.679287) (xy 135.527061 31.40481)
(xy 135.659546 31.08575) (xy 136.715 31.08575) (xy 136.715 32.926309) (xy 136.811673 33.159698) (xy 136.990301 33.338327)
(xy 137.22369 33.435) (xy 138.06425 33.435) (xy 138.223 33.27625) (xy 138.223 30.927) (xy 138.477 30.927)
(xy 138.477 33.27625) (xy 138.63575 33.435) (xy 139.47631 33.435) (xy 139.709699 33.338327) (xy 139.888327 33.159698)
(xy 139.985 32.926309) (xy 139.985 31.08575) (xy 139.82625 30.927) (xy 138.477 30.927) (xy 138.223 30.927)
(xy 136.87375 30.927) (xy 136.715 31.08575) (xy 135.659546 31.08575) (xy 135.67605 31.046006) (xy 135.676389 30.657499)
(xy 135.528027 30.298435) (xy 135.25355 30.023479) (xy 134.894746 29.87449) (xy 134.506239 29.874151) (xy 134.147175 30.022513)
(xy 133.872219 30.29699) (xy 133.72323 30.655794) (xy 133.722891 31.044301) (xy 133.236101 31.044301) (xy 133.058233 30.866122)
(xy 132.696628 30.715971) (xy 132.634496 30.715917) (xy 132.684029 30.596628) (xy 132.684371 30.205089) (xy 132.534851 29.843224)
(xy 132.258233 29.566122) (xy 131.896628 29.415971) (xy 131.505089 29.415629) (xy 131.143224 29.565149) (xy 130.866122 29.841767)
(xy 130.800022 30.000953) (xy 130.495466 29.87449) (xy 130.106959 29.874151) (xy 129.747895 30.022513) (xy 129.472939 30.29699)
(xy 129.32395 30.655794) (xy 129.323611 31.044301) (xy 128.243551 31.044301) (xy 128.12625 30.927) (xy 126.777 30.927)
(xy 126.523 30.927) (xy 126.503 30.927) (xy 126.503 30.673) (xy 126.523 30.673) (xy 126.523 28.32375)
(xy 126.777 28.32375) (xy 126.777 30.673) (xy 128.12625 30.673) (xy 128.285 30.51425) (xy 128.285 28.673691)
(xy 128.188327 28.440302) (xy 128.009699 28.261673) (xy 127.77631 28.165) (xy 126.93575 28.165) (xy 126.777 28.32375)
(xy 126.523 28.32375) (xy 126.36425 28.165) (xy 125.52369 28.165) (xy 125.290301 28.261673) (xy 125.111673 28.440302)
(xy 125.015 28.673691) (xy 125.015 30.51425) (xy 125.173748 30.672998) (xy 125.015 30.672998) (xy 125.015 30.706647)
(xy 124.796628 30.615971) (xy 124.405089 30.615629) (xy 124.043224 30.765149) (xy 123.766122 31.041767) (xy 123.615971 31.403372)
(xy 123.615629 31.794911) (xy 120.401694 31.794911) (xy 120.484029 31.596628) (xy 120.484371 31.205089) (xy 120.334851 30.843224)
(xy 120.058233 30.566122) (xy 119.696628 30.415971) (xy 119.305089 30.415629) (xy 118.943224 30.565149) (xy 118.666122 30.841767)
(xy 118.515971 31.203372) (xy 118.515629 31.594911) (xy 111.998348 31.594911) (xy 112.235294 31.022108) (xy 112.234785 29.943958)
(xy 119.765647 29.943958) (xy 119.84592 30.195259) (xy 120.401279 30.396718) (xy 120.991458 30.370315) (xy 121.41408 30.195259)
(xy 121.494353 29.943958) (xy 120.63 29.079605) (xy 119.765647 29.943958) (xy 112.234785 29.943958) (xy 112.234705 29.774928)
(xy 111.777559 28.671279) (xy 119.133282 28.671279) (xy 119.159685 29.261458) (xy 119.334741 29.68408) (xy 119.586042 29.764353)
(xy 120.450395 28.9) (xy 120.809605 28.9) (xy 121.673958 29.764353) (xy 121.925259 29.68408) (xy 121.962098 29.582526)
(xy 122.001956 29.678989) (xy 122.388974 30.066683) (xy 122.894896 30.27676) (xy 123.442701 30.277238) (xy 123.948989 30.068044)
(xy 124.336683 29.681026) (xy 124.54676 29.175104) (xy 124.547238 28.627299) (xy 124.338044 28.121011) (xy 123.951026 27.733317)
(xy 123.445104 27.52324) (xy 122.897299 27.522762) (xy 122.391011 27.731956) (xy 122.003317 28.118974) (xy 121.964873 28.211557)
(xy 121.925259 28.11592) (xy 121.673958 28.035647) (xy 120.809605 28.9) (xy 120.450395 28.9) (xy 119.586042 28.035647)
(xy 119.334741 28.11592) (xy 119.133282 28.671279) (xy 111.777559 28.671279) (xy 111.758564 28.625421) (xy 111.33588 28.343725)
(xy 109.279605 30.4) (xy 108.920395 30.4) (xy 106.86412 28.343725) (xy 106.441436 28.625421) (xy 105.964706 29.777892)
(xy 105.677 29.777892) (xy 105.677 28.16412) (xy 107.043725 28.16412) (xy 109.1 30.220395) (xy 111.156275 28.16412)
(xy 110.950958 27.856042) (xy 119.765647 27.856042) (xy 120.63 28.720395) (xy 121.494353 27.856042) (xy 121.41408 27.604741)
(xy 120.858721 27.403282) (xy 120.268542 27.429685) (xy 119.84592 27.604741) (xy 119.765647 27.856042) (xy 110.950958 27.856042)
(xy 110.874579 27.741436) (xy 109.722108 27.264706) (xy 108.474928 27.265295) (xy 107.325421 27.741436) (xy 107.043725 28.16412)
(xy 105.677 28.16412) (xy 105.677 26.977) (xy 138.173 26.977)
)
)
(filled_polygon
(pts
(xy 160.397 48.603) (xy 160.417 48.603) (xy 160.417 48.857) (xy 160.397 48.857) (xy 160.397 48.877)
(xy 160.143 48.877) (xy 160.143 48.857) (xy 160.123 48.857) (xy 160.123 48.603) (xy 160.143 48.603)
(xy 160.143 48.583) (xy 160.397 48.583)
)
)
(filled_polygon
(pts
(xy 160.397 43.523) (xy 160.417 43.523) (xy 160.417 43.777) (xy 160.397 43.777) (xy 160.397 43.797)
(xy 160.143 43.797) (xy 160.143 43.777) (xy 160.123 43.777) (xy 160.123 43.523) (xy 160.143 43.523)
(xy 160.143 43.503) (xy 160.397 43.503)
)
)
)
(zone (net 1) (net_name GND) (layer F.Cu-L1) (tstamp 55BAA1AB) (hatch edge 0.508)
(connect_pads (clearance 0.4))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 105.15 26.5) (xy 138.35 26.45) (xy 138.35 30.25) (xy 155.9 30.25) (xy 155.9 26.45)
(xy 164.9 26.5) (xy 164.85 101.3) (xy 105.1 101.25) (xy 105.15 26.55)
)
)
(filled_polygon
(pts
(xy 126.41543 27.56541) (xy 126.57418 27.72416) (xy 127.92292 27.72416) (xy 127.92292 27.70416) (xy 128.17692 27.70416)
(xy 128.17692 27.72416) (xy 129.52566 27.72416) (xy 129.68441 27.56541) (xy 129.68441 26.977) (xy 135.31559 26.977)
(xy 135.31559 27.56541) (xy 135.47434 27.72416) (xy 136.82308 27.72416) (xy 136.82308 27.70416) (xy 137.07708 27.70416)
(xy 137.07708 27.72416) (xy 137.09708 27.72416) (xy 137.09708 27.97816) (xy 137.07708 27.97816) (xy 137.07708 27.99816)
(xy 136.82308 27.99816) (xy 136.82308 27.97816) (xy 135.47434 27.97816) (xy 135.31559 28.13691) (xy 135.31559 29.227149)
(xy 135.412263 29.460538) (xy 135.590891 29.639167) (xy 135.82428 29.73584) (xy 136.66433 29.73584) (xy 136.715 29.68517)
(xy 136.715 30.51425) (xy 136.87375 30.673) (xy 138.223 30.673) (xy 138.223 30.653) (xy 138.477 30.653)
(xy 138.477 30.673) (xy 139.679891 30.673) (xy 139.7 30.677) (xy 142.732526 30.677) (xy 142.485747 30.778967)
(xy 142.18004 31.084141) (xy 142.014389 31.483074) (xy 142.014012 31.915031) (xy 142.060277 32.027) (xy 141.565 32.027)
(xy 141.217523 32.096117) (xy 140.922947 32.292947) (xy 140.457947 32.757947) (xy 140.261117 33.052523) (xy 140.240748 33.154927)
(xy 140.22534 33.164842) (xy 140.164602 33.253735) (xy 140.138327 33.190301) (xy 139.959698 33.011673) (xy 139.951114 33.008117)
(xy 139.985 32.926309) (xy 139.985 31.08575) (xy 139.82625 30.927) (xy 138.477 30.927) (xy 138.477 30.947)
(xy 138.223 30.947) (xy 138.223 30.927) (xy 136.87375 30.927) (xy 136.715 31.08575) (xy 136.715 31.76599)
(xy 136.66433 31.71532) (xy 135.82428 31.71532) (xy 135.590891 31.811993) (xy 135.412263 31.990622) (xy 135.31559 32.224011)
(xy 135.31559 33.31425) (xy 135.47434 33.473) (xy 136.82308 33.473) (xy 136.82308 33.453) (xy 137.07708 33.453)
(xy 137.07708 33.473) (xy 137.09708 33.473) (xy 137.09708 33.727) (xy 137.07708 33.727) (xy 137.07708 35.32593)
(xy 137.23583 35.48468) (xy 138.07588 35.48468) (xy 138.274399 35.402451) (xy 138.473691 35.485) (xy 138.81425 35.485)
(xy 138.972998 35.326252) (xy 138.972998 35.485) (xy 138.973338 35.485) (xy 138.716122 35.741767) (xy 138.565971 36.103372)
(xy 138.565629 36.494911) (xy 138.715149 36.856776) (xy 138.991767 37.133878) (xy 139.353372 37.284029) (xy 139.744911 37.284371)
(xy 140.106776 37.134851) (xy 140.190478 37.051295) (xy 140.7206 37.581417) (xy 140.7206 38.450495) (xy 140.396628 38.315971)
(xy 140.005089 38.315629) (xy 139.643224 38.465149) (xy 139.366122 38.741767) (xy 139.215971 39.103372) (xy 139.215629 39.494911)
(xy 139.365149 39.856776) (xy 139.641767 40.133878) (xy 139.8206 40.208136) (xy 139.8206 41.150495) (xy 139.496628 41.015971)
(xy 139.105089 41.015629) (xy 138.743224 41.165149) (xy 138.466122 41.441767) (xy 138.315971 41.803372) (xy 138.315629 42.194911)
(xy 138.465149 42.556776) (xy 138.741767 42.833878) (xy 139.103372 42.984029) (xy 139.494911 42.984371) (xy 139.8206 42.849799)
(xy 139.8206 44.818583) (xy 139.218584 45.4206) (xy 137.1 45.4206) (xy 136.840005 45.472316) (xy 136.619592 45.619592)
(xy 135.418584 46.8206) (xy 134.5 46.8206) (xy 134.25467 46.869399) (xy 134.240005 46.872316) (xy 134.019592 47.019592)
(xy 132.068584 48.9706) (xy 131.237028 48.9706) (xy 131.263 48.944673) (xy 131.436402 48.527076) (xy 131.436797 48.074908)
(xy 131.428705 48.055324) (xy 132.0288 48.055324) (xy 132.224094 48.018577) (xy 132.40346 47.903158) (xy 132.52379 47.727049)
(xy 132.566124 47.518) (xy 132.566124 45.486) (xy 132.529377 45.290706) (xy 132.413958 45.11134) (xy 132.237849 44.99101)
(xy 132.0288 44.948676) (xy 131.235 44.948676) (xy 131.235 43.523805) (xy 134.5258 43.523805) (xy 134.607741 43.776516)
(xy 135.16803 43.980248) (xy 135.763635 43.954058) (xy 136.192259 43.776516) (xy 136.2742 43.523805) (xy 135.4 42.649605)
(xy 134.5258 43.523805) (xy 131.235 43.523805) (xy 131.235 42.23803) (xy 133.889752 42.23803) (xy 133.915942 42.833635)
(xy 134.093484 43.262259) (xy 134.346195 43.3442) (xy 135.220395 42.47) (xy 135.579605 42.47) (xy 136.453805 43.3442)
(xy 136.706516 43.262259) (xy 136.910248 42.70197) (xy 136.884058 42.106365) (xy 136.706516 41.677741) (xy 136.453805 41.5958)
(xy 135.579605 42.47) (xy 135.220395 42.47) (xy 134.346195 41.5958) (xy 134.093484 41.677741) (xy 133.889752 42.23803)
(xy 131.235 42.23803) (xy 131.235 40.964981) (xy 131.245324 40.914) (xy 131.245324 40.18375) (xy 131.343 40.18375)
(xy 131.343 41.04031) (xy 131.439673 41.273699) (xy 131.618302 41.452327) (xy 131.851691 41.549) (xy 132.20025 41.549)
(xy 132.359 41.39025) (xy 132.359 40.025) (xy 132.613 40.025) (xy 132.613 41.39025) (xy 132.77175 41.549)
(xy 133.120309 41.549) (xy 133.353698 41.452327) (xy 133.532327 41.273699) (xy 133.629 41.04031) (xy 133.629 40.205394)
(xy 134.00916 40.205394) (xy 134.22042 40.716682) (xy 134.61126 41.108206) (xy 134.676147 41.135149) (xy 134.607741 41.163484)
(xy 134.5258 41.416195) (xy 135.4 42.290395) (xy 136.2742 41.416195) (xy 136.192259 41.163484) (xy 136.119901 41.137173)
(xy 136.186682 41.10958) (xy 136.578206 40.71874) (xy 136.790358 40.207821) (xy 136.79084 39.654606) (xy 136.57958 39.143318)
(xy 136.18874 38.751794) (xy 135.677821 38.539642) (xy 135.124606 38.53916) (xy 134.613318 38.75042) (xy 134.221794 39.14126)
(xy 134.009642 39.652179) (xy 134.00916 40.205394) (xy 133.629 40.205394) (xy 133.629 40.18375) (xy 133.47025 40.025)
(xy 132.613 40.025) (xy 132.359 40.025) (xy 131.50175 40.025) (xy 131.343 40.18375) (xy 131.245324 40.18375)
(xy 131.245324 38.882) (xy 131.221558 38.75569) (xy 131.343 38.75569) (xy 131.343 39.61225) (xy 131.50175 39.771)
(xy 132.359 39.771) (xy 132.359 38.40575) (xy 132.613 38.40575) (xy 132.613 39.771) (xy 133.47025 39.771)
(xy 133.629 39.61225) (xy 133.629 38.75569) (xy 133.532327 38.522301) (xy 133.353698 38.343673) (xy 133.120309 38.247)
(xy 132.77175 38.247) (xy 132.613 38.40575) (xy 132.359 38.40575) (xy 132.20025 38.247) (xy 131.851691 38.247)
(xy 131.618302 38.343673) (xy 131.439673 38.522301) (xy 131.343 38.75569) (xy 131.221558 38.75569) (xy 131.208577 38.686706)
(xy 131.093158 38.50734) (xy 130.917049 38.38701) (xy 130.708 38.344676) (xy 129.692 38.344676) (xy 129.496706 38.381423)
(xy 129.31734 38.496842) (xy 129.19701 38.672951) (xy 129.154676 38.882) (xy 129.154676 40.914) (xy 129.165 40.968867)
(xy 129.165 44.948676) (xy 128.3712 44.948676) (xy 128.175906 44.985423) (xy 127.99654 45.100842) (xy 127.87621 45.276951)
(xy 127.833876 45.486) (xy 127.833876 47.518) (xy 127.870623 47.713294) (xy 127.986042 47.89266) (xy 128.162151 48.01299)
(xy 128.3712 48.055324) (xy 129.165 48.055324) (xy 129.165 48.069548) (xy 129.163598 48.072924) (xy 129.163203 48.525092)
(xy 129.335876 48.942991) (xy 129.545081 49.152561) (xy 129.519592 49.169592) (xy 128.676508 50.012676) (xy 128.45 50.012676)
(xy 128.254706 50.049423) (xy 128.07534 50.164842) (xy 127.95501 50.340951) (xy 127.912676 50.55) (xy 127.912676 51.55)
(xy 127.949423 51.745294) (xy 128.064842 51.92466) (xy 128.240951 52.04499) (xy 128.258923 52.048629) (xy 128.254706 52.049423)
(xy 128.07534 52.164842) (xy 127.95501 52.340951) (xy 127.912676 52.55) (xy 127.912676 53.55) (xy 127.949423 53.745294)
(xy 128.064842 53.92466) (xy 128.240951 54.04499) (xy 128.45 54.087324) (xy 128.856508 54.087324) (xy 130.784158 56.014974)
(xy 130.739642 56.122179) (xy 130.73916 56.675394) (xy 130.95042 57.186682) (xy 131.34126 57.578206) (xy 131.7701 57.756276)
(xy 131.7701 62.486451) (xy 131.75131 62.513951) (xy 131.708976 62.723) (xy 131.708976 63.54816) (xy 131.530408 63.369592)
(xy 131.309995 63.222316) (xy 131.05 63.1706) (xy 128.681417 63.1706) (xy 127.655728 62.144911) (xy 127.965629 62.144911)
(xy 128.115149 62.506776) (xy 128.391767 62.783878) (xy 128.753372 62.934029) (xy 129.144911 62.934371) (xy 129.506776 62.784851)
(xy 129.783878 62.508233) (xy 129.934029 62.146628) (xy 129.934371 61.755089) (xy 129.784851 61.393224) (xy 129.508233 61.116122)
(xy 129.146628 60.965971) (xy 128.755089 60.965629) (xy 128.393224 61.115149) (xy 128.116122 61.391767) (xy 127.965971 61.753372)
(xy 127.965629 62.144911) (xy 127.655728 62.144911) (xy 123.3794 57.868584) (xy 123.3794 52.712441) (xy 123.533878 52.558233)
(xy 123.684029 52.196628) (xy 123.684371 51.805089) (xy 123.534851 51.443224) (xy 123.258233 51.166122) (xy 122.896628 51.015971)
(xy 122.505089 51.015629) (xy 122.143224 51.165149) (xy 121.866122 51.441767) (xy 121.715971 51.803372) (xy 121.715629 52.194911)
(xy 121.865149 52.556776) (xy 122.0206 52.712499) (xy 122.0206 54.659783) (xy 121.5294 54.168584) (xy 121.5294 49.75)
(xy 121.477684 49.490005) (xy 121.462614 49.467451) (xy 121.330409 49.269592) (xy 120.845539 48.784722) (xy 120.860097 48.719702)
(xy 120.17 48.029605) (xy 120.155858 48.043748) (xy 119.976253 47.864143) (xy 119.990395 47.85) (xy 120.349605 47.85)
(xy 121.039702 48.540097) (xy 121.266123 48.4894) (xy 121.408831 48.075092) (xy 121.573203 48.075092) (xy 121.745876 48.492991)
(xy 122.065327 48.813) (xy 122.482924 48.986402) (xy 122.935092 48.986797) (xy 123.352991 48.814124) (xy 123.673 48.494673)
(xy 123.846402 48.077076) (xy 123.846797 47.624908) (xy 123.674124 47.207009) (xy 123.354673 46.887) (xy 122.937076 46.713598)
(xy 122.484908 46.713203) (xy 122.067009 46.885876) (xy 121.747 47.205327) (xy 121.573598 47.622924) (xy 121.573203 48.075092)
(xy 121.408831 48.075092) (xy 121.427374 48.021261) (xy 121.3972 47.527048) (xy 121.266123 47.2106) (xy 121.039702 47.159903)
(xy 120.349605 47.85) (xy 119.990395 47.85) (xy 119.300298 47.159903) (xy 119.073877 47.2106) (xy 118.912626 47.678739)
(xy 118.9428 48.172952) (xy 119.053663 48.4406) (xy 118.615453 48.4406) (xy 118.766402 48.077076) (xy 118.766797 47.624908)
(xy 118.594124 47.207009) (xy 118.367809 46.980298) (xy 119.479903 46.980298) (xy 120.17 47.670395) (xy 120.860097 46.980298)
(xy 120.8094 46.753877) (xy 120.341261 46.592626) (xy 119.847048 46.6228) (xy 119.5306 46.753877) (xy 119.479903 46.980298)
(xy 118.367809 46.980298) (xy 118.274673 46.887) (xy 117.857076 46.713598) (xy 117.404908 46.713203) (xy 116.987009 46.885876)
(xy 116.667 47.205327) (xy 116.493598 47.622924) (xy 116.493203 48.075092) (xy 116.60734 48.351324) (xy 116.289808 48.033792)
(xy 116.069395 47.886516) (xy 115.8094 47.8348) (xy 110.6278 47.8348) (xy 110.367805 47.886516) (xy 110.147392 48.033792)
(xy 109.285986 48.895198) (xy 109.167618 48.895198) (xy 109.288758 48.663174) (xy 109.286109 48.647409) (xy 109.032132 48.120164)
(xy 108.59572 47.730246) (xy 108.043313 47.537016) (xy 107.8084 47.681276) (xy 107.8084 48.8952) (xy 107.8284 48.8952)
(xy 107.8284 49.1492) (xy 107.8084 49.1492) (xy 107.8084 49.1692) (xy 107.5544 49.1692) (xy 107.5544 49.1492)
(xy 106.195183 49.1492) (xy 106.074042 49.381226) (xy 106.076691 49.396991) (xy 106.330668 49.924236) (xy 106.76708 50.314154)
(xy 106.861995 50.347355) (xy 106.515468 50.578897) (xy 106.214024 51.03004) (xy 106.108171 51.5622) (xy 106.214024 52.09436)
(xy 106.515468 52.545503) (xy 106.944541 52.8322) (xy 106.515468 53.118897) (xy 106.214024 53.57004) (xy 106.108171 54.1022)
(xy 106.214024 54.63436) (xy 106.515468 55.085503) (xy 106.944541 55.3722) (xy 106.515468 55.658897) (xy 106.214024 56.11004)
(xy 106.108171 56.6422) (xy 106.214024 57.17436) (xy 106.515468 57.625503) (xy 106.944541 57.9122) (xy 106.515468 58.198897)
(xy 106.214024 58.65004) (xy 106.108171 59.1822) (xy 106.214024 59.71436) (xy 106.515468 60.165503) (xy 106.944541 60.4522)
(xy 106.515468 60.738897) (xy 106.214024 61.19004) (xy 106.108171 61.7222) (xy 106.214024 62.25436) (xy 106.515468 62.705503)
(xy 106.944541 62.9922) (xy 106.515468 63.278897) (xy 106.214024 63.73004) (xy 106.108171 64.2622) (xy 106.214024 64.79436)
(xy 106.515468 65.245503) (xy 106.944541 65.5322) (xy 106.515468 65.818897) (xy 106.214024 66.27004) (xy 106.108171 66.8022)
(xy 106.214024 67.33436) (xy 106.515468 67.785503) (xy 106.944541 68.0722) (xy 106.515468 68.358897) (xy 106.214024 68.81004)
(xy 106.108171 69.3422) (xy 106.214024 69.87436) (xy 106.515468 70.325503) (xy 106.748599 70.481276) (xy 106.6654 70.481276)
(xy 106.470106 70.518023) (xy 106.29074 70.633442) (xy 106.17041 70.809551) (xy 106.128076 71.0186) (xy 106.128076 72.7458)
(xy 106.164823 72.941094) (xy 106.280242 73.12046) (xy 106.456351 73.24079) (xy 106.6654 73.283124) (xy 108.6974 73.283124)
(xy 108.892694 73.246377) (xy 109.07206 73.130958) (xy 109.19239 72.954849) (xy 109.234724 72.7458) (xy 109.234724 72.5616)
(xy 109.3324 72.5616) (xy 109.592395 72.509884) (xy 109.812808 72.362608) (xy 109.918636 72.25678) (xy 110.136911 72.256971)
(xy 110.498776 72.107451) (xy 110.775878 71.830833) (xy 110.926029 71.469228) (xy 110.926371 71.077689) (xy 110.776851 70.715824)
(xy 110.500233 70.438722) (xy 110.138628 70.288571) (xy 109.747089 70.288229) (xy 109.385224 70.437749) (xy 109.12015 70.70236)
(xy 109.082558 70.64394) (xy 108.906449 70.52361) (xy 108.6974 70.481276) (xy 108.614201 70.481276) (xy 108.847332 70.325503)
(xy 109.073354 69.987237) (xy 109.160595 69.969884) (xy 109.381008 69.822608) (xy 109.664636 69.53898) (xy 109.882911 69.539171)
(xy 110.244776 69.389651) (xy 110.521878 69.113033) (xy 110.672029 68.751428) (xy 110.672371 68.359889) (xy 110.522851 67.998024)
(xy 110.246233 67.720922) (xy 109.884628 67.570771) (xy 109.493089 67.570429) (xy 109.131224 67.719949) (xy 108.854122 67.996567)
(xy 108.734872 68.283754) (xy 108.418259 68.0722) (xy 108.847332 67.785503) (xy 109.050393 67.4816) (xy 109.2816 67.4816)
(xy 109.541595 67.429884) (xy 109.762008 67.282608) (xy 109.766236 67.27838) (xy 109.984511 67.278571) (xy 110.346376 67.129051)
(xy 110.623478 66.852433) (xy 110.773629 66.490828) (xy 110.773971 66.099289) (xy 110.624451 65.737424) (xy 110.347833 65.460322)
(xy 109.986228 65.310171) (xy 109.594689 65.309829) (xy 109.232824 65.459349) (xy 108.955722 65.735967) (xy 108.892942 65.887158)
(xy 108.847332 65.818897) (xy 108.418259 65.5322) (xy 108.847332 65.245503) (xy 109.050393 64.9416) (xy 109.128003 64.9416)
(xy 109.307567 65.121478) (xy 109.669172 65.271629) (xy 110.060711 65.271971) (xy 110.422576 65.122451) (xy 110.699678 64.845833)
(xy 110.849829 64.484228) (xy 110.850171 64.092689) (xy 110.700651 63.730824) (xy 110.424033 63.453722) (xy 110.062428 63.303571)
(xy 109.670889 63.303229) (xy 109.309024 63.452749) (xy 109.178745 63.5828) (xy 109.050393 63.5828) (xy 108.847332 63.278897)
(xy 108.418259 62.9922) (xy 108.847332 62.705503) (xy 109.050393 62.4016) (xy 109.178714 62.4016) (xy 109.307567 62.530678)
(xy 109.669172 62.680829) (xy 110.060711 62.681171) (xy 110.422576 62.531651) (xy 110.699678 62.255033) (xy 110.849829 61.893428)
(xy 110.850171 61.501889) (xy 110.700651 61.140024) (xy 110.424033 60.862922) (xy 110.062428 60.712771) (xy 109.670889 60.712429)
(xy 109.309024 60.861949) (xy 109.127857 61.0428) (xy 109.050393 61.0428) (xy 108.847332 60.738897) (xy 108.418259 60.4522)
(xy 108.847332 60.165503) (xy 109.148776 59.71436) (xy 109.254629 59.1822) (xy 109.165666 58.734951) (xy 110.623217 57.2774)
(xy 110.818979 57.2774) (xy 110.835423 57.364794) (xy 110.950842 57.54416) (xy 111.126951 57.66449) (xy 111.336 57.706824)
(xy 111.844 57.706824) (xy 112.039294 57.670077) (xy 112.1806 57.579149) (xy 112.1806 57.96) (xy 112.232316 58.219995)
(xy 112.379592 58.440408) (xy 112.919591 58.980408) (xy 113.140004 59.127684) (xy 113.18314 59.136264) (xy 113.4 59.1794)
(xy 116.318584 59.1794) (xy 116.419592 59.280408) (xy 116.640005 59.427684) (xy 116.9 59.4794) (xy 119.168584 59.4794)
(xy 125.4206 65.731416) (xy 125.4206 66.486384) (xy 121.598408 62.664192) (xy 121.377995 62.516916) (xy 121.118 62.4652)
(xy 116.878217 62.4652) (xy 116.23478 61.821764) (xy 116.234971 61.603489) (xy 116.085451 61.241624) (xy 115.808833 60.964522)
(xy 115.447228 60.814371) (xy 115.055689 60.814029) (xy 114.693824 60.963549) (xy 114.416722 61.240167) (xy 114.266571 61.601772)
(xy 114.266229 61.993311) (xy 114.415749 62.355176) (xy 114.692367 62.632278) (xy 115.053972 62.782429) (xy 115.274005 62.782621)
(xy 115.589472 63.098089) (xy 115.472628 63.049571) (xy 115.081089 63.049229) (xy 114.719224 63.198749) (xy 114.442122 63.475367)
(xy 114.291971 63.836972) (xy 114.291629 64.228511) (xy 114.441149 64.590376) (xy 114.717767 64.867478) (xy 115.079372 65.017629)
(xy 115.470911 65.017971) (xy 115.473658 65.016836) (xy 115.6062 65.0432) (xy 120.785784 65.0432) (xy 121.408184 65.6656)
(xy 115.962997 65.6656) (xy 115.783433 65.485722) (xy 115.421828 65.335571) (xy 115.030289 65.335229) (xy 114.668424 65.484749)
(xy 114.391322 65.761367) (xy 114.241171 66.122972) (xy 114.240829 66.514511) (xy 114.390349 66.876376) (xy 114.666967 67.153478)
(xy 115.028572 67.303629) (xy 115.420111 67.303971) (xy 115.781976 67.154451) (xy 115.912255 67.0244) (xy 121.446184 67.0244)
(xy 121.535184 67.1134) (xy 116.0634 67.1134) (xy 115.803405 67.165116) (xy 115.582992 67.312391) (xy 115.299364 67.59602)
(xy 115.081089 67.595829) (xy 114.719224 67.745349) (xy 114.442122 68.021967) (xy 114.291971 68.383572) (xy 114.291629 68.775111)
(xy 114.441149 69.136976) (xy 114.717767 69.414078) (xy 115.079372 69.564229) (xy 115.31583 69.564436) (xy 115.315728 69.682105)
(xy 115.27884 69.705842) (xy 115.15851 69.881951) (xy 115.116176 70.091) (xy 115.116176 70.599) (xy 115.152923 70.794294)
(xy 115.268342 70.97366) (xy 115.276515 70.979244) (xy 115.15851 71.151951) (xy 115.125823 71.313361) (xy 115.073364 71.36582)
(xy 114.855089 71.365629) (xy 114.493224 71.515149) (xy 114.216122 71.791767) (xy 114.065971 72.153372) (xy 114.065629 72.544911)
(xy 114.215149 72.906776) (xy 114.491767 73.183878) (xy 114.853372 73.334029) (xy 115.047035 73.334198) (xy 115.115173 73.498698)
(xy 115.219363 73.602889) (xy 115.15851 73.691951) (xy 115.116176 73.901) (xy 115.116176 74.409) (xy 115.152923 74.604294)
(xy 115.174622 74.638016) (xy 115.114389 74.783074) (xy 115.114012 75.215031) (xy 115.278967 75.614253) (xy 115.584141 75.91996)
(xy 115.983074 76.085611) (xy 116.415031 76.085988) (xy 116.814253 75.921033) (xy 117.11996 75.615859) (xy 117.285611 75.216926)
(xy 117.285988 74.784969) (xy 117.245082 74.685969) (xy 117.29149 74.618049) (xy 117.327394 74.44075) (xy 121.3685 74.44075)
(xy 121.3685 74.535309) (xy 121.465173 74.768698) (xy 121.643801 74.947327) (xy 121.87719 75.044) (xy 122.28925 75.044)
(xy 122.448 74.88525) (xy 122.448 74.282) (xy 122.702 74.282) (xy 122.702 74.88525) (xy 122.86075 75.044)
(xy 123.27281 75.044) (xy 123.506199 74.947327) (xy 123.684827 74.768698) (xy 123.7815 74.535309) (xy 123.7815 74.44075)
(xy 123.62275 74.282) (xy 122.702 74.282) (xy 122.448 74.282) (xy 121.52725 74.282) (xy 121.3685 74.44075)
(xy 117.327394 74.44075) (xy 117.333824 74.409) (xy 117.333824 73.901) (xy 117.297077 73.705706) (xy 117.230807 73.602719)
(xy 117.334827 73.498698) (xy 117.4315 73.265309) (xy 117.4315 73.17075) (xy 117.27275 73.012) (xy 116.352 73.012)
(xy 116.352 73.032) (xy 116.098 73.032) (xy 116.098 73.012) (xy 116.078 73.012) (xy 116.078 72.758)
(xy 116.098 72.758) (xy 116.098 72.738) (xy 116.352 72.738) (xy 116.352 72.758) (xy 117.27275 72.758)
(xy 117.4315 72.59925) (xy 117.4315 72.504691) (xy 117.334827 72.271302) (xy 117.230637 72.167111) (xy 117.29149 72.078049)
(xy 117.333824 71.869) (xy 117.333824 71.361) (xy 117.297077 71.165706) (xy 117.181658 70.98634) (xy 117.173485 70.980756)
(xy 117.29149 70.808049) (xy 117.333824 70.599) (xy 117.333824 70.091) (xy 117.297077 69.895706) (xy 117.264141 69.844523)
(xy 117.284029 69.796628) (xy 117.284371 69.405089) (xy 117.134851 69.043224) (xy 116.858233 68.766122) (xy 116.496628 68.615971)
(xy 116.26017 68.615764) (xy 116.260221 68.556795) (xy 116.344817 68.4722) (xy 122.131984 68.4722) (xy 122.185539 68.525755)
(xy 121.935747 68.628967) (xy 121.63004 68.934141) (xy 121.464389 69.333074) (xy 121.464012 69.765031) (xy 121.510886 69.878474)
(xy 121.50851 69.881951) (xy 121.466176 70.091) (xy 121.466176 70.115901) (xy 121.155089 70.115629) (xy 120.793224 70.265149)
(xy 120.516122 70.541767) (xy 120.365971 70.903372) (xy 120.365629 71.294911) (xy 120.515149 71.656776) (xy 120.791767 71.933878)
(xy 120.97589 72.010332) (xy 120.843224 72.065149) (xy 120.566122 72.341767) (xy 120.415971 72.703372) (xy 120.415629 73.094911)
(xy 120.565149 73.456776) (xy 120.841767 73.733878) (xy 121.203372 73.884029) (xy 121.383436 73.884186) (xy 121.52725 74.028)
(xy 122.448 74.028) (xy 122.448 74.008) (xy 122.702 74.008) (xy 122.702 74.028) (xy 123.62275 74.028)
(xy 123.7815 73.86925) (xy 123.7815 73.774691) (xy 123.684827 73.541302) (xy 123.580637 73.437111) (xy 123.64149 73.348049)
(xy 123.683824 73.139) (xy 123.683824 72.631) (xy 123.647077 72.435706) (xy 123.531658 72.25634) (xy 123.523485 72.250756)
(xy 123.64149 72.078049) (xy 123.683824 71.869) (xy 123.683824 71.361) (xy 123.647077 71.165706) (xy 123.531658 70.98634)
(xy 123.523485 70.980756) (xy 123.64149 70.808049) (xy 123.683824 70.599) (xy 123.683824 70.091) (xy 123.668305 70.008521)
(xy 125.519075 71.859291) (xy 125.246122 72.131767) (xy 125.095971 72.493372) (xy 125.095629 72.884911) (xy 125.245149 73.246776)
(xy 125.521767 73.523878) (xy 125.883372 73.674029) (xy 126.274911 73.674371) (xy 126.636776 73.524851) (xy 126.663435 73.498239)
(xy 126.515971 73.853372) (xy 126.515629 74.244911) (xy 126.665149 74.606776) (xy 126.941767 74.883878) (xy 127.303372 75.034029)
(xy 127.477748 75.034181) (xy 127.365971 75.303372) (xy 127.365747 75.559357) (xy 127.207078 75.718026) (xy 127.134851 75.543224)
(xy 126.858233 75.266122) (xy 126.496628 75.115971) (xy 126.105089 75.115629) (xy 125.743224 75.265149) (xy 125.466122 75.541767)
(xy 125.315971 75.903372) (xy 125.315629 76.294911) (xy 125.465149 76.656776) (xy 125.741767 76.933878) (xy 125.884218 76.993029)
(xy 125.704086 77.026923) (xy 125.52472 77.142342) (xy 125.40439 77.318451) (xy 125.362056 77.5275) (xy 125.362056 79.1275)
(xy 125.398803 79.322794) (xy 125.514222 79.50216) (xy 125.690331 79.62249) (xy 125.89938 79.664824) (xy 126.16862 79.664824)
(xy 126.292384 79.641536) (xy 126.40738 79.664824) (xy 126.67662 79.664824) (xy 126.800384 79.641536) (xy 126.91538 79.664824)
(xy 127.18462 79.664824) (xy 127.308384 79.641536) (xy 127.42338 79.664824) (xy 127.69262 79.664824) (xy 127.816384 79.641536)
(xy 127.93138 79.664824) (xy 128.20062 79.664824) (xy 128.395914 79.628077) (xy 128.57528 79.512658) (xy 128.657702 79.392029)
(xy 128.883074 79.485611) (xy 129.315031 79.485988) (xy 129.714253 79.321033) (xy 130.01996 79.015859) (xy 130.185611 78.616926)
(xy 130.185988 78.184969) (xy 130.021033 77.785747) (xy 129.715859 77.48004) (xy 129.610885 77.436451) (xy 129.856776 77.334851)
(xy 130.133878 77.058233) (xy 130.284029 76.696628) (xy 130.284371 76.305089) (xy 130.134851 75.943224) (xy 129.858233 75.666122)
(xy 129.496628 75.515971) (xy 129.334187 75.515829) (xy 129.334371 75.305089) (xy 129.184851 74.943224) (xy 128.9714 74.7294)
(xy 131.54 74.7294) (xy 131.708976 74.695789) (xy 131.708976 75.677) (xy 131.745723 75.872294) (xy 131.7701 75.910177)
(xy 131.7701 76.838058) (xy 131.616122 76.991767) (xy 131.465971 77.353372) (xy 131.465629 77.744911) (xy 131.615149 78.106776)
(xy 131.891767 78.383878) (xy 132.253372 78.534029) (xy 132.644911 78.534371) (xy 133.006776 78.384851) (xy 133.225051 78.166958)
(xy 133.341767 78.283878) (xy 133.703372 78.434029) (xy 134.005778 78.434293) (xy 134.005629 78.604911) (xy 134.155149 78.966776)
(xy 134.2206 79.032342) (xy 134.2206 82.85) (xy 134.272316 83.109995) (xy 134.419592 83.330408) (xy 135.4156 84.326416)
(xy 135.4156 85.292603) (xy 135.34601 85.394451) (xy 135.303676 85.6035) (xy 135.303676 86.7465) (xy 135.340423 86.941794)
(xy 135.455842 87.12116) (xy 135.631951 87.24149) (xy 135.841 87.283824) (xy 136.349 87.283824) (xy 136.544294 87.247077)
(xy 136.72366 87.131658) (xy 136.729244 87.123485) (xy 136.901951 87.24149) (xy 137.111 87.283824) (xy 137.619 87.283824)
(xy 137.814294 87.247077) (xy 137.9556 87.156149) (xy 137.9556 87.859327) (xy 137.808049 87.75851) (xy 137.599 87.716176)
(xy 137.091 87.716176) (xy 136.895706 87.752923) (xy 136.71634 87.868342) (xy 136.59601 88.044451) (xy 136.553676 88.2535)
(xy 136.553676 89.210721) (xy 136.43004 89.334141) (xy 136.264389 89.733074) (xy 136.264012 90.165031) (xy 136.428967 90.564253)
(xy 136.734141 90.86996) (xy 137.133074 91.035611) (xy 137.565031 91.035988) (xy 137.964253 90.871033) (xy 138.26996 90.565859)
(xy 138.435611 90.166926) (xy 138.435814 89.933824) (xy 138.869 89.933824) (xy 139.064294 89.897077) (xy 139.24366 89.781658)
(xy 139.249244 89.773485) (xy 139.421951 89.89149) (xy 139.631 89.933824) (xy 140.139 89.933824) (xy 140.334294 89.897077)
(xy 140.51366 89.781658) (xy 140.519244 89.773485) (xy 140.691951 89.89149) (xy 140.901 89.933824) (xy 141.409 89.933824)
(xy 141.604294 89.897077) (xy 141.78366 89.781658) (xy 141.90399 89.605549) (xy 141.946324 89.3965) (xy 141.946324 88.53917)
(xy 141.956776 88.534851) (xy 142.233878 88.258233) (xy 142.384029 87.896628) (xy 142.384371 87.505089) (xy 142.234851 87.143224)
(xy 141.958233 86.866122) (xy 141.596628 86.715971) (xy 141.205089 86.715629) (xy 140.843224 86.865149) (xy 140.764707 86.943528)
(xy 140.794 86.87281) (xy 140.794 86.46075) (xy 140.63525 86.302) (xy 140.032 86.302) (xy 140.032 87.22275)
(xy 140.19075 87.3815) (xy 140.285309 87.3815) (xy 140.50423 87.29082) (xy 140.415971 87.503372) (xy 140.415708 87.804739)
(xy 140.348049 87.75851) (xy 140.139 87.716176) (xy 139.631 87.716176) (xy 139.435706 87.752923) (xy 139.3144 87.830981)
(xy 139.3144 87.294395) (xy 139.524691 87.3815) (xy 139.61925 87.3815) (xy 139.778 87.22275) (xy 139.778 86.302)
(xy 139.758 86.302) (xy 139.758 86.048) (xy 139.778 86.048) (xy 139.778 85.12725) (xy 140.032 85.12725)
(xy 140.032 86.048) (xy 140.63525 86.048) (xy 140.794 85.88925) (xy 140.794 85.47719) (xy 140.697327 85.243801)
(xy 140.518698 85.065173) (xy 140.285309 84.9685) (xy 140.19075 84.9685) (xy 140.032 85.12725) (xy 139.778 85.12725)
(xy 139.61925 84.9685) (xy 139.524691 84.9685) (xy 139.291302 85.065173) (xy 139.187111 85.169363) (xy 139.098049 85.10851)
(xy 138.889 85.066176) (xy 138.381 85.066176) (xy 138.334223 85.074978) (xy 138.334371 84.905089) (xy 138.184851 84.543224)
(xy 137.908233 84.266122) (xy 137.546628 84.115971) (xy 137.155089 84.115629) (xy 136.793224 84.265149) (xy 136.7744 84.28394)
(xy 136.7744 84.045) (xy 136.722684 83.785005) (xy 136.722684 83.785004) (xy 136.575408 83.564592) (xy 135.5794 82.568584)
(xy 135.5794 82.159515) (xy 135.883074 82.285611) (xy 136.315031 82.285988) (xy 136.714253 82.121033) (xy 137.01996 81.815859)
(xy 137.185611 81.416926) (xy 137.185988 80.984969) (xy 137.164855 80.933824) (xy 137.619 80.933824) (xy 137.814294 80.897077)
(xy 137.99366 80.781658) (xy 137.999244 80.773485) (xy 138.171951 80.89149) (xy 138.381 80.933824) (xy 138.889 80.933824)
(xy 138.91573 80.928794) (xy 138.915629 81.044911) (xy 139.065149 81.406776) (xy 139.341767 81.683878) (xy 139.703372 81.834029)
(xy 140.094911 81.834371) (xy 140.456776 81.684851) (xy 140.733878 81.408233) (xy 140.884029 81.046628) (xy 140.884371 80.655089)
(xy 140.734851 80.293224) (xy 140.696324 80.25463) (xy 140.696324 79.3194) (xy 140.740782 79.3194) (xy 140.785149 79.426776)
(xy 141.061767 79.703878) (xy 141.423372 79.854029) (xy 141.814911 79.854371) (xy 142.0706 79.748722) (xy 142.0706 82.15)
(xy 142.122316 82.409995) (xy 142.269592 82.630408) (xy 143.4156 83.776417) (xy 143.4156 85.292603) (xy 143.34601 85.394451)
(xy 143.303676 85.6035) (xy 143.303676 86.7465) (xy 143.340423 86.941794) (xy 143.455842 87.12116) (xy 143.631951 87.24149)
(xy 143.841 87.283824) (xy 144.349 87.283824) (xy 144.544294 87.247077) (xy 144.72366 87.131658) (xy 144.729244 87.123485)
(xy 144.901951 87.24149) (xy 145.111 87.283824) (xy 145.619 87.283824) (xy 145.814294 87.247077) (xy 145.9556 87.156149)
(xy 145.9556 87.859327) (xy 145.808049 87.75851) (xy 145.599 87.716176) (xy 145.091 87.716176) (xy 144.895706 87.752923)
(xy 144.71634 87.868342) (xy 144.59601 88.044451) (xy 144.553676 88.2535) (xy 144.553676 89.210721) (xy 144.43004 89.334141)
(xy 144.264389 89.733074) (xy 144.264012 90.165031) (xy 144.428967 90.564253) (xy 144.734141 90.86996) (xy 145.133074 91.035611)
(xy 145.565031 91.035988) (xy 145.964253 90.871033) (xy 146.26996 90.565859) (xy 146.435611 90.166926) (xy 146.435814 89.933824)
(xy 146.869 89.933824) (xy 147.064294 89.897077) (xy 147.24366 89.781658) (xy 147.249244 89.773485) (xy 147.421951 89.89149)
(xy 147.631 89.933824) (xy 148.139 89.933824) (xy 148.329802 89.897922) (xy 148.360842 89.94616) (xy 148.536951 90.06649)
(xy 148.746 90.108824) (xy 149.254 90.108824) (xy 149.449294 90.072077) (xy 149.62866 89.956658) (xy 149.74899 89.780549)
(xy 149.791324 89.5715) (xy 149.791324 88.700538) (xy 149.933878 88.558233) (xy 150.084029 88.196628) (xy 150.084371 87.805089)
(xy 149.934851 87.443224) (xy 149.7794 87.287501) (xy 149.7794 87.031416) (xy 150.330408 86.480408) (xy 150.477684 86.259996)
(xy 150.50507 86.122316) (xy 150.5294 86) (xy 150.5294 79.062441) (xy 150.683878 78.908233) (xy 150.834029 78.546628)
(xy 150.834371 78.155089) (xy 150.684851 77.793224) (xy 150.491366 77.5994) (xy 154.58 77.5994) (xy 154.839995 77.547684)
(xy 155.060408 77.400408) (xy 156.626636 75.83418) (xy 156.844911 75.834371) (xy 157.206776 75.684851) (xy 157.483878 75.408233)
(xy 157.634029 75.046628) (xy 157.634371 74.655089) (xy 157.484851 74.293224) (xy 157.208233 74.016122) (xy 156.846628 73.865971)
(xy 156.455089 73.865629) (xy 156.093224 74.015149) (xy 155.816122 74.291767) (xy 155.665971 74.653372) (xy 155.665779 74.873405)
(xy 154.298584 76.2406) (xy 141.811618 76.2406) (xy 141.834029 76.186628) (xy 141.834371 75.795089) (xy 141.684851 75.433224)
(xy 141.408233 75.156122) (xy 141.191024 75.065929) (xy 141.191024 74.901841) (xy 141.969592 75.680409) (xy 142.141223 75.795089)
(xy 142.190005 75.827684) (xy 142.45 75.8794) (xy 150.7 75.8794) (xy 150.959995 75.827684) (xy 151.180408 75.680408)
(xy 151.476636 75.38418) (xy 151.694911 75.384371) (xy 152.056776 75.234851) (xy 152.333878 74.958233) (xy 152.484029 74.596628)
(xy 152.484371 74.205089) (xy 152.334851 73.843224) (xy 152.058233 73.566122) (xy 151.696628 73.415971) (xy 151.305089 73.415629)
(xy 150.943224 73.565149) (xy 150.666122 73.841767) (xy 150.515971 74.203372) (xy 150.515779 74.423405) (xy 150.418584 74.5206)
(xy 146.759515 74.5206) (xy 146.885611 74.216926) (xy 146.885988 73.784969) (xy 146.721033 73.385747) (xy 146.415859 73.08004)
(xy 146.415281 73.0798) (xy 157.388984 73.0798) (xy 160.571578 76.262394) (xy 160.478566 76.73) (xy 160.584419 77.26216)
(xy 160.885863 77.713303) (xy 161.314936 78) (xy 160.885863 78.286697) (xy 160.584419 78.73784) (xy 160.478566 79.27)
(xy 160.584419 79.80216) (xy 160.885863 80.253303) (xy 161.239915 80.489873) (xy 161.094288 80.546421) (xy 160.671947 80.950326)
(xy 160.443442 81.450974) (xy 160.564583 81.683) (xy 161.873 81.683) (xy 161.873 81.663) (xy 162.127 81.663)
(xy 162.127 81.683) (xy 163.435417 81.683) (xy 163.556558 81.450974) (xy 163.328053 80.950326) (xy 162.905712 80.546421)
(xy 162.760085 80.489873) (xy 163.114137 80.253303) (xy 163.415581 79.80216) (xy 163.521434 79.27) (xy 163.415581 78.73784)
(xy 163.114137 78.286697) (xy 162.685064 78) (xy 163.114137 77.713303) (xy 163.415581 77.26216) (xy 163.521434 76.73)
(xy 163.415581 76.19784) (xy 163.114137 75.746697) (xy 162.760085 75.510127) (xy 162.905712 75.453579) (xy 163.328053 75.049674)
(xy 163.556558 74.549026) (xy 163.435417 74.317) (xy 162.127 74.317) (xy 162.127 74.337) (xy 161.873 74.337)
(xy 161.873 74.317) (xy 161.853 74.317) (xy 161.853 74.063) (xy 161.873 74.063) (xy 161.873 74.043)
(xy 162.127 74.043) (xy 162.127 74.063) (xy 163.435417 74.063) (xy 163.556558 73.830974) (xy 163.328053 73.330326)
(xy 163.007571 73.023834) (xy 163.058894 73.014177) (xy 163.23826 72.898758) (xy 163.35859 72.722649) (xy 163.400924 72.5136)
(xy 163.400924 70.7864) (xy 163.364177 70.591106) (xy 163.248758 70.41174) (xy 163.072649 70.29141) (xy 162.8636 70.249076)
(xy 161.524775 70.249076) (xy 161.410195 70.172516) (xy 161.1502 70.1208) (xy 155.690016 70.1208) (xy 162.200409 63.610408)
(xy 162.347684 63.389995) (xy 162.3994 63.13) (xy 162.3994 55.299924) (xy 162.4502 55.299924) (xy 162.4502 56.0072)
(xy 162.501916 56.267195) (xy 162.526473 56.303947) (xy 162.526229 56.583111) (xy 162.675749 56.944976) (xy 162.952367 57.222078)
(xy 163.313972 57.372229) (xy 163.705511 57.372571) (xy 164.067376 57.223051) (xy 164.344478 56.946433) (xy 164.494629 56.584828)
(xy 164.494971 56.193289) (xy 164.345451 55.831424) (xy 164.068833 55.554322) (xy 163.809 55.44643) (xy 163.809 55.299924)
(xy 163.9932 55.299924) (xy 164.188494 55.263177) (xy 164.36786 55.147758) (xy 164.48819 54.971649) (xy 164.523 54.799754)
(xy 164.523 65.146487) (xy 164.252666 64.875681) (xy 163.765115 64.673231) (xy 163.237202 64.672771) (xy 162.749297 64.874369)
(xy 162.375681 65.247334) (xy 162.173231 65.734885) (xy 162.172771 66.262798) (xy 162.374369 66.750703) (xy 162.747334 67.124319)
(xy 163.234885 67.326769) (xy 163.762798 67.327229) (xy 164.250703 67.125631) (xy 164.523 66.853808) (xy 164.523 100.823)
(xy 156.704506 100.823) (xy 157.103579 100.405712) (xy 157.315115 99.860952) (xy 157.18395 99.63588) (xy 159.043725 99.63588)
(xy 159.325421 100.058564) (xy 160.477892 100.535294) (xy 161.725072 100.534705) (xy 162.874579 100.058564) (xy 163.156275 99.63588)
(xy 161.1 97.579605) (xy 159.043725 99.63588) (xy 157.18395 99.63588) (xy 157.178775 99.627) (xy 155.967 99.627)
(xy 155.967 99.647) (xy 155.713 99.647) (xy 155.713 99.627) (xy 155.693 99.627) (xy 155.693 99.373)
(xy 155.713 99.373) (xy 155.713 98.064583) (xy 155.967 98.064583) (xy 155.967 99.373) (xy 157.178775 99.373)
(xy 157.315115 99.139048) (xy 157.103579 98.594288) (xy 156.699674 98.171947) (xy 156.199026 97.943442) (xy 155.967 98.064583)
(xy 155.713 98.064583) (xy 155.620369 98.016221) (xy 155.6594 97.82) (xy 155.6594 96.777892) (xy 157.964706 96.777892)
(xy 157.965295 98.025072) (xy 158.441436 99.174579) (xy 158.86412 99.456275) (xy 160.920395 97.4) (xy 161.279605 97.4)
(xy 163.33588 99.456275) (xy 163.758564 99.174579) (xy 164.235294 98.022108) (xy 164.234705 96.774928) (xy 163.758564 95.625421)
(xy 163.33588 95.343725) (xy 161.279605 97.4) (xy 160.920395 97.4) (xy 158.86412 95.343725) (xy 158.441436 95.625421)
(xy 157.964706 96.777892) (xy 155.6594 96.777892) (xy 155.6594 95.16412) (xy 159.043725 95.16412) (xy 161.1 97.220395)
(xy 163.156275 95.16412) (xy 162.874579 94.741436) (xy 161.722108 94.264706) (xy 160.474928 94.265295) (xy 159.325421 94.741436)
(xy 159.043725 95.16412) (xy 155.6594 95.16412) (xy 155.6594 90.515031) (xy 156.414012 90.515031) (xy 156.578967 90.914253)
(xy 156.884141 91.21996) (xy 157.283074 91.385611) (xy 157.715031 91.385988) (xy 158.114253 91.221033) (xy 158.41996 90.915859)
(xy 158.585611 90.516926) (xy 158.585988 90.084969) (xy 158.421033 89.685747) (xy 158.115859 89.38004) (xy 157.716926 89.214389)
(xy 157.284969 89.214012) (xy 156.885747 89.378967) (xy 156.58004 89.684141) (xy 156.414389 90.083074) (xy 156.414012 90.515031)
(xy 155.6594 90.515031) (xy 155.6594 84.26) (xy 155.612277 84.023093) (xy 156.419592 84.830409) (xy 156.640005 84.977684)
(xy 156.9 85.0294) (xy 160.682802 85.0294) (xy 160.885863 85.333303) (xy 161.337006 85.634747) (xy 161.869166 85.7406)
(xy 162.130834 85.7406) (xy 162.662994 85.634747) (xy 163.114137 85.333303) (xy 163.415581 84.88216) (xy 163.521434 84.35)
(xy 163.415581 83.81784) (xy 163.114137 83.366697) (xy 162.760085 83.130127) (xy 162.905712 83.073579) (xy 163.328053 82.669674)
(xy 163.556558 82.169026) (xy 163.435417 81.937) (xy 162.127 81.937) (xy 162.127 81.957) (xy 161.873 81.957)
(xy 161.873 81.937) (xy 160.564583 81.937) (xy 160.443442 82.169026) (xy 160.671947 82.669674) (xy 161.094288 83.073579)
(xy 161.239915 83.130127) (xy 160.885863 83.366697) (xy 160.682802 83.6706) (xy 157.181417 83.6706) (xy 156.996527 83.48571)
(xy 157.315031 83.485988) (xy 157.576996 83.377746) (xy 157.72725 83.528) (xy 158.648 83.528) (xy 158.648 83.508)
(xy 158.902 83.508) (xy 158.902 83.528) (xy 159.82275 83.528) (xy 159.9815 83.36925) (xy 159.9815 83.274691)
(xy 159.884827 83.041302) (xy 159.780637 82.937111) (xy 159.84149 82.848049) (xy 159.883824 82.639) (xy 159.883824 82.131)
(xy 159.847077 81.935706) (xy 159.731658 81.75634) (xy 159.723485 81.750756) (xy 159.84149 81.578049) (xy 159.883824 81.369)
(xy 159.883824 80.861) (xy 159.847077 80.665706) (xy 159.731658 80.48634) (xy 159.723485 80.480756) (xy 159.84149 80.308049)
(xy 159.883824 80.099) (xy 159.883824 79.591) (xy 159.847077 79.395706) (xy 159.731658 79.21634) (xy 159.555549 79.09601)
(xy 159.3465 79.053676) (xy 158.339454 79.053676) (xy 158.315859 79.03004) (xy 157.916926 78.864389) (xy 157.606005 78.864118)
(xy 157.634029 78.796628) (xy 157.634371 78.405089) (xy 157.484851 78.043224) (xy 157.208233 77.766122) (xy 156.846628 77.615971)
(xy 156.455089 77.615629) (xy 156.093224 77.765149) (xy 155.816122 78.041767) (xy 155.665971 78.403372) (xy 155.665629 78.794911)
(xy 155.815149 79.156776) (xy 155.9706 79.312499) (xy 155.9706 80.5) (xy 156.022316 80.759995) (xy 156.169592 80.980408)
(xy 156.614819 81.425636) (xy 156.485747 81.478967) (xy 156.18004 81.784141) (xy 156.014389 82.183074) (xy 156.01411 82.503293)
(xy 154.73418 81.223364) (xy 154.734371 81.005089) (xy 154.584851 80.643224) (xy 154.308233 80.366122) (xy 154.249893 80.341897)
(xy 154.433878 80.158233) (xy 154.584029 79.796628) (xy 154.584371 79.405089) (xy 154.434851 79.043224) (xy 154.158233 78.766122)
(xy 153.796628 78.615971) (xy 153.405089 78.615629) (xy 153.043224 78.765149) (xy 152.766122 79.041767) (xy 152.761177 79.053676)
(xy 151.8535 79.053676) (xy 151.658206 79.090423) (xy 151.47884 79.205842) (xy 151.35851 79.381951) (xy 151.316176 79.591)
(xy 151.316176 80.099) (xy 151.352923 80.294294) (xy 151.468342 80.47366) (xy 151.476515 80.479244) (xy 151.35851 80.651951)
(xy 151.316176 80.861) (xy 151.316176 81.369) (xy 151.352923 81.564294) (xy 151.468342 81.74366) (xy 151.476515 81.749244)
(xy 151.35851 81.921951) (xy 151.316176 82.131) (xy 151.316176 82.639) (xy 151.352923 82.834294) (xy 151.468342 83.01366)
(xy 151.476515 83.019244) (xy 151.35851 83.191951) (xy 151.316176 83.401) (xy 151.316176 83.667529) (xy 151.164389 84.033074)
(xy 151.164012 84.465031) (xy 151.328967 84.864253) (xy 151.634141 85.16996) (xy 152.033074 85.335611) (xy 152.465031 85.335988)
(xy 152.864253 85.171033) (xy 153.16996 84.865859) (xy 153.335611 84.466926) (xy 153.335742 84.316949) (xy 153.37116 84.294158)
(xy 153.49149 84.118049) (xy 153.533824 83.909) (xy 153.533824 83.77464) (xy 154.3006 84.541417) (xy 154.3006 97.538584)
(xy 153.767606 98.071578) (xy 153.3 97.978566) (xy 152.76784 98.084419) (xy 152.316697 98.385863) (xy 152.080127 98.739915)
(xy 152.023579 98.594288) (xy 151.619674 98.171947) (xy 151.119026 97.943442) (xy 150.887 98.064583) (xy 150.887 99.373)
(xy 150.907 99.373) (xy 150.907 99.627) (xy 150.887 99.627) (xy 150.887 99.647) (xy 150.633 99.647)
(xy 150.633 99.627) (xy 150.613 99.627) (xy 150.613 99.373) (xy 150.633 99.373) (xy 150.633 98.064583)
(xy 150.400974 97.943442) (xy 149.900326 98.171947) (xy 149.496421 98.594288) (xy 149.439873 98.739915) (xy 149.203303 98.385863)
(xy 148.75216 98.084419) (xy 148.22 97.978566) (xy 147.68784 98.084419) (xy 147.236697 98.385863) (xy 147.000127 98.739915)
(xy 146.943579 98.594288) (xy 146.539674 98.171947) (xy 146.039026 97.943442) (xy 145.807 98.064583) (xy 145.807 99.373)
(xy 145.827 99.373) (xy 145.827 99.627) (xy 145.807 99.627) (xy 145.807 99.647) (xy 145.553 99.647)
(xy 145.553 99.627) (xy 145.533 99.627) (xy 145.533 99.373) (xy 145.553 99.373) (xy 145.553 98.064583)
(xy 145.320974 97.943442) (xy 144.820326 98.171947) (xy 144.416421 98.594288) (xy 144.359873 98.739915) (xy 144.123303 98.385863)
(xy 143.67216 98.084419) (xy 143.14 97.978566) (xy 142.60784 98.084419) (xy 142.156697 98.385863) (xy 141.920127 98.739915)
(xy 141.863579 98.594288) (xy 141.459674 98.171947) (xy 140.959026 97.943442) (xy 140.727 98.064583) (xy 140.727 99.373)
(xy 140.747 99.373) (xy 140.747 99.627) (xy 140.727 99.627) (xy 140.727 99.647) (xy 140.473 99.647)
(xy 140.473 99.627) (xy 140.453 99.627) (xy 140.453 99.373) (xy 140.473 99.373) (xy 140.473 98.064583)
(xy 140.240974 97.943442) (xy 139.740326 98.171947) (xy 139.433834 98.492429) (xy 139.424177 98.441106) (xy 139.308758 98.26174)
(xy 139.132649 98.14141) (xy 138.9236 98.099076) (xy 137.1964 98.099076) (xy 137.001106 98.135823) (xy 136.82174 98.251242)
(xy 136.70141 98.427351) (xy 136.659076 98.6364) (xy 136.659076 100.3636) (xy 136.695823 100.558894) (xy 136.811242 100.73826)
(xy 136.935263 100.823) (xy 134.112885 100.823) (xy 134.22826 100.748758) (xy 134.34859 100.572649) (xy 134.390924 100.3636)
(xy 134.390924 98.6364) (xy 134.354177 98.441106) (xy 134.238758 98.26174) (xy 134.062649 98.14141) (xy 133.8536 98.099076)
(xy 133.6694 98.099076) (xy 133.6694 97.44) (xy 133.617684 97.180005) (xy 133.470408 96.959592) (xy 131.228408 94.717592)
(xy 131.007995 94.570316) (xy 130.951275 94.559034) (xy 131.164253 94.471033) (xy 131.390769 94.244911) (xy 136.315629 94.244911)
(xy 136.465149 94.606776) (xy 136.553676 94.695458) (xy 136.553676 95.7465) (xy 136.590423 95.941794) (xy 136.705842 96.12116)
(xy 136.881951 96.24149) (xy 137.091 96.283824) (xy 137.599 96.283824) (xy 137.794294 96.247077) (xy 137.97366 96.131658)
(xy 137.979244 96.123485) (xy 138.151951 96.24149) (xy 138.361 96.283824) (xy 138.869 96.283824) (xy 139.064294 96.247077)
(xy 139.167281 96.180807) (xy 139.271302 96.284827) (xy 139.504691 96.3815) (xy 139.59925 96.3815) (xy 139.758 96.22275)
(xy 139.758 95.302) (xy 139.738 95.302) (xy 139.738 95.048) (xy 139.758 95.048) (xy 139.758 95.028)
(xy 140.012 95.028) (xy 140.012 95.048) (xy 140.032 95.048) (xy 140.032 95.302) (xy 140.012 95.302)
(xy 140.012 96.22275) (xy 140.17075 96.3815) (xy 140.265309 96.3815) (xy 140.498698 96.284827) (xy 140.602889 96.180637)
(xy 140.691951 96.24149) (xy 140.901 96.283824) (xy 141.409 96.283824) (xy 141.604294 96.247077) (xy 141.78366 96.131658)
(xy 141.90399 95.955549) (xy 141.946324 95.7465) (xy 141.946324 94.639279) (xy 142.06996 94.515859) (xy 142.182467 94.244911)
(xy 144.365629 94.244911) (xy 144.515149 94.606776) (xy 144.553676 94.64537) (xy 144.553676 95.7465) (xy 144.590423 95.941794)
(xy 144.705842 96.12116) (xy 144.881951 96.24149) (xy 145.091 96.283824) (xy 145.599 96.283824) (xy 145.794294 96.247077)
(xy 145.97366 96.131658) (xy 145.979244 96.123485) (xy 146.151951 96.24149) (xy 146.361 96.283824) (xy 146.869 96.283824)
(xy 147.064294 96.247077) (xy 147.167281 96.180807) (xy 147.271302 96.284827) (xy 147.504691 96.3815) (xy 147.59925 96.3815)
(xy 147.758 96.22275) (xy 147.758 95.302) (xy 147.738 95.302) (xy 147.738 95.048) (xy 147.758 95.048)
(xy 147.758 95.028) (xy 148.012 95.028) (xy 148.012 95.048) (xy 148.032 95.048) (xy 148.032 95.302)
(xy 148.012 95.302) (xy 148.012 96.22275) (xy 148.17075 96.3815) (xy 148.265309 96.3815) (xy 148.498698 96.284827)
(xy 148.602889 96.180637) (xy 148.691951 96.24149) (xy 148.901 96.283824) (xy 149.409 96.283824) (xy 149.604294 96.247077)
(xy 149.78366 96.131658) (xy 149.90399 95.955549) (xy 149.946324 95.7465) (xy 149.946324 94.689105) (xy 150.16996 94.465859)
(xy 150.335611 94.066926) (xy 150.335988 93.634969) (xy 150.171033 93.235747) (xy 149.865859 92.93004) (xy 149.466926 92.764389)
(xy 149.034969 92.764012) (xy 148.635747 92.928967) (xy 148.33004 93.234141) (xy 148.164389 93.633074) (xy 148.16409 93.97516)
(xy 148.127927 94.011323) (xy 148.134029 93.996628) (xy 148.134371 93.605089) (xy 147.984851 93.243224) (xy 147.708233 92.966122)
(xy 147.346628 92.815971) (xy 146.955089 92.815629) (xy 146.593224 92.965149) (xy 146.316122 93.241767) (xy 146.198247 93.525644)
(xy 146.184851 93.493224) (xy 145.908233 93.216122) (xy 145.546628 93.065971) (xy 145.155089 93.065629) (xy 144.793224 93.215149)
(xy 144.516122 93.491767) (xy 144.365971 93.853372) (xy 144.365629 94.244911) (xy 142.182467 94.244911) (xy 142.235611 94.116926)
(xy 142.235988 93.684969) (xy 142.071033 93.285747) (xy 141.765859 92.98004) (xy 141.366926 92.814389) (xy 140.934969 92.814012)
(xy 140.535747 92.978967) (xy 140.23004 93.284141) (xy 140.064389 93.683074) (xy 140.064047 94.075203) (xy 140.012002 94.127248)
(xy 140.012002 93.9685) (xy 139.934097 93.9685) (xy 139.934371 93.655089) (xy 139.784851 93.293224) (xy 139.508233 93.016122)
(xy 139.146628 92.865971) (xy 138.755089 92.865629) (xy 138.393224 93.015149) (xy 138.116122 93.291767) (xy 138.062546 93.420793)
(xy 137.858233 93.216122) (xy 137.496628 93.065971) (xy 137.105089 93.065629) (xy 136.743224 93.215149) (xy 136.466122 93.491767)
(xy 136.315971 93.853372) (xy 136.315629 94.244911) (xy 131.390769 94.244911) (xy 131.46996 94.165859) (xy 131.635611 93.766926)
(xy 131.635988 93.334969) (xy 131.471033 92.935747) (xy 131.165859 92.63004) (xy 130.766926 92.464389) (xy 130.334969 92.464012)
(xy 129.935747 92.628967) (xy 129.63004 92.934141) (xy 129.464389 93.333074) (xy 129.464012 93.765031) (xy 129.612955 94.1255)
(xy 129.610706 94.125923) (xy 129.43134 94.241342) (xy 129.425756 94.249515) (xy 129.253049 94.13151) (xy 129.044 94.089176)
(xy 128.536 94.089176) (xy 128.340706 94.125923) (xy 128.1994 94.216851) (xy 128.1994 92.311416) (xy 130.540408 89.970409)
(xy 130.622874 89.84699) (xy 130.68866 89.804658) (xy 130.80899 89.628549) (xy 130.814241 89.602619) (xy 130.814012 89.865031)
(xy 130.978967 90.264253) (xy 131.284141 90.56996) (xy 131.683074 90.735611) (xy 132.115031 90.735988) (xy 132.514253 90.571033)
(xy 132.81996 90.265859) (xy 132.985611 89.866926) (xy 132.985988 89.434969) (xy 132.821033 89.035747) (xy 132.515859 88.73004)
(xy 132.116926 88.564389) (xy 131.684969 88.564012) (xy 131.285747 88.728967) (xy 130.98004 89.034141) (xy 130.851324 89.344124)
(xy 130.851324 88.581721) (xy 131.206776 88.434851) (xy 131.483878 88.158233) (xy 131.634029 87.796628) (xy 131.634371 87.405089)
(xy 131.484851 87.043224) (xy 131.208233 86.766122) (xy 130.846628 86.615971) (xy 130.455089 86.615629) (xy 130.093224 86.765149)
(xy 129.816122 87.041767) (xy 129.665971 87.403372) (xy 129.665779 87.623405) (xy 129.579592 87.709592) (xy 129.478372 87.861078)
(xy 129.4694 87.866851) (xy 129.4694 85.991416) (xy 129.626636 85.83418) (xy 129.844911 85.834371) (xy 130.206776 85.684851)
(xy 130.483878 85.408233) (xy 130.634029 85.046628) (xy 130.634371 84.655089) (xy 130.484851 84.293224) (xy 130.208233 84.016122)
(xy 129.846628 83.865971) (xy 129.455089 83.865629) (xy 129.093224 84.015149) (xy 128.816122 84.291767) (xy 128.665971 84.653372)
(xy 128.665779 84.873405) (xy 128.309592 85.229592) (xy 128.212 85.375648) (xy 128.212 84.12744) (xy 128.29206 84.2075)
(xy 128.326929 84.2075) (xy 128.560318 84.110827) (xy 128.738947 83.932199) (xy 128.83562 83.69881) (xy 128.83562 83.05825)
(xy 128.67687 82.8995) (xy 128.229944 82.8995) (xy 128.229944 82.6455) (xy 128.67687 82.6455) (xy 128.83562 82.48675)
(xy 128.83562 81.84619) (xy 128.738947 81.612801) (xy 128.560318 81.434173) (xy 128.326929 81.3375) (xy 128.29206 81.3375)
(xy 128.13331 81.49625) (xy 128.13331 81.684139) (xy 128.077778 81.59784) (xy 127.99869 81.543802) (xy 127.99869 81.49625)
(xy 127.83994 81.3375) (xy 127.805071 81.3375) (xy 127.691019 81.384742) (xy 127.654217 81.199725) (xy 127.512448 80.987552)
(xy 127.20274 80.677844) (xy 127.130408 80.569592) (xy 126.909995 80.422316) (xy 126.65 80.3706) (xy 125.7 80.3706)
(xy 125.440005 80.422316) (xy 125.219592 80.569591) (xy 124.499592 81.289592) (xy 124.352316 81.510005) (xy 124.3006 81.77)
(xy 124.3006 87.868662) (xy 124.173049 87.78151) (xy 123.964 87.739176) (xy 123.456 87.739176) (xy 123.260706 87.775923)
(xy 123.08134 87.891342) (xy 123.075756 87.899515) (xy 122.903049 87.78151) (xy 122.694 87.739176) (xy 122.186 87.739176)
(xy 121.990706 87.775923) (xy 121.81134 87.891342) (xy 121.69101 88.067451) (xy 121.648676 88.2765) (xy 121.648676 89.4195)
(xy 121.662896 89.495074) (xy 121.616122 89.541767) (xy 121.465971 89.903372) (xy 121.465779 90.123405) (xy 120.519592 91.069592)
(xy 120.372316 91.290005) (xy 120.3206 91.55) (xy 120.3206 95.8) (xy 120.372316 96.059995) (xy 120.519592 96.280408)
(xy 122.019591 97.780408) (xy 122.240004 97.927684) (xy 122.28314 97.936264) (xy 122.424914 97.964465) (xy 121.970326 98.171947)
(xy 121.566421 98.594288) (xy 121.509873 98.739915) (xy 121.273303 98.385863) (xy 120.82216 98.084419) (xy 120.29 97.978566)
(xy 120.1194 98.0125) (xy 120.1194 89.441416) (xy 122.730408 86.830408) (xy 122.877684 86.609995) (xy 122.90346 86.480408)
(xy 122.9294 86.35) (xy 122.9294 80.812441) (xy 123.083878 80.658233) (xy 123.234029 80.296628) (xy 123.234371 79.905089)
(xy 123.084851 79.543224) (xy 122.808233 79.266122) (xy 122.446628 79.115971) (xy 122.055089 79.115629) (xy 121.693224 79.265149)
(xy 121.416122 79.541767) (xy 121.265971 79.903372) (xy 121.265629 80.294911) (xy 121.415149 80.656776) (xy 121.5706 80.812499)
(xy 121.5706 86.068584) (xy 119.107616 88.531568) (xy 119.18198 88.39355) (xy 119.192716 88.333329) (xy 119.069374 88.127)
(xy 117.727 88.127) (xy 117.727 89.335) (xy 118.027 89.335) (xy 118.528215 89.184778) (xy 118.799687 88.963495)
(xy 118.7606 89.16) (xy 118.7606 98.329762) (xy 118.609674 98.171947) (xy 118.109026 97.943442) (xy 117.877 98.064583)
(xy 117.877 99.373) (xy 117.897 99.373) (xy 117.897 99.627) (xy 117.877 99.627) (xy 117.877 99.647)
(xy 117.623 99.647) (xy 117.623 99.627) (xy 117.603 99.627) (xy 117.603 99.373) (xy 117.623 99.373)
(xy 117.623 98.064583) (xy 117.390974 97.943442) (xy 116.890326 98.171947) (xy 116.486421 98.594288) (xy 116.429873 98.739915)
(xy 116.193303 98.385863) (xy 115.74216 98.084419) (xy 115.21 97.978566) (xy 114.67784 98.084419) (xy 114.226697 98.385863)
(xy 113.925253 98.837006) (xy 113.8194 99.369166) (xy 113.8194 99.630834) (xy 113.925253 100.162994) (xy 114.226697 100.614137)
(xy 114.539283 100.823) (xy 105.677 100.823) (xy 105.677 99.63588) (xy 107.043725 99.63588) (xy 107.325421 100.058564)
(xy 108.477892 100.535294) (xy 109.725072 100.534705) (xy 110.874579 100.058564) (xy 111.156275 99.63588) (xy 109.1 97.579605)
(xy 107.043725 99.63588) (xy 105.677 99.63588) (xy 105.677 96.777892) (xy 105.964706 96.777892) (xy 105.965295 98.025072)
(xy 106.441436 99.174579) (xy 106.86412 99.456275) (xy 108.920395 97.4) (xy 109.279605 97.4) (xy 111.33588 99.456275)
(xy 111.758564 99.174579) (xy 112.235294 98.022108) (xy 112.234705 96.774928) (xy 111.758564 95.625421) (xy 111.33588 95.343725)
(xy 109.279605 97.4) (xy 108.920395 97.4) (xy 106.86412 95.343725) (xy 106.441436 95.625421) (xy 105.964706 96.777892)
(xy 105.677 96.777892) (xy 105.677 95.16412) (xy 107.043725 95.16412) (xy 109.1 97.220395) (xy 111.156275 95.16412)
(xy 110.874579 94.741436) (xy 109.722108 94.264706) (xy 108.474928 94.265295) (xy 107.325421 94.741436) (xy 107.043725 95.16412)
(xy 105.677 95.16412) (xy 105.677 90.225026) (xy 105.740301 90.288327) (xy 105.97369 90.385) (xy 107.31425 90.385)
(xy 107.473 90.22625) (xy 107.473 89.127) (xy 107.727 89.127) (xy 107.727 90.22625) (xy 107.88575 90.385)
(xy 109.22631 90.385) (xy 109.459699 90.288327) (xy 109.638327 90.109698) (xy 109.735 89.876309) (xy 109.735 89.28575)
(xy 109.57625 89.127) (xy 107.727 89.127) (xy 107.473 89.127) (xy 107.453 89.127) (xy 107.453 88.873)
(xy 107.473 88.873) (xy 107.473 87.77375) (xy 107.727 87.77375) (xy 107.727 88.873) (xy 109.57625 88.873)
(xy 109.735 88.71425) (xy 109.735 88.333329) (xy 116.007284 88.333329) (xy 116.01802 88.39355) (xy 116.26621 88.854185)
(xy 116.671785 89.184778) (xy 117.173 89.335) (xy 117.473 89.335) (xy 117.473 88.127) (xy 116.130626 88.127)
(xy 116.007284 88.333329) (xy 109.735 88.333329) (xy 109.735 88.123691) (xy 109.638327 87.890302) (xy 109.459699 87.711673)
(xy 109.351055 87.666671) (xy 116.007284 87.666671) (xy 116.130626 87.873) (xy 117.473 87.873) (xy 117.473 87.853)
(xy 117.727 87.853) (xy 117.727 87.873) (xy 119.069374 87.873) (xy 119.192716 87.666671) (xy 119.18198 87.60645)
(xy 118.93379 87.145815) (xy 118.684861 86.942907) (xy 118.797536 86.86762) (xy 119.063516 86.469553) (xy 119.156916 86)
(xy 119.063516 85.530447) (xy 118.797536 85.13238) (xy 118.599415 85) (xy 118.797536 84.86762) (xy 119.063516 84.469553)
(xy 119.156916 84) (xy 119.063516 83.530447) (xy 118.797536 83.13238) (xy 118.599415 83) (xy 118.797536 82.86762)
(xy 119.063516 82.469553) (xy 119.156916 82) (xy 119.063516 81.530447) (xy 118.797536 81.13238) (xy 118.599415 81)
(xy 118.797536 80.86762) (xy 119.063516 80.469553) (xy 119.156916 80) (xy 119.063516 79.530447) (xy 118.797536 79.13238)
(xy 118.399469 78.8664) (xy 117.929916 78.773) (xy 117.270084 78.773) (xy 116.800531 78.8664) (xy 116.402464 79.13238)
(xy 116.136484 79.530447) (xy 116.043084 80) (xy 116.136484 80.469553) (xy 116.402464 80.86762) (xy 116.600585 81)
(xy 116.402464 81.13238) (xy 116.136484 81.530447) (xy 116.043084 82) (xy 116.136484 82.469553) (xy 116.402464 82.86762)
(xy 116.600585 83) (xy 116.402464 83.13238) (xy 116.136484 83.530447) (xy 116.043084 84) (xy 116.136484 84.469553)
(xy 116.402464 84.86762) (xy 116.600585 85) (xy 116.402464 85.13238) (xy 116.136484 85.530447) (xy 116.043084 86)
(xy 116.136484 86.469553) (xy 116.402464 86.86762) (xy 116.515139 86.942907) (xy 116.26621 87.145815) (xy 116.01802 87.60645)
(xy 116.007284 87.666671) (xy 109.351055 87.666671) (xy 109.22631 87.615) (xy 107.88575 87.615) (xy 107.727 87.77375)
(xy 107.473 87.77375) (xy 107.31425 87.615) (xy 105.97369 87.615) (xy 105.740301 87.711673) (xy 105.677 87.774974)
(xy 105.677 80.225026) (xy 105.740301 80.288327) (xy 105.97369 80.385) (xy 107.31425 80.385) (xy 107.473 80.22625)
(xy 107.473 79.127) (xy 107.727 79.127) (xy 107.727 80.22625) (xy 107.88575 80.385) (xy 109.22631 80.385)
(xy 109.459699 80.288327) (xy 109.638327 80.109698) (xy 109.735 79.876309) (xy 109.735 79.28575) (xy 109.57625 79.127)
(xy 107.727 79.127) (xy 107.473 79.127) (xy 107.453 79.127) (xy 107.453 78.873) (xy 107.473 78.873)
(xy 107.473 77.77375) (xy 107.727 77.77375) (xy 107.727 78.873) (xy 109.57625 78.873) (xy 109.735 78.71425)
(xy 109.735 78.123691) (xy 109.638327 77.890302) (xy 109.459699 77.711673) (xy 109.22631 77.615) (xy 107.88575 77.615)
(xy 107.727 77.77375) (xy 107.473 77.77375) (xy 107.31425 77.615) (xy 105.97369 77.615) (xy 105.740301 77.711673)
(xy 105.677 77.774974) (xy 105.677 48.663174) (xy 106.074042 48.663174) (xy 106.195183 48.8952) (xy 107.5544 48.8952)
(xy 107.5544 47.681276) (xy 107.319487 47.537016) (xy 106.76708 47.730246) (xy 106.330668 48.120164) (xy 106.076691 48.647409)
(xy 106.074042 48.663174) (xy 105.677 48.663174) (xy 105.677 40.39968) (xy 105.812996 40.39968) (xy 105.812996 42.94984)
(xy 105.849743 43.145134) (xy 105.965162 43.3245) (xy 106.141271 43.44483) (xy 106.35032 43.487164) (xy 108.307904 43.487164)
(xy 108.79799 43.97725) (xy 109.051364 44.14655) (xy 109.35024 44.206) (xy 110.249564 44.206) (xy 110.355842 44.37116)
(xy 110.531951 44.49149) (xy 110.741 44.533824) (xy 111.249 44.533824) (xy 111.444294 44.497077) (xy 111.62366 44.381658)
(xy 111.629244 44.373485) (xy 111.801951 44.49149) (xy 112.011 44.533824) (xy 112.519 44.533824) (xy 112.714294 44.497077)
(xy 112.89366 44.381658) (xy 112.899244 44.373485) (xy 113.071951 44.49149) (xy 113.281 44.533824) (xy 113.789 44.533824)
(xy 113.984294 44.497077) (xy 114.16366 44.381658) (xy 114.169244 44.373485) (xy 114.341951 44.49149) (xy 114.551 44.533824)
(xy 115.059 44.533824) (xy 115.254294 44.497077) (xy 115.429291 44.38447) (xy 115.733074 44.510611) (xy 116.165031 44.510988)
(xy 116.512836 44.367278) (xy 116.512836 45.34968) (xy 116.549583 45.544974) (xy 116.665002 45.72434) (xy 116.841111 45.84467)
(xy 117.05016 45.887004) (xy 119.60032 45.887004) (xy 119.795614 45.850257) (xy 119.97498 45.734838) (xy 120.09531 45.558729)
(xy 120.137644 45.34968) (xy 120.137644 44.38575) (xy 121.46468 44.38575) (xy 121.46468 45.47599) (xy 121.561353 45.709379)
(xy 121.739982 45.888007) (xy 121.973371 45.98468) (xy 123.08901 45.98468) (xy 123.24776 45.82593) (xy 123.24776 44.227)
(xy 123.50176 44.227) (xy 123.50176 45.82593) (xy 123.66051 45.98468) (xy 124.776149 45.98468) (xy 125.009538 45.888007)
(xy 125.188167 45.709379) (xy 125.28484 45.47599) (xy 125.28484 44.38575) (xy 125.12609 44.227) (xy 123.50176 44.227)
(xy 123.24776 44.227) (xy 121.62343 44.227) (xy 121.46468 44.38575) (xy 120.137644 44.38575) (xy 120.137644 42.85032)
(xy 120.113878 42.72401) (xy 121.46468 42.72401) (xy 121.46468 43.81425) (xy 121.62343 43.973) (xy 123.24776 43.973)
(xy 123.24776 42.37407) (xy 123.50176 42.37407) (xy 123.50176 43.973) (xy 125.12609 43.973) (xy 125.28484 43.81425)
(xy 125.28484 42.72401) (xy 125.188167 42.490621) (xy 125.009538 42.311993) (xy 124.776149 42.21532) (xy 123.66051 42.21532)
(xy 123.50176 42.37407) (xy 123.24776 42.37407) (xy 123.08901 42.21532) (xy 121.973371 42.21532) (xy 121.739982 42.311993)
(xy 121.561353 42.490621) (xy 121.46468 42.72401) (xy 120.113878 42.72401) (xy 120.100897 42.655026) (xy 119.985478 42.47566)
(xy 119.809369 42.35533) (xy 119.60032 42.312996) (xy 117.05016 42.312996) (xy 117.031 42.316601) (xy 117.031 41.933124)
(xy 117.05016 41.937004) (xy 119.60032 41.937004) (xy 119.795614 41.900257) (xy 119.97498 41.784838) (xy 120.09531 41.608729)
(xy 120.137644 41.39968) (xy 120.137644 38.90032) (xy 120.100897 38.705026) (xy 119.985478 38.52566) (xy 119.809369 38.40533)
(xy 119.60032 38.362996) (xy 119.23324 38.362996) (xy 119.23324 38.100866) (xy 121.122053 36.212053) (xy 121.318883 35.917476)
(xy 121.368375 35.668661) (xy 121.47537 35.512069) (xy 121.517704 35.30302) (xy 121.517704 34.60198) (xy 121.493178 34.471633)
(xy 121.517704 34.35052) (xy 121.517704 33.758721) (xy 121.518707 33.757718) (xy 121.61538 33.524329) (xy 121.61538 33.33325)
(xy 121.45663 33.1745) (xy 121.218715 33.1745) (xy 121.189429 33.15449) (xy 120.98038 33.112156) (xy 119.97962 33.112156)
(xy 119.784326 33.148903) (xy 119.744547 33.1745) (xy 119.50337 33.1745) (xy 119.411412 33.266458) (xy 119.362184 33.27625)
(xy 119.351124 33.27845) (xy 119.097749 33.44775) (xy 118.39775 34.14775) (xy 118.22845 34.401124) (xy 118.169 34.7)
(xy 118.169 35.276499) (xy 115.69775 37.74775) (xy 115.52845 38.001124) (xy 115.469 38.3) (xy 115.469 42.448908)
(xy 115.426221 42.466584) (xy 115.268049 42.35851) (xy 115.059 42.316176) (xy 114.551 42.316176) (xy 114.355706 42.352923)
(xy 114.17634 42.468342) (xy 114.170756 42.476515) (xy 113.998049 42.35851) (xy 113.789 42.316176) (xy 113.281 42.316176)
(xy 113.085706 42.352923) (xy 112.90634 42.468342) (xy 112.900756 42.476515) (xy 112.728049 42.35851) (xy 112.519 42.316176)
(xy 112.011 42.316176) (xy 111.815706 42.352923) (xy 111.63634 42.468342) (xy 111.630756 42.476515) (xy 111.458049 42.35851)
(xy 111.249 42.316176) (xy 110.741 42.316176) (xy 110.545706 42.352923) (xy 110.36634 42.468342) (xy 110.246318 42.644)
(xy 109.67374 42.644) (xy 109.515078 42.485338) (xy 109.767293 42.316813) (xy 109.948133 42.135973) (xy 109.965031 42.135988)
(xy 110.364253 41.971033) (xy 110.66996 41.665859) (xy 110.835611 41.266926) (xy 110.835743 41.115031) (xy 112.914012 41.115031)
(xy 113.078967 41.514253) (xy 113.384141 41.81996) (xy 113.783074 41.985611) (xy 114.215031 41.985988) (xy 114.614253 41.821033)
(xy 114.91996 41.515859) (xy 115.085611 41.116926) (xy 115.085988 40.684969) (xy 114.921033 40.285747) (xy 114.615859 39.98004)
(xy 114.216926 39.814389) (xy 113.784969 39.814012) (xy 113.385747 39.978967) (xy 113.08004 40.284141) (xy 112.914389 40.683074)
(xy 112.914012 41.115031) (xy 110.835743 41.115031) (xy 110.835988 40.834969) (xy 110.671033 40.435747) (xy 110.365859 40.13004)
(xy 109.966926 39.964389) (xy 109.534969 39.964012) (xy 109.266864 40.07479) (xy 109.234838 40.02502) (xy 109.058729 39.90469)
(xy 108.84968 39.862356) (xy 106.35032 39.862356) (xy 106.155026 39.899103) (xy 105.97566 40.014522) (xy 105.85533 40.190631)
(xy 105.812996 40.39968) (xy 105.677 40.39968) (xy 105.677 36.91099) (xy 105.71532 36.91099) (xy 105.71532 38.026629)
(xy 105.811993 38.260018) (xy 105.990621 38.438647) (xy 106.22401 38.53532) (xy 107.31425 38.53532) (xy 107.473 38.37657)
(xy 107.473 36.75224) (xy 107.727 36.75224) (xy 107.727 38.37657) (xy 107.88575 38.53532) (xy 108.97599 38.53532)
(xy 109.209379 38.438647) (xy 109.388007 38.260018) (xy 109.48468 38.026629) (xy 109.48468 36.91099) (xy 109.32593 36.75224)
(xy 107.727 36.75224) (xy 107.473 36.75224) (xy 105.87407 36.75224) (xy 105.71532 36.91099) (xy 105.677 36.91099)
(xy 105.677 36.5035) (xy 110.203676 36.5035) (xy 110.203676 37.6465) (xy 110.240423 37.841794) (xy 110.355842 38.02116)
(xy 110.531951 38.14149) (xy 110.741 38.183824) (xy 111.249 38.183824) (xy 111.444294 38.147077) (xy 111.547281 38.080807)
(xy 111.651302 38.184827) (xy 111.884691 38.2815) (xy 111.97925 38.2815) (xy 112.138 38.12275) (xy 112.138 37.202)
(xy 112.118 37.202) (xy 112.118 36.948) (xy 112.138 36.948) (xy 112.138 36.928) (xy 112.392 36.928)
(xy 112.392 36.948) (xy 112.412 36.948) (xy 112.412 37.202) (xy 112.392 37.202) (xy 112.392 38.12275)
(xy 112.55075 38.2815) (xy 112.645309 38.2815) (xy 112.878698 38.184827) (xy 112.982889 38.080637) (xy 113.071951 38.14149)
(xy 113.281 38.183824) (xy 113.789 38.183824) (xy 113.984294 38.147077) (xy 114.16366 38.031658) (xy 114.169244 38.023485)
(xy 114.341951 38.14149) (xy 114.551 38.183824) (xy 115.059 38.183824) (xy 115.254294 38.147077) (xy 115.43366 38.031658)
(xy 115.55399 37.855549) (xy 115.596324 37.6465) (xy 115.596324 36.5035) (xy 115.559577 36.308206) (xy 115.444158 36.12884)
(xy 115.268049 36.00851) (xy 115.059 35.966176) (xy 114.563084 35.966176) (xy 114.742096 35.787164) (xy 116.69968 35.787164)
(xy 116.894974 35.750417) (xy 117.07434 35.634998) (xy 117.19467 35.458889) (xy 117.237004 35.24984) (xy 117.237004 32.69968)
(xy 117.200257 32.504386) (xy 117.084838 32.32502) (xy 116.908729 32.20469) (xy 116.69968 32.162356) (xy 114.20032 32.162356)
(xy 114.005026 32.199103) (xy 113.931 32.246737) (xy 113.931 31.594911) (xy 118.515629 31.594911) (xy 118.665149 31.956776)
(xy 118.941767 32.233878) (xy 119.303372 32.384029) (xy 119.421887 32.384133) (xy 119.34462 32.570671) (xy 119.34462 32.76175)
(xy 119.50337 32.9205) (xy 120.353 32.9205) (xy 120.353 32.22073) (xy 120.607 32.22073) (xy 120.607 32.9205)
(xy 121.45663 32.9205) (xy 121.61538 32.76175) (xy 121.61538 32.570671) (xy 121.518707 32.337282) (xy 121.340079 32.158653)
(xy 121.10669 32.06198) (xy 120.76575 32.06198) (xy 120.607 32.22073) (xy 120.353 32.22073) (xy 120.212084 32.079814)
(xy 120.333878 31.958233) (xy 120.484029 31.596628) (xy 120.484371 31.205089) (xy 120.334851 30.843224) (xy 120.1794 30.687501)
(xy 120.1794 30.5) (xy 120.140003 30.301939) (xy 120.401279 30.396718) (xy 120.991458 30.370315) (xy 121.41408 30.195259)
(xy 121.494353 29.943958) (xy 120.63 29.079605) (xy 120.615858 29.093748) (xy 120.436253 28.914143) (xy 120.450395 28.9)
(xy 120.809605 28.9) (xy 121.673958 29.764353) (xy 121.925259 29.68408) (xy 121.962098 29.582526) (xy 122.001956 29.678989)
(xy 122.388974 30.066683) (xy 122.894896 30.27676) (xy 123.442701 30.277238) (xy 123.836244 30.114629) (xy 123.77845 30.201124)
(xy 123.719 30.5) (xy 123.719 31.15525) (xy 123.615971 31.403372) (xy 123.615629 31.794911) (xy 123.765149 32.156776)
(xy 123.874681 32.2665) (xy 123.823843 32.2665) (xy 123.729429 32.20199) (xy 123.52038 32.159656) (xy 122.51962 32.159656)
(xy 122.324326 32.196403) (xy 122.14496 32.311822) (xy 122.02463 32.487931) (xy 121.982296 32.69698) (xy 121.982296 33.288779)
(xy 121.981293 33.289782) (xy 121.88462 33.523171) (xy 121.88462 33.71425) (xy 122.04337 33.873) (xy 122.281285 33.873)
(xy 122.310571 33.89301) (xy 122.51962 33.935344) (xy 123.167 33.935344) (xy 123.167 34.064656) (xy 122.51962 34.064656)
(xy 122.324326 34.101403) (xy 122.284547 34.127) (xy 122.04337 34.127) (xy 121.88462 34.28575) (xy 121.88462 34.476829)
(xy 121.981293 34.710218) (xy 121.982296 34.711221) (xy 121.982296 35.30302) (xy 122.019043 35.498314) (xy 122.109217 35.638448)
(xy 121.800274 35.946853) (xy 121.584246 36.467105) (xy 121.583755 37.030424) (xy 121.798874 37.551052) (xy 122.196853 37.949726)
(xy 122.717105 38.165754) (xy 123.280424 38.166245) (xy 123.801052 37.951126) (xy 123.969 37.783471) (xy 123.969 38.362996)
(xy 122.09968 38.362996) (xy 121.904386 38.399743) (xy 121.72502 38.515162) (xy 121.60469 38.691271) (xy 121.562356 38.90032)
(xy 121.562356 41.39968) (xy 121.599103 41.594974) (xy 121.714522 41.77434) (xy 121.890631 41.89467) (xy 122.09968 41.937004)
(xy 124.64984 41.937004) (xy 124.845134 41.900257) (xy 125.0245 41.784838) (xy 125.14483 41.608729) (xy 125.187164 41.39968)
(xy 125.187164 39.442096) (xy 125.30225 39.32701) (xy 125.47155 39.073636) (xy 125.47645 39.049001) (xy 125.531 38.77476)
(xy 125.531 38.225092) (xy 126.763203 38.225092) (xy 126.879 38.505341) (xy 126.879 38.831019) (xy 126.868676 38.882)
(xy 126.868676 40.914) (xy 126.905423 41.109294) (xy 127.020842 41.28866) (xy 127.196951 41.40899) (xy 127.406 41.451324)
(xy 128.422 41.451324) (xy 128.617294 41.414577) (xy 128.79666 41.299158) (xy 128.91699 41.123049) (xy 128.959324 40.914)
(xy 128.959324 38.882) (xy 128.949 38.827133) (xy 128.949 38.437563) (xy 129.036402 38.227076) (xy 129.036797 37.774908)
(xy 128.864124 37.357009) (xy 128.544673 37.037) (xy 128.127076 36.863598) (xy 127.674908 36.863203) (xy 127.257009 37.035876)
(xy 126.937 37.355327) (xy 126.763598 37.772924) (xy 126.763203 38.225092) (xy 125.531 38.225092) (xy 125.531 33.88575)
(xy 126.41543 33.88575) (xy 126.41543 34.975989) (xy 126.512103 35.209378) (xy 126.690731 35.388007) (xy 126.92412 35.48468)
(xy 127.76417 35.48468) (xy 127.92292 35.32593) (xy 127.92292 33.727) (xy 128.17692 33.727) (xy 128.17692 35.32593)
(xy 128.33567 35.48468) (xy 129.17572 35.48468) (xy 129.409109 35.388007) (xy 129.587737 35.209378) (xy 129.68441 34.975989)
(xy 129.68441 34.08575) (xy 130.01461 34.08575) (xy 130.01461 35.426309) (xy 130.111283 35.659698) (xy 130.289911 35.838327)
(xy 130.5233 35.935) (xy 130.615955 35.935) (xy 130.774705 35.77625) (xy 130.774705 33.927) (xy 130.17336 33.927)
(xy 130.01461 34.08575) (xy 129.68441 34.08575) (xy 129.68441 33.88575) (xy 129.52566 33.727) (xy 128.17692 33.727)
(xy 127.92292 33.727) (xy 126.57418 33.727) (xy 126.41543 33.88575) (xy 125.531 33.88575) (xy 125.531 33.85)
(xy 125.47155 33.551124) (xy 125.470799 33.55) (xy 125.344312 33.360699) (xy 125.52369 33.435) (xy 126.36425 33.435)
(xy 126.450215 33.349035) (xy 126.522998 33.421818) (xy 126.522998 33.435) (xy 126.53618 33.435) (xy 126.57418 33.473)
(xy 127.92292 33.473) (xy 127.92292 33.453) (xy 128.17692 33.453) (xy 128.17692 33.473) (xy 129.52566 33.473)
(xy 129.68441 33.31425) (xy 129.68441 32.224011) (xy 129.587737 31.990622) (xy 129.409109 31.811993) (xy 129.17572 31.71532)
(xy 128.33567 31.71532) (xy 128.285 31.76599) (xy 128.285 31.08575) (xy 128.243551 31.044301) (xy 129.323611 31.044301)
(xy 129.471973 31.403365) (xy 129.74645 31.678321) (xy 130.105254 31.82731) (xy 130.224171 31.827414) (xy 130.111283 31.940302)
(xy 130.01461 32.173691) (xy 130.01461 33.51425) (xy 130.17336 33.673) (xy 130.774705 33.673) (xy 130.774705 31.82375)
(xy 130.695321 31.744366) (xy 130.852825 31.679287) (xy 131.127781 31.40481) (xy 131.190377 31.254063) (xy 131.503372 31.384029)
(xy 131.565504 31.384083) (xy 131.515971 31.503372) (xy 131.515743 31.764688) (xy 131.416055 31.665) (xy 131.3234 31.665)
(xy 131.29985 31.674755) (xy 131.2763 31.665) (xy 131.183645 31.665) (xy 131.024895 31.82375) (xy 131.024895 31.826789)
(xy 130.911383 31.940302) (xy 130.81471 32.173691) (xy 130.81471 33.51425) (xy 130.97346 33.673) (xy 131.0468 33.673)
(xy 131.0468 33.927) (xy 130.97346 33.927) (xy 130.81471 34.08575) (xy 130.81471 35.426309) (xy 130.911383 35.659698)
(xy 131.024895 35.773211) (xy 131.024895 35.77625) (xy 131.183645 35.935) (xy 131.2763 35.935) (xy 131.29985 35.925245)
(xy 131.3234 35.935) (xy 131.416055 35.935) (xy 131.574805 35.77625) (xy 131.574805 35.773211) (xy 131.688317 35.659698)
(xy 131.753603 35.502085) (xy 131.824995 35.613031) (xy 131.824995 35.77625) (xy 131.983745 35.935) (xy 132.0764 35.935)
(xy 132.309789 35.838327) (xy 132.310792 35.837324) (xy 132.75019 35.837324) (xy 132.905553 35.808091) (xy 133.022232 35.831719)
(xy 132.963598 35.972924) (xy 132.963203 36.425092) (xy 133.135876 36.842991) (xy 133.455327 37.163) (xy 133.872924 37.336402)
(xy 134.325092 37.336797) (xy 134.742991 37.164124) (xy 135.063 36.844673) (xy 135.236402 36.427076) (xy 135.236797 35.974908)
(xy 135.064124 35.557009) (xy 134.8812 35.373765) (xy 134.8812 35.332167) (xy 134.887714 35.3) (xy 134.887714 33.88575)
(xy 135.31559 33.88575) (xy 135.31559 34.975989) (xy 135.412263 35.209378) (xy 135.590891 35.388007) (xy 135.82428 35.48468)
(xy 136.66433 35.48468) (xy 136.82308 35.32593) (xy 136.82308 33.727) (xy 135.47434 33.727) (xy 135.31559 33.88575)
(xy 134.887714 33.88575) (xy 134.887714 32.3) (xy 134.850967 32.104706) (xy 134.735548 31.92534) (xy 134.592188 31.827386)
(xy 134.893041 31.827649) (xy 135.252105 31.679287) (xy 135.527061 31.40481) (xy 135.67605 31.046006) (xy 135.676389 30.657499)
(xy 135.528027 30.298435) (xy 135.25355 30.023479) (xy 134.894746 29.87449) (xy 134.506239 29.874151) (xy 134.147175 30.022513)
(xy 133.91505 30.254233) (xy 133.580408 29.919592) (xy 133.359995 29.772316) (xy 133.1 29.7206) (xy 132.412441 29.7206)
(xy 132.258233 29.566122) (xy 131.896628 29.415971) (xy 131.505089 29.415629) (xy 131.143224 29.565149) (xy 130.866122 29.841767)
(xy 130.800022 30.000953) (xy 130.495466 29.87449) (xy 130.106959 29.874151) (xy 129.747895 30.022513) (xy 129.472939 30.29699)
(xy 129.32395 30.655794) (xy 129.323611 31.044301) (xy 128.243551 31.044301) (xy 128.12625 30.927) (xy 126.777 30.927)
(xy 126.777 30.947) (xy 126.523 30.947) (xy 126.523 30.927) (xy 126.503 30.927) (xy 126.503 30.673)
(xy 126.523 30.673) (xy 126.523 30.653) (xy 126.777 30.653) (xy 126.777 30.673) (xy 128.12625 30.673)
(xy 128.285 30.51425) (xy 128.285 29.68517) (xy 128.33567 29.73584) (xy 129.17572 29.73584) (xy 129.409109 29.639167)
(xy 129.587737 29.460538) (xy 129.68441 29.227149) (xy 129.68441 28.13691) (xy 129.52566 27.97816) (xy 128.17692 27.97816)
(xy 128.17692 27.99816) (xy 127.92292 27.99816) (xy 127.92292 27.97816) (xy 126.57418 27.97816) (xy 126.41543 28.13691)
(xy 126.41543 28.21618) (xy 126.36425 28.165) (xy 125.52369 28.165) (xy 125.290301 28.261673) (xy 125.111673 28.440302)
(xy 125.015 28.673691) (xy 125.015 29.92286) (xy 124.798876 29.77845) (xy 124.5 29.719) (xy 124.248536 29.769019)
(xy 124.336683 29.681026) (xy 124.54676 29.175104) (xy 124.547238 28.627299) (xy 124.338044 28.121011) (xy 123.951026 27.733317)
(xy 123.445104 27.52324) (xy 122.897299 27.522762) (xy 122.391011 27.731956) (xy 122.003317 28.118974) (xy 121.964873 28.211557)
(xy 121.925259 28.11592) (xy 121.673958 28.035647) (xy 120.809605 28.9) (xy 120.450395 28.9) (xy 119.586042 28.035647)
(xy 119.334741 28.11592) (xy 119.133282 28.671279) (xy 119.159685 29.261458) (xy 119.334741 29.68408) (xy 119.58604 29.764352)
(xy 119.524849 29.825543) (xy 119.5 29.8206) (xy 119.240005 29.872316) (xy 119.019592 30.019592) (xy 118.872316 30.240005)
(xy 118.8206 30.5) (xy 118.8206 30.687559) (xy 118.666122 30.841767) (xy 118.515971 31.203372) (xy 118.515629 31.594911)
(xy 113.931 31.594911) (xy 113.931 31.54874) (xy 114.742096 30.737644) (xy 116.69968 30.737644) (xy 116.894974 30.700897)
(xy 117.07434 30.585478) (xy 117.19467 30.409369) (xy 117.237004 30.20032) (xy 117.237004 27.856042) (xy 119.765647 27.856042)
(xy 120.63 28.720395) (xy 121.494353 27.856042) (xy 121.41408 27.604741) (xy 120.858721 27.403282) (xy 120.268542 27.429685)
(xy 119.84592 27.604741) (xy 119.765647 27.856042) (xy 117.237004 27.856042) (xy 117.237004 27.65016) (xy 117.200257 27.454866)
(xy 117.084838 27.2755) (xy 116.908729 27.15517) (xy 116.69968 27.112836) (xy 114.20032 27.112836) (xy 114.005026 27.149583)
(xy 113.82566 27.265002) (xy 113.70533 27.441111) (xy 113.662996 27.65016) (xy 113.662996 29.607744) (xy 112.59775 30.67299)
(xy 112.42845 30.926364) (xy 112.369 31.22524) (xy 112.369 33.676499) (xy 110.44275 35.60275) (xy 110.27345 35.856124)
(xy 110.214 36.155) (xy 110.214 36.452519) (xy 110.203676 36.5035) (xy 105.677 36.5035) (xy 105.677 35.223851)
(xy 105.71532 35.223851) (xy 105.71532 36.33949) (xy 105.87407 36.49824) (xy 107.473 36.49824) (xy 107.473 34.87391)
(xy 107.727 34.87391) (xy 107.727 36.49824) (xy 109.32593 36.49824) (xy 109.48468 36.33949) (xy 109.48468 35.223851)
(xy 109.388007 34.990462) (xy 109.209379 34.811833) (xy 108.97599 34.71516) (xy 107.88575 34.71516) (xy 107.727 34.87391)
(xy 107.473 34.87391) (xy 107.31425 34.71516) (xy 106.22401 34.71516) (xy 105.990621 34.811833) (xy 105.811993 34.990462)
(xy 105.71532 35.223851) (xy 105.677 35.223851) (xy 105.677 32.63588) (xy 107.043725 32.63588) (xy 107.325421 33.058564)
(xy 108.477892 33.535294) (xy 109.725072 33.534705) (xy 110.874579 33.058564) (xy 111.156275 32.63588) (xy 109.1 30.579605)
(xy 107.043725 32.63588) (xy 105.677 32.63588) (xy 105.677 29.777892) (xy 105.964706 29.777892) (xy 105.965295 31.025072)
(xy 106.441436 32.174579) (xy 106.86412 32.456275) (xy 108.920395 30.4) (xy 109.279605 30.4) (xy 111.33588 32.456275)
(xy 111.758564 32.174579) (xy 112.235294 31.022108) (xy 112.234705 29.774928) (xy 111.758564 28.625421) (xy 111.33588 28.343725)
(xy 109.279605 30.4) (xy 108.920395 30.4) (xy 106.86412 28.343725) (xy 106.441436 28.625421) (xy 105.964706 29.777892)
(xy 105.677 29.777892) (xy 105.677 28.16412) (xy 107.043725 28.16412) (xy 109.1 30.220395) (xy 111.156275 28.16412)
(xy 110.874579 27.741436) (xy 109.722108 27.264706) (xy 108.474928 27.265295) (xy 107.325421 27.741436) (xy 107.043725 28.16412)
(xy 105.677 28.16412) (xy 105.677 26.977) (xy 126.41543 26.977)
)
)
(filled_polygon
(pts
(xy 122.957 99.373) (xy 122.977 99.373) (xy 122.977 99.627) (xy 122.957 99.627) (xy 122.957 99.647)
(xy 122.703 99.647) (xy 122.703 99.627) (xy 122.683 99.627) (xy 122.683 99.373) (xy 122.703 99.373)
(xy 122.703 99.353) (xy 122.957 99.353)
)
)
(filled_polygon
(pts
(xy 128.326951 89.91449) (xy 128.536 89.956824) (xy 128.632359 89.956824) (xy 127.039592 91.549592) (xy 126.892316 91.770005)
(xy 126.8406 92.03) (xy 126.8406 92.619552) (xy 126.466926 92.464389) (xy 126.034969 92.464012) (xy 125.660559 92.618715)
(xy 125.508233 92.466122) (xy 125.146628 92.315971) (xy 124.755089 92.315629) (xy 124.393224 92.465149) (xy 124.116122 92.741767)
(xy 124.019143 92.97532) (xy 123.996628 92.965971) (xy 123.605089 92.965629) (xy 123.243224 93.115149) (xy 123.074949 93.28313)
(xy 122.908233 93.116122) (xy 122.546628 92.965971) (xy 122.155089 92.965629) (xy 121.793224 93.115149) (xy 121.6794 93.228774)
(xy 121.6794 91.831416) (xy 122.426636 91.08418) (xy 122.644911 91.084371) (xy 123.006776 90.934851) (xy 123.275226 90.66687)
(xy 123.541767 90.933878) (xy 123.903372 91.084029) (xy 124.294911 91.084371) (xy 124.656776 90.934851) (xy 124.933878 90.658233)
(xy 125.084029 90.296628) (xy 125.084326 89.956824) (xy 125.164368 89.956824) (xy 125.164012 90.365031) (xy 125.328967 90.764253)
(xy 125.634141 91.06996) (xy 126.033074 91.235611) (xy 126.465031 91.235988) (xy 126.864253 91.071033) (xy 127.16996 90.765859)
(xy 127.335611 90.366926) (xy 127.335969 89.956824) (xy 127.774 89.956824) (xy 127.969294 89.920077) (xy 128.14866 89.804658)
(xy 128.154244 89.796485)
)
)
(filled_polygon
(pts
(xy 149.015149 78.906776) (xy 149.1706 79.062499) (xy 149.1706 85.718584) (xy 148.794 86.095184) (xy 148.794 86.047998)
(xy 148.635252 86.047998) (xy 148.794 85.88925) (xy 148.794 85.47719) (xy 148.697327 85.243801) (xy 148.518698 85.065173)
(xy 148.285309 84.9685) (xy 148.19075 84.9685) (xy 148.032 85.12725) (xy 148.032 86.048) (xy 148.052 86.048)
(xy 148.052 86.302) (xy 148.032 86.302) (xy 148.032 87.22275) (xy 148.19075 87.3815) (xy 148.285309 87.3815)
(xy 148.355704 87.352341) (xy 148.266122 87.441767) (xy 148.151156 87.718638) (xy 148.139 87.716176) (xy 147.631 87.716176)
(xy 147.435706 87.752923) (xy 147.3144 87.830981) (xy 147.3144 87.294395) (xy 147.524691 87.3815) (xy 147.61925 87.3815)
(xy 147.778 87.22275) (xy 147.778 86.302) (xy 147.758 86.302) (xy 147.758 86.048) (xy 147.778 86.048)
(xy 147.778 85.12725) (xy 147.61925 84.9685) (xy 147.524691 84.9685) (xy 147.291302 85.065173) (xy 147.187111 85.169363)
(xy 147.098049 85.10851) (xy 146.889 85.066176) (xy 146.381 85.066176) (xy 146.334135 85.074994) (xy 146.334371 84.805089)
(xy 146.184851 84.443224) (xy 145.908233 84.166122) (xy 145.546628 84.015971) (xy 145.155089 84.015629) (xy 144.793224 84.165149)
(xy 144.7744 84.18394) (xy 144.7744 83.495) (xy 144.730578 83.274691) (xy 144.722684 83.235004) (xy 144.575408 83.014591)
(xy 143.820405 82.259589) (xy 143.883074 82.285611) (xy 144.315031 82.285988) (xy 144.714253 82.121033) (xy 145.01996 81.815859)
(xy 145.185611 81.416926) (xy 145.185988 80.984969) (xy 145.164855 80.933824) (xy 145.619 80.933824) (xy 145.814294 80.897077)
(xy 145.99366 80.781658) (xy 145.999244 80.773485) (xy 146.171951 80.89149) (xy 146.381 80.933824) (xy 146.889 80.933824)
(xy 147.084294 80.897077) (xy 147.26366 80.781658) (xy 147.269244 80.773485) (xy 147.441951 80.89149) (xy 147.651 80.933824)
(xy 148.159 80.933824) (xy 148.354294 80.897077) (xy 148.53366 80.781658) (xy 148.65399 80.605549) (xy 148.696324 80.3965)
(xy 148.696324 79.365669) (xy 148.763878 79.298233) (xy 148.914029 78.936628) (xy 148.914268 78.662627)
)
)
(filled_polygon
(pts
(xy 134.6466 64.784324) (xy 134.9197 64.784324) (xy 134.9197 64.944611) (xy 134.8689 65.2) (xy 134.8689 66.1499)
(xy 134.924595 66.4299) (xy 134.92835 66.448776) (xy 135.09765 66.70215) (xy 136.179095 67.783596) (xy 135.902824 67.897749)
(xy 135.625722 68.174367) (xy 135.475571 68.535972) (xy 135.475229 68.927511) (xy 135.624749 69.289376) (xy 135.901367 69.566478)
(xy 136.262972 69.716629) (xy 136.483005 69.716821) (xy 136.5707 69.804516) (xy 136.5707 73.615676) (xy 136.2468 73.615676)
(xy 136.219027 73.620902) (xy 136.212798 73.614673) (xy 135.979409 73.518) (xy 135.91025 73.518) (xy 135.7515 73.67675)
(xy 135.7515 73.945482) (xy 135.709476 74.153) (xy 135.709476 75.062) (xy 135.590324 75.062) (xy 135.590324 74.153)
(xy 135.553577 73.957706) (xy 135.5483 73.949505) (xy 135.5483 73.67675) (xy 135.38955 73.518) (xy 135.362688 73.518)
(xy 135.330208 73.469391) (xy 134.1794 72.318584) (xy 134.1794 67.7) (xy 134.127684 67.440005) (xy 134.127684 67.440004)
(xy 133.980408 67.219591) (xy 132.9794 66.218584) (xy 132.9794 65.1) (xy 132.927684 64.840005) (xy 132.866079 64.747808)
(xy 133.0464 64.784324) (xy 133.4528 64.784324) (xy 133.648094 64.747577) (xy 133.65215 64.744967) (xy 133.8465 64.784324)
(xy 134.2529 64.784324) (xy 134.448194 64.747577) (xy 134.45225 64.744967)
)
)
(filled_polygon
(pts
(xy 156.395531 58.763) (xy 157.603 58.763) (xy 157.603 58.743) (xy 157.857 58.743) (xy 157.857 58.763)
(xy 160.143 58.763) (xy 160.143 58.743) (xy 160.397 58.743) (xy 160.397 58.763) (xy 160.417 58.763)
(xy 160.417 59.017) (xy 160.397 59.017) (xy 160.397 59.037) (xy 160.143 59.037) (xy 160.143 59.017)
(xy 157.857 59.017) (xy 157.857 59.037) (xy 157.603 59.037) (xy 157.603 59.017) (xy 156.395531 59.017)
(xy 156.275032 59.249027) (xy 156.523179 59.77849) (xy 156.955053 60.172688) (xy 157.054416 60.213843) (xy 156.746697 60.419454)
(xy 156.445253 60.870597) (xy 156.3394 61.402757) (xy 156.3394 61.457243) (xy 156.445253 61.989403) (xy 156.746697 62.440546)
(xy 157.19784 62.74199) (xy 157.73 62.847843) (xy 158.26216 62.74199) (xy 158.713303 62.440546) (xy 159 62.011473)
(xy 159.286697 62.440546) (xy 159.73784 62.74199) (xy 160.27 62.847843) (xy 160.80216 62.74199) (xy 161.0406 62.58267)
(xy 161.0406 62.848583) (xy 154.568484 69.3207) (xy 151.889918 69.3207) (xy 151.904924 69.2466) (xy 151.904924 67.3466)
(xy 151.868177 67.151306) (xy 151.752758 66.97194) (xy 151.576649 66.85161) (xy 151.3676 66.809276) (xy 150.2676 66.809276)
(xy 150.072306 66.846023) (xy 149.89294 66.961442) (xy 149.77261 67.137551) (xy 149.730276 67.3466) (xy 149.730276 69.2466)
(xy 149.744219 69.3207) (xy 149.589918 69.3207) (xy 149.604924 69.2466) (xy 149.604924 67.3466) (xy 149.568177 67.151306)
(xy 149.452758 66.97194) (xy 149.276649 66.85161) (xy 149.0676 66.809276) (xy 147.9676 66.809276) (xy 147.772306 66.846023)
(xy 147.59294 66.961442) (xy 147.47261 67.137551) (xy 147.430276 67.3466) (xy 147.430276 68.205707) (xy 147.115384 68.5206)
(xy 143.42235 68.5206) (xy 143.40325 68.5015) (xy 143.134518 68.5015) (xy 142.927 68.459476) (xy 141.403 68.459476)
(xy 141.348133 68.4698) (xy 141.1 68.4698) (xy 140.940633 68.5015) (xy 140.92675 68.5015) (xy 140.923303 68.504947)
(xy 140.820564 68.525383) (xy 140.583671 68.68367) (xy 140.503095 68.764246) (xy 140.234969 68.764012) (xy 139.835747 68.928967)
(xy 139.695469 69.069) (xy 139.673501 69.069) (xy 136.4309 65.8264) (xy 136.4309 65.2) (xy 136.3801 64.944611)
(xy 136.3801 64.297981) (xy 136.390424 64.247) (xy 136.390424 63.688487) (xy 136.4309 63.485) (xy 136.4309 63.338)
(xy 136.509576 63.338) (xy 136.509576 64.247) (xy 136.546323 64.442294) (xy 136.5516 64.450495) (xy 136.5516 64.72325)
(xy 136.71035 64.882) (xy 136.779509 64.882) (xy 137.012898 64.785327) (xy 137.019458 64.778767) (xy 137.0469 64.784324)
(xy 137.4533 64.784324) (xy 137.648594 64.747577) (xy 137.65265 64.744967) (xy 137.847 64.784324) (xy 138.1709 64.784324)
(xy 138.1709 65.537259) (xy 138.016122 65.691767) (xy 137.865971 66.053372) (xy 137.865629 66.444911) (xy 138.015149 66.806776)
(xy 138.291767 67.083878) (xy 138.653372 67.234029) (xy 139.044911 67.234371) (xy 139.406776 67.084851) (xy 139.683878 66.808233)
(xy 139.810793 66.502587) (xy 139.991767 66.683878) (xy 140.353372 66.834029) (xy 140.744911 66.834371) (xy 140.865676 66.784472)
(xy 140.865676 67.0029) (xy 140.902423 67.198194) (xy 140.905033 67.20225) (xy 140.865676 67.3966) (xy 140.865676 67.803)
(xy 140.870902 67.830772) (xy 140.864673 67.837001) (xy 140.768 68.07039) (xy 140.768 68.13955) (xy 140.92675 68.2983)
(xy 141.195482 68.2983) (xy 141.403 68.340324) (xy 142.927 68.340324) (xy 143.122294 68.303577) (xy 143.130495 68.2983)
(xy 143.40325 68.2983) (xy 143.42235 68.2792) (xy 144.3996 68.2792) (xy 144.659595 68.227484) (xy 144.880008 68.080208)
(xy 146.605305 66.354911) (xy 153.515629 66.354911) (xy 153.665149 66.716776) (xy 153.941767 66.993878) (xy 154.303372 67.144029)
(xy 154.694911 67.144371) (xy 155.056776 66.994851) (xy 155.333878 66.718233) (xy 155.484029 66.356628) (xy 155.484371 65.965089)
(xy 155.334851 65.603224) (xy 155.058233 65.326122) (xy 154.696628 65.175971) (xy 154.305089 65.175629) (xy 153.943224 65.325149)
(xy 153.666122 65.601767) (xy 153.515971 65.963372) (xy 153.515629 66.354911) (xy 146.605305 66.354911) (xy 147.430276 65.52994)
(xy 147.430276 65.5466) (xy 147.467023 65.741894) (xy 147.582442 65.92126) (xy 147.758551 66.04159) (xy 147.9676 66.083924)
(xy 149.0676 66.083924) (xy 149.262894 66.047177) (xy 149.44226 65.931758) (xy 149.56259 65.755649) (xy 149.604924 65.5466)
(xy 149.604924 64.88235) (xy 149.6326 64.88235) (xy 149.6326 65.672909) (xy 149.729273 65.906298) (xy 149.907901 66.084927)
(xy 150.14129 66.1816) (xy 150.53185 66.1816) (xy 150.6906 66.02285) (xy 150.6906 64.7236) (xy 150.9446 64.7236)
(xy 150.9446 66.02285) (xy 151.10335 66.1816) (xy 151.49391 66.1816) (xy 151.727299 66.084927) (xy 151.905927 65.906298)
(xy 152.0026 65.672909) (xy 152.0026 64.88235) (xy 151.84385 64.7236) (xy 150.9446 64.7236) (xy 150.6906 64.7236)
(xy 149.79135 64.7236) (xy 149.6326 64.88235) (xy 149.604924 64.88235) (xy 149.604924 63.990292) (xy 149.6326 63.962616)
(xy 149.6326 64.31085) (xy 149.79135 64.4696) (xy 150.6906 64.4696) (xy 150.6906 64.4496) (xy 150.9446 64.4496)
(xy 150.9446 64.4696) (xy 151.84385 64.4696) (xy 152.0026 64.31085) (xy 152.0026 63.520291) (xy 151.905927 63.286902)
(xy 151.845166 63.226141) (xy 151.908795 63.213484) (xy 152.129208 63.066208) (xy 154.110408 61.085008) (xy 154.257684 60.864595)
(xy 154.3094 60.6046) (xy 154.3094 60.062696) (xy 155.424947 58.947149) (xy 155.679111 58.947371) (xy 156.040976 58.797851)
(xy 156.286398 58.552858)
)
)
(filled_polygon
(pts
(xy 130.882 69.259576) (xy 130.588 69.259576) (xy 130.588 69.140424) (xy 130.882 69.140424)
)
)
(filled_polygon
(pts
(xy 132.8206 67.981417) (xy 132.8206 69.190485) (xy 132.516926 69.064389) (xy 132.084969 69.064012) (xy 132.063221 69.072998)
(xy 131.998652 69.072998) (xy 132.132 68.93965) (xy 132.132 68.87049) (xy 132.035327 68.637101) (xy 132.028767 68.630541)
(xy 132.034324 68.6031) (xy 132.034324 68.1967) (xy 131.997577 68.001406) (xy 131.994967 67.99735) (xy 132.034324 67.803)
(xy 132.034324 67.3966) (xy 131.997577 67.201306) (xy 131.994967 67.19725) (xy 132.00195 67.162766)
)
)
(filled_polygon
(pts
(xy 145.257 60.773) (xy 145.277 60.773) (xy 145.277 61.027) (xy 145.257 61.027) (xy 145.257 62.234469)
(xy 145.288405 62.250779) (xy 143.054407 64.484777) (xy 142.934061 64.460406) (xy 142.934371 64.105089) (xy 142.784851 63.743224)
(xy 142.508233 63.466122) (xy 142.146628 63.315971) (xy 141.755089 63.315629) (xy 141.393224 63.465149) (xy 141.191024 63.666996)
(xy 141.191024 62.723) (xy 141.154277 62.527706) (xy 141.1299 62.489823) (xy 141.1299 61.270916) (xy 141.226685 61.174131)
(xy 141.27801 61.43216) (xy 141.579454 61.883303) (xy 142.030597 62.184747) (xy 142.562757 62.2906) (xy 142.617243 62.2906)
(xy 143.149403 62.184747) (xy 143.600546 61.883303) (xy 143.806157 61.575584) (xy 143.847312 61.674947) (xy 144.24151 62.106821)
(xy 144.770973 62.354968) (xy 145.003 62.234469) (xy 145.003 61.027) (xy 144.983 61.027) (xy 144.983 60.773)
(xy 145.003 60.773) (xy 145.003 60.753) (xy 145.257 60.753)
)
)
(filled_polygon
(pts
(xy 140.667 55.143) (xy 140.687 55.143) (xy 140.687 55.397) (xy 140.667 55.397) (xy 140.667 55.417)
(xy 140.413 55.417) (xy 140.413 55.397) (xy 140.393 55.397) (xy 140.393 55.143) (xy 140.413 55.143)
(xy 140.413 55.123) (xy 140.667 55.123)
)
)
(filled_polygon
(pts
(xy 156.445253 49.289403) (xy 156.746697 49.740546) (xy 157.054416 49.946157) (xy 156.955053 49.987312) (xy 156.523179 50.38151)
(xy 156.275032 50.910973) (xy 156.395531 51.143) (xy 157.603 51.143) (xy 157.603 51.123) (xy 157.857 51.123)
(xy 157.857 51.143) (xy 157.877 51.143) (xy 157.877 51.397) (xy 157.857 51.397) (xy 157.857 51.417)
(xy 157.603 51.417) (xy 157.603 51.397) (xy 156.395531 51.397) (xy 156.275032 51.629027) (xy 156.493665 52.095518)
(xy 154.619592 53.969592) (xy 154.58567 54.020359) (xy 154.309228 53.905571) (xy 154.078666 53.90537) (xy 149.305549 49.132253)
(xy 149.305771 48.878089) (xy 149.272358 48.797223) (xy 156.341326 48.766927)
)
)
(filled_polygon
(pts
(xy 110.797673 49.316801) (xy 110.701 49.55019) (xy 110.701 49.96225) (xy 110.85975 50.121) (xy 111.463 50.121)
(xy 111.463 50.101) (xy 111.717 50.101) (xy 111.717 50.121) (xy 111.737 50.121) (xy 111.737 50.375)
(xy 111.717 50.375) (xy 111.717 50.395) (xy 111.463 50.395) (xy 111.463 50.375) (xy 110.85975 50.375)
(xy 110.701 50.53375) (xy 110.701 50.94581) (xy 110.797673 51.179199) (xy 110.885492 51.267017) (xy 110.858591 51.284992)
(xy 108.91837 53.225213) (xy 108.847332 53.118897) (xy 108.418259 52.8322) (xy 108.847332 52.545503) (xy 109.148776 52.09436)
(xy 109.254629 51.5622) (xy 109.148776 51.03004) (xy 109.118335 50.984481) (xy 110.909216 49.1936) (xy 110.920875 49.1936)
)
)
(filled_polygon
(pts
(xy 164.523 48.236497) (xy 164.436116 48.026741) (xy 164.183405 47.9448) (xy 163.309205 48.819) (xy 164.183405 49.6932)
(xy 164.436116 49.611259) (xy 164.523 49.372317) (xy 164.523 52.995413) (xy 164.493777 52.840106) (xy 164.378358 52.66074)
(xy 164.202249 52.54041) (xy 163.9932 52.498076) (xy 163.956857 52.498076) (xy 164.307806 52.14774) (xy 164.519958 51.636821)
(xy 164.52044 51.083606) (xy 164.30918 50.572318) (xy 163.91834 50.180794) (xy 163.853453 50.153851) (xy 163.921859 50.125516)
(xy 164.0038 49.872805) (xy 163.1296 48.998605) (xy 162.2554 49.872805) (xy 162.337341 50.125516) (xy 162.409699 50.151827)
(xy 162.342918 50.17942) (xy 161.951394 50.57026) (xy 161.739242 51.081179) (xy 161.738913 51.458671) (xy 161.679764 51.51782)
(xy 161.616736 51.517765) (xy 161.6606 51.297243) (xy 161.6606 51.242757) (xy 161.554747 50.710597) (xy 161.253303 50.259454)
(xy 160.945584 50.053843) (xy 161.044947 50.012688) (xy 161.476821 49.61849) (xy 161.662222 49.222905) (xy 161.823084 49.611259)
(xy 162.075795 49.6932) (xy 162.949995 48.819) (xy 162.935853 48.804858) (xy 163.115458 48.625253) (xy 163.1296 48.639395)
(xy 164.0038 47.765195) (xy 163.921859 47.512484) (xy 163.849501 47.486173) (xy 163.916282 47.45858) (xy 164.307806 47.06774)
(xy 164.519958 46.556821) (xy 164.52044 46.003606) (xy 164.30918 45.492318) (xy 163.91834 45.100794) (xy 163.697362 45.009036)
(xy 163.916282 44.91858) (xy 164.307806 44.52774) (xy 164.519958 44.016821) (xy 164.52044 43.463606) (xy 164.30918 42.952318)
(xy 163.91834 42.560794) (xy 163.407421 42.348642) (xy 162.854206 42.34816) (xy 162.342918 42.55942) (xy 161.951394 42.95026)
(xy 161.739242 43.461179) (xy 161.739188 43.522998) (xy 161.60447 43.522998) (xy 161.724968 43.290973) (xy 161.476821 42.76151)
(xy 161.044947 42.367312) (xy 160.945584 42.326157) (xy 161.253303 42.120546) (xy 161.554747 41.669403) (xy 161.6606 41.137243)
(xy 161.6606 41.082757) (xy 161.647451 41.016655) (xy 162.742053 39.922053) (xy 162.789446 39.851124) (xy 162.938883 39.627477)
(xy 163.008 39.28) (xy 163.008 37.6) (xy 162.938883 37.252523) (xy 162.742053 36.957947) (xy 161.642053 35.857947)
(xy 161.347477 35.661117) (xy 161 35.592) (xy 156.337324 35.592) (xy 156.337324 35.2) (xy 156.300577 35.004706)
(xy 156.185158 34.82534) (xy 156.096265 34.764602) (xy 156.159699 34.738327) (xy 156.338327 34.559698) (xy 156.435 34.326309)
(xy 156.435 33.98575) (xy 156.27625 33.827) (xy 155.277 33.827) (xy 155.277 33.847) (xy 155.023 33.847)
(xy 155.023 33.827) (xy 155.003 33.827) (xy 155.003 33.573) (xy 155.023 33.573) (xy 155.023 32.72375)
(xy 155.277 32.72375) (xy 155.277 33.573) (xy 156.27625 33.573) (xy 156.435 33.41425) (xy 156.435 33.073691)
(xy 156.338327 32.840302) (xy 156.159699 32.661673) (xy 156.09743 32.63588) (xy 159.043725 32.63588) (xy 159.325421 33.058564)
(xy 160.477892 33.535294) (xy 161.725072 33.534705) (xy 162.874579 33.058564) (xy 163.156275 32.63588) (xy 161.1 30.579605)
(xy 159.043725 32.63588) (xy 156.09743 32.63588) (xy 155.92631 32.565) (xy 155.43575 32.565) (xy 155.277 32.72375)
(xy 155.023 32.72375) (xy 154.86425 32.565) (xy 154.37369 32.565) (xy 154.37 32.566528) (xy 154.37 32.427691)
(xy 154.273327 32.194302) (xy 154.094699 32.015673) (xy 153.86131 31.919) (xy 153.38575 31.919) (xy 153.227 32.07775)
(xy 153.227 32.808) (xy 153.247 32.808) (xy 153.247 33.062) (xy 153.227 33.062) (xy 153.227 33.082)
(xy 152.973 33.082) (xy 152.973 33.062) (xy 151.98875 33.062) (xy 151.83 33.22075) (xy 151.83 33.271352)
(xy 151.696628 33.215971) (xy 151.305089 33.215629) (xy 150.943224 33.365149) (xy 150.666122 33.641767) (xy 150.515971 34.003372)
(xy 150.515629 34.394911) (xy 150.665149 34.756776) (xy 150.703905 34.7956) (xy 150.687485 34.7956) (xy 150.558233 34.666122)
(xy 150.196628 34.515971) (xy 149.805089 34.515629) (xy 149.443224 34.665149) (xy 149.166122 34.941767) (xy 149.015971 35.303372)
(xy 149.015629 35.694911) (xy 149.165149 36.056776) (xy 149.441767 36.333878) (xy 149.803372 36.484029) (xy 150.194911 36.484371)
(xy 150.556776 36.334851) (xy 150.737543 36.1544) (xy 151.970386 36.1544) (xy 151.97001 36.154951) (xy 151.927676 36.364)
(xy 151.927676 37.126) (xy 151.964423 37.321294) (xy 152.001484 37.378888) (xy 151.97001 37.424951) (xy 151.927676 37.634)
(xy 151.927676 38.396) (xy 151.964423 38.591294) (xy 152.001484 38.648888) (xy 151.97001 38.694951) (xy 151.927676 38.904)
(xy 151.927676 39.666) (xy 151.964423 39.861294) (xy 152.001484 39.918888) (xy 151.97001 39.964951) (xy 151.927676 40.174)
(xy 151.927676 40.936) (xy 151.964423 41.131294) (xy 152.001484 41.188888) (xy 151.97001 41.234951) (xy 151.927676 41.444)
(xy 151.927676 42.206) (xy 151.964423 42.401294) (xy 152.001484 42.458888) (xy 151.97001 42.504951) (xy 151.927676 42.714)
(xy 151.927676 43.476) (xy 151.964423 43.671294) (xy 152.001484 43.728888) (xy 151.97001 43.774951) (xy 151.927676 43.984)
(xy 151.927676 44.746) (xy 151.964423 44.941294) (xy 152.076883 45.116061) (xy 149.288796 45.114025) (xy 149.356229 44.951628)
(xy 149.356571 44.560089) (xy 149.207051 44.198224) (xy 149.0262 44.017057) (xy 149.0262 36.0174) (xy 148.976417 35.767125)
(xy 148.834648 35.554952) (xy 147.022248 33.742552) (xy 146.810075 33.600783) (xy 146.5598 33.551) (xy 144.212258 33.551)
(xy 144.22999 33.525049) (xy 144.272324 33.316) (xy 144.272324 32.554) (xy 144.248558 32.427691) (xy 151.83 32.427691)
(xy 151.83 32.64925) (xy 151.98875 32.808) (xy 152.973 32.808) (xy 152.973 32.07775) (xy 152.81425 31.919)
(xy 152.33869 31.919) (xy 152.105301 32.015673) (xy 151.926673 32.194302) (xy 151.83 32.427691) (xy 144.248558 32.427691)
(xy 144.235577 32.358706) (xy 144.120158 32.17934) (xy 144.086264 32.156181) (xy 144.185611 31.916926) (xy 144.185988 31.484969)
(xy 144.021033 31.085747) (xy 143.715859 30.78004) (xy 143.46771 30.677) (xy 153.4 30.677) (xy 153.620808 30.633078)
(xy 153.808001 30.508001) (xy 153.895532 30.377) (xy 155.9 30.377) (xy 155.94941 30.366994) (xy 155.991035 30.338553)
(xy 156.018315 30.296159) (xy 156.027 30.25) (xy 156.027 29.777892) (xy 157.964706 29.777892) (xy 157.965295 31.025072)
(xy 158.441436 32.174579) (xy 158.86412 32.456275) (xy 160.920395 30.4) (xy 161.279605 30.4) (xy 163.33588 32.456275)
(xy 163.758564 32.174579) (xy 164.235294 31.022108) (xy 164.234705 29.774928) (xy 163.758564 28.625421) (xy 163.33588 28.343725)
(xy 161.279605 30.4) (xy 160.920395 30.4) (xy 158.86412 28.343725) (xy 158.441436 28.625421) (xy 157.964706 29.777892)
(xy 156.027 29.777892) (xy 156.027 28.16412) (xy 159.043725 28.16412) (xy 161.1 30.220395) (xy 163.156275 28.16412)
(xy 162.874579 27.741436) (xy 161.722108 27.264706) (xy 160.474928 27.265295) (xy 159.325421 27.741436) (xy 159.043725 28.16412)
(xy 156.027 28.16412) (xy 156.027 26.977) (xy 164.523 26.977)
)
)
(filled_polygon
(pts
(xy 160.397 48.603) (xy 160.417 48.603) (xy 160.417 48.857) (xy 160.397 48.857) (xy 160.397 48.877)
(xy 160.143 48.877) (xy 160.143 48.857) (xy 160.123 48.857) (xy 160.123 48.603) (xy 160.143 48.603)
(xy 160.143 48.583) (xy 160.397 48.583)
)
)
(filled_polygon
(pts
(xy 160.397 43.523) (xy 160.417 43.523) (xy 160.417 43.777) (xy 160.397 43.777) (xy 160.397 43.797)
(xy 160.143 43.797) (xy 160.143 43.777) (xy 160.123 43.777) (xy 160.123 43.523) (xy 160.143 43.523)
(xy 160.143 43.503) (xy 160.397 43.503)
)
)
(filled_polygon
(pts
(xy 139.227 34.073) (xy 139.247 34.073) (xy 139.247 34.327) (xy 139.227 34.327) (xy 139.227 34.347)
(xy 138.973 34.347) (xy 138.973 34.327) (xy 138.953 34.327) (xy 138.953 34.073) (xy 138.973 34.073)
(xy 138.973 34.053) (xy 139.227 34.053)
)
)
)
(zone (net 1) (net_name GND) (layer B.Cu-L4) (tstamp 55BAA21A) (hatch edge 0.508)
(connect_pads (clearance 0.4))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 105.15 26.5) (xy 138.35 26.45) (xy 138.35 30.25) (xy 156 30.3) (xy 155.95 26.5)
(xy 164.9 26.5) (xy 164.85 101.3) (xy 105.1 101.25)
)
)
(filled_polygon
(pts
(xy 127.802676 28.175921) (xy 127.77631 28.165) (xy 126.93575 28.165) (xy 126.777 28.32375) (xy 126.777 30.673)
(xy 126.797 30.673) (xy 126.797 30.927) (xy 126.777 30.927) (xy 126.777 33.27625) (xy 126.93575 33.435)
(xy 127.77631 33.435) (xy 128.009699 33.338327) (xy 128.188327 33.159698) (xy 128.21986 33.083572) (xy 129.468142 34.331853)
(xy 129.468144 34.331856) (xy 129.803923 34.556215) (xy 130.2 34.635001) (xy 130.200005 34.635) (xy 131.071288 34.635)
(xy 131.56896 35.132671) (xy 131.56896 36.031993) (xy 131.53874 36.076221) (xy 131.496406 36.28527) (xy 131.496406 38.31473)
(xy 131.533153 38.510024) (xy 131.536355 38.515) (xy 131.263038 38.515) (xy 131.303594 38.31473) (xy 131.303594 36.28527)
(xy 131.266847 36.089976) (xy 131.151428 35.91061) (xy 130.975319 35.79028) (xy 130.76627 35.747946) (xy 129.62581 35.747946)
(xy 129.430516 35.784693) (xy 129.25115 35.900112) (xy 129.13082 36.076221) (xy 129.092591 36.265) (xy 124.3395 36.265)
(xy 125.152251 35.45225) (xy 125.296827 35.235876) (xy 125.32155 35.198876) (xy 125.381 34.9) (xy 125.381 33.375896)
(xy 125.52369 33.435) (xy 126.36425 33.435) (xy 126.523 33.27625) (xy 126.523 30.927) (xy 126.503 30.927)
(xy 126.503 30.673) (xy 126.523 30.673) (xy 126.523 28.32375) (xy 126.36425 28.165) (xy 125.52369 28.165)
(xy 125.290301 28.261673) (xy 125.111673 28.440302) (xy 125.015 28.673691) (xy 125.015 30.51425) (xy 125.173748 30.672998)
(xy 125.015 30.672998) (xy 125.015 30.706647) (xy 124.796628 30.615971) (xy 124.405089 30.615629) (xy 124.043224 30.765149)
(xy 123.937324 30.870864) (xy 123.937324 30.85) (xy 123.900577 30.654706) (xy 123.785158 30.47534) (xy 123.681 30.404172)
(xy 123.681 30.178775) (xy 123.948989 30.068044) (xy 124.336683 29.681026) (xy 124.54676 29.175104) (xy 124.547238 28.627299)
(xy 124.338044 28.121011) (xy 123.951026 27.733317) (xy 123.445104 27.52324) (xy 122.897299 27.522762) (xy 122.391011 27.731956)
(xy 122.003317 28.118974) (xy 121.964873 28.211557) (xy 121.925259 28.11592) (xy 121.673958 28.035647) (xy 120.809605 28.9)
(xy 121.673958 29.764353) (xy 121.925259 29.68408) (xy 121.962098 29.582526) (xy 122.001956 29.678989) (xy 122.119 29.796237)
(xy 122.119 30.404573) (xy 122.02534 30.464842) (xy 121.90501 30.640951) (xy 121.901371 30.658923) (xy 121.900577 30.654706)
(xy 121.785158 30.47534) (xy 121.609049 30.35501) (xy 121.4 30.312676) (xy 121.130611 30.312676) (xy 121.41408 30.195259)
(xy 121.494353 29.943958) (xy 120.63 29.079605) (xy 119.765647 29.943958) (xy 119.84592 30.195259) (xy 120.248293 30.341222)
(xy 120.204706 30.349423) (xy 120.02534 30.464842) (xy 119.978703 30.533098) (xy 119.696628 30.415971) (xy 119.305089 30.415629)
(xy 118.943224 30.565149) (xy 118.666122 30.841767) (xy 118.515971 31.203372) (xy 118.515629 31.594911) (xy 118.665149 31.956776)
(xy 118.941767 32.233878) (xy 119.303372 32.384029) (xy 119.694911 32.384371) (xy 119.891492 32.303145) (xy 119.899423 32.345294)
(xy 120.014842 32.52466) (xy 120.190951 32.64499) (xy 120.4 32.687324) (xy 121.4 32.687324) (xy 121.595294 32.650577)
(xy 121.77466 32.535158) (xy 121.89499 32.359049) (xy 121.898629 32.341077) (xy 121.899423 32.345294) (xy 122.014842 32.52466)
(xy 122.190951 32.64499) (xy 122.4 32.687324) (xy 123.4 32.687324) (xy 123.595294 32.650577) (xy 123.77466 32.535158)
(xy 123.819 32.470264) (xy 123.819 34.576499) (xy 123.061447 35.334053) (xy 122.719576 35.333755) (xy 122.198948 35.548874)
(xy 121.800274 35.946853) (xy 121.584246 36.467105) (xy 121.583755 37.030424) (xy 121.798874 37.551052) (xy 122.196853 37.949726)
(xy 122.717105 38.165754) (xy 123.018931 38.166017) (xy 123.153922 38.256215) (xy 123.55 38.335) (xy 126.808616 38.335)
(xy 126.935876 38.642991) (xy 126.992 38.699213) (xy 126.992 39.13) (xy 127.061117 39.477477) (xy 127.257947 39.772053)
(xy 127.677947 40.192053) (xy 127.972523 40.388883) (xy 128.32 40.458) (xy 129.263637 40.458) (xy 129.303735 40.485398)
(xy 129.240301 40.511673) (xy 129.061673 40.690302) (xy 128.965 40.923691) (xy 128.965 41.26425) (xy 129.12375 41.423)
(xy 130.123 41.423) (xy 130.123 41.403) (xy 130.377 41.403) (xy 130.377 41.423) (xy 131.37625 41.423)
(xy 131.535 41.26425) (xy 131.535 40.923691) (xy 131.438327 40.690302) (xy 131.333026 40.585) (xy 134.16601 40.585)
(xy 134.22042 40.716682) (xy 134.61126 41.108206) (xy 134.676147 41.135149) (xy 134.607741 41.163484) (xy 134.5258 41.416195)
(xy 135.4 42.290395) (xy 135.414143 42.276253) (xy 135.593748 42.455858) (xy 135.579605 42.47) (xy 135.593748 42.484143)
(xy 135.414143 42.663748) (xy 135.4 42.649605) (xy 134.5258 43.523805) (xy 134.607741 43.776516) (xy 135.16803 43.980248)
(xy 135.763635 43.954058) (xy 136.192259 43.776516) (xy 136.274199 43.523807) (xy 136.312676 43.562284) (xy 136.312676 44.5)
(xy 136.349423 44.695294) (xy 136.464842 44.87466) (xy 136.553735 44.935398) (xy 136.490301 44.961673) (xy 136.311673 45.140302)
(xy 136.215 45.373691) (xy 136.215 45.71425) (xy 136.37375 45.873) (xy 137.723 45.873) (xy 137.723 45.853)
(xy 137.977 45.853) (xy 137.977 45.873) (xy 139.32625 45.873) (xy 139.485 45.71425) (xy 139.485 45.373691)
(xy 139.388327 45.140302) (xy 139.209699 44.961673) (xy 139.14646 44.935478) (xy 139.189163 44.908) (xy 141.923894 44.908)
(xy 141.938 44.922106) (xy 141.938 47.118684) (xy 139.718342 49.338342) (xy 139.466452 49.715322) (xy 139.378 50.16)
(xy 139.378 51.568) (xy 135.211316 51.568) (xy 131.929066 48.28575) (xy 136.215 48.28575) (xy 136.215 48.626309)
(xy 136.311673 48.859698) (xy 136.490301 49.038327) (xy 136.72369 49.135) (xy 137.56425 49.135) (xy 137.723 48.97625)
(xy 137.723 48.127) (xy 137.977 48.127) (xy 137.977 48.97625) (xy 138.13575 49.135) (xy 138.97631 49.135)
(xy 139.209699 49.038327) (xy 139.388327 48.859698) (xy 139.485 48.626309) (xy 139.485 48.28575) (xy 139.32625 48.127)
(xy 137.977 48.127) (xy 137.723 48.127) (xy 136.37375 48.127) (xy 136.215 48.28575) (xy 131.929066 48.28575)
(xy 131.335 47.691684) (xy 131.335 47.570025) (xy 131.44499 47.409049) (xy 131.487324 47.2) (xy 131.487324 46.28575)
(xy 136.215 46.28575) (xy 136.215 46.626309) (xy 136.311673 46.859698) (xy 136.451974 47) (xy 136.311673 47.140302)
(xy 136.215 47.373691) (xy 136.215 47.71425) (xy 136.37375 47.873) (xy 137.723 47.873) (xy 137.723 47.02375)
(xy 137.69925 47) (xy 137.723 46.97625) (xy 137.723 46.127) (xy 137.977 46.127) (xy 137.977 46.97625)
(xy 138.00075 47) (xy 137.977 47.02375) (xy 137.977 47.873) (xy 139.32625 47.873) (xy 139.485 47.71425)
(xy 139.485 47.373691) (xy 139.388327 47.140302) (xy 139.248026 47) (xy 139.388327 46.859698) (xy 139.485 46.626309)
(xy 139.485 46.28575) (xy 139.32625 46.127) (xy 137.977 46.127) (xy 137.723 46.127) (xy 136.37375 46.127)
(xy 136.215 46.28575) (xy 131.487324 46.28575) (xy 131.487324 46.2) (xy 131.450577 46.004706) (xy 131.335158 45.82534)
(xy 131.246265 45.764602) (xy 131.309699 45.738327) (xy 131.488327 45.559698) (xy 131.585 45.326309) (xy 131.585 44.98575)
(xy 131.42625 44.827) (xy 130.427 44.827) (xy 130.427 44.847) (xy 130.173 44.847) (xy 130.173 44.827)
(xy 129.17375 44.827) (xy 129.015 44.98575) (xy 129.015 45.326309) (xy 129.111673 45.559698) (xy 129.290301 45.738327)
(xy 129.35354 45.764522) (xy 129.27534 45.814842) (xy 129.15501 45.990951) (xy 129.112676 46.2) (xy 129.112676 47.2)
(xy 129.149423 47.395294) (xy 129.264842 47.57466) (xy 129.265 47.574768) (xy 129.265 47.797631) (xy 129.226452 47.855322)
(xy 129.201163 47.982457) (xy 129.163598 48.072924) (xy 129.163512 48.171744) (xy 129.138 48.3) (xy 129.163289 48.427134)
(xy 129.163203 48.525092) (xy 129.200941 48.616424) (xy 129.226452 48.744678) (xy 129.298469 48.852458) (xy 129.335876 48.942991)
(xy 129.405691 49.012928) (xy 129.478342 49.121658) (xy 133.908342 53.551658) (xy 134.285322 53.803548) (xy 134.73 53.892)
(xy 137.188 53.892) (xy 137.188 56.66) (xy 137.276452 57.104678) (xy 137.528342 57.481658) (xy 138.388 58.341316)
(xy 138.388 59.418684) (xy 137.941684 59.865) (xy 137.726749 59.865) (xy 137.933878 59.658233) (xy 138.084029 59.296628)
(xy 138.084371 58.905089) (xy 137.934851 58.543224) (xy 137.658233 58.266122) (xy 137.296628 58.115971) (xy 136.905089 58.115629)
(xy 136.543224 58.265149) (xy 136.266122 58.541767) (xy 136.115971 58.903372) (xy 136.115629 59.294911) (xy 136.265149 59.656776)
(xy 136.473009 59.865) (xy 136.360005 59.865) (xy 136.36 59.864999) (xy 136.128444 59.911059) (xy 135.804727 59.910777)
(xy 135.330794 60.106602) (xy 134.967876 60.468887) (xy 134.771224 60.942477) (xy 134.770995 61.204899) (xy 133.857947 62.117947)
(xy 133.661117 62.412523) (xy 133.592 62.76) (xy 133.592 70.823894) (xy 132.157947 72.257947) (xy 132.075453 72.381407)
(xy 131.979706 72.399423) (xy 131.80034 72.514842) (xy 131.68001 72.690951) (xy 131.637676 72.9) (xy 131.637676 73.9)
(xy 131.674423 74.095294) (xy 131.789842 74.27466) (xy 131.965951 74.39499) (xy 131.983923 74.398629) (xy 131.979706 74.399423)
(xy 131.80034 74.514842) (xy 131.68001 74.690951) (xy 131.637676 74.9) (xy 131.637676 75.9) (xy 131.674423 76.095294)
(xy 131.789842 76.27466) (xy 131.965951 76.39499) (xy 132.175 76.437324) (xy 133.253218 76.437324) (xy 133.405366 76.589472)
(xy 133.343224 76.615149) (xy 133.124949 76.833042) (xy 133.008233 76.716122) (xy 132.646628 76.565971) (xy 132.255089 76.565629)
(xy 131.893224 76.715149) (xy 131.616122 76.991767) (xy 131.465971 77.353372) (xy 131.465629 77.744911) (xy 131.615149 78.106776)
(xy 131.891767 78.383878) (xy 132.253372 78.534029) (xy 132.644911 78.534371) (xy 133.006776 78.384851) (xy 133.225051 78.166958)
(xy 133.341767 78.283878) (xy 133.703372 78.434029) (xy 134.005778 78.434293) (xy 134.005629 78.604911) (xy 134.155149 78.966776)
(xy 134.431767 79.243878) (xy 134.793372 79.394029) (xy 135.184911 79.394371) (xy 135.546776 79.244851) (xy 135.823878 78.968233)
(xy 135.974029 78.606628) (xy 135.974257 78.344911) (xy 137.215629 78.344911) (xy 137.365149 78.706776) (xy 137.641767 78.983878)
(xy 138.003372 79.134029) (xy 138.394911 79.134371) (xy 138.563016 79.064911) (xy 140.635629 79.064911) (xy 140.785149 79.426776)
(xy 141.061767 79.703878) (xy 141.423372 79.854029) (xy 141.814911 79.854371) (xy 142.176776 79.704851) (xy 142.453878 79.428233)
(xy 142.604029 79.066628) (xy 142.604371 78.675089) (xy 142.454851 78.313224) (xy 142.178233 78.036122) (xy 141.816628 77.885971)
(xy 141.425089 77.885629) (xy 141.063224 78.035149) (xy 140.786122 78.311767) (xy 140.635971 78.673372) (xy 140.635629 79.064911)
(xy 138.563016 79.064911) (xy 138.756776 78.984851) (xy 139.033878 78.708233) (xy 139.184029 78.346628) (xy 139.184371 77.955089)
(xy 139.034851 77.593224) (xy 138.758233 77.316122) (xy 138.396628 77.165971) (xy 138.005089 77.165629) (xy 137.643224 77.315149)
(xy 137.366122 77.591767) (xy 137.215971 77.953372) (xy 137.215629 78.344911) (xy 135.974257 78.344911) (xy 135.974371 78.215089)
(xy 135.824851 77.853224) (xy 135.548233 77.576122) (xy 135.186628 77.425971) (xy 134.884222 77.425707) (xy 134.884371 77.255089)
(xy 134.856371 77.187324) (xy 135.651823 77.187324) (xy 135.834141 77.36996) (xy 136.233074 77.535611) (xy 136.665031 77.535988)
(xy 137.064253 77.371033) (xy 137.36996 77.065859) (xy 137.535611 76.666926) (xy 137.535988 76.234969) (xy 137.515305 76.184911)
(xy 139.865629 76.184911) (xy 140.015149 76.546776) (xy 140.291767 76.823878) (xy 140.653372 76.974029) (xy 141.044911 76.974371)
(xy 141.406776 76.824851) (xy 141.683878 76.548233) (xy 141.834029 76.186628) (xy 141.834371 75.795089) (xy 141.684851 75.433224)
(xy 141.408233 75.156122) (xy 141.046628 75.005971) (xy 140.655089 75.005629) (xy 140.293224 75.155149) (xy 140.016122 75.431767)
(xy 139.865971 75.793372) (xy 139.865629 76.184911) (xy 137.515305 76.184911) (xy 137.371033 75.835747) (xy 137.065859 75.53004)
(xy 136.666926 75.364389) (xy 136.442333 75.364193) (xy 136.385158 75.27534) (xy 136.296265 75.214602) (xy 136.359699 75.188327)
(xy 136.538327 75.009698) (xy 136.635 74.776309) (xy 136.635 74.43575) (xy 136.47625 74.277) (xy 135.477 74.277)
(xy 135.477 74.297) (xy 135.223 74.297) (xy 135.223 74.277) (xy 134.22375 74.277) (xy 134.065 74.43575)
(xy 134.065 74.706462) (xy 133.847477 74.561117) (xy 133.831081 74.557856) (xy 133.810158 74.52534) (xy 133.634049 74.40501)
(xy 133.616077 74.401371) (xy 133.620294 74.400577) (xy 133.79966 74.285158) (xy 133.91999 74.109049) (xy 133.962324 73.9)
(xy 133.962324 73.523691) (xy 134.065 73.523691) (xy 134.065 73.86425) (xy 134.22375 74.023) (xy 135.223 74.023)
(xy 135.223 73.17375) (xy 135.477 73.17375) (xy 135.477 74.023) (xy 136.47625 74.023) (xy 136.635 73.86425)
(xy 136.635 73.523691) (xy 136.538327 73.290302) (xy 136.359699 73.111673) (xy 136.12631 73.015) (xy 135.63575 73.015)
(xy 135.477 73.17375) (xy 135.223 73.17375) (xy 135.06425 73.015) (xy 134.57369 73.015) (xy 134.340301 73.111673)
(xy 134.161673 73.290302) (xy 134.065 73.523691) (xy 133.962324 73.523691) (xy 133.962324 73.021782) (xy 135.142053 71.842053)
(xy 135.338883 71.547477) (xy 135.408 71.2) (xy 135.408 70.908) (xy 138.313637 70.908) (xy 138.440951 70.99499)
(xy 138.65 71.037324) (xy 139.95 71.037324) (xy 139.96305 71.034868) (xy 139.946122 71.051767) (xy 139.795971 71.413372)
(xy 139.795629 71.804911) (xy 139.945149 72.166776) (xy 140.221767 72.443878) (xy 140.432676 72.531455) (xy 140.432676 72.74)
(xy 140.469423 72.935294) (xy 140.584842 73.11466) (xy 140.760951 73.23499) (xy 140.97 73.277324) (xy 141.97 73.277324)
(xy 142.118665 73.249351) (xy 142.046122 73.321767) (xy 141.895971 73.683372) (xy 141.895629 74.074911) (xy 142.045149 74.436776)
(xy 142.321767 74.713878) (xy 142.683372 74.864029) (xy 143.074911 74.864371) (xy 143.436776 74.714851) (xy 143.592499 74.5594)
(xy 144.24 74.5594) (xy 144.499995 74.507684) (xy 144.720408 74.360408) (xy 144.758388 74.322428) (xy 144.878967 74.614253)
(xy 145.184141 74.91996) (xy 145.583074 75.085611) (xy 146.015031 75.085988) (xy 146.414253 74.921033) (xy 146.427309 74.908)
(xy 148.712676 74.908) (xy 148.712676 75) (xy 148.749423 75.195294) (xy 148.864842 75.37466) (xy 149.040951 75.49499)
(xy 149.058923 75.498629) (xy 149.054706 75.499423) (xy 148.87534 75.614842) (xy 148.75501 75.790951) (xy 148.712676 76)
(xy 148.712676 77) (xy 148.749423 77.195294) (xy 148.864842 77.37466) (xy 149.040951 77.49499) (xy 149.2206 77.53137)
(xy 149.2206 77.587646) (xy 149.016122 77.791767) (xy 148.865971 78.153372) (xy 148.865732 78.427373) (xy 148.764851 78.183224)
(xy 148.488233 77.906122) (xy 148.126628 77.755971) (xy 147.735089 77.755629) (xy 147.373224 77.905149) (xy 147.214119 78.063976)
(xy 147.214371 77.775089) (xy 147.064851 77.413224) (xy 146.788233 77.136122) (xy 146.426628 76.985971) (xy 146.035089 76.985629)
(xy 145.673224 77.135149) (xy 145.524932 77.283182) (xy 145.318233 77.076122) (xy 144.956628 76.925971) (xy 144.565089 76.925629)
(xy 144.203224 77.075149) (xy 143.926122 77.351767) (xy 143.775971 77.713372) (xy 143.775629 78.104911) (xy 143.925149 78.466776)
(xy 144.201767 78.743878) (xy 144.563372 78.894029) (xy 144.954911 78.894371) (xy 145.316776 78.744851) (xy 145.465068 78.596818)
(xy 145.671767 78.803878) (xy 146.033372 78.954029) (xy 146.424911 78.954371) (xy 146.786776 78.804851) (xy 146.945881 78.646024)
(xy 146.945629 78.934911) (xy 147.095149 79.296776) (xy 147.371767 79.573878) (xy 147.733372 79.724029) (xy 148.124911 79.724371)
(xy 148.486776 79.574851) (xy 148.763878 79.298233) (xy 148.914029 78.936628) (xy 148.914268 78.662627) (xy 149.015149 78.906776)
(xy 149.291767 79.183878) (xy 149.653372 79.334029) (xy 150.044911 79.334371) (xy 150.406776 79.184851) (xy 150.683878 78.908233)
(xy 150.834029 78.546628) (xy 150.834371 78.155089) (xy 150.684851 77.793224) (xy 150.5794 77.687588) (xy 150.5794 77.531792)
(xy 150.745294 77.500577) (xy 150.92466 77.385158) (xy 151.04499 77.209049) (xy 151.087324 77) (xy 151.087324 76)
(xy 151.050577 75.804706) (xy 150.935158 75.62534) (xy 150.759049 75.50501) (xy 150.741077 75.501371) (xy 150.745294 75.500577)
(xy 150.92466 75.385158) (xy 151.008961 75.261779) (xy 151.303372 75.384029) (xy 151.326032 75.384049) (xy 151.312676 75.45)
(xy 151.312676 76.45) (xy 151.349423 76.645294) (xy 151.464842 76.82466) (xy 151.640951 76.94499) (xy 151.658923 76.948629)
(xy 151.654706 76.949423) (xy 151.47534 77.064842) (xy 151.35501 77.240951) (xy 151.312676 77.45) (xy 151.312676 78.45)
(xy 151.349423 78.645294) (xy 151.457791 78.813703) (xy 151.40501 78.890951) (xy 151.362676 79.1) (xy 151.362676 80.1)
(xy 151.399423 80.295294) (xy 151.514842 80.47466) (xy 151.690951 80.59499) (xy 151.708923 80.598629) (xy 151.704706 80.599423)
(xy 151.52534 80.714842) (xy 151.40501 80.890951) (xy 151.362676 81.1) (xy 151.362676 82.1) (xy 151.399423 82.295294)
(xy 151.514842 82.47466) (xy 151.690951 82.59499) (xy 151.9 82.637324) (xy 153.2 82.637324) (xy 153.395294 82.600577)
(xy 153.57466 82.485158) (xy 153.69499 82.309049) (xy 153.699279 82.287872) (xy 153.854296 82.184292) (xy 153.944911 82.184371)
(xy 154.306776 82.034851) (xy 154.583878 81.758233) (xy 154.734029 81.396628) (xy 154.734371 81.005089) (xy 154.584851 80.643224)
(xy 154.308233 80.366122) (xy 154.249893 80.341897) (xy 154.433878 80.158233) (xy 154.584029 79.796628) (xy 154.584371 79.405089)
(xy 154.434851 79.043224) (xy 154.158233 78.766122) (xy 153.796628 78.615971) (xy 153.653739 78.615846) (xy 153.687324 78.45)
(xy 153.687324 77.45) (xy 153.650577 77.254706) (xy 153.535158 77.07534) (xy 153.359049 76.95501) (xy 153.341077 76.951371)
(xy 153.345294 76.950577) (xy 153.52466 76.835158) (xy 153.64499 76.659049) (xy 153.687324 76.45) (xy 153.687324 75.45)
(xy 153.650577 75.254706) (xy 153.549889 75.098233) (xy 153.64499 74.959049) (xy 153.687324 74.75) (xy 153.687324 73.75)
(xy 153.650577 73.554706) (xy 153.535158 73.37534) (xy 153.359049 73.25501) (xy 153.341077 73.251371) (xy 153.345294 73.250577)
(xy 153.489163 73.158) (xy 155.527524 73.158) (xy 155.50501 73.190951) (xy 155.462676 73.4) (xy 155.462676 74.4)
(xy 155.499423 74.595294) (xy 155.614842 74.77466) (xy 155.665835 74.809502) (xy 155.665765 74.888829) (xy 155.62534 74.914842)
(xy 155.50501 75.090951) (xy 155.462676 75.3) (xy 155.462676 76.3) (xy 155.499423 76.495294) (xy 155.614842 76.67466)
(xy 155.790951 76.79499) (xy 155.808923 76.798629) (xy 155.804706 76.799423) (xy 155.62534 76.914842) (xy 155.50501 77.090951)
(xy 155.462676 77.3) (xy 155.462676 78.3) (xy 155.499423 78.495294) (xy 155.55846 78.58704) (xy 155.34775 78.79775)
(xy 155.17845 79.051124) (xy 155.121619 79.336832) (xy 155.054706 79.349423) (xy 154.87534 79.464842) (xy 154.75501 79.640951)
(xy 154.712676 79.85) (xy 154.712676 80.85) (xy 154.749423 81.045294) (xy 154.864842 81.22466) (xy 155.040951 81.34499)
(xy 155.058923 81.348629) (xy 155.054706 81.349423) (xy 154.87534 81.464842) (xy 154.75501 81.640951) (xy 154.712676 81.85)
(xy 154.712676 82.85) (xy 154.749423 83.045294) (xy 154.864842 83.22466) (xy 155.040951 83.34499) (xy 155.25 83.387324)
(xy 156.504368 83.387324) (xy 156.54775 83.45225) (xy 157.597749 84.50225) (xy 157.626068 84.521172) (xy 157.649423 84.645294)
(xy 157.764842 84.82466) (xy 157.940951 84.94499) (xy 157.958923 84.948629) (xy 157.954706 84.949423) (xy 157.77534 85.064842)
(xy 157.65501 85.240951) (xy 157.612676 85.45) (xy 157.612676 86.45) (xy 157.649423 86.645294) (xy 157.764842 86.82466)
(xy 157.940951 86.94499) (xy 158.15 86.987324) (xy 158.732824 86.987324) (xy 159.19775 87.45225) (xy 159.451124 87.62155)
(xy 159.75 87.681) (xy 159.852676 87.681) (xy 159.852676 87.75) (xy 159.889423 87.945294) (xy 160.004842 88.12466)
(xy 160.180951 88.24499) (xy 160.39 88.287324) (xy 161.39 88.287324) (xy 161.585294 88.250577) (xy 161.76466 88.135158)
(xy 161.88499 87.959049) (xy 161.888629 87.941077) (xy 161.889423 87.945294) (xy 162.004842 88.12466) (xy 162.180951 88.24499)
(xy 162.39 88.287324) (xy 163.39 88.287324) (xy 163.585294 88.250577) (xy 163.76466 88.135158) (xy 163.88499 87.959049)
(xy 163.927324 87.75) (xy 163.927324 87.023493) (xy 163.980408 86.970409) (xy 164.127684 86.749996) (xy 164.141726 86.679399)
(xy 164.1794 86.49) (xy 164.1794 80.3) (xy 164.127684 80.040005) (xy 163.980408 79.819592) (xy 163.5064 79.345584)
(xy 163.521434 79.27) (xy 163.466581 78.994235) (xy 163.980408 78.480409) (xy 164.127684 78.259996) (xy 164.13763 78.209995)
(xy 164.1794 78) (xy 164.1794 68.6) (xy 164.127684 68.340005) (xy 164.127684 68.340004) (xy 163.980408 68.119591)
(xy 163.153998 67.293182) (xy 163.234885 67.326769) (xy 163.762798 67.327229) (xy 164.250703 67.125631) (xy 164.523 66.853808)
(xy 164.523 100.823) (xy 156.704506 100.823) (xy 157.103579 100.405712) (xy 157.315115 99.860952) (xy 157.18395 99.63588)
(xy 159.043725 99.63588) (xy 159.325421 100.058564) (xy 160.477892 100.535294) (xy 161.725072 100.534705) (xy 162.874579 100.058564)
(xy 163.156275 99.63588) (xy 161.1 97.579605) (xy 159.043725 99.63588) (xy 157.18395 99.63588) (xy 157.178775 99.627)
(xy 155.967 99.627) (xy 155.967 99.647) (xy 155.713 99.647) (xy 155.713 99.627) (xy 155.693 99.627)
(xy 155.693 99.373) (xy 155.713 99.373) (xy 155.713 98.064583) (xy 155.673 98.043699) (xy 155.673 97.427)
(xy 155.927 97.427) (xy 155.927 98.42625) (xy 155.967 98.46625) (xy 155.967 99.373) (xy 157.178775 99.373)
(xy 157.315115 99.139048) (xy 157.103579 98.594288) (xy 156.834793 98.313233) (xy 156.838327 98.309699) (xy 156.935 98.07631)
(xy 156.935 97.58575) (xy 156.77625 97.427) (xy 155.927 97.427) (xy 155.673 97.427) (xy 155.653 97.427)
(xy 155.653 97.173) (xy 155.673 97.173) (xy 155.673 96.17375) (xy 155.549095 96.049845) (xy 155.62306 95.97588)
(xy 155.62306 94.777) (xy 155.87706 94.777) (xy 155.87706 95.97588) (xy 156.000965 96.099785) (xy 155.927 96.17375)
(xy 155.927 97.173) (xy 156.77625 97.173) (xy 156.935 97.01425) (xy 156.935 96.777892) (xy 157.964706 96.777892)
(xy 157.965295 98.025072) (xy 158.441436 99.174579) (xy 158.86412 99.456275) (xy 160.920395 97.4) (xy 161.279605 97.4)
(xy 163.33588 99.456275) (xy 163.758564 99.174579) (xy 164.235294 98.022108) (xy 164.234705 96.774928) (xy 163.758564 95.625421)
(xy 163.33588 95.343725) (xy 161.279605 97.4) (xy 160.920395 97.4) (xy 158.86412 95.343725) (xy 158.441436 95.625421)
(xy 157.964706 96.777892) (xy 156.935 96.777892) (xy 156.935 96.52369) (xy 156.838327 96.290301) (xy 156.659698 96.111673)
(xy 156.620865 96.095588) (xy 156.759998 96.037957) (xy 156.938627 95.859329) (xy 157.0353 95.62594) (xy 157.0353 95.16412)
(xy 159.043725 95.16412) (xy 161.1 97.220395) (xy 163.156275 95.16412) (xy 162.874579 94.741436) (xy 161.722108 94.264706)
(xy 160.474928 94.265295) (xy 159.325421 94.741436) (xy 159.043725 95.16412) (xy 157.0353 95.16412) (xy 157.0353 94.93575)
(xy 156.87655 94.777) (xy 155.87706 94.777) (xy 155.62306 94.777) (xy 154.62357 94.777) (xy 154.46482 94.93575)
(xy 154.46482 95.62594) (xy 154.561493 95.859329) (xy 154.740122 96.037957) (xy 154.933796 96.118179) (xy 154.761673 96.290301)
(xy 154.735478 96.35354) (xy 154.685158 96.27534) (xy 154.509049 96.15501) (xy 154.3 96.112676) (xy 153.3 96.112676)
(xy 153.104706 96.149423) (xy 152.92534 96.264842) (xy 152.80501 96.440951) (xy 152.762676 96.65) (xy 152.762676 97.95)
(xy 152.787242 98.08056) (xy 152.76784 98.084419) (xy 152.316697 98.385863) (xy 152.080127 98.739915) (xy 152.023579 98.594288)
(xy 151.619674 98.171947) (xy 151.119026 97.943442) (xy 150.887 98.064583) (xy 150.887 99.373) (xy 150.907 99.373)
(xy 150.907 99.627) (xy 150.887 99.627) (xy 150.887 99.647) (xy 150.633 99.647) (xy 150.633 99.627)
(xy 150.613 99.627) (xy 150.613 99.373) (xy 150.633 99.373) (xy 150.633 98.064583) (xy 150.400974 97.943442)
(xy 149.900326 98.171947) (xy 149.496421 98.594288) (xy 149.439873 98.739915) (xy 149.292084 98.518732) (xy 150.780408 97.030408)
(xy 150.927684 96.809995) (xy 150.947666 96.709539) (xy 150.995294 96.700577) (xy 151.17466 96.585158) (xy 151.29499 96.409049)
(xy 151.337324 96.2) (xy 151.337324 95.958183) (xy 151.390651 95.99462) (xy 151.5997 96.036954) (xy 152.90018 96.036954)
(xy 153.095474 96.000207) (xy 153.27484 95.884788) (xy 153.39517 95.708679) (xy 153.437504 95.49963) (xy 153.437504 95.32182)
(xy 153.482053 95.292053) (xy 154.46482 94.309286) (xy 154.46482 94.36425) (xy 154.62357 94.523) (xy 155.62306 94.523)
(xy 155.62306 93.32412) (xy 155.87706 93.32412) (xy 155.87706 94.523) (xy 156.87655 94.523) (xy 157.0353 94.36425)
(xy 157.0353 93.67406) (xy 156.938627 93.440671) (xy 156.759998 93.262043) (xy 156.526609 93.16537) (xy 156.03581 93.16537)
(xy 155.87706 93.32412) (xy 155.62306 93.32412) (xy 155.46431 93.16537) (xy 155.188 93.16537) (xy 155.188 90.95037)
(xy 156.362376 90.95037) (xy 156.362376 92.64963) (xy 156.399123 92.844924) (xy 156.514542 93.02429) (xy 156.690651 93.14462)
(xy 156.8997 93.186954) (xy 158.20018 93.186954) (xy 158.395474 93.150207) (xy 158.57484 93.034788) (xy 158.69517 92.858679)
(xy 158.737504 92.64963) (xy 158.737504 92.08575) (xy 159.76482 92.08575) (xy 159.76482 92.77594) (xy 159.861493 93.009329)
(xy 160.040122 93.187957) (xy 160.273511 93.28463) (xy 160.76431 93.28463) (xy 160.92306 93.12588) (xy 160.92306 91.927)
(xy 161.17706 91.927) (xy 161.17706 93.12588) (xy 161.33581 93.28463) (xy 161.826609 93.28463) (xy 162.059998 93.187957)
(xy 162.238627 93.009329) (xy 162.3353 92.77594) (xy 162.3353 92.08575) (xy 162.17655 91.927) (xy 161.17706 91.927)
(xy 160.92306 91.927) (xy 159.92357 91.927) (xy 159.76482 92.08575) (xy 158.737504 92.08575) (xy 158.737504 90.95037)
(xy 158.713738 90.82406) (xy 159.76482 90.82406) (xy 159.76482 91.51425) (xy 159.92357 91.673) (xy 160.92306 91.673)
(xy 160.92306 90.47412) (xy 161.17706 90.47412) (xy 161.17706 91.673) (xy 162.17655 91.673) (xy 162.3353 91.51425)
(xy 162.3353 90.82406) (xy 162.238627 90.590671) (xy 162.059998 90.412043) (xy 161.826609 90.31537) (xy 161.33581 90.31537)
(xy 161.17706 90.47412) (xy 160.92306 90.47412) (xy 160.76431 90.31537) (xy 160.273511 90.31537) (xy 160.040122 90.412043)
(xy 159.861493 90.590671) (xy 159.76482 90.82406) (xy 158.713738 90.82406) (xy 158.700757 90.755076) (xy 158.585338 90.57571)
(xy 158.566536 90.562863) (xy 158.585611 90.516926) (xy 158.585988 90.084969) (xy 158.421033 89.685747) (xy 158.115859 89.38004)
(xy 157.716926 89.214389) (xy 157.284969 89.214012) (xy 156.885747 89.378967) (xy 156.58004 89.684141) (xy 156.414389 90.083074)
(xy 156.414012 90.515031) (xy 156.468773 90.647562) (xy 156.40471 90.741321) (xy 156.362376 90.95037) (xy 155.188 90.95037)
(xy 155.188 85.19) (xy 155.118883 84.842523) (xy 154.922053 84.547947) (xy 153.982053 83.607947) (xy 153.687477 83.411117)
(xy 153.34 83.342) (xy 152.877798 83.342) (xy 152.865859 83.33004) (xy 152.466926 83.164389) (xy 152.034969 83.164012)
(xy 151.635747 83.328967) (xy 151.33004 83.634141) (xy 151.164389 84.033074) (xy 151.16413 84.32979) (xy 151.09501 84.430951)
(xy 151.052676 84.64) (xy 151.052676 85.64) (xy 151.089423 85.835294) (xy 151.204842 86.01466) (xy 151.293735 86.075398)
(xy 151.230301 86.101673) (xy 151.051673 86.280302) (xy 150.955 86.513691) (xy 150.955 86.85425) (xy 151.11375 87.013)
(xy 152.113 87.013) (xy 152.113 86.993) (xy 152.367 86.993) (xy 152.367 87.013) (xy 152.387 87.013)
(xy 152.387 87.267) (xy 152.367 87.267) (xy 152.367 88.11625) (xy 152.52575 88.275) (xy 153.01631 88.275)
(xy 153.249699 88.178327) (xy 153.372 88.056025) (xy 153.372 92.833894) (xy 152.935663 93.270231) (xy 152.90018 93.263046)
(xy 152.031737 93.263046) (xy 152.139698 93.218327) (xy 152.318327 93.039699) (xy 152.415 92.80631) (xy 152.415 92.31575)
(xy 152.25625 92.157) (xy 151.407 92.157) (xy 151.407 92.177) (xy 151.153 92.177) (xy 151.153 92.157)
(xy 151.133 92.157) (xy 151.133 91.903) (xy 151.153 91.903) (xy 151.153 90.90375) (xy 151.407 90.90375)
(xy 151.407 91.903) (xy 152.25625 91.903) (xy 152.415 91.74425) (xy 152.415 91.25369) (xy 152.318327 91.020301)
(xy 152.139698 90.841673) (xy 151.906309 90.745) (xy 151.56575 90.745) (xy 151.407 90.90375) (xy 151.153 90.90375)
(xy 150.99425 90.745) (xy 150.653691 90.745) (xy 150.420302 90.841673) (xy 150.241673 91.020301) (xy 150.215478 91.08354)
(xy 150.165158 91.00534) (xy 149.989049 90.88501) (xy 149.78 90.842676) (xy 148.78 90.842676) (xy 148.584706 90.879423)
(xy 148.40534 90.994842) (xy 148.28501 91.170951) (xy 148.242676 91.38) (xy 148.242676 91.787023) (xy 148.235158 91.77534)
(xy 148.059049 91.65501) (xy 147.85 91.612676) (xy 146.89814 91.612676) (xy 147.230408 91.280408) (xy 147.377684 91.059995)
(xy 147.4294 90.8) (xy 147.4294 88.6) (xy 147.377684 88.340005) (xy 147.331309 88.2706) (xy 147.280736 88.194911)
(xy 148.115629 88.194911) (xy 148.265149 88.556776) (xy 148.541767 88.833878) (xy 148.903372 88.984029) (xy 149.294911 88.984371)
(xy 149.656776 88.834851) (xy 149.933878 88.558233) (xy 150.084029 88.196628) (xy 150.084255 87.937324) (xy 150.15 87.937324)
(xy 150.345294 87.900577) (xy 150.52466 87.785158) (xy 150.64499 87.609049) (xy 150.682109 87.42575) (xy 150.955 87.42575)
(xy 150.955 87.766309) (xy 151.051673 87.999698) (xy 151.230301 88.178327) (xy 151.46369 88.275) (xy 151.95425 88.275)
(xy 152.113 88.11625) (xy 152.113 87.267) (xy 151.11375 87.267) (xy 150.955 87.42575) (xy 150.682109 87.42575)
(xy 150.687324 87.4) (xy 150.687324 86.4) (xy 150.650577 86.204706) (xy 150.535158 86.02534) (xy 150.446265 85.964602)
(xy 150.509699 85.938327) (xy 150.688327 85.759698) (xy 150.785 85.526309) (xy 150.785 85.18575) (xy 150.62625 85.027)
(xy 149.627 85.027) (xy 149.627 85.047) (xy 149.373 85.047) (xy 149.373 85.027) (xy 148.37375 85.027)
(xy 148.215 85.18575) (xy 148.215 85.526309) (xy 148.311673 85.759698) (xy 148.490301 85.938327) (xy 148.55354 85.964522)
(xy 148.47534 86.014842) (xy 148.35501 86.190951) (xy 148.312676 86.4) (xy 148.312676 87.395294) (xy 148.266122 87.441767)
(xy 148.115971 87.803372) (xy 148.115629 88.194911) (xy 147.280736 88.194911) (xy 147.230409 88.119592) (xy 146.730408 87.619592)
(xy 146.509995 87.472316) (xy 146.461483 87.462666) (xy 146.450577 87.404706) (xy 146.335158 87.22534) (xy 146.159049 87.10501)
(xy 146.141077 87.101371) (xy 146.145294 87.100577) (xy 146.32466 86.985158) (xy 146.44499 86.809049) (xy 146.487324 86.6)
(xy 146.487324 85.6) (xy 146.450577 85.404706) (xy 146.335158 85.22534) (xy 146.324991 85.218393) (xy 146.334029 85.196628)
(xy 146.334278 84.911143) (xy 146.37466 84.885158) (xy 146.49499 84.709049) (xy 146.537324 84.5) (xy 146.537324 84.273691)
(xy 148.215 84.273691) (xy 148.215 84.61425) (xy 148.37375 84.773) (xy 149.373 84.773) (xy 149.373 83.92375)
(xy 149.627 83.92375) (xy 149.627 84.773) (xy 150.62625 84.773) (xy 150.785 84.61425) (xy 150.785 84.273691)
(xy 150.688327 84.040302) (xy 150.509699 83.861673) (xy 150.27631 83.765) (xy 149.78575 83.765) (xy 149.627 83.92375)
(xy 149.373 83.92375) (xy 149.21425 83.765) (xy 148.72369 83.765) (xy 148.490301 83.861673) (xy 148.311673 84.040302)
(xy 148.215 84.273691) (xy 146.537324 84.273691) (xy 146.537324 83.5) (xy 146.500577 83.304706) (xy 146.385158 83.12534)
(xy 146.209049 83.00501) (xy 146.191077 83.001371) (xy 146.195294 83.000577) (xy 146.37466 82.885158) (xy 146.49499 82.709049)
(xy 146.537324 82.5) (xy 146.537324 81.5) (xy 146.500577 81.304706) (xy 146.385158 81.12534) (xy 146.209049 81.00501)
(xy 146 80.962676) (xy 145.176777 80.962676) (xy 145.021033 80.585747) (xy 144.715859 80.28004) (xy 144.316926 80.114389)
(xy 143.884969 80.114012) (xy 143.485747 80.278967) (xy 143.18004 80.584141) (xy 143.014389 80.983074) (xy 143.014372 81.002676)
(xy 142.21 81.002676) (xy 142.014706 81.039423) (xy 141.83534 81.154842) (xy 141.71501 81.330951) (xy 141.672676 81.54)
(xy 141.672676 82.54) (xy 141.709423 82.735294) (xy 141.824842 82.91466) (xy 141.913735 82.975398) (xy 141.850301 83.001673)
(xy 141.671673 83.180302) (xy 141.575 83.413691) (xy 141.575 83.75425) (xy 141.73375 83.913) (xy 142.733 83.913)
(xy 142.733 83.893) (xy 142.987 83.893) (xy 142.987 83.913) (xy 143.98625 83.913) (xy 144.145 83.75425)
(xy 144.145 83.413691) (xy 144.048327 83.180302) (xy 143.869699 83.001673) (xy 143.80646 82.975478) (xy 143.88466 82.925158)
(xy 144.00499 82.749049) (xy 144.047324 82.54) (xy 144.047324 82.285754) (xy 144.081283 82.285784) (xy 144.162676 82.367177)
(xy 144.162676 82.5) (xy 144.199423 82.695294) (xy 144.314842 82.87466) (xy 144.490951 82.99499) (xy 144.508923 82.998629)
(xy 144.504706 82.999423) (xy 144.32534 83.114842) (xy 144.20501 83.290951) (xy 144.162676 83.5) (xy 144.162676 84.5)
(xy 144.199423 84.695294) (xy 144.314842 84.87466) (xy 144.365878 84.909532) (xy 144.365662 85.156721) (xy 144.27534 85.214842)
(xy 144.15501 85.390951) (xy 144.112676 85.6) (xy 144.112676 86.6) (xy 144.149423 86.795294) (xy 144.264842 86.97466)
(xy 144.440951 87.09499) (xy 144.458923 87.098629) (xy 144.454706 87.099423) (xy 144.27534 87.214842) (xy 144.15501 87.390951)
(xy 144.112676 87.6) (xy 144.112676 88.6) (xy 144.126351 88.672676) (xy 143.85 88.672676) (xy 143.654706 88.709423)
(xy 143.47534 88.824842) (xy 143.414602 88.913735) (xy 143.388327 88.850301) (xy 143.209698 88.671673) (xy 142.976309 88.575)
(xy 142.63575 88.575) (xy 142.477 88.73375) (xy 142.477 89.733) (xy 142.497 89.733) (xy 142.497 89.987)
(xy 142.477 89.987) (xy 142.477 90.98625) (xy 142.537 91.04625) (xy 142.537 91.463) (xy 143.53625 91.463)
(xy 143.695 91.30425) (xy 143.695 91.015935) (xy 143.85 91.047324) (xy 144.85 91.047324) (xy 145.045294 91.010577)
(xy 145.056076 91.003639) (xy 145.133074 91.035611) (xy 145.553206 91.035978) (xy 144.976508 91.612676) (xy 144.85 91.612676)
(xy 144.654706 91.649423) (xy 144.47534 91.764842) (xy 144.35501 91.940951) (xy 144.312676 92.15) (xy 144.312676 93.45)
(xy 144.349423 93.645294) (xy 144.411995 93.742534) (xy 144.365971 93.853372) (xy 144.365779 94.073405) (xy 144.219592 94.219592)
(xy 144.113054 94.379036) (xy 144.004706 94.399423) (xy 143.82534 94.514842) (xy 143.70501 94.690951) (xy 143.662676 94.9)
(xy 143.662676 96.2) (xy 143.699423 96.395294) (xy 143.814842 96.57466) (xy 143.990951 96.69499) (xy 144.2 96.737324)
(xy 145.2 96.737324) (xy 145.395294 96.700577) (xy 145.57466 96.585158) (xy 145.69499 96.409049) (xy 145.698629 96.391077)
(xy 145.699423 96.395294) (xy 145.814842 96.57466) (xy 145.990951 96.69499) (xy 146.2 96.737324) (xy 147.2 96.737324)
(xy 147.395294 96.700577) (xy 147.500267 96.633028) (xy 147.590951 96.69499) (xy 147.8 96.737324) (xy 148.8 96.737324)
(xy 148.995294 96.700577) (xy 149.17466 96.585158) (xy 149.29499 96.409049) (xy 149.298629 96.391077) (xy 149.299423 96.395294)
(xy 149.375564 96.51362) (xy 147.833798 98.055386) (xy 147.68784 98.084419) (xy 147.236697 98.385863) (xy 147.000127 98.739915)
(xy 146.943579 98.594288) (xy 146.539674 98.171947) (xy 146.039026 97.943442) (xy 145.807 98.064583) (xy 145.807 99.373)
(xy 145.827 99.373) (xy 145.827 99.627) (xy 145.807 99.627) (xy 145.807 99.647) (xy 145.553 99.647)
(xy 145.553 99.627) (xy 145.533 99.627) (xy 145.533 99.373) (xy 145.553 99.373) (xy 145.553 98.064583)
(xy 145.320974 97.943442) (xy 144.820326 98.171947) (xy 144.416421 98.594288) (xy 144.359873 98.739915) (xy 144.123303 98.385863)
(xy 143.67216 98.084419) (xy 143.14 97.978566) (xy 142.9794 98.010511) (xy 142.9794 96.703568) (xy 142.995294 96.700577)
(xy 143.17466 96.585158) (xy 143.29499 96.409049) (xy 143.337324 96.2) (xy 143.337324 94.9) (xy 143.300577 94.704706)
(xy 143.230178 94.595303) (xy 143.255294 94.590577) (xy 143.43466 94.475158) (xy 143.55499 94.299049) (xy 143.597324 94.09)
(xy 143.597324 93.09) (xy 143.560577 92.894706) (xy 143.445158 92.71534) (xy 143.356265 92.654602) (xy 143.419699 92.628327)
(xy 143.598327 92.449698) (xy 143.695 92.216309) (xy 143.695 91.87575) (xy 143.53625 91.717) (xy 142.537 91.717)
(xy 142.537 91.737) (xy 142.283 91.737) (xy 142.283 91.717) (xy 141.28375 91.717) (xy 141.125 91.87575)
(xy 141.125 92.216309) (xy 141.221673 92.449698) (xy 141.400301 92.628327) (xy 141.46354 92.654522) (xy 141.38534 92.704842)
(xy 141.310523 92.81434) (xy 140.934969 92.814012) (xy 140.535747 92.978967) (xy 140.23004 93.284141) (xy 140.064389 93.683074)
(xy 140.064012 94.115031) (xy 140.166337 94.362676) (xy 139.802795 94.362676) (xy 139.934029 94.046628) (xy 139.934371 93.655089)
(xy 139.860544 93.476415) (xy 139.92466 93.435158) (xy 140.04499 93.259049) (xy 140.087324 93.05) (xy 140.087324 91.75)
(xy 140.050577 91.554706) (xy 139.935158 91.37534) (xy 139.759049 91.25501) (xy 139.55 91.212676) (xy 138.698141 91.212676)
(xy 138.947126 90.963691) (xy 141.125 90.963691) (xy 141.125 91.30425) (xy 141.28375 91.463) (xy 142.283 91.463)
(xy 142.283 90.61375) (xy 142.223 90.55375) (xy 142.223 89.987) (xy 141.37375 89.987) (xy 141.215 90.14575)
(xy 141.215 90.63631) (xy 141.244484 90.707491) (xy 141.221673 90.730302) (xy 141.125 90.963691) (xy 138.947126 90.963691)
(xy 139.330408 90.580409) (xy 139.477684 90.359996) (xy 139.491418 90.290951) (xy 139.5294 90.1) (xy 139.5294 88.95)
(xy 139.482507 88.71425) (xy 139.477684 88.690004) (xy 139.330408 88.469592) (xy 138.755727 87.894911) (xy 140.415629 87.894911)
(xy 140.565149 88.256776) (xy 140.841767 88.533878) (xy 141.203372 88.684029) (xy 141.477706 88.684269) (xy 141.311673 88.850301)
(xy 141.215 89.08369) (xy 141.215 89.57425) (xy 141.37375 89.733) (xy 142.223 89.733) (xy 142.223 88.73375)
(xy 142.06425 88.575) (xy 141.859608 88.575) (xy 141.956776 88.534851) (xy 142.233878 88.258233) (xy 142.384029 87.896628)
(xy 142.384371 87.505089) (xy 142.234851 87.143224) (xy 141.958233 86.866122) (xy 141.596628 86.715971) (xy 141.205089 86.715629)
(xy 140.843224 86.865149) (xy 140.566122 87.141767) (xy 140.415971 87.503372) (xy 140.415629 87.894911) (xy 138.755727 87.894911)
(xy 138.580408 87.719592) (xy 138.535345 87.689482) (xy 138.500577 87.504706) (xy 138.385158 87.32534) (xy 138.209049 87.20501)
(xy 138.191077 87.201371) (xy 138.195294 87.200577) (xy 138.37466 87.085158) (xy 138.49499 86.909049) (xy 138.537324 86.7)
(xy 138.537324 85.7) (xy 138.500577 85.504706) (xy 138.385158 85.32534) (xy 138.334034 85.290409) (xy 138.334371 84.905089)
(xy 138.320007 84.870326) (xy 138.37466 84.835158) (xy 138.49499 84.659049) (xy 138.537324 84.45) (xy 138.537324 84.32575)
(xy 141.575 84.32575) (xy 141.575 84.666309) (xy 141.671673 84.899698) (xy 141.850301 85.078327) (xy 142.08369 85.175)
(xy 142.57425 85.175) (xy 142.733 85.01625) (xy 142.733 84.167) (xy 142.987 84.167) (xy 142.987 85.01625)
(xy 143.14575 85.175) (xy 143.63631 85.175) (xy 143.869699 85.078327) (xy 144.048327 84.899698) (xy 144.145 84.666309)
(xy 144.145 84.32575) (xy 143.98625 84.167) (xy 142.987 84.167) (xy 142.733 84.167) (xy 141.73375 84.167)
(xy 141.575 84.32575) (xy 138.537324 84.32575) (xy 138.537324 83.45) (xy 138.500577 83.254706) (xy 138.385158 83.07534)
(xy 138.209049 82.95501) (xy 138.191077 82.951371) (xy 138.195294 82.950577) (xy 138.37466 82.835158) (xy 138.49499 82.659049)
(xy 138.537324 82.45) (xy 138.537324 81.45) (xy 138.500577 81.254706) (xy 138.385158 81.07534) (xy 138.340624 81.044911)
(xy 138.915629 81.044911) (xy 139.065149 81.406776) (xy 139.341767 81.683878) (xy 139.703372 81.834029) (xy 140.094911 81.834371)
(xy 140.456776 81.684851) (xy 140.733878 81.408233) (xy 140.884029 81.046628) (xy 140.884371 80.655089) (xy 140.734851 80.293224)
(xy 140.458233 80.016122) (xy 140.096628 79.865971) (xy 139.705089 79.865629) (xy 139.343224 80.015149) (xy 139.066122 80.291767)
(xy 138.915971 80.653372) (xy 138.915629 81.044911) (xy 138.340624 81.044911) (xy 138.209049 80.95501) (xy 138 80.912676)
(xy 137.156117 80.912676) (xy 137.021033 80.585747) (xy 136.715859 80.28004) (xy 136.316926 80.114389) (xy 135.884969 80.114012)
(xy 135.485747 80.278967) (xy 135.18004 80.584141) (xy 135.06023 80.872676) (xy 134.32 80.872676) (xy 134.124706 80.909423)
(xy 133.94534 81.024842) (xy 133.82501 81.200951) (xy 133.782676 81.41) (xy 133.782676 82.41) (xy 133.819423 82.605294)
(xy 133.934842 82.78466) (xy 134.023735 82.845398) (xy 133.960301 82.871673) (xy 133.781673 83.050302) (xy 133.685 83.283691)
(xy 133.685 83.62425) (xy 133.84375 83.783) (xy 134.843 83.783) (xy 134.843 83.763) (xy 135.097 83.763)
(xy 135.097 83.783) (xy 135.117 83.783) (xy 135.117 84.037) (xy 135.097 84.037) (xy 135.097 84.88625)
(xy 135.25575 85.045) (xy 135.74631 85.045) (xy 135.979699 84.948327) (xy 136.158327 84.769698) (xy 136.205771 84.655159)
(xy 136.314842 84.82466) (xy 136.380131 84.86927) (xy 136.365971 84.903372) (xy 136.365634 85.288913) (xy 136.32534 85.314842)
(xy 136.20501 85.490951) (xy 136.162676 85.7) (xy 136.162676 86.7) (xy 136.199423 86.895294) (xy 136.314842 87.07466)
(xy 136.490951 87.19499) (xy 136.508923 87.198629) (xy 136.504706 87.199423) (xy 136.32534 87.314842) (xy 136.20501 87.490951)
(xy 136.162676 87.7) (xy 136.162676 88.7) (xy 136.193286 88.862676) (xy 135.79 88.862676) (xy 135.594706 88.899423)
(xy 135.41534 89.014842) (xy 135.354602 89.103735) (xy 135.328327 89.040301) (xy 135.149698 88.861673) (xy 134.916309 88.765)
(xy 134.57575 88.765) (xy 134.417 88.92375) (xy 134.417 89.923) (xy 134.437 89.923) (xy 134.437 90.177)
(xy 134.417 90.177) (xy 134.417 91.17625) (xy 134.57575 91.335) (xy 134.916309 91.335) (xy 135.149698 91.238327)
(xy 135.328327 91.059699) (xy 135.354522 90.99646) (xy 135.404842 91.07466) (xy 135.580951 91.19499) (xy 135.79 91.237324)
(xy 136.419007 91.237324) (xy 136.354706 91.249423) (xy 136.17534 91.364842) (xy 136.05501 91.540951) (xy 136.012676 91.75)
(xy 136.012676 93.05) (xy 136.049423 93.245294) (xy 136.164842 93.42466) (xy 136.340951 93.54499) (xy 136.3706 93.550994)
(xy 136.3706 93.72181) (xy 136.315971 93.853372) (xy 136.315779 94.073405) (xy 136.169592 94.219592) (xy 136.063054 94.379036)
(xy 135.954706 94.399423) (xy 135.77534 94.514842) (xy 135.65501 94.690951) (xy 135.612676 94.9) (xy 135.612676 96.2)
(xy 135.649423 96.395294) (xy 135.764842 96.57466) (xy 135.940951 96.69499) (xy 136.15 96.737324) (xy 137.15 96.737324)
(xy 137.345294 96.700577) (xy 137.52466 96.585158) (xy 137.64499 96.409049) (xy 137.648629 96.391077) (xy 137.649423 96.395294)
(xy 137.764842 96.57466) (xy 137.940951 96.69499) (xy 138.15 96.737324) (xy 139.15 96.737324) (xy 139.345294 96.700577)
(xy 139.476017 96.616459) (xy 139.590951 96.69499) (xy 139.8 96.737324) (xy 140.8 96.737324) (xy 140.995294 96.700577)
(xy 141.17466 96.585158) (xy 141.29499 96.409049) (xy 141.298629 96.391077) (xy 141.299423 96.395294) (xy 141.414842 96.57466)
(xy 141.590951 96.69499) (xy 141.6206 96.700994) (xy 141.6206 96.9706) (xy 135.85 96.9706) (xy 135.630556 97.01425)
(xy 135.590005 97.022316) (xy 135.529602 97.062676) (xy 134.75 97.062676) (xy 134.554706 97.099423) (xy 134.37534 97.214842)
(xy 134.25501 97.390951) (xy 134.212676 97.6) (xy 134.212676 98.243919) (xy 134.062649 98.14141) (xy 133.865934 98.101574)
(xy 133.89499 98.059049) (xy 133.937324 97.85) (xy 133.937324 96.55) (xy 133.900577 96.354706) (xy 133.858582 96.289444)
(xy 133.938327 96.209699) (xy 134.035 95.97631) (xy 134.035 95.48575) (xy 133.87625 95.327) (xy 133.027 95.327)
(xy 133.027 95.347) (xy 132.773 95.347) (xy 132.773 95.327) (xy 132.753 95.327) (xy 132.753 95.073)
(xy 132.773 95.073) (xy 132.773 94.07375) (xy 133.027 94.07375) (xy 133.027 95.073) (xy 133.87625 95.073)
(xy 134.035 94.91425) (xy 134.035 94.42369) (xy 133.938327 94.190301) (xy 133.759698 94.011673) (xy 133.526309 93.915)
(xy 133.18575 93.915) (xy 133.027 94.07375) (xy 132.773 94.07375) (xy 132.61425 93.915) (xy 132.273691 93.915)
(xy 132.040302 94.011673) (xy 131.861673 94.190301) (xy 131.835478 94.25354) (xy 131.785158 94.17534) (xy 131.609049 94.05501)
(xy 131.523207 94.037626) (xy 131.635611 93.766926) (xy 131.635988 93.334969) (xy 131.471033 92.935747) (xy 131.165859 92.63004)
(xy 130.766926 92.464389) (xy 130.334969 92.464012) (xy 130.145951 92.542113) (xy 130.135158 92.52534) (xy 129.959049 92.40501)
(xy 129.75 92.362676) (xy 128.75 92.362676) (xy 128.554706 92.399423) (xy 128.37534 92.514842) (xy 128.25501 92.690951)
(xy 128.251371 92.708923) (xy 128.250577 92.704706) (xy 128.135158 92.52534) (xy 127.959049 92.40501) (xy 127.75 92.362676)
(xy 126.983793 92.362676) (xy 126.97155 92.301124) (xy 126.92892 92.237324) (xy 127.8 92.237324) (xy 127.995294 92.200577)
(xy 128.17466 92.085158) (xy 128.235398 91.996265) (xy 128.261673 92.059699) (xy 128.440302 92.238327) (xy 128.673691 92.335)
(xy 129.01425 92.335) (xy 129.173 92.17625) (xy 129.173 91.177) (xy 129.427 91.177) (xy 129.427 92.17625)
(xy 129.58575 92.335) (xy 129.926309 92.335) (xy 130.159698 92.238327) (xy 130.338327 92.059699) (xy 130.435 91.82631)
(xy 130.435 91.33575) (xy 130.27625 91.177) (xy 129.427 91.177) (xy 129.173 91.177) (xy 129.153 91.177)
(xy 129.153 90.923) (xy 129.173 90.923) (xy 129.173 90.903) (xy 129.427 90.903) (xy 129.427 90.923)
(xy 130.27625 90.923) (xy 130.435 90.76425) (xy 130.435 90.27369) (xy 130.431759 90.265865) (xy 130.457947 90.292053)
(xy 130.752523 90.488883) (xy 131.1 90.558) (xy 131.272202 90.558) (xy 131.284141 90.56996) (xy 131.683074 90.735611)
(xy 132.115031 90.735988) (xy 132.514253 90.571033) (xy 132.749946 90.33575) (xy 133.155 90.33575) (xy 133.155 90.82631)
(xy 133.251673 91.059699) (xy 133.430302 91.238327) (xy 133.663691 91.335) (xy 134.00425 91.335) (xy 134.163 91.17625)
(xy 134.163 90.177) (xy 133.31375 90.177) (xy 133.155 90.33575) (xy 132.749946 90.33575) (xy 132.81996 90.265859)
(xy 132.985611 89.866926) (xy 132.985988 89.434969) (xy 132.919349 89.27369) (xy 133.155 89.27369) (xy 133.155 89.76425)
(xy 133.31375 89.923) (xy 134.163 89.923) (xy 134.163 88.92375) (xy 134.00425 88.765) (xy 133.663691 88.765)
(xy 133.430302 88.861673) (xy 133.251673 89.040301) (xy 133.155 89.27369) (xy 132.919349 89.27369) (xy 132.821033 89.035747)
(xy 132.515859 88.73004) (xy 132.116926 88.564389) (xy 131.684969 88.564012) (xy 131.411226 88.67712) (xy 131.180015 88.445909)
(xy 131.206776 88.434851) (xy 131.483878 88.158233) (xy 131.634029 87.796628) (xy 131.634278 87.511143) (xy 131.67466 87.485158)
(xy 131.79499 87.309049) (xy 131.837324 87.1) (xy 131.837324 86.1) (xy 131.800577 85.904706) (xy 131.685158 85.72534)
(xy 131.509049 85.60501) (xy 131.491077 85.601371) (xy 131.495294 85.600577) (xy 131.67466 85.485158) (xy 131.79499 85.309049)
(xy 131.837324 85.1) (xy 131.837324 84.320398) (xy 131.877684 84.259995) (xy 131.890463 84.19575) (xy 133.685 84.19575)
(xy 133.685 84.536309) (xy 133.781673 84.769698) (xy 133.960301 84.948327) (xy 134.19369 85.045) (xy 134.68425 85.045)
(xy 134.843 84.88625) (xy 134.843 84.037) (xy 133.84375 84.037) (xy 133.685 84.19575) (xy 131.890463 84.19575)
(xy 131.891209 84.192) (xy 131.9294 84) (xy 131.9294 82.581792) (xy 132.095294 82.550577) (xy 132.27466 82.435158)
(xy 132.39499 82.259049) (xy 132.437324 82.05) (xy 132.437324 81.05) (xy 132.400577 80.854706) (xy 132.285158 80.67534)
(xy 132.109049 80.55501) (xy 132.091077 80.551371) (xy 132.095294 80.550577) (xy 132.27466 80.435158) (xy 132.39499 80.259049)
(xy 132.437324 80.05) (xy 132.437324 79.05) (xy 132.400577 78.854706) (xy 132.285158 78.67534) (xy 132.109049 78.55501)
(xy 131.9 78.512676) (xy 130.6 78.512676) (xy 130.404706 78.549423) (xy 130.22534 78.664842) (xy 130.175418 78.737906)
(xy 130.151081 78.700084) (xy 130.185611 78.616926) (xy 130.185988 78.184969) (xy 130.021033 77.785747) (xy 129.715859 77.48004)
(xy 129.610885 77.436451) (xy 129.856776 77.334851) (xy 130.133878 77.058233) (xy 130.284029 76.696628) (xy 130.284371 76.305089)
(xy 130.134851 75.943224) (xy 129.858233 75.666122) (xy 129.496628 75.515971) (xy 129.334187 75.515829) (xy 129.334371 75.305089)
(xy 129.184851 74.943224) (xy 128.908233 74.666122) (xy 128.546628 74.515971) (xy 128.372252 74.515819) (xy 128.484029 74.246628)
(xy 128.484371 73.855089) (xy 128.334851 73.493224) (xy 128.058233 73.216122) (xy 127.696628 73.065971) (xy 127.305089 73.065629)
(xy 126.943224 73.215149) (xy 126.916565 73.241761) (xy 127.064029 72.886628) (xy 127.064371 72.495089) (xy 126.914851 72.133224)
(xy 126.7594 71.977501) (xy 126.7594 71.157331) (xy 126.795294 71.150577) (xy 126.97466 71.035158) (xy 127.09499 70.859049)
(xy 127.098629 70.841077) (xy 127.099423 70.845294) (xy 127.214842 71.02466) (xy 127.390951 71.14499) (xy 127.6 71.187324)
(xy 128.6 71.187324) (xy 128.795294 71.150577) (xy 128.97466 71.035158) (xy 129.09499 70.859049) (xy 129.137324 70.65)
(xy 129.137324 70.066846) (xy 129.456776 69.934851) (xy 129.733878 69.658233) (xy 129.884029 69.296628) (xy 129.884371 68.905089)
(xy 129.752423 68.58575) (xy 129.915 68.58575) (xy 129.915 68.926309) (xy 130.011673 69.159698) (xy 130.190301 69.338327)
(xy 130.25354 69.364522) (xy 130.17534 69.414842) (xy 130.05501 69.590951) (xy 130.012676 69.8) (xy 130.012676 70.8)
(xy 130.049423 70.995294) (xy 130.164842 71.17466) (xy 130.340951 71.29499) (xy 130.55 71.337324) (xy 131.85 71.337324)
(xy 132.045294 71.300577) (xy 132.146168 71.235666) (xy 132.515031 71.235988) (xy 132.914253 71.071033) (xy 133.21996 70.765859)
(xy 133.385611 70.366926) (xy 133.385988 69.934969) (xy 133.221033 69.535747) (xy 132.915859 69.23004) (xy 132.516926 69.064389)
(xy 132.427838 69.064311) (xy 132.485 68.926309) (xy 132.485 68.58575) (xy 132.32625 68.427) (xy 131.327 68.427)
(xy 131.327 68.447) (xy 131.073 68.447) (xy 131.073 68.427) (xy 130.07375 68.427) (xy 129.915 68.58575)
(xy 129.752423 68.58575) (xy 129.734851 68.543224) (xy 129.458233 68.266122) (xy 129.096628 68.115971) (xy 128.705089 68.115629)
(xy 128.343224 68.265149) (xy 128.066122 68.541767) (xy 127.953631 68.812676) (xy 127.6 68.812676) (xy 127.404706 68.849423)
(xy 127.22534 68.964842) (xy 127.10501 69.140951) (xy 127.101371 69.158923) (xy 127.100577 69.154706) (xy 126.985158 68.97534)
(xy 126.809049 68.85501) (xy 126.6 68.812676) (xy 125.6 68.812676) (xy 125.404706 68.849423) (xy 125.22534 68.964842)
(xy 125.10501 69.140951) (xy 125.062676 69.35) (xy 125.062676 70.65) (xy 125.099423 70.845294) (xy 125.214842 71.02466)
(xy 125.390951 71.14499) (xy 125.4006 71.146944) (xy 125.4006 71.977559) (xy 125.246122 72.131767) (xy 125.095971 72.493372)
(xy 125.095629 72.884911) (xy 125.245149 73.246776) (xy 125.521767 73.523878) (xy 125.883372 73.674029) (xy 126.274911 73.674371)
(xy 126.636776 73.524851) (xy 126.663435 73.498239) (xy 126.515971 73.853372) (xy 126.515629 74.244911) (xy 126.665149 74.606776)
(xy 126.941767 74.883878) (xy 127.303372 75.034029) (xy 127.477748 75.034181) (xy 127.365971 75.303372) (xy 127.365629 75.694911)
(xy 127.515149 76.056776) (xy 127.791767 76.333878) (xy 128.153372 76.484029) (xy 128.315813 76.484171) (xy 128.315629 76.694911)
(xy 128.465149 77.056776) (xy 128.741767 77.333878) (xy 128.789211 77.353578) (xy 128.485747 77.478967) (xy 128.18004 77.784141)
(xy 128.014389 78.183074) (xy 128.014216 78.381283) (xy 126.24775 80.14775) (xy 126.07845 80.401124) (xy 126.019 80.7)
(xy 126.019 81.519) (xy 125.745427 81.519) (xy 125.685158 81.42534) (xy 125.509049 81.30501) (xy 125.3 81.262676)
(xy 124 81.262676) (xy 123.804706 81.299423) (xy 123.62534 81.414842) (xy 123.50501 81.590951) (xy 123.462676 81.8)
(xy 123.462676 82.076508) (xy 122.919592 82.619592) (xy 122.772316 82.840005) (xy 122.7206 83.1) (xy 122.7206 86.018583)
(xy 122.118584 86.6206) (xy 121.3 86.6206) (xy 121.040005 86.672316) (xy 120.819592 86.819592) (xy 120.519592 87.119592)
(xy 120.372316 87.340005) (xy 120.3206 87.6) (xy 120.3206 89.868583) (xy 120.226507 89.962676) (xy 119.5 89.962676)
(xy 119.304706 89.999423) (xy 119.12534 90.114842) (xy 119.00501 90.290951) (xy 118.962676 90.5) (xy 118.962676 91.5)
(xy 118.999423 91.695294) (xy 119.114842 91.87466) (xy 119.290951 91.99499) (xy 119.308923 91.998629) (xy 119.304706 91.999423)
(xy 119.12534 92.114842) (xy 119.00501 92.290951) (xy 118.962676 92.5) (xy 118.962676 93.5) (xy 118.999423 93.695294)
(xy 119.114842 93.87466) (xy 119.290951 93.99499) (xy 119.5 94.037324) (xy 120.8 94.037324) (xy 120.995294 94.000577)
(xy 121.17466 93.885158) (xy 121.29499 93.709049) (xy 121.300994 93.6794) (xy 121.396687 93.6794) (xy 121.365971 93.753372)
(xy 121.365637 94.135983) (xy 121.27914 94.191642) (xy 121.15881 94.367751) (xy 121.116476 94.5768) (xy 121.116476 95.4912)
(xy 121.153223 95.686494) (xy 121.268642 95.86586) (xy 121.444751 95.98619) (xy 121.6538 96.028524) (xy 122.5682 96.028524)
(xy 122.763494 95.991777) (xy 122.94286 95.876358) (xy 122.999786 95.793044) (xy 123.046642 95.86586) (xy 123.222751 95.98619)
(xy 123.4318 96.028524) (xy 124.3462 96.028524) (xy 124.541494 95.991777) (xy 124.72086 95.876358) (xy 124.84119 95.700249)
(xy 124.883524 95.4912) (xy 124.883524 94.5768) (xy 124.846777 94.381506) (xy 124.784069 94.284056) (xy 125.144911 94.284371)
(xy 125.360111 94.195452) (xy 125.634141 94.46996) (xy 126.033074 94.635611) (xy 126.454585 94.635979) (xy 126.540951 94.69499)
(xy 126.75 94.737324) (xy 127.75 94.737324) (xy 127.945294 94.700577) (xy 128.12466 94.585158) (xy 128.24499 94.409049)
(xy 128.248629 94.391077) (xy 128.249423 94.395294) (xy 128.364842 94.57466) (xy 128.540951 94.69499) (xy 128.75 94.737324)
(xy 129.25186 94.737324) (xy 128.823364 95.16582) (xy 128.605089 95.165629) (xy 128.243224 95.315149) (xy 127.966122 95.591767)
(xy 127.815971 95.953372) (xy 127.815629 96.344911) (xy 127.965149 96.706776) (xy 128.241767 96.983878) (xy 128.603372 97.134029)
(xy 128.994911 97.134371) (xy 129.356776 96.984851) (xy 129.633878 96.708233) (xy 129.784029 96.346628) (xy 129.784221 96.126595)
(xy 129.894054 96.016762) (xy 129.899423 96.045294) (xy 130.000111 96.201767) (xy 129.90501 96.340951) (xy 129.862676 96.55)
(xy 129.862676 97.85) (xy 129.899423 98.045294) (xy 129.923832 98.083227) (xy 129.91784 98.084419) (xy 129.466697 98.385863)
(xy 129.18 98.814936) (xy 128.893303 98.385863) (xy 128.44216 98.084419) (xy 127.91 97.978566) (xy 127.37784 98.084419)
(xy 126.926697 98.385863) (xy 126.64 98.814936) (xy 126.353303 98.385863) (xy 126.0494 98.182802) (xy 126.0494 98.17)
(xy 125.997684 97.910005) (xy 125.95759 97.85) (xy 125.850409 97.689592) (xy 124.746408 96.585592) (xy 124.525995 96.438316)
(xy 124.266 96.3866) (xy 123.940463 96.3866) (xy 123.842358 96.23414) (xy 123.666249 96.11381) (xy 123.4572 96.071476)
(xy 122.5428 96.071476) (xy 122.347506 96.108223) (xy 122.16814 96.223642) (xy 122.04781 96.399751) (xy 122.005476 96.6088)
(xy 122.005476 97.5232) (xy 122.042223 97.718494) (xy 122.157642 97.89786) (xy 122.323119 98.010926) (xy 121.970326 98.171947)
(xy 121.566421 98.594288) (xy 121.509873 98.739915) (xy 121.273303 98.385863) (xy 120.82216 98.084419) (xy 120.29 97.978566)
(xy 119.75784 98.084419) (xy 119.306697 98.385863) (xy 119.070127 98.739915) (xy 119.013579 98.594288) (xy 118.609674 98.171947)
(xy 118.109026 97.943442) (xy 117.877 98.064583) (xy 117.877 99.373) (xy 117.897 99.373) (xy 117.897 99.627)
(xy 117.877 99.627) (xy 117.877 99.647) (xy 117.623 99.647) (xy 117.623 99.627) (xy 117.603 99.627)
(xy 117.603 99.373) (xy 117.623 99.373) (xy 117.623 98.064583) (xy 117.390974 97.943442) (xy 116.890326 98.171947)
(xy 116.486421 98.594288) (xy 116.429873 98.739915) (xy 116.193303 98.385863) (xy 115.74216 98.084419) (xy 115.21 97.978566)
(xy 114.67784 98.084419) (xy 114.226697 98.385863) (xy 113.925253 98.837006) (xy 113.8194 99.369166) (xy 113.8194 99.630834)
(xy 113.925253 100.162994) (xy 114.226697 100.614137) (xy 114.539283 100.823) (xy 105.677 100.823) (xy 105.677 99.63588)
(xy 107.043725 99.63588) (xy 107.325421 100.058564) (xy 108.477892 100.535294) (xy 109.725072 100.534705) (xy 110.874579 100.058564)
(xy 111.156275 99.63588) (xy 109.1 97.579605) (xy 107.043725 99.63588) (xy 105.677 99.63588) (xy 105.677 96.777892)
(xy 105.964706 96.777892) (xy 105.965295 98.025072) (xy 106.441436 99.174579) (xy 106.86412 99.456275) (xy 108.920395 97.4)
(xy 109.279605 97.4) (xy 111.33588 99.456275) (xy 111.758564 99.174579) (xy 112.235294 98.022108) (xy 112.234705 96.774928)
(xy 111.758564 95.625421) (xy 111.33588 95.343725) (xy 109.279605 97.4) (xy 108.920395 97.4) (xy 106.86412 95.343725)
(xy 106.441436 95.625421) (xy 105.964706 96.777892) (xy 105.677 96.777892) (xy 105.677 95.16412) (xy 107.043725 95.16412)
(xy 109.1 97.220395) (xy 111.156275 95.16412) (xy 110.874579 94.741436) (xy 109.722108 94.264706) (xy 108.474928 94.265295)
(xy 107.325421 94.741436) (xy 107.043725 95.16412) (xy 105.677 95.16412) (xy 105.677 90.225026) (xy 105.740301 90.288327)
(xy 105.97369 90.385) (xy 107.31425 90.385) (xy 107.473 90.22625) (xy 107.473 89.127) (xy 107.727 89.127)
(xy 107.727 90.22625) (xy 107.88575 90.385) (xy 109.22631 90.385) (xy 109.459699 90.288327) (xy 109.638327 90.109698)
(xy 109.735 89.876309) (xy 109.735 89.28575) (xy 109.57625 89.127) (xy 107.727 89.127) (xy 107.473 89.127)
(xy 107.453 89.127) (xy 107.453 88.873) (xy 107.473 88.873) (xy 107.473 88.853) (xy 107.727 88.853)
(xy 107.727 88.873) (xy 109.57625 88.873) (xy 109.735 88.71425) (xy 109.735 88.333329) (xy 116.007284 88.333329)
(xy 116.01802 88.39355) (xy 116.26621 88.854185) (xy 116.671785 89.184778) (xy 117.173 89.335) (xy 117.473 89.335)
(xy 117.473 88.127) (xy 117.727 88.127) (xy 117.727 89.335) (xy 118.027 89.335) (xy 118.528215 89.184778)
(xy 118.93379 88.854185) (xy 119.18198 88.39355) (xy 119.192716 88.333329) (xy 119.069374 88.127) (xy 117.727 88.127)
(xy 117.473 88.127) (xy 116.130626 88.127) (xy 116.007284 88.333329) (xy 109.735 88.333329) (xy 109.735 88.123691)
(xy 109.638327 87.890302) (xy 109.459699 87.711673) (xy 109.371163 87.675) (xy 110.52631 87.675) (xy 110.759699 87.578327)
(xy 110.938327 87.399698) (xy 111.035 87.166309) (xy 111.035 86.82575) (xy 110.87625 86.667) (xy 108.027 86.667)
(xy 108.027 86.687) (xy 107.773 86.687) (xy 107.773 86.667) (xy 107.753 86.667) (xy 107.753 86.413)
(xy 107.773 86.413) (xy 107.773 85.56375) (xy 108.027 85.56375) (xy 108.027 86.413) (xy 110.87625 86.413)
(xy 111.035 86.25425) (xy 111.035 85.913691) (xy 110.938327 85.680302) (xy 110.759699 85.501673) (xy 110.52631 85.405)
(xy 108.18575 85.405) (xy 108.027 85.56375) (xy 107.773 85.56375) (xy 107.61425 85.405) (xy 105.677 85.405)
(xy 105.677 85.037324) (xy 110.4 85.037324) (xy 110.595294 85.000577) (xy 110.77466 84.885158) (xy 110.880538 84.7302)
(xy 112.897542 84.7302) (xy 114.683671 86.516329) (xy 114.920564 86.674617) (xy 114.966925 86.683839) (xy 115.2 86.7302)
(xy 116.310643 86.7302) (xy 116.402464 86.86762) (xy 116.515139 86.942907) (xy 116.26621 87.145815) (xy 116.01802 87.60645)
(xy 116.007284 87.666671) (xy 116.130626 87.873) (xy 117.473 87.873) (xy 117.473 87.853) (xy 117.727 87.853)
(xy 117.727 87.873) (xy 119.069374 87.873) (xy 119.192716 87.666671) (xy 119.18198 87.60645) (xy 118.93379 87.145815)
(xy 118.684861 86.942907) (xy 118.797536 86.86762) (xy 118.923301 86.6794) (xy 119.25 86.6794) (xy 119.509995 86.627684)
(xy 119.730408 86.480408) (xy 119.923492 86.287324) (xy 120.65 86.287324) (xy 120.845294 86.250577) (xy 121.02466 86.135158)
(xy 121.14499 85.959049) (xy 121.187324 85.75) (xy 121.187324 84.75) (xy 121.150577 84.554706) (xy 121.035158 84.37534)
(xy 120.859049 84.25501) (xy 120.841077 84.251371) (xy 120.845294 84.250577) (xy 121.02466 84.135158) (xy 121.14499 83.959049)
(xy 121.187324 83.75) (xy 121.187324 83.023492) (xy 121.473492 82.737324) (xy 121.9 82.737324) (xy 122.095294 82.700577)
(xy 122.27466 82.585158) (xy 122.39499 82.409049) (xy 122.437324 82.2) (xy 122.437324 81.2) (xy 122.415562 81.084345)
(xy 122.444911 81.084371) (xy 122.806776 80.934851) (xy 123.083878 80.658233) (xy 123.234029 80.296628) (xy 123.234371 79.905089)
(xy 123.084851 79.543224) (xy 122.808233 79.266122) (xy 122.446628 79.115971) (xy 122.421509 79.115949) (xy 122.400577 79.004706)
(xy 122.333028 78.899733) (xy 122.39499 78.809049) (xy 122.43517 78.610635) (xy 122.480408 78.580408) (xy 122.930408 78.130408)
(xy 123.077684 77.909995) (xy 123.085179 77.872316) (xy 123.1294 77.65) (xy 123.1294 77.385) (xy 123.16425 77.385)
(xy 123.323 77.22625) (xy 123.323 76.227) (xy 123.303 76.227) (xy 123.303 75.973) (xy 123.323 75.973)
(xy 123.323 74.97375) (xy 123.577 74.97375) (xy 123.577 75.973) (xy 123.597 75.973) (xy 123.597 76.227)
(xy 123.577 76.227) (xy 123.577 77.22625) (xy 123.73575 77.385) (xy 124.076309 77.385) (xy 124.309698 77.288327)
(xy 124.488327 77.109699) (xy 124.514522 77.04646) (xy 124.564842 77.12466) (xy 124.740951 77.24499) (xy 124.95 77.287324)
(xy 125.95 77.287324) (xy 126.145294 77.250577) (xy 126.32466 77.135158) (xy 126.359442 77.084253) (xy 126.494911 77.084371)
(xy 126.856776 76.934851) (xy 127.133878 76.658233) (xy 127.284029 76.296628) (xy 127.284371 75.905089) (xy 127.134851 75.543224)
(xy 126.858233 75.266122) (xy 126.496628 75.115971) (xy 126.361227 75.115853) (xy 126.335158 75.07534) (xy 126.159049 74.95501)
(xy 125.95 74.912676) (xy 124.95 74.912676) (xy 124.754706 74.949423) (xy 124.57534 75.064842) (xy 124.514602 75.153735)
(xy 124.488327 75.090301) (xy 124.309698 74.911673) (xy 124.076309 74.815) (xy 123.73575 74.815) (xy 123.577 74.97375)
(xy 123.323 74.97375) (xy 123.16425 74.815) (xy 123.1294 74.815) (xy 123.1294 72.735) (xy 123.36425 72.735)
(xy 123.523 72.57625) (xy 123.523 71.727) (xy 123.777 71.727) (xy 123.777 72.57625) (xy 123.93575 72.735)
(xy 124.42631 72.735) (xy 124.659699 72.638327) (xy 124.838327 72.459698) (xy 124.935 72.226309) (xy 124.935 71.88575)
(xy 124.77625 71.727) (xy 123.777 71.727) (xy 123.523 71.727) (xy 123.503 71.727) (xy 123.503 71.473)
(xy 123.523 71.473) (xy 123.523 71.453) (xy 123.777 71.453) (xy 123.777 71.473) (xy 124.77625 71.473)
(xy 124.935 71.31425) (xy 124.935 70.973691) (xy 124.838327 70.740302) (xy 124.659699 70.561673) (xy 124.59646 70.535478)
(xy 124.67466 70.485158) (xy 124.79499 70.309049) (xy 124.837324 70.1) (xy 124.837324 69.1) (xy 124.800577 68.904706)
(xy 124.685158 68.72534) (xy 124.509049 68.60501) (xy 124.3 68.562676) (xy 123.003628 68.562676) (xy 122.766926 68.464389)
(xy 122.334969 68.464012) (xy 121.935747 68.628967) (xy 121.63004 68.934141) (xy 121.464389 69.333074) (xy 121.464012 69.765031)
(xy 121.621938 70.147243) (xy 121.546628 70.115971) (xy 121.155089 70.115629) (xy 120.793224 70.265149) (xy 120.516122 70.541767)
(xy 120.365971 70.903372) (xy 120.365629 71.294911) (xy 120.515149 71.656776) (xy 120.791767 71.933878) (xy 120.97589 72.010332)
(xy 120.843224 72.065149) (xy 120.566122 72.341767) (xy 120.415971 72.703372) (xy 120.415629 73.094911) (xy 120.565149 73.456776)
(xy 120.5706 73.462237) (xy 120.5706 75.068208) (xy 120.404706 75.099423) (xy 120.22534 75.214842) (xy 120.199377 75.252841)
(xy 120.085158 75.07534) (xy 119.909049 74.95501) (xy 119.7 74.912676) (xy 118.4 74.912676) (xy 118.204706 74.949423)
(xy 118.02534 75.064842) (xy 117.90501 75.240951) (xy 117.862676 75.45) (xy 117.862676 76.45) (xy 117.899423 76.645294)
(xy 118.014842 76.82466) (xy 118.190951 76.94499) (xy 118.208923 76.948629) (xy 118.204706 76.949423) (xy 118.02534 77.064842)
(xy 117.919462 77.2198) (xy 116.247324 77.2198) (xy 116.247324 76.63) (xy 116.210577 76.434706) (xy 116.095158 76.25534)
(xy 115.961273 76.16386) (xy 116.08274 76.085698) (xy 116.415031 76.085988) (xy 116.814253 75.921033) (xy 117.11996 75.615859)
(xy 117.285611 75.216926) (xy 117.285988 74.784969) (xy 117.121033 74.385747) (xy 116.815859 74.08004) (xy 116.416926 73.914389)
(xy 115.991503 73.914018) (xy 115.949049 73.88501) (xy 115.74 73.842676) (xy 114.74 73.842676) (xy 114.544706 73.879423)
(xy 114.36534 73.994842) (xy 114.304602 74.083735) (xy 114.278327 74.020301) (xy 114.099698 73.841673) (xy 113.866309 73.745)
(xy 113.52575 73.745) (xy 113.367 73.90375) (xy 113.367 74.903) (xy 113.387 74.903) (xy 113.387 75.157)
(xy 113.367 75.157) (xy 113.367 76.12375) (xy 113.337 76.15375) (xy 113.337 77.153) (xy 113.357 77.153)
(xy 113.357 77.407) (xy 113.337 77.407) (xy 113.337 78.40625) (xy 113.49575 78.565) (xy 113.836309 78.565)
(xy 114.069698 78.468327) (xy 114.248327 78.289699) (xy 114.274522 78.22646) (xy 114.324842 78.30466) (xy 114.500951 78.42499)
(xy 114.71 78.467324) (xy 115.36516 78.467324) (xy 115.600564 78.624617) (xy 115.646925 78.633839) (xy 115.88 78.6802)
(xy 117.921884 78.6802) (xy 117.989186 78.78479) (xy 117.929916 78.773) (xy 117.270084 78.773) (xy 116.800531 78.8664)
(xy 116.402464 79.13238) (xy 116.310643 79.2698) (xy 116.2 79.2698) (xy 115.920564 79.325383) (xy 115.683671 79.48367)
(xy 114.437542 80.7298) (xy 110.878116 80.7298) (xy 110.785158 80.58534) (xy 110.609049 80.46501) (xy 110.4 80.422676)
(xy 105.677 80.422676) (xy 105.677 80.225026) (xy 105.740301 80.288327) (xy 105.97369 80.385) (xy 107.31425 80.385)
(xy 107.473 80.22625) (xy 107.473 79.127) (xy 107.727 79.127) (xy 107.727 80.22625) (xy 107.88575 80.385)
(xy 109.22631 80.385) (xy 109.459699 80.288327) (xy 109.638327 80.109698) (xy 109.735 79.876309) (xy 109.735 79.28575)
(xy 109.57625 79.127) (xy 107.727 79.127) (xy 107.473 79.127) (xy 107.453 79.127) (xy 107.453 78.873)
(xy 107.473 78.873) (xy 107.473 77.77375) (xy 107.727 77.77375) (xy 107.727 78.873) (xy 109.57625 78.873)
(xy 109.735 78.71425) (xy 109.735 78.123691) (xy 109.638327 77.890302) (xy 109.459699 77.711673) (xy 109.22631 77.615)
(xy 107.88575 77.615) (xy 107.727 77.77375) (xy 107.473 77.77375) (xy 107.31425 77.615) (xy 105.97369 77.615)
(xy 105.740301 77.711673) (xy 105.677 77.774974) (xy 105.677 77.56575) (xy 112.075 77.56575) (xy 112.075 78.05631)
(xy 112.171673 78.289699) (xy 112.350302 78.468327) (xy 112.583691 78.565) (xy 112.92425 78.565) (xy 113.083 78.40625)
(xy 113.083 77.407) (xy 112.23375 77.407) (xy 112.075 77.56575) (xy 105.677 77.56575) (xy 105.677 76.50369)
(xy 112.075 76.50369) (xy 112.075 76.99425) (xy 112.23375 77.153) (xy 113.083 77.153) (xy 113.083 76.18625)
(xy 113.113 76.15625) (xy 113.113 75.157) (xy 112.26375 75.157) (xy 112.105 75.31575) (xy 112.105 75.80631)
(xy 112.201673 76.039699) (xy 112.301975 76.14) (xy 112.171673 76.270301) (xy 112.075 76.50369) (xy 105.677 76.50369)
(xy 105.677 74.25369) (xy 112.105 74.25369) (xy 112.105 74.74425) (xy 112.26375 74.903) (xy 113.113 74.903)
(xy 113.113 73.90375) (xy 112.95425 73.745) (xy 112.613691 73.745) (xy 112.380302 73.841673) (xy 112.201673 74.020301)
(xy 112.105 74.25369) (xy 105.677 74.25369) (xy 105.677 49.381226) (xy 106.074042 49.381226) (xy 106.076691 49.396991)
(xy 106.330668 49.924236) (xy 106.76708 50.314154) (xy 106.861995 50.347355) (xy 106.515468 50.578897) (xy 106.214024 51.03004)
(xy 106.108171 51.5622) (xy 106.214024 52.09436) (xy 106.515468 52.545503) (xy 106.944541 52.8322) (xy 106.515468 53.118897)
(xy 106.214024 53.57004) (xy 106.108171 54.1022) (xy 106.214024 54.63436) (xy 106.515468 55.085503) (xy 106.944541 55.3722)
(xy 106.515468 55.658897) (xy 106.214024 56.11004) (xy 106.108171 56.6422) (xy 106.214024 57.17436) (xy 106.515468 57.625503)
(xy 106.944541 57.9122) (xy 106.515468 58.198897) (xy 106.214024 58.65004) (xy 106.108171 59.1822) (xy 106.214024 59.71436)
(xy 106.515468 60.165503) (xy 106.944541 60.4522) (xy 106.515468 60.738897) (xy 106.214024 61.19004) (xy 106.108171 61.7222)
(xy 106.214024 62.25436) (xy 106.515468 62.705503) (xy 106.944541 62.9922) (xy 106.515468 63.278897) (xy 106.214024 63.73004)
(xy 106.108171 64.2622) (xy 106.214024 64.79436) (xy 106.515468 65.245503) (xy 106.944541 65.5322) (xy 106.515468 65.818897)
(xy 106.214024 66.27004) (xy 106.108171 66.8022) (xy 106.214024 67.33436) (xy 106.515468 67.785503) (xy 106.944541 68.0722)
(xy 106.515468 68.358897) (xy 106.214024 68.81004) (xy 106.108171 69.3422) (xy 106.214024 69.87436) (xy 106.515468 70.325503)
(xy 106.748599 70.481276) (xy 106.6654 70.481276) (xy 106.470106 70.518023) (xy 106.29074 70.633442) (xy 106.17041 70.809551)
(xy 106.128076 71.0186) (xy 106.128076 72.7458) (xy 106.164823 72.941094) (xy 106.280242 73.12046) (xy 106.456351 73.24079)
(xy 106.6654 73.283124) (xy 108.6974 73.283124) (xy 108.892694 73.246377) (xy 109.07206 73.130958) (xy 109.19239 72.954849)
(xy 109.234724 72.7458) (xy 109.234724 71.957174) (xy 109.383767 72.106478) (xy 109.745372 72.256629) (xy 110.136911 72.256971)
(xy 110.498776 72.107451) (xy 110.775878 71.830833) (xy 110.926029 71.469228) (xy 110.926221 71.249195) (xy 112.191008 69.984408)
(xy 112.338284 69.763995) (xy 112.346923 69.720564) (xy 112.347768 69.716314) (xy 112.405894 69.705377) (xy 112.58526 69.589958)
(xy 112.70559 69.413849) (xy 112.709229 69.395877) (xy 112.710023 69.400094) (xy 112.825442 69.57946) (xy 113.001551 69.69979)
(xy 113.2106 69.742124) (xy 114.2106 69.742124) (xy 114.405894 69.705377) (xy 114.58526 69.589958) (xy 114.70559 69.413849)
(xy 114.707605 69.403898) (xy 114.717767 69.414078) (xy 115.079372 69.564229) (xy 115.203826 69.564338) (xy 115.12534 69.614842)
(xy 115.00501 69.790951) (xy 114.962676 70) (xy 114.962676 71) (xy 114.999423 71.195294) (xy 115.109174 71.365851)
(xy 114.855089 71.365629) (xy 114.493224 71.515149) (xy 114.216122 71.791767) (xy 114.065971 72.153372) (xy 114.065629 72.544911)
(xy 114.215149 72.906776) (xy 114.491767 73.183878) (xy 114.853372 73.334029) (xy 115.088829 73.334235) (xy 115.114842 73.37466)
(xy 115.290951 73.49499) (xy 115.5 73.537324) (xy 116.8 73.537324) (xy 116.995294 73.500577) (xy 117.17466 73.385158)
(xy 117.29499 73.209049) (xy 117.300994 73.1794) (xy 117.446432 73.1794) (xy 117.449423 73.195294) (xy 117.564842 73.37466)
(xy 117.740951 73.49499) (xy 117.95 73.537324) (xy 119.25 73.537324) (xy 119.445294 73.500577) (xy 119.62466 73.385158)
(xy 119.74499 73.209049) (xy 119.787324 73) (xy 119.787324 72) (xy 119.750577 71.804706) (xy 119.635158 71.62534)
(xy 119.459049 71.50501) (xy 119.441077 71.501371) (xy 119.445294 71.500577) (xy 119.62466 71.385158) (xy 119.74499 71.209049)
(xy 119.787324 71) (xy 119.787324 70) (xy 119.750577 69.804706) (xy 119.635158 69.62534) (xy 119.530315 69.553704)
(xy 119.59499 69.459049) (xy 119.637324 69.25) (xy 119.637324 67.95) (xy 119.600577 67.754706) (xy 119.548446 67.673691)
(xy 129.915 67.673691) (xy 129.915 68.01425) (xy 130.07375 68.173) (xy 131.073 68.173) (xy 131.073 67.32375)
(xy 131.327 67.32375) (xy 131.327 68.173) (xy 132.32625 68.173) (xy 132.485 68.01425) (xy 132.485 67.673691)
(xy 132.388327 67.440302) (xy 132.209699 67.261673) (xy 131.97631 67.165) (xy 131.48575 67.165) (xy 131.327 67.32375)
(xy 131.073 67.32375) (xy 130.91425 67.165) (xy 130.42369 67.165) (xy 130.190301 67.261673) (xy 130.011673 67.440302)
(xy 129.915 67.673691) (xy 119.548446 67.673691) (xy 119.485158 67.57534) (xy 119.4294 67.537242) (xy 119.4294 67.453568)
(xy 119.445294 67.450577) (xy 119.62466 67.335158) (xy 119.665629 67.275198) (xy 119.840951 67.39499) (xy 120.05 67.437324)
(xy 121.05 67.437324) (xy 121.245294 67.400577) (xy 121.42466 67.285158) (xy 121.54499 67.109049) (xy 121.548629 67.091077)
(xy 121.549423 67.095294) (xy 121.664842 67.27466) (xy 121.840951 67.39499) (xy 122.05 67.437324) (xy 123.05 67.437324)
(xy 123.245294 67.400577) (xy 123.376017 67.316459) (xy 123.490951 67.39499) (xy 123.7 67.437324) (xy 124.7 67.437324)
(xy 124.895294 67.400577) (xy 125.07466 67.285158) (xy 125.19499 67.109049) (xy 125.198629 67.091077) (xy 125.199423 67.095294)
(xy 125.314842 67.27466) (xy 125.490951 67.39499) (xy 125.7 67.437324) (xy 126.62048 67.437324) (xy 126.853372 67.534029)
(xy 127.244911 67.534371) (xy 127.606776 67.384851) (xy 127.883878 67.108233) (xy 128.034029 66.746628) (xy 128.034371 66.355089)
(xy 127.884851 65.993224) (xy 127.608233 65.716122) (xy 127.246628 65.565971) (xy 127.230918 65.565957) (xy 127.200577 65.404706)
(xy 127.085158 65.22534) (xy 126.967447 65.144911) (xy 128.565629 65.144911) (xy 128.715149 65.506776) (xy 128.991767 65.783878)
(xy 129.353372 65.934029) (xy 129.744911 65.934371) (xy 130.106776 65.784851) (xy 130.383878 65.508233) (xy 130.534029 65.146628)
(xy 130.534371 64.755089) (xy 130.384851 64.393224) (xy 130.108233 64.116122) (xy 129.746628 63.965971) (xy 129.355089 63.965629)
(xy 128.993224 64.115149) (xy 128.716122 64.391767) (xy 128.565971 64.753372) (xy 128.565629 65.144911) (xy 126.967447 65.144911)
(xy 126.909049 65.10501) (xy 126.7 65.062676) (xy 125.7 65.062676) (xy 125.504706 65.099423) (xy 125.32534 65.214842)
(xy 125.20501 65.390951) (xy 125.201371 65.408923) (xy 125.200577 65.404706) (xy 125.085158 65.22534) (xy 124.909049 65.10501)
(xy 124.7 65.062676) (xy 123.7 65.062676) (xy 123.504706 65.099423) (xy 123.373983 65.183541) (xy 123.259049 65.10501)
(xy 123.2294 65.099006) (xy 123.2294 64.55) (xy 123.177684 64.290005) (xy 123.030408 64.069592) (xy 120.937324 61.976508)
(xy 120.937324 61.2794) (xy 124.96151 61.2794) (xy 125.133931 61.39721) (xy 125.34298 61.439544) (xy 126.34374 61.439544)
(xy 126.539034 61.402797) (xy 126.7184 61.287378) (xy 126.83873 61.111269) (xy 126.881064 60.90222) (xy 126.881064 60.30278)
(xy 126.844317 60.107486) (xy 126.728898 59.92812) (xy 126.552789 59.80779) (xy 126.34374 59.765456) (xy 125.34298 59.765456)
(xy 125.147686 59.802203) (xy 124.96832 59.917622) (xy 124.966285 59.9206) (xy 121.433152 59.9206) (xy 121.437324 59.9)
(xy 121.437324 59.173492) (xy 121.627566 58.98325) (xy 124.70798 58.98325) (xy 124.70798 59.123529) (xy 124.804653 59.356918)
(xy 124.983281 59.535547) (xy 125.21667 59.63222) (xy 125.55761 59.63222) (xy 125.71636 59.47347) (xy 125.71636 58.8245)
(xy 124.86673 58.8245) (xy 124.70798 58.98325) (xy 121.627566 58.98325) (xy 121.781416 58.8294) (xy 123.45 58.8294)
(xy 123.709995 58.777684) (xy 123.930408 58.630408) (xy 124.289345 58.271471) (xy 124.70798 58.271471) (xy 124.70798 58.41175)
(xy 124.86673 58.5705) (xy 125.71636 58.5705) (xy 125.71636 57.92153) (xy 125.97036 57.92153) (xy 125.97036 58.5705)
(xy 126.81999 58.5705) (xy 126.97874 58.41175) (xy 126.97874 58.271471) (xy 126.882067 58.038082) (xy 126.703439 57.859453)
(xy 126.47005 57.76278) (xy 126.12911 57.76278) (xy 125.97036 57.92153) (xy 125.71636 57.92153) (xy 125.55761 57.76278)
(xy 125.21667 57.76278) (xy 124.983281 57.859453) (xy 124.804653 58.038082) (xy 124.70798 58.271471) (xy 124.289345 58.271471)
(xy 124.823493 57.737324) (xy 125.55 57.737324) (xy 125.745294 57.700577) (xy 125.92061 57.587764) (xy 126.040951 57.66999)
(xy 126.25 57.712324) (xy 127.25 57.712324) (xy 127.445294 57.675577) (xy 127.62466 57.560158) (xy 127.74499 57.384049)
(xy 127.748629 57.366077) (xy 127.749423 57.370294) (xy 127.864842 57.54966) (xy 128.040951 57.66999) (xy 128.0706 57.675994)
(xy 128.0706 58.575223) (xy 127.832868 58.812956) (xy 127.45626 58.812956) (xy 127.260966 58.849703) (xy 127.0816 58.965122)
(xy 126.97874 59.115663) (xy 126.97874 58.98325) (xy 126.81999 58.8245) (xy 125.97036 58.8245) (xy 125.97036 59.47347)
(xy 126.12911 59.63222) (xy 126.47005 59.63222) (xy 126.703439 59.535547) (xy 126.882067 59.356918) (xy 126.951573 59.189116)
(xy 126.918936 59.35028) (xy 126.918936 59.94972) (xy 126.955683 60.145014) (xy 127.071102 60.32438) (xy 127.247211 60.44471)
(xy 127.45626 60.487044) (xy 128.45702 60.487044) (xy 128.652314 60.450297) (xy 128.83168 60.334878) (xy 128.95201 60.158769)
(xy 128.994344 59.94972) (xy 128.994344 59.573113) (xy 129.023876 59.543581) (xy 129.023876 60.13) (xy 129.060623 60.325294)
(xy 129.176042 60.50466) (xy 129.352151 60.62499) (xy 129.370123 60.628629) (xy 129.365906 60.629423) (xy 129.18654 60.744842)
(xy 129.06621 60.920951) (xy 129.057109 60.965893) (xy 128.755089 60.965629) (xy 128.393224 61.115149) (xy 128.116122 61.391767)
(xy 127.965971 61.753372) (xy 127.965629 62.144911) (xy 128.115149 62.506776) (xy 128.391767 62.783878) (xy 128.753372 62.934029)
(xy 129.144911 62.934371) (xy 129.506776 62.784851) (xy 129.624509 62.667324) (xy 130.8612 62.667324) (xy 131.056494 62.630577)
(xy 131.23586 62.515158) (xy 131.35619 62.339049) (xy 131.398524 62.13) (xy 131.398524 61.13) (xy 131.361777 60.934706)
(xy 131.246358 60.75534) (xy 131.070249 60.63501) (xy 131.052277 60.631371) (xy 131.056494 60.630577) (xy 131.23586 60.515158)
(xy 131.35619 60.339049) (xy 131.398524 60.13) (xy 131.398524 59.13) (xy 131.361777 58.934706) (xy 131.246358 58.75534)
(xy 131.070249 58.63501) (xy 130.8906 58.59863) (xy 130.8906 57.041907) (xy 130.95042 57.186682) (xy 131.34126 57.578206)
(xy 131.852179 57.790358) (xy 132.405394 57.79084) (xy 132.916682 57.57958) (xy 133.308206 57.18874) (xy 133.399964 56.967762)
(xy 133.49042 57.186682) (xy 133.88126 57.578206) (xy 134.392179 57.790358) (xy 134.945394 57.79084) (xy 135.456682 57.57958)
(xy 135.848206 57.18874) (xy 136.060358 56.677821) (xy 136.06084 56.124606) (xy 135.84958 55.613318) (xy 135.45874 55.221794)
(xy 134.947821 55.009642) (xy 134.394606 55.00916) (xy 133.883318 55.22042) (xy 133.491794 55.61126) (xy 133.400036 55.832238)
(xy 133.30958 55.613318) (xy 132.91874 55.221794) (xy 132.407821 55.009642) (xy 131.854606 55.00916) (xy 131.343318 55.22042)
(xy 130.951794 55.61126) (xy 130.8906 55.758632) (xy 130.8906 55.6008) (xy 130.843234 55.362676) (xy 130.838884 55.340804)
(xy 130.691608 55.120391) (xy 128.380208 52.808992) (xy 128.159795 52.661716) (xy 127.8998 52.61) (xy 123.48202 52.61)
(xy 123.533878 52.558233) (xy 123.684029 52.196628) (xy 123.684371 51.805089) (xy 123.534851 51.443224) (xy 123.258233 51.166122)
(xy 122.896628 51.015971) (xy 122.505089 51.015629) (xy 122.143224 51.165149) (xy 121.866122 51.441767) (xy 121.715971 51.803372)
(xy 121.715629 52.194911) (xy 121.865149 52.556776) (xy 121.91828 52.61) (xy 112.7868 52.61) (xy 112.526805 52.661716)
(xy 112.306392 52.808991) (xy 110.061792 55.053592) (xy 109.914516 55.274005) (xy 109.8628 55.534) (xy 109.8628 58.130232)
(xy 109.846906 58.133223) (xy 109.66754 58.248642) (xy 109.54721 58.424751) (xy 109.504876 58.6338) (xy 109.504876 59.9338)
(xy 109.541623 60.129094) (xy 109.657042 60.30846) (xy 109.833151 60.42879) (xy 109.8628 60.434794) (xy 109.8628 60.712597)
(xy 109.670889 60.712429) (xy 109.309024 60.861949) (xy 109.081388 61.089187) (xy 108.847332 60.738897) (xy 108.418259 60.4522)
(xy 108.847332 60.165503) (xy 109.148776 59.71436) (xy 109.254629 59.1822) (xy 109.148776 58.65004) (xy 108.847332 58.198897)
(xy 108.418259 57.9122) (xy 108.847332 57.625503) (xy 109.148776 57.17436) (xy 109.254629 56.6422) (xy 109.148776 56.11004)
(xy 108.847332 55.658897) (xy 108.418259 55.3722) (xy 108.847332 55.085503) (xy 109.148776 54.63436) (xy 109.254629 54.1022)
(xy 109.148776 53.57004) (xy 108.847332 53.118897) (xy 108.418259 52.8322) (xy 108.847332 52.545503) (xy 109.148776 52.09436)
(xy 109.254629 51.5622) (xy 109.148776 51.03004) (xy 108.847332 50.578897) (xy 108.796469 50.544911) (xy 118.715629 50.544911)
(xy 118.865149 50.906776) (xy 119.141767 51.183878) (xy 119.503372 51.334029) (xy 119.894911 51.334371) (xy 120.256776 51.184851)
(xy 120.533878 50.908233) (xy 120.684029 50.546628) (xy 120.684371 50.155089) (xy 120.534851 49.793224) (xy 120.258233 49.516122)
(xy 119.896628 49.365971) (xy 119.505089 49.365629) (xy 119.143224 49.515149) (xy 118.866122 49.791767) (xy 118.715971 50.153372)
(xy 118.715629 50.544911) (xy 108.796469 50.544911) (xy 108.500805 50.347355) (xy 108.59572 50.314154) (xy 109.032132 49.924236)
(xy 109.286109 49.396991) (xy 109.288758 49.381226) (xy 109.167617 49.1492) (xy 107.8084 49.1492) (xy 107.8084 49.1692)
(xy 107.5544 49.1692) (xy 107.5544 49.1492) (xy 106.195183 49.1492) (xy 106.074042 49.381226) (xy 105.677 49.381226)
(xy 105.677 48.663174) (xy 106.074042 48.663174) (xy 106.195183 48.8952) (xy 107.5544 48.8952) (xy 107.5544 47.681276)
(xy 107.8084 47.681276) (xy 107.8084 48.8952) (xy 109.167617 48.8952) (xy 109.288758 48.663174) (xy 109.286109 48.647409)
(xy 109.032132 48.120164) (xy 108.59572 47.730246) (xy 108.043313 47.537016) (xy 107.8084 47.681276) (xy 107.5544 47.681276)
(xy 107.319487 47.537016) (xy 106.76708 47.730246) (xy 106.330668 48.120164) (xy 106.076691 48.647409) (xy 106.074042 48.663174)
(xy 105.677 48.663174) (xy 105.677 46.73575) (xy 108.98074 46.73575) (xy 108.98074 47.32688) (xy 109.077413 47.560269)
(xy 109.256042 47.738897) (xy 109.489431 47.83557) (xy 110.30535 47.83557) (xy 110.4641 47.67682) (xy 110.4641 46.577)
(xy 109.13949 46.577) (xy 108.98074 46.73575) (xy 105.677 46.73575) (xy 105.677 45.57312) (xy 108.98074 45.57312)
(xy 108.98074 46.16425) (xy 109.13949 46.323) (xy 110.4641 46.323) (xy 110.4641 45.22318) (xy 110.7181 45.22318)
(xy 110.7181 46.323) (xy 110.7381 46.323) (xy 110.7381 46.577) (xy 110.7181 46.577) (xy 110.7181 47.67682)
(xy 110.87685 47.83557) (xy 111.692769 47.83557) (xy 111.926158 47.738897) (xy 112.032411 47.632645) (xy 112.124491 47.69556)
(xy 112.33354 47.737894) (xy 114.28426 47.737894) (xy 114.479554 47.701147) (xy 114.65892 47.585728) (xy 114.727744 47.485)
(xy 116.049995 47.485) (xy 116.05 47.485001) (xy 116.096 47.475851) (xy 116.143785 47.716077) (xy 116.368144 48.051856)
(xy 116.510459 48.194171) (xy 116.511117 48.197477) (xy 116.596687 48.325541) (xy 116.665876 48.492991) (xy 116.985327 48.813)
(xy 117.402924 48.986402) (xy 117.855092 48.986797) (xy 118.272991 48.814124) (xy 118.367577 48.719702) (xy 119.479903 48.719702)
(xy 119.5306 48.946123) (xy 119.998739 49.107374) (xy 120.492952 49.0772) (xy 120.8094 48.946123) (xy 120.860097 48.719702)
(xy 120.17 48.029605) (xy 119.479903 48.719702) (xy 118.367577 48.719702) (xy 118.593 48.494673) (xy 118.766402 48.077076)
(xy 118.766749 47.678739) (xy 118.912626 47.678739) (xy 118.9428 48.172952) (xy 119.073877 48.4894) (xy 119.300298 48.540097)
(xy 119.990395 47.85) (xy 120.349605 47.85) (xy 121.039702 48.540097) (xy 121.266123 48.4894) (xy 121.408831 48.075092)
(xy 121.573203 48.075092) (xy 121.745876 48.492991) (xy 122.065327 48.813) (xy 122.482924 48.986402) (xy 122.935092 48.986797)
(xy 123.352991 48.814124) (xy 123.673 48.494673) (xy 123.846402 48.077076) (xy 123.846797 47.624908) (xy 123.674124 47.207009)
(xy 123.354673 46.887) (xy 122.937076 46.713598) (xy 122.484908 46.713203) (xy 122.067009 46.885876) (xy 121.747 47.205327)
(xy 121.573598 47.622924) (xy 121.573203 48.075092) (xy 121.408831 48.075092) (xy 121.427374 48.021261) (xy 121.3972 47.527048)
(xy 121.266123 47.2106) (xy 121.039702 47.159903) (xy 120.349605 47.85) (xy 119.990395 47.85) (xy 119.300298 47.159903)
(xy 119.073877 47.2106) (xy 118.912626 47.678739) (xy 118.766749 47.678739) (xy 118.766797 47.624908) (xy 118.594124 47.207009)
(xy 118.367809 46.980298) (xy 119.479903 46.980298) (xy 120.17 47.670395) (xy 120.860097 46.980298) (xy 120.8094 46.753877)
(xy 120.341261 46.592626) (xy 119.847048 46.6228) (xy 119.5306 46.753877) (xy 119.479903 46.980298) (xy 118.367809 46.980298)
(xy 118.274673 46.887) (xy 118.135 46.829003) (xy 118.135 46.270025) (xy 118.24499 46.109049) (xy 118.287324 45.9)
(xy 118.287324 44.9) (xy 118.250577 44.704706) (xy 118.135158 44.52534) (xy 117.959049 44.40501) (xy 117.941077 44.401371)
(xy 117.945294 44.400577) (xy 118.12466 44.285158) (xy 118.24499 44.109049) (xy 118.25215 44.073691) (xy 129.015 44.073691)
(xy 129.015 44.41425) (xy 129.17375 44.573) (xy 130.173 44.573) (xy 130.173 43.72375) (xy 130.427 43.72375)
(xy 130.427 44.573) (xy 131.42625 44.573) (xy 131.585 44.41425) (xy 131.585 44.073691) (xy 131.488327 43.840302)
(xy 131.309699 43.661673) (xy 131.07631 43.565) (xy 130.58575 43.565) (xy 130.427 43.72375) (xy 130.173 43.72375)
(xy 130.01425 43.565) (xy 129.52369 43.565) (xy 129.290301 43.661673) (xy 129.111673 43.840302) (xy 129.015 44.073691)
(xy 118.25215 44.073691) (xy 118.287324 43.9) (xy 118.287324 42.9) (xy 118.250577 42.704706) (xy 118.135158 42.52534)
(xy 117.959049 42.40501) (xy 117.75 42.362676) (xy 116.45 42.362676) (xy 116.293792 42.392068) (xy 116.166926 42.339389)
(xy 115.734969 42.339012) (xy 115.335747 42.503967) (xy 115.03004 42.809141) (xy 114.864389 43.208074) (xy 114.864012 43.640031)
(xy 115.028967 44.039253) (xy 115.334141 44.34496) (xy 115.733074 44.510611) (xy 116.081443 44.510915) (xy 116.07534 44.514842)
(xy 115.95501 44.690951) (xy 115.912676 44.9) (xy 115.912676 45.123613) (xy 115.621288 45.415) (xy 114.727479 45.415)
(xy 114.669418 45.32477) (xy 114.493309 45.20444) (xy 114.28426 45.162106) (xy 112.33354 45.162106) (xy 112.138246 45.198853)
(xy 112.032168 45.267112) (xy 111.926158 45.161103) (xy 111.692769 45.06443) (xy 110.87685 45.06443) (xy 110.7181 45.22318)
(xy 110.4641 45.22318) (xy 110.30535 45.06443) (xy 109.489431 45.06443) (xy 109.256042 45.161103) (xy 109.077413 45.339731)
(xy 108.98074 45.57312) (xy 105.677 45.57312) (xy 105.677 41.265031) (xy 108.664012 41.265031) (xy 108.828967 41.664253)
(xy 109.134141 41.96996) (xy 109.533074 42.135611) (xy 109.965031 42.135988) (xy 110.251124 42.017777) (xy 110.290951 42.04499)
(xy 110.5 42.087324) (xy 111.5 42.087324) (xy 111.695294 42.050577) (xy 111.87466 41.935158) (xy 111.99499 41.759049)
(xy 111.998629 41.741077) (xy 111.999423 41.745294) (xy 112.114842 41.92466) (xy 112.290951 42.04499) (xy 112.5 42.087324)
(xy 113.5 42.087324) (xy 113.695294 42.050577) (xy 113.796236 41.985622) (xy 114.215031 41.985988) (xy 114.578635 41.83575)
(xy 128.965 41.83575) (xy 128.965 42.176309) (xy 129.061673 42.409698) (xy 129.240301 42.588327) (xy 129.47369 42.685)
(xy 129.96425 42.685) (xy 130.123 42.52625) (xy 130.123 41.677) (xy 130.377 41.677) (xy 130.377 42.52625)
(xy 130.53575 42.685) (xy 131.02631 42.685) (xy 131.259699 42.588327) (xy 131.438327 42.409698) (xy 131.509434 42.23803)
(xy 133.889752 42.23803) (xy 133.915942 42.833635) (xy 134.093484 43.262259) (xy 134.346195 43.3442) (xy 135.220395 42.47)
(xy 134.346195 41.5958) (xy 134.093484 41.677741) (xy 133.889752 42.23803) (xy 131.509434 42.23803) (xy 131.535 42.176309)
(xy 131.535 41.83575) (xy 131.37625 41.677) (xy 130.377 41.677) (xy 130.123 41.677) (xy 129.12375 41.677)
(xy 128.965 41.83575) (xy 114.578635 41.83575) (xy 114.614253 41.821033) (xy 114.91996 41.515859) (xy 115.085611 41.116926)
(xy 115.085988 40.684969) (xy 114.921033 40.285747) (xy 114.615859 39.98004) (xy 114.216926 39.814389) (xy 113.795415 39.814021)
(xy 113.781 39.804172) (xy 113.781 39.687894) (xy 113.93426 39.687894) (xy 114.129554 39.651147) (xy 114.30892 39.535728)
(xy 114.42925 39.359619) (xy 114.471584 39.15057) (xy 114.471584 37.64943) (xy 114.434837 37.454136) (xy 114.319418 37.27477)
(xy 114.143309 37.15444) (xy 113.93426 37.112106) (xy 111.98354 37.112106) (xy 111.788246 37.148853) (xy 111.682168 37.217112)
(xy 111.576158 37.111103) (xy 111.342769 37.01443) (xy 110.52685 37.01443) (xy 110.3681 37.17318) (xy 110.3681 38.273)
(xy 110.3881 38.273) (xy 110.3881 38.527) (xy 110.3681 38.527) (xy 110.3681 39.62682) (xy 110.461248 39.719968)
(xy 110.304706 39.749423) (xy 110.12534 39.864842) (xy 110.038457 39.992) (xy 110.033421 39.992) (xy 109.966926 39.964389)
(xy 109.534969 39.964012) (xy 109.135747 40.128967) (xy 108.83004 40.434141) (xy 108.664389 40.833074) (xy 108.664012 41.265031)
(xy 105.677 41.265031) (xy 105.677 38.68575) (xy 108.63074 38.68575) (xy 108.63074 39.27688) (xy 108.727413 39.510269)
(xy 108.906042 39.688897) (xy 109.139431 39.78557) (xy 109.95535 39.78557) (xy 110.1141 39.62682) (xy 110.1141 38.527)
(xy 108.78949 38.527) (xy 108.63074 38.68575) (xy 105.677 38.68575) (xy 105.677 37.52312) (xy 108.63074 37.52312)
(xy 108.63074 38.11425) (xy 108.78949 38.273) (xy 110.1141 38.273) (xy 110.1141 37.17318) (xy 109.95535 37.01443)
(xy 109.139431 37.01443) (xy 108.906042 37.111103) (xy 108.727413 37.289731) (xy 108.63074 37.52312) (xy 105.677 37.52312)
(xy 105.677 32.63588) (xy 107.043725 32.63588) (xy 107.325421 33.058564) (xy 108.477892 33.535294) (xy 109.725072 33.534705)
(xy 110.874579 33.058564) (xy 111.156275 32.63588) (xy 109.1 30.579605) (xy 107.043725 32.63588) (xy 105.677 32.63588)
(xy 105.677 29.777892) (xy 105.964706 29.777892) (xy 105.965295 31.025072) (xy 106.441436 32.174579) (xy 106.86412 32.456275)
(xy 108.920395 30.4) (xy 109.279605 30.4) (xy 111.33588 32.456275) (xy 111.758564 32.174579) (xy 112.235294 31.022108)
(xy 112.234705 29.774928) (xy 111.777559 28.671279) (xy 119.133282 28.671279) (xy 119.159685 29.261458) (xy 119.334741 29.68408)
(xy 119.586042 29.764353) (xy 120.450395 28.9) (xy 119.586042 28.035647) (xy 119.334741 28.11592) (xy 119.133282 28.671279)
(xy 111.777559 28.671279) (xy 111.758564 28.625421) (xy 111.33588 28.343725) (xy 109.279605 30.4) (xy 108.920395 30.4)
(xy 106.86412 28.343725) (xy 106.441436 28.625421) (xy 105.964706 29.777892) (xy 105.677 29.777892) (xy 105.677 28.16412)
(xy 107.043725 28.16412) (xy 109.1 30.220395) (xy 111.156275 28.16412) (xy 110.950958 27.856042) (xy 119.765647 27.856042)
(xy 120.63 28.720395) (xy 121.494353 27.856042) (xy 121.41408 27.604741) (xy 120.858721 27.403282) (xy 120.268542 27.429685)
(xy 119.84592 27.604741) (xy 119.765647 27.856042) (xy 110.950958 27.856042) (xy 110.874579 27.741436) (xy 109.722108 27.264706)
(xy 108.474928 27.265295) (xy 107.325421 27.741436) (xy 107.043725 28.16412) (xy 105.677 28.16412) (xy 105.677 26.977)
(xy 127.802676 26.977)
)
)
(filled_polygon
(pts
(xy 111.541623 60.129094) (xy 111.657042 60.30846) (xy 111.833151 60.42879) (xy 112.0422 60.471124) (xy 113.0422 60.471124)
(xy 113.237494 60.434377) (xy 113.41686 60.318958) (xy 113.51693 60.172501) (xy 113.614842 60.32466) (xy 113.790951 60.44499)
(xy 114 60.487324) (xy 115 60.487324) (xy 115.195294 60.450577) (xy 115.37466 60.335158) (xy 115.49499 60.159049)
(xy 115.498629 60.141077) (xy 115.499423 60.145294) (xy 115.614842 60.32466) (xy 115.790951 60.44499) (xy 116 60.487324)
(xy 117 60.487324) (xy 117.195294 60.450577) (xy 117.37466 60.335158) (xy 117.466901 60.200158) (xy 117.514842 60.27466)
(xy 117.690951 60.39499) (xy 117.9 60.437324) (xy 117.976508 60.437324) (xy 118.169967 60.630783) (xy 118.027 60.77375)
(xy 118.027 61.773) (xy 118.047 61.773) (xy 118.047 62.027) (xy 118.027 62.027) (xy 118.027 63.02625)
(xy 118.18575 63.185) (xy 118.526309 63.185) (xy 118.759698 63.088327) (xy 118.938327 62.909699) (xy 118.964522 62.84646)
(xy 119.014842 62.92466) (xy 119.190951 63.04499) (xy 119.4 63.087324) (xy 120.126508 63.087324) (xy 121.8706 64.831416)
(xy 121.8706 65.096432) (xy 121.854706 65.099423) (xy 121.67534 65.214842) (xy 121.55501 65.390951) (xy 121.551371 65.408923)
(xy 121.550577 65.404706) (xy 121.435158 65.22534) (xy 121.259049 65.10501) (xy 121.05 65.062676) (xy 120.05 65.062676)
(xy 119.854706 65.099423) (xy 119.67534 65.214842) (xy 119.634371 65.274802) (xy 119.459049 65.15501) (xy 119.25 65.112676)
(xy 118.25 65.112676) (xy 118.054706 65.149423) (xy 117.87534 65.264842) (xy 117.814602 65.353735) (xy 117.788327 65.290301)
(xy 117.609698 65.111673) (xy 117.376309 65.015) (xy 117.03575 65.015) (xy 116.877 65.17375) (xy 116.877 66.173)
(xy 116.897 66.173) (xy 116.897 66.427) (xy 116.877 66.427) (xy 116.877 66.447) (xy 116.623 66.447)
(xy 116.623 66.427) (xy 116.603 66.427) (xy 116.603 66.173) (xy 116.623 66.173) (xy 116.623 65.17375)
(xy 116.46425 65.015) (xy 116.123691 65.015) (xy 115.890302 65.111673) (xy 115.711673 65.290301) (xy 115.653137 65.431619)
(xy 115.421828 65.335571) (xy 115.030289 65.335229) (xy 114.707506 65.468601) (xy 114.595758 65.29494) (xy 114.420189 65.174979)
(xy 114.58526 65.068758) (xy 114.70559 64.892649) (xy 114.711881 64.861582) (xy 114.717767 64.867478) (xy 115.079372 65.017629)
(xy 115.470911 65.017971) (xy 115.832776 64.868451) (xy 116.109878 64.591833) (xy 116.260029 64.230228) (xy 116.260371 63.838689)
(xy 116.110851 63.476824) (xy 115.834233 63.199722) (xy 115.472628 63.049571) (xy 115.081089 63.049229) (xy 114.719224 63.198749)
(xy 114.714104 63.20386) (xy 114.711177 63.188306) (xy 114.595758 63.00894) (xy 114.458478 62.91514) (xy 114.58526 62.833558)
(xy 114.70559 62.657449) (xy 114.709266 62.639295) (xy 115.053972 62.782429) (xy 115.445511 62.782771) (xy 115.807376 62.633251)
(xy 116.084478 62.356633) (xy 116.155434 62.18575) (xy 116.765 62.18575) (xy 116.765 62.67631) (xy 116.861673 62.909699)
(xy 117.040302 63.088327) (xy 117.273691 63.185) (xy 117.61425 63.185) (xy 117.773 63.02625) (xy 117.773 62.027)
(xy 116.92375 62.027) (xy 116.765 62.18575) (xy 116.155434 62.18575) (xy 116.234629 61.995028) (xy 116.234971 61.603489)
(xy 116.085451 61.241624) (xy 115.967723 61.12369) (xy 116.765 61.12369) (xy 116.765 61.61425) (xy 116.92375 61.773)
(xy 117.773 61.773) (xy 117.773 60.77375) (xy 117.61425 60.615) (xy 117.273691 60.615) (xy 117.040302 60.711673)
(xy 116.861673 60.890301) (xy 116.765 61.12369) (xy 115.967723 61.12369) (xy 115.808833 60.964522) (xy 115.447228 60.814371)
(xy 115.055689 60.814029) (xy 114.711748 60.956143) (xy 114.711177 60.953106) (xy 114.595758 60.77374) (xy 114.419649 60.65341)
(xy 114.2106 60.611076) (xy 113.2106 60.611076) (xy 113.015306 60.647823) (xy 112.83594 60.763242) (xy 112.71561 60.939351)
(xy 112.711971 60.957323) (xy 112.711177 60.953106) (xy 112.595758 60.77374) (xy 112.419649 60.65341) (xy 112.2106 60.611076)
(xy 111.2216 60.611076) (xy 111.2216 60.437368) (xy 111.237494 60.434377) (xy 111.41686 60.318958) (xy 111.53719 60.142849)
(xy 111.540829 60.124877)
)
)
(filled_polygon
(pts
(xy 119.815 54.26425) (xy 119.97375 54.423) (xy 120.973 54.423) (xy 120.973 54.403) (xy 121.227 54.403)
(xy 121.227 54.423) (xy 122.22625 54.423) (xy 122.385 54.26425) (xy 122.385 53.9688) (xy 127.618384 53.9688)
(xy 129.037259 55.387676) (xy 128.25 55.387676) (xy 128.054706 55.424423) (xy 127.87534 55.539842) (xy 127.75501 55.715951)
(xy 127.751371 55.733923) (xy 127.750577 55.729706) (xy 127.635158 55.55034) (xy 127.459049 55.43001) (xy 127.25 55.387676)
(xy 126.25 55.387676) (xy 126.054706 55.424423) (xy 125.917076 55.512985) (xy 125.759049 55.40501) (xy 125.55 55.362676)
(xy 124.55 55.362676) (xy 124.354706 55.399423) (xy 124.17534 55.514842) (xy 124.05501 55.690951) (xy 124.051371 55.708923)
(xy 124.050577 55.704706) (xy 123.935158 55.52534) (xy 123.759049 55.40501) (xy 123.55 55.362676) (xy 122.55 55.362676)
(xy 122.354706 55.399423) (xy 122.19734 55.500685) (xy 122.288327 55.409698) (xy 122.385 55.176309) (xy 122.385 54.83575)
(xy 122.22625 54.677) (xy 121.227 54.677) (xy 121.227 54.697) (xy 120.973 54.697) (xy 120.973 54.677)
(xy 119.97375 54.677) (xy 119.815 54.83575) (xy 119.815 55.176309) (xy 119.911673 55.409698) (xy 120.016276 55.514301)
(xy 119.684969 55.514012) (xy 119.285747 55.678967) (xy 119.272691 55.692) (xy 115.05 55.692) (xy 114.702523 55.761117)
(xy 114.407947 55.957947) (xy 113.776455 56.589439) (xy 113.593224 56.665149) (xy 113.316122 56.941767) (xy 113.165971 57.303372)
(xy 113.165629 57.694911) (xy 113.315149 58.056776) (xy 113.583695 58.325792) (xy 113.52527 58.411299) (xy 113.427358 58.25914)
(xy 113.251249 58.13881) (xy 113.0422 58.096476) (xy 112.0422 58.096476) (xy 111.846906 58.133223) (xy 111.66754 58.248642)
(xy 111.54721 58.424751) (xy 111.543571 58.442723) (xy 111.542777 58.438506) (xy 111.427358 58.25914) (xy 111.251249 58.13881)
(xy 111.2216 58.132806) (xy 111.2216 55.815416) (xy 113.068217 53.9688) (xy 119.815 53.9688)
)
)
(filled_polygon
(pts
(xy 122.957 99.373) (xy 122.977 99.373) (xy 122.977 99.627) (xy 122.957 99.627) (xy 122.957 99.647)
(xy 122.703 99.647) (xy 122.703 99.627) (xy 122.683 99.627) (xy 122.683 99.373) (xy 122.703 99.373)
(xy 122.703 99.353) (xy 122.957 99.353)
)
)
(filled_polygon
(pts
(xy 140.727 99.373) (xy 140.747 99.373) (xy 140.747 99.627) (xy 140.727 99.627) (xy 140.727 99.647)
(xy 140.473 99.647) (xy 140.473 99.627) (xy 140.453 99.627) (xy 140.453 99.373) (xy 140.473 99.373)
(xy 140.473 99.353) (xy 140.727 99.353)
)
)
(filled_polygon
(pts
(xy 121.615149 90.656776) (xy 121.884504 90.926603) (xy 121.865 90.97369) (xy 121.865 91.46425) (xy 122.02375 91.623)
(xy 122.873 91.623) (xy 122.873 91.603) (xy 123.127 91.603) (xy 123.127 91.623) (xy 123.147 91.623)
(xy 123.147 91.877) (xy 123.127 91.877) (xy 123.127 91.897) (xy 122.873 91.897) (xy 122.873 91.877)
(xy 122.02375 91.877) (xy 121.865 92.03575) (xy 121.865 92.3206) (xy 121.303568 92.3206) (xy 121.300577 92.304706)
(xy 121.185158 92.12534) (xy 121.009049 92.00501) (xy 120.991077 92.001371) (xy 120.995294 92.000577) (xy 121.17466 91.885158)
(xy 121.29499 91.709049) (xy 121.337324 91.5) (xy 121.337324 90.773493) (xy 121.480409 90.630408) (xy 121.556933 90.515882)
)
)
(filled_polygon
(pts
(xy 127.815 80.923691) (xy 127.815 81.26425) (xy 127.97375 81.423) (xy 128.973 81.423) (xy 128.973 81.403)
(xy 129.227 81.403) (xy 129.227 81.423) (xy 129.247 81.423) (xy 129.247 81.677) (xy 129.227 81.677)
(xy 129.227 82.52625) (xy 129.38575 82.685) (xy 129.87631 82.685) (xy 130.109699 82.588327) (xy 130.24961 82.448416)
(xy 130.390951 82.54499) (xy 130.5706 82.58137) (xy 130.5706 83.562676) (xy 130 83.562676) (xy 129.804706 83.599423)
(xy 129.62534 83.714842) (xy 129.522272 83.865688) (xy 129.455089 83.865629) (xy 129.093224 84.015149) (xy 128.816122 84.291767)
(xy 128.665971 84.653372) (xy 128.665629 85.044911) (xy 128.815149 85.406776) (xy 129.091767 85.683878) (xy 129.453372 85.834029)
(xy 129.543849 85.834108) (xy 129.50501 85.890951) (xy 129.462676 86.1) (xy 129.462676 87.1) (xy 129.499423 87.295294)
(xy 129.614842 87.47466) (xy 129.665878 87.509532) (xy 129.665701 87.712676) (xy 128.8 87.712676) (xy 128.604706 87.749423)
(xy 128.42534 87.864842) (xy 128.30501 88.040951) (xy 128.301371 88.058923) (xy 128.300577 88.054706) (xy 128.185158 87.87534)
(xy 128.009049 87.75501) (xy 127.8 87.712676) (xy 126.8 87.712676) (xy 126.604706 87.749423) (xy 126.42534 87.864842)
(xy 126.30501 88.040951) (xy 126.262676 88.25) (xy 126.262676 88.853218) (xy 126.051867 89.064027) (xy 126.034969 89.064012)
(xy 125.635747 89.228967) (xy 125.33004 89.534141) (xy 125.164389 89.933074) (xy 125.164012 90.365031) (xy 125.245677 90.562676)
(xy 124.973557 90.562676) (xy 125.084029 90.296628) (xy 125.084371 89.905089) (xy 124.993305 89.684693) (xy 125.04499 89.609049)
(xy 125.087324 89.4) (xy 125.087324 88.1) (xy 125.050577 87.904706) (xy 124.935158 87.72534) (xy 124.759049 87.60501)
(xy 124.7294 87.599006) (xy 124.7294 85.337324) (xy 125.3 85.337324) (xy 125.495294 85.300577) (xy 125.558623 85.259826)
(xy 125.415971 85.603372) (xy 125.415629 85.994911) (xy 125.565149 86.356776) (xy 125.841767 86.633878) (xy 126.203372 86.784029)
(xy 126.594911 86.784371) (xy 126.956776 86.634851) (xy 127.233878 86.358233) (xy 127.384029 85.996628) (xy 127.384371 85.605089)
(xy 127.234851 85.243224) (xy 127.085521 85.093633) (xy 127.106776 85.084851) (xy 127.383878 84.808233) (xy 127.534029 84.446628)
(xy 127.534371 84.055089) (xy 127.384851 83.693224) (xy 127.108233 83.416122) (xy 126.746628 83.265971) (xy 126.355089 83.265629)
(xy 125.993224 83.415149) (xy 125.801013 83.607024) (xy 125.800577 83.604706) (xy 125.685158 83.42534) (xy 125.509049 83.30501)
(xy 125.491077 83.301371) (xy 125.495294 83.300577) (xy 125.67466 83.185158) (xy 125.745828 83.081) (xy 126.8 83.081)
(xy 127.098876 83.02155) (xy 127.35225 82.85225) (xy 127.52155 82.598876) (xy 127.581 82.3) (xy 127.581 81.83575)
(xy 127.815 81.83575) (xy 127.815 82.176309) (xy 127.911673 82.409698) (xy 128.090301 82.588327) (xy 128.32369 82.685)
(xy 128.81425 82.685) (xy 128.973 82.52625) (xy 128.973 81.677) (xy 127.97375 81.677) (xy 127.815 81.83575)
(xy 127.581 81.83575) (xy 127.581 81.0235) (xy 127.909887 80.694613)
)
)
(filled_polygon
(pts
(xy 160.399423 69.845294) (xy 160.514842 70.02466) (xy 160.690951 70.14499) (xy 160.9 70.187324) (xy 161.3206 70.187324)
(xy 161.3206 70.249076) (xy 161.1364 70.249076) (xy 160.941106 70.285823) (xy 160.76174 70.401242) (xy 160.64141 70.577351)
(xy 160.599076 70.7864) (xy 160.599076 72.5136) (xy 160.635823 72.708894) (xy 160.751242 72.88826) (xy 160.927351 73.00859)
(xy 160.994211 73.02213) (xy 160.671947 73.330326) (xy 160.443442 73.830974) (xy 160.564583 74.063) (xy 161.873 74.063)
(xy 161.873 74.043) (xy 162.127 74.043) (xy 162.127 74.063) (xy 162.147 74.063) (xy 162.147 74.317)
(xy 162.127 74.317) (xy 162.127 74.337) (xy 161.873 74.337) (xy 161.873 74.317) (xy 160.564583 74.317)
(xy 160.443442 74.549026) (xy 160.671947 75.049674) (xy 161.094288 75.453579) (xy 161.239915 75.510127) (xy 160.885863 75.746697)
(xy 160.584419 76.19784) (xy 160.478566 76.73) (xy 160.584419 77.26216) (xy 160.885863 77.713303) (xy 161.314936 78)
(xy 160.885863 78.286697) (xy 160.584419 78.73784) (xy 160.478566 79.27) (xy 160.584419 79.80216) (xy 160.885863 80.253303)
(xy 161.239915 80.489873) (xy 161.094288 80.546421) (xy 160.671947 80.950326) (xy 160.443442 81.450974) (xy 160.564583 81.683)
(xy 161.873 81.683) (xy 161.873 81.663) (xy 162.127 81.663) (xy 162.127 81.683) (xy 162.147 81.683)
(xy 162.147 81.937) (xy 162.127 81.937) (xy 162.127 81.957) (xy 161.873 81.957) (xy 161.873 81.937)
(xy 160.564583 81.937) (xy 160.443442 82.169026) (xy 160.671947 82.669674) (xy 161.094288 83.073579) (xy 161.239915 83.130127)
(xy 160.885863 83.366697) (xy 160.584419 83.81784) (xy 160.478566 84.35) (xy 160.584419 84.88216) (xy 160.885863 85.333303)
(xy 161.337006 85.634747) (xy 161.869166 85.7406) (xy 162.130834 85.7406) (xy 162.662994 85.634747) (xy 162.8206 85.529438)
(xy 162.8206 85.912676) (xy 162.39 85.912676) (xy 162.194706 85.949423) (xy 162.01534 86.064842) (xy 161.89501 86.240951)
(xy 161.891371 86.258923) (xy 161.890577 86.254706) (xy 161.775158 86.07534) (xy 161.599049 85.95501) (xy 161.39 85.912676)
(xy 160.39 85.912676) (xy 160.194706 85.949423) (xy 160.017775 86.063275) (xy 159.987324 86.032824) (xy 159.987324 85.45)
(xy 159.950577 85.254706) (xy 159.835158 85.07534) (xy 159.659049 84.95501) (xy 159.641077 84.951371) (xy 159.645294 84.950577)
(xy 159.82466 84.835158) (xy 159.94499 84.659049) (xy 159.987324 84.45) (xy 159.987324 83.45) (xy 159.950577 83.254706)
(xy 159.835158 83.07534) (xy 159.765136 83.027496) (xy 159.859699 82.988327) (xy 160.038327 82.809698) (xy 160.135 82.576309)
(xy 160.135 82.23575) (xy 159.97625 82.077) (xy 158.977 82.077) (xy 158.977 82.097) (xy 158.723 82.097)
(xy 158.723 82.077) (xy 158.703 82.077) (xy 158.703 81.823) (xy 158.723 81.823) (xy 158.723 81.803)
(xy 158.977 81.803) (xy 158.977 81.823) (xy 159.97625 81.823) (xy 160.135 81.66425) (xy 160.135 81.323691)
(xy 160.038327 81.090302) (xy 159.859699 80.911673) (xy 159.79646 80.885478) (xy 159.87466 80.835158) (xy 159.99499 80.659049)
(xy 160.037324 80.45) (xy 160.037324 79.45) (xy 160.000577 79.254706) (xy 159.885158 79.07534) (xy 159.709049 78.95501)
(xy 159.5 78.912676) (xy 158.2 78.912676) (xy 158.085224 78.934272) (xy 157.916926 78.864389) (xy 157.606005 78.864118)
(xy 157.634029 78.796628) (xy 157.634104 78.711255) (xy 157.67466 78.685158) (xy 157.79499 78.509049) (xy 157.837324 78.3)
(xy 157.837324 77.3) (xy 157.800577 77.104706) (xy 157.685158 76.92534) (xy 157.509049 76.80501) (xy 157.491077 76.801371)
(xy 157.495294 76.800577) (xy 157.67466 76.685158) (xy 157.79499 76.509049) (xy 157.837324 76.3) (xy 157.837324 75.3)
(xy 157.800577 75.104706) (xy 157.685158 74.92534) (xy 157.634165 74.890498) (xy 157.634235 74.811171) (xy 157.67466 74.785158)
(xy 157.79499 74.609049) (xy 157.837324 74.4) (xy 157.837324 73.4) (xy 157.800577 73.204706) (xy 157.685158 73.02534)
(xy 157.509049 72.90501) (xy 157.491077 72.901371) (xy 157.495294 72.900577) (xy 157.67466 72.785158) (xy 157.79499 72.609049)
(xy 157.837324 72.4) (xy 157.837324 71.4) (xy 157.800577 71.204706) (xy 157.685158 71.02534) (xy 157.574408 70.949668)
(xy 157.67466 70.885158) (xy 157.79499 70.709049) (xy 157.807332 70.648105) (xy 157.909995 70.627684) (xy 158.130408 70.480408)
(xy 158.557209 70.053608) (xy 158.690951 70.14499) (xy 158.9 70.187324) (xy 159.9 70.187324) (xy 160.095294 70.150577)
(xy 160.27466 70.035158) (xy 160.39499 69.859049) (xy 160.398629 69.841077)
)
)
(filled_polygon
(pts
(xy 159.408592 66.480408) (xy 159.629004 66.627684) (xy 159.67214 66.636264) (xy 159.889 66.6794) (xy 162.344907 66.6794)
(xy 162.367476 66.734022) (xy 162.3 66.7206) (xy 158.05 66.7206) (xy 157.790005 66.772316) (xy 157.569592 66.919592)
(xy 157.488363 67.000821) (xy 157.3 66.962676) (xy 157.212223 66.962676) (xy 157.20225 66.94775) (xy 156.948876 66.77845)
(xy 156.65 66.719) (xy 156.351124 66.77845) (xy 156.09775 66.94775) (xy 156.087777 66.962676) (xy 156 66.962676)
(xy 155.804706 66.999423) (xy 155.62534 67.114842) (xy 155.50501 67.290951) (xy 155.462676 67.5) (xy 155.462676 68.5)
(xy 155.499423 68.695294) (xy 155.614842 68.87466) (xy 155.790951 68.99499) (xy 155.808923 68.998629) (xy 155.804706 68.999423)
(xy 155.62534 69.114842) (xy 155.50501 69.290951) (xy 155.462676 69.5) (xy 155.462676 70.5) (xy 155.499423 70.695294)
(xy 155.614842 70.87466) (xy 155.725592 70.950332) (xy 155.62534 71.014842) (xy 155.50501 71.190951) (xy 155.474421 71.342)
(xy 153.798816 71.342) (xy 154.980408 70.160408) (xy 155.127684 69.939996) (xy 155.139737 69.8794) (xy 155.1794 69.68)
(xy 155.1794 66.872441) (xy 155.333878 66.718233) (xy 155.484029 66.356628) (xy 155.484371 65.965089) (xy 155.334851 65.603224)
(xy 155.058233 65.326122) (xy 154.696628 65.175971) (xy 154.305089 65.175629) (xy 153.943224 65.325149) (xy 153.666122 65.601767)
(xy 153.515971 65.963372) (xy 153.515629 66.354911) (xy 153.665149 66.716776) (xy 153.8206 66.872499) (xy 153.8206 69.398584)
(xy 152.878584 70.3406) (xy 151.25 70.3406) (xy 151.03314 70.383736) (xy 150.990004 70.392316) (xy 150.769591 70.539592)
(xy 149.328584 71.9806) (xy 145.46 71.9806) (xy 145.211844 72.029961) (xy 145.134851 71.843624) (xy 144.858233 71.566522)
(xy 144.503408 71.419186) (xy 144.470577 71.244706) (xy 144.355158 71.06534) (xy 144.179049 70.94501) (xy 143.97 70.902676)
(xy 142.97 70.902676) (xy 142.774706 70.939423) (xy 142.59534 71.054842) (xy 142.47501 71.230951) (xy 142.471371 71.248923)
(xy 142.470577 71.244706) (xy 142.355158 71.06534) (xy 142.179049 70.94501) (xy 141.97 70.902676) (xy 141.464566 70.902676)
(xy 141.338233 70.776122) (xy 141.141139 70.694282) (xy 141.36996 70.465859) (xy 141.535611 70.066926) (xy 141.535988 69.634969)
(xy 141.371033 69.235747) (xy 141.065859 68.93004) (xy 140.666926 68.764389) (xy 140.527856 68.764268) (xy 140.585 68.626309)
(xy 140.585 68.28575) (xy 140.42625 68.127) (xy 139.427 68.127) (xy 139.427 68.147) (xy 139.173 68.147)
(xy 139.173 68.127) (xy 139.153 68.127) (xy 139.153 67.873) (xy 139.173 67.873) (xy 139.173 67.853)
(xy 139.427 67.853) (xy 139.427 67.873) (xy 140.42625 67.873) (xy 140.585 67.71425) (xy 140.585 67.373691)
(xy 140.488327 67.140302) (xy 140.309699 66.961673) (xy 140.07631 66.865) (xy 139.627012 66.865) (xy 139.683878 66.808233)
(xy 139.810793 66.502587) (xy 139.991767 66.683878) (xy 140.353372 66.834029) (xy 140.744911 66.834371) (xy 141.106776 66.684851)
(xy 141.383878 66.408233) (xy 141.427049 66.304266) (xy 142.075191 66.952408) (xy 142.222467 67.050815) (xy 142.295605 67.099684)
(xy 142.5556 67.1514) (xy 151.8266 67.1514) (xy 152.086595 67.099684) (xy 152.307008 66.952408) (xy 154.190816 65.0686)
(xy 157.996784 65.0686)
)
)
(filled_polygon
(pts
(xy 139.82534 62.014842) (xy 139.70501 62.190951) (xy 139.662676 62.4) (xy 139.662676 63.4) (xy 139.699423 63.595294)
(xy 139.814842 63.77466) (xy 139.990951 63.89499) (xy 140.2 63.937324) (xy 140.626508 63.937324) (xy 140.932384 64.2432)
(xy 138.771 64.2432) (xy 138.511005 64.294916) (xy 138.290592 64.442192) (xy 137.935 64.797784) (xy 137.935 64.48575)
(xy 137.77625 64.327) (xy 136.777 64.327) (xy 136.777 65.17625) (xy 136.93575 65.335) (xy 137.407476 65.335)
(xy 137.279716 65.526205) (xy 137.228 65.7862) (xy 137.228 67.003383) (xy 136.482964 67.74842) (xy 136.264689 67.748229)
(xy 135.902824 67.897749) (xy 135.625722 68.174367) (xy 135.475571 68.535972) (xy 135.475229 68.927511) (xy 135.543195 69.092)
(xy 135.408 69.092) (xy 135.408 64.93012) (xy 135.461673 65.059698) (xy 135.640301 65.238327) (xy 135.87369 65.335)
(xy 136.36425 65.335) (xy 136.523 65.17625) (xy 136.523 64.327) (xy 136.503 64.327) (xy 136.503 64.073)
(xy 136.523 64.073) (xy 136.523 64.053) (xy 136.777 64.053) (xy 136.777 64.073) (xy 137.77625 64.073)
(xy 137.935 63.91425) (xy 137.935 63.573691) (xy 137.838327 63.340302) (xy 137.659699 63.161673) (xy 137.59646 63.135478)
(xy 137.67466 63.085158) (xy 137.79499 62.909049) (xy 137.837324 62.7) (xy 137.837324 62.362) (xy 138.25 62.362)
(xy 138.694678 62.273548) (xy 139.071658 62.021658) (xy 139.158316 61.935) (xy 139.949418 61.935)
)
)
(filled_polygon
(pts
(xy 152.799423 52.145294) (xy 152.914842 52.32466) (xy 153.090951 52.44499) (xy 153.3 52.487324) (xy 154.026507 52.487324)
(xy 154.572392 53.033209) (xy 154.792805 53.180484) (xy 155.0528 53.2322) (xy 156.457545 53.2322) (xy 156.445253 53.250597)
(xy 156.3394 53.782757) (xy 156.3394 53.837243) (xy 156.445253 54.369403) (xy 156.746697 54.820546) (xy 157.134998 55.08)
(xy 156.746697 55.339454) (xy 156.445253 55.790597) (xy 156.3394 56.322757) (xy 156.3394 56.377243) (xy 156.445253 56.909403)
(xy 156.746697 57.360546) (xy 157.054416 57.566157) (xy 156.955053 57.607312) (xy 156.523179 58.00151) (xy 156.468265 58.118679)
(xy 156.468571 57.768089) (xy 156.319051 57.406224) (xy 156.1382 57.225057) (xy 156.1382 56.2612) (xy 156.088417 56.010925)
(xy 155.946648 55.798752) (xy 155.096749 54.948853) (xy 155.096971 54.694689) (xy 154.947451 54.332824) (xy 154.670833 54.055722)
(xy 154.309228 53.905571) (xy 153.917689 53.905229) (xy 153.555824 54.054749) (xy 153.278722 54.331367) (xy 153.128571 54.692972)
(xy 153.128229 55.084511) (xy 153.277749 55.446376) (xy 153.554367 55.723478) (xy 153.915972 55.873629) (xy 154.171957 55.873853)
(xy 154.8302 56.532096) (xy 154.8302 57.225203) (xy 154.650322 57.404767) (xy 154.500171 57.766372) (xy 154.499829 58.157911)
(xy 154.649349 58.519776) (xy 154.925967 58.796878) (xy 155.287572 58.947029) (xy 155.679111 58.947371) (xy 156.040976 58.797851)
(xy 156.286398 58.552858) (xy 156.395531 58.763) (xy 157.603 58.763) (xy 157.603 58.743) (xy 157.857 58.743)
(xy 157.857 58.763) (xy 160.143 58.763) (xy 160.143 58.743) (xy 160.397 58.743) (xy 160.397 58.763)
(xy 161.604469 58.763) (xy 161.724968 58.530973) (xy 161.476821 58.00151) (xy 161.044947 57.607312) (xy 160.945584 57.566157)
(xy 161.253303 57.360546) (xy 161.554747 56.909403) (xy 161.6606 56.377243) (xy 161.6606 56.322757) (xy 161.554747 55.790597)
(xy 161.253303 55.339454) (xy 160.865003 55.08) (xy 161.253303 54.820546) (xy 161.554747 54.369403) (xy 161.6606 53.837243)
(xy 161.6606 53.782757) (xy 161.601602 53.486153) (xy 161.728676 53.486264) (xy 161.728676 54.7626) (xy 161.765423 54.957894)
(xy 161.880842 55.13726) (xy 162.056951 55.25759) (xy 162.266 55.299924) (xy 163.9932 55.299924) (xy 164.188494 55.263177)
(xy 164.36786 55.147758) (xy 164.48819 54.971649) (xy 164.523 54.799754) (xy 164.523 63.573874) (xy 164.500577 63.454706)
(xy 164.385158 63.27534) (xy 164.209049 63.15501) (xy 164.1794 63.149006) (xy 164.1794 57.111223) (xy 164.344478 56.946433)
(xy 164.494629 56.584828) (xy 164.494971 56.193289) (xy 164.345451 55.831424) (xy 164.068833 55.554322) (xy 163.707228 55.404171)
(xy 163.315689 55.403829) (xy 162.953824 55.553349) (xy 162.676722 55.829967) (xy 162.526571 56.191572) (xy 162.526229 56.583111)
(xy 162.675749 56.944976) (xy 162.8206 57.09008) (xy 162.8206 63.146432) (xy 162.804706 63.149423) (xy 162.62534 63.264842)
(xy 162.50501 63.440951) (xy 162.501371 63.458923) (xy 162.500577 63.454706) (xy 162.385158 63.27534) (xy 162.209049 63.15501)
(xy 162 63.112676) (xy 161 63.112676) (xy 160.804706 63.149423) (xy 160.62534 63.264842) (xy 160.50501 63.440951)
(xy 160.46863 63.6206) (xy 159.881417 63.6206) (xy 158.706145 62.445329) (xy 158.713303 62.440546) (xy 159 62.011473)
(xy 159.286697 62.440546) (xy 159.73784 62.74199) (xy 160.27 62.847843) (xy 160.80216 62.74199) (xy 161.253303 62.440546)
(xy 161.554747 61.989403) (xy 161.6606 61.457243) (xy 161.6606 61.402757) (xy 161.554747 60.870597) (xy 161.253303 60.419454)
(xy 160.945584 60.213843) (xy 161.044947 60.172688) (xy 161.476821 59.77849) (xy 161.724968 59.249027) (xy 161.604469 59.017)
(xy 160.397 59.017) (xy 160.397 59.037) (xy 160.143 59.037) (xy 160.143 59.017) (xy 157.857 59.017)
(xy 157.857 59.037) (xy 157.603 59.037) (xy 157.603 59.017) (xy 156.395531 59.017) (xy 156.275032 59.249027)
(xy 156.523179 59.77849) (xy 156.955053 60.172688) (xy 157.054416 60.213843) (xy 156.746697 60.419454) (xy 156.678178 60.522)
(xy 154.98 60.522) (xy 154.632523 60.591117) (xy 154.374921 60.763242) (xy 154.337947 60.787947) (xy 153.133894 61.992)
(xy 151.555368 61.992) (xy 151.56859 61.972649) (xy 151.610924 61.7636) (xy 151.610924 60.0364) (xy 151.574177 59.841106)
(xy 151.458758 59.66174) (xy 151.282649 59.54141) (xy 151.0736 59.499076) (xy 149.3464 59.499076) (xy 149.151106 59.535823)
(xy 148.97174 59.651242) (xy 148.85141 59.827351) (xy 148.809076 60.0364) (xy 148.809076 60.109056) (xy 148.680546 59.916697)
(xy 148.229403 59.615253) (xy 147.697243 59.5094) (xy 147.642757 59.5094) (xy 147.110597 59.615253) (xy 146.659454 59.916697)
(xy 146.453843 60.224416) (xy 146.412688 60.125053) (xy 146.01849 59.693179) (xy 145.489027 59.445032) (xy 145.257 59.565531)
(xy 145.257 60.773) (xy 145.277 60.773) (xy 145.277 61.027) (xy 145.257 61.027) (xy 145.257 61.047)
(xy 145.003 61.047) (xy 145.003 61.027) (xy 144.983 61.027) (xy 144.983 60.773) (xy 145.003 60.773)
(xy 145.003 59.565531) (xy 144.770973 59.445032) (xy 144.24151 59.693179) (xy 143.847312 60.125053) (xy 143.806157 60.224416)
(xy 143.600546 59.916697) (xy 143.149403 59.615253) (xy 142.617243 59.5094) (xy 142.562757 59.5094) (xy 142.030597 59.615253)
(xy 141.656824 59.865) (xy 141.511476 59.865) (xy 141.5 59.862676) (xy 140.712 59.862676) (xy 140.712 57.86)
(xy 140.623548 57.415322) (xy 140.371658 57.038342) (xy 140.000316 56.667) (xy 140.25425 56.667) (xy 140.413 56.50825)
(xy 140.413 55.397) (xy 140.393 55.397) (xy 140.393 55.143) (xy 140.413 55.143) (xy 140.413 55.123)
(xy 140.667 55.123) (xy 140.667 55.143) (xy 140.687 55.143) (xy 140.687 55.397) (xy 140.667 55.397)
(xy 140.667 56.50825) (xy 140.82575 56.667) (xy 141.428309 56.667) (xy 141.661698 56.570327) (xy 141.840327 56.391699)
(xy 141.937 56.15831) (xy 141.937 56.055072) (xy 142.069454 56.253303) (xy 142.520597 56.554747) (xy 143.052757 56.6606)
(xy 143.107243 56.6606) (xy 143.639403 56.554747) (xy 144.090546 56.253303) (xy 144.39199 55.80216) (xy 144.409276 55.715256)
(xy 144.526602 55.999206) (xy 144.888887 56.362124) (xy 145.362477 56.558776) (xy 145.875273 56.559223) (xy 146.349206 56.363398)
(xy 146.712124 56.001113) (xy 146.890196 55.57227) (xy 147.066602 55.999206) (xy 147.428887 56.362124) (xy 147.794207 56.513818)
(xy 147.716122 56.591767) (xy 147.565971 56.953372) (xy 147.565629 57.344911) (xy 147.715149 57.706776) (xy 147.991767 57.983878)
(xy 148.353372 58.134029) (xy 148.744911 58.134371) (xy 149.106776 57.984851) (xy 149.383878 57.708233) (xy 149.534029 57.346628)
(xy 149.534371 56.955089) (xy 149.384851 56.593224) (xy 149.108233 56.316122) (xy 148.986995 56.26578) (xy 149.252124 56.001113)
(xy 149.448776 55.527523) (xy 149.449223 55.014727) (xy 149.253398 54.540794) (xy 148.891113 54.177876) (xy 148.417523 53.981224)
(xy 148.375351 53.981187) (xy 148.678532 53.920881) (xy 148.877272 53.788088) (xy 151.41582 56.326636) (xy 151.415629 56.544911)
(xy 151.565149 56.906776) (xy 151.841767 57.183878) (xy 152.203372 57.334029) (xy 152.594911 57.334371) (xy 152.956776 57.184851)
(xy 153.233878 56.908233) (xy 153.384029 56.546628) (xy 153.384371 56.155089) (xy 153.234851 55.793224) (xy 152.958233 55.516122)
(xy 152.596628 55.365971) (xy 152.376595 55.365779) (xy 149.408065 52.397249) (xy 149.376134 52.236721) (xy 149.260592 52.0638)
(xy 152.784089 52.0638)
)
)
(filled_polygon
(pts
(xy 164.523 34.565) (xy 164.38575 34.565) (xy 164.227 34.72375) (xy 164.227 35.723) (xy 164.247 35.723)
(xy 164.247 35.977) (xy 164.227 35.977) (xy 164.227 36.97625) (xy 164.38575 37.135) (xy 164.523 37.135)
(xy 164.523 48.236497) (xy 164.436116 48.026741) (xy 164.183405 47.9448) (xy 163.309205 48.819) (xy 164.183405 49.6932)
(xy 164.436116 49.611259) (xy 164.523 49.372317) (xy 164.523 52.995413) (xy 164.493777 52.840106) (xy 164.378358 52.66074)
(xy 164.202249 52.54041) (xy 163.9932 52.498076) (xy 163.956857 52.498076) (xy 164.307806 52.14774) (xy 164.519958 51.636821)
(xy 164.52044 51.083606) (xy 164.30918 50.572318) (xy 163.91834 50.180794) (xy 163.853453 50.153851) (xy 163.921859 50.125516)
(xy 164.0038 49.872805) (xy 163.1296 48.998605) (xy 162.2554 49.872805) (xy 162.337341 50.125516) (xy 162.409699 50.151827)
(xy 162.342918 50.17942) (xy 161.951394 50.57026) (xy 161.739242 51.081179) (xy 161.738862 51.517871) (xy 161.616736 51.517765)
(xy 161.6606 51.297243) (xy 161.6606 51.242757) (xy 161.554747 50.710597) (xy 161.253303 50.259454) (xy 160.945584 50.053843)
(xy 161.044947 50.012688) (xy 161.476821 49.61849) (xy 161.662222 49.222905) (xy 161.823084 49.611259) (xy 162.075795 49.6932)
(xy 162.949995 48.819) (xy 162.075795 47.9448) (xy 161.823084 48.026741) (xy 161.709734 48.338468) (xy 161.476821 47.84151)
(xy 161.044947 47.447312) (xy 160.945584 47.406157) (xy 161.253303 47.200546) (xy 161.554747 46.749403) (xy 161.6606 46.217243)
(xy 161.6606 46.162757) (xy 161.554747 45.630597) (xy 161.253303 45.179454) (xy 160.945584 44.973843) (xy 161.044947 44.932688)
(xy 161.476821 44.53849) (xy 161.724968 44.009027) (xy 161.60447 43.777002) (xy 161.738967 43.777002) (xy 161.73876 44.014394)
(xy 161.95002 44.525682) (xy 162.34086 44.917206) (xy 162.561838 45.008964) (xy 162.342918 45.09942) (xy 161.951394 45.49026)
(xy 161.739242 46.001179) (xy 161.73876 46.554394) (xy 161.95002 47.065682) (xy 162.34086 47.457206) (xy 162.405747 47.484149)
(xy 162.337341 47.512484) (xy 162.2554 47.765195) (xy 163.1296 48.639395) (xy 164.0038 47.765195) (xy 163.921859 47.512484)
(xy 163.849501 47.486173) (xy 163.916282 47.45858) (xy 164.307806 47.06774) (xy 164.519958 46.556821) (xy 164.52044 46.003606)
(xy 164.30918 45.492318) (xy 163.91834 45.100794) (xy 163.697362 45.009036) (xy 163.916282 44.91858) (xy 164.307806 44.52774)
(xy 164.519958 44.016821) (xy 164.52044 43.463606) (xy 164.30918 42.952318) (xy 163.91834 42.560794) (xy 163.407421 42.348642)
(xy 162.854206 42.34816) (xy 162.342918 42.55942) (xy 161.951394 42.95026) (xy 161.739242 43.461179) (xy 161.739188 43.522998)
(xy 161.60447 43.522998) (xy 161.724968 43.290973) (xy 161.476821 42.76151) (xy 161.044947 42.367312) (xy 160.945584 42.326157)
(xy 161.253303 42.120546) (xy 161.554747 41.669403) (xy 161.6606 41.137243) (xy 161.6606 41.082757) (xy 161.554747 40.550597)
(xy 161.253303 40.099454) (xy 160.865003 39.84) (xy 161.253303 39.580546) (xy 161.554747 39.129403) (xy 161.6606 38.597243)
(xy 161.6606 38.542757) (xy 161.554747 38.010597) (xy 161.253303 37.559454) (xy 160.80216 37.25801) (xy 160.27 37.152157)
(xy 160.222435 37.161618) (xy 160.098141 37.037324) (xy 160.95 37.037324) (xy 161.145294 37.000577) (xy 161.276017 36.916459)
(xy 161.390951 36.99499) (xy 161.6 37.037324) (xy 162.6 37.037324) (xy 162.795294 37.000577) (xy 162.97466 36.885158)
(xy 163.035398 36.796265) (xy 163.061673 36.859699) (xy 163.240302 37.038327) (xy 163.473691 37.135) (xy 163.81425 37.135)
(xy 163.973 36.97625) (xy 163.973 35.977) (xy 163.953 35.977) (xy 163.953 35.723) (xy 163.973 35.723)
(xy 163.973 34.72375) (xy 163.81425 34.565) (xy 163.473691 34.565) (xy 163.240302 34.661673) (xy 163.061673 34.840301)
(xy 163.035478 34.90354) (xy 162.985158 34.82534) (xy 162.809049 34.70501) (xy 162.6 34.662676) (xy 161.6 34.662676)
(xy 161.404706 34.699423) (xy 161.273983 34.783541) (xy 161.159049 34.70501) (xy 160.95 34.662676) (xy 159.95 34.662676)
(xy 159.754706 34.699423) (xy 159.57534 34.814842) (xy 159.45501 34.990951) (xy 159.451371 35.008923) (xy 159.450577 35.004706)
(xy 159.335158 34.82534) (xy 159.159049 34.70501) (xy 158.95 34.662676) (xy 157.95 34.662676) (xy 157.754706 34.699423)
(xy 157.57534 34.814842) (xy 157.45501 34.990951) (xy 157.412676 35.2) (xy 157.412676 36.5) (xy 157.449423 36.695294)
(xy 157.564842 36.87466) (xy 157.740951 36.99499) (xy 157.95 37.037324) (xy 158.176508 37.037324) (xy 158.30826 37.169076)
(xy 156.8664 37.169076) (xy 156.863749 37.169575) (xy 156.885611 37.116926) (xy 156.885988 36.684969) (xy 156.721033 36.285747)
(xy 156.415859 35.98004) (xy 156.016926 35.814389) (xy 155.584969 35.814012) (xy 155.387324 35.895677) (xy 155.387324 35.5)
(xy 155.350577 35.304706) (xy 155.235158 35.12534) (xy 155.059049 35.00501) (xy 155.041077 35.001371) (xy 155.045294 35.000577)
(xy 155.22466 34.885158) (xy 155.34499 34.709049) (xy 155.387324 34.5) (xy 155.387324 33.5) (xy 155.350577 33.304706)
(xy 155.235158 33.12534) (xy 155.059049 33.00501) (xy 154.85 32.962676) (xy 152.85 32.962676) (xy 152.654706 32.999423)
(xy 152.47534 33.114842) (xy 152.35501 33.290951) (xy 152.312676 33.5) (xy 152.312676 33.62101) (xy 152.058233 33.366122)
(xy 151.696628 33.215971) (xy 151.305089 33.215629) (xy 150.943224 33.365149) (xy 150.666122 33.641767) (xy 150.515971 34.003372)
(xy 150.515629 34.394911) (xy 150.665149 34.756776) (xy 150.941767 35.033878) (xy 151.303372 35.184029) (xy 151.694911 35.184371)
(xy 152.056776 35.034851) (xy 152.333878 34.758233) (xy 152.355859 34.705296) (xy 152.464842 34.87466) (xy 152.640951 34.99499)
(xy 152.658923 34.998629) (xy 152.654706 34.999423) (xy 152.47534 35.114842) (xy 152.35501 35.290951) (xy 152.312676 35.5)
(xy 152.312676 36.5) (xy 152.349423 36.695294) (xy 152.464842 36.87466) (xy 152.640951 36.99499) (xy 152.658923 36.998629)
(xy 152.654706 36.999423) (xy 152.510837 37.092) (xy 144.3 37.092) (xy 144.262 37.099559) (xy 144.262 35.694911)
(xy 149.015629 35.694911) (xy 149.165149 36.056776) (xy 149.441767 36.333878) (xy 149.803372 36.484029) (xy 150.194911 36.484371)
(xy 150.556776 36.334851) (xy 150.833878 36.058233) (xy 150.984029 35.696628) (xy 150.984371 35.305089) (xy 150.834851 34.943224)
(xy 150.558233 34.666122) (xy 150.196628 34.515971) (xy 149.805089 34.515629) (xy 149.443224 34.665149) (xy 149.166122 34.941767)
(xy 149.015971 35.303372) (xy 149.015629 35.694911) (xy 144.262 35.694911) (xy 144.262 32.63588) (xy 159.043725 32.63588)
(xy 159.325421 33.058564) (xy 160.477892 33.535294) (xy 161.725072 33.534705) (xy 162.874579 33.058564) (xy 163.156275 32.63588)
(xy 161.1 30.579605) (xy 159.043725 32.63588) (xy 144.262 32.63588) (xy 144.262 31.7) (xy 144.173548 31.255322)
(xy 143.921658 30.878342) (xy 143.620328 30.677) (xy 153.4 30.677) (xy 153.620808 30.633078) (xy 153.808001 30.508001)
(xy 153.866163 30.420955) (xy 155.99964 30.426999) (xy 156.049078 30.417134) (xy 156.090783 30.388811) (xy 156.118183 30.346494)
(xy 156.126989 30.298329) (xy 156.120142 29.777892) (xy 157.964706 29.777892) (xy 157.965295 31.025072) (xy 158.441436 32.174579)
(xy 158.86412 32.456275) (xy 160.920395 30.4) (xy 161.279605 30.4) (xy 163.33588 32.456275) (xy 163.758564 32.174579)
(xy 164.235294 31.022108) (xy 164.234705 29.774928) (xy 163.758564 28.625421) (xy 163.33588 28.343725) (xy 161.279605 30.4)
(xy 160.920395 30.4) (xy 158.86412 28.343725) (xy 158.441436 28.625421) (xy 157.964706 29.777892) (xy 156.120142 29.777892)
(xy 156.098908 28.16412) (xy 159.043725 28.16412) (xy 161.1 30.220395) (xy 163.156275 28.16412) (xy 162.874579 27.741436)
(xy 161.722108 27.264706) (xy 160.474928 27.265295) (xy 159.325421 27.741436) (xy 159.043725 28.16412) (xy 156.098908 28.16412)
(xy 156.083287 26.977) (xy 164.523 26.977)
)
)
(filled_polygon
(pts
(xy 152.640951 38.99499) (xy 152.658923 38.998629) (xy 152.654706 38.999423) (xy 152.47534 39.114842) (xy 152.35501 39.290951)
(xy 152.312676 39.5) (xy 152.312676 40.5) (xy 152.349423 40.695294) (xy 152.464842 40.87466) (xy 152.640951 40.99499)
(xy 152.658923 40.998629) (xy 152.654706 40.999423) (xy 152.47534 41.114842) (xy 152.35501 41.290951) (xy 152.312676 41.5)
(xy 152.312676 42.5) (xy 152.349423 42.695294) (xy 152.464842 42.87466) (xy 152.640951 42.99499) (xy 152.658923 42.998629)
(xy 152.654706 42.999423) (xy 152.47534 43.114842) (xy 152.35501 43.290951) (xy 152.312676 43.5) (xy 152.312676 44.5)
(xy 152.349423 44.695294) (xy 152.464842 44.87466) (xy 152.640951 44.99499) (xy 152.658923 44.998629) (xy 152.654706 44.999423)
(xy 152.47534 45.114842) (xy 152.35501 45.290951) (xy 152.312676 45.5) (xy 152.312676 46.5) (xy 152.349423 46.695294)
(xy 152.464842 46.87466) (xy 152.640951 46.99499) (xy 152.658923 46.998629) (xy 152.654706 46.999423) (xy 152.47534 47.114842)
(xy 152.35501 47.290951) (xy 152.312676 47.5) (xy 152.312676 48.5) (xy 152.349423 48.695294) (xy 152.464842 48.87466)
(xy 152.640951 48.99499) (xy 152.85 49.037324) (xy 154.85 49.037324) (xy 155.045294 49.000577) (xy 155.22466 48.885158)
(xy 155.34499 48.709049) (xy 155.387324 48.5) (xy 155.387324 47.692292) (xy 156.280408 46.799208) (xy 156.415072 46.597671)
(xy 156.445253 46.749403) (xy 156.746697 47.200546) (xy 157.134998 47.46) (xy 156.746697 47.719454) (xy 156.445253 48.170597)
(xy 156.3394 48.702757) (xy 156.3394 48.757243) (xy 156.445253 49.289403) (xy 156.746697 49.740546) (xy 157.054416 49.946157)
(xy 156.955053 49.987312) (xy 156.735624 50.187598) (xy 156.659698 50.111673) (xy 156.426309 50.015) (xy 156.08575 50.015)
(xy 155.927 50.17375) (xy 155.927 51.173) (xy 156.77625 51.173) (xy 156.80625 51.143) (xy 157.603 51.143)
(xy 157.603 51.123) (xy 157.857 51.123) (xy 157.857 51.143) (xy 157.877 51.143) (xy 157.877 51.397)
(xy 157.857 51.397) (xy 157.857 51.417) (xy 157.603 51.417) (xy 157.603 51.397) (xy 156.395531 51.397)
(xy 156.379951 51.427) (xy 155.927 51.427) (xy 155.927 51.447) (xy 155.673 51.447) (xy 155.673 51.427)
(xy 155.653 51.427) (xy 155.653 51.173) (xy 155.673 51.173) (xy 155.673 50.17375) (xy 155.51425 50.015)
(xy 155.173691 50.015) (xy 154.940302 50.111673) (xy 154.761673 50.290301) (xy 154.735478 50.35354) (xy 154.685158 50.27534)
(xy 154.509049 50.15501) (xy 154.3 50.112676) (xy 154.255592 50.112676) (xy 154.223058 50.080142) (xy 153.846078 49.828252)
(xy 153.4014 49.7398) (xy 149.046521 49.7398) (xy 149.155278 49.631233) (xy 149.305429 49.269628) (xy 149.305771 48.878089)
(xy 149.156251 48.516224) (xy 148.9754 48.335057) (xy 148.9754 45.543508) (xy 149.206078 45.313233) (xy 149.356229 44.951628)
(xy 149.356571 44.560089) (xy 149.207051 44.198224) (xy 148.930433 43.921122) (xy 148.568828 43.770971) (xy 148.177289 43.770629)
(xy 147.815424 43.920149) (xy 147.538322 44.196767) (xy 147.388171 44.558372) (xy 147.387829 44.949911) (xy 147.537349 45.311776)
(xy 147.6674 45.442055) (xy 147.6674 48.335203) (xy 147.487522 48.514767) (xy 147.337371 48.876372) (xy 147.337029 49.267911)
(xy 147.486549 49.629776) (xy 147.596381 49.7398) (xy 142.603516 49.7398) (xy 143.921658 48.421658) (xy 144.173548 48.044678)
(xy 144.262 47.6) (xy 144.262 39.322106) (xy 144.676106 38.908) (xy 152.513637 38.908)
)
)
(filled_polygon
(pts
(xy 160.397 48.603) (xy 160.417 48.603) (xy 160.417 48.857) (xy 160.397 48.857) (xy 160.397 48.877)
(xy 160.143 48.877) (xy 160.143 48.857) (xy 160.123 48.857) (xy 160.123 48.603) (xy 160.143 48.603)
(xy 160.143 48.583) (xy 160.397 48.583)
)
)
(filled_polygon
(pts
(xy 160.397 43.523) (xy 160.417 43.523) (xy 160.417 43.777) (xy 160.397 43.777) (xy 160.397 43.797)
(xy 160.143 43.797) (xy 160.143 43.777) (xy 160.123 43.777) (xy 160.123 43.523) (xy 160.143 43.523)
(xy 160.143 43.503) (xy 160.397 43.503)
)
)
(filled_polygon
(pts
(xy 134.825 27.91425) (xy 134.98375 28.073) (xy 135.933 28.073) (xy 135.933 28.053) (xy 136.187 28.053)
(xy 136.187 28.073) (xy 136.207 28.073) (xy 136.207 28.327) (xy 136.187 28.327) (xy 136.187 30.17625)
(xy 136.34575 30.335) (xy 136.715 30.335) (xy 136.715 30.51425) (xy 136.87375 30.673) (xy 138.223 30.673)
(xy 138.223 30.653) (xy 138.477 30.653) (xy 138.477 30.673) (xy 139.679891 30.673) (xy 139.7 30.677)
(xy 142.579672 30.677) (xy 142.278342 30.878342) (xy 142.026452 31.255322) (xy 141.938 31.7) (xy 141.938 43.092)
(xy 139.186363 43.092) (xy 139.059049 43.00501) (xy 139.041077 43.001371) (xy 139.045294 43.000577) (xy 139.083703 42.975862)
(xy 139.103372 42.984029) (xy 139.494911 42.984371) (xy 139.856776 42.834851) (xy 140.133878 42.558233) (xy 140.284029 42.196628)
(xy 140.284371 41.805089) (xy 140.134851 41.443224) (xy 139.858233 41.166122) (xy 139.496628 41.015971) (xy 139.105089 41.015629)
(xy 139.086084 41.023482) (xy 139.059049 41.00501) (xy 139.041077 41.001371) (xy 139.045294 41.000577) (xy 139.22466 40.885158)
(xy 139.34499 40.709049) (xy 139.387324 40.5) (xy 139.387324 39.87899) (xy 139.641767 40.133878) (xy 140.003372 40.284029)
(xy 140.394911 40.284371) (xy 140.756776 40.134851) (xy 141.033878 39.858233) (xy 141.184029 39.496628) (xy 141.184221 39.276595)
(xy 141.480408 38.980408) (xy 141.627684 38.759995) (xy 141.6794 38.5) (xy 141.6794 35.4) (xy 141.627684 35.140005)
(xy 141.480408 34.919592) (xy 140.080408 33.519592) (xy 139.859995 33.372316) (xy 139.703023 33.341092) (xy 139.709699 33.338327)
(xy 139.888327 33.159698) (xy 139.985 32.926309) (xy 139.985 31.08575) (xy 139.82625 30.927) (xy 138.477 30.927)
(xy 138.477 30.947) (xy 138.223 30.947) (xy 138.223 30.927) (xy 136.87375 30.927) (xy 136.715 31.08575)
(xy 136.715 32.926309) (xy 136.738736 32.983612) (xy 136.654706 32.999423) (xy 136.47534 33.114842) (xy 136.35501 33.290951)
(xy 136.312676 33.5) (xy 136.312676 34.5) (xy 136.349423 34.695294) (xy 136.464842 34.87466) (xy 136.640951 34.99499)
(xy 136.658923 34.998629) (xy 136.654706 34.999423) (xy 136.47534 35.114842) (xy 136.35501 35.290951) (xy 136.312676 35.5)
(xy 136.312676 36.5) (xy 136.349423 36.695294) (xy 136.464842 36.87466) (xy 136.640951 36.99499) (xy 136.658923 36.998629)
(xy 136.654706 36.999423) (xy 136.47534 37.114842) (xy 136.35501 37.290951) (xy 136.312676 37.5) (xy 136.312676 38.5)
(xy 136.349423 38.695294) (xy 136.464842 38.87466) (xy 136.640951 38.99499) (xy 136.658923 38.998629) (xy 136.654706 38.999423)
(xy 136.521501 39.085138) (xy 136.18874 38.751794) (xy 135.677821 38.539642) (xy 135.141538 38.539175) (xy 135.02 38.514999)
(xy 135.019995 38.515) (xy 133.670958 38.515) (xy 133.711514 38.31473) (xy 133.711514 37.872592) (xy 134.247377 37.336729)
(xy 134.325092 37.336797) (xy 134.742991 37.164124) (xy 135.063 36.844673) (xy 135.236402 36.427076) (xy 135.236797 35.974908)
(xy 135.064124 35.557009) (xy 134.744673 35.237) (xy 134.327076 35.063598) (xy 133.874908 35.063203) (xy 133.63896 35.160695)
(xy 133.63896 34.703965) (xy 133.638961 34.70396) (xy 133.560175 34.307882) (xy 133.433968 34.119) (xy 133.335816 33.972104)
(xy 133.335813 33.972102) (xy 132.231856 32.868144) (xy 131.896077 32.643785) (xy 131.5 32.564999) (xy 131.499995 32.565)
(xy 130.628711 32.565) (xy 129.975 31.911288) (xy 129.975 31.773224) (xy 130.105254 31.82731) (xy 130.493761 31.827649)
(xy 130.852825 31.679287) (xy 131.127781 31.40481) (xy 131.190377 31.254063) (xy 131.503372 31.384029) (xy 131.565504 31.384083)
(xy 131.515971 31.503372) (xy 131.515629 31.894911) (xy 131.665149 32.256776) (xy 131.941767 32.533878) (xy 132.303372 32.684029)
(xy 132.694911 32.684371) (xy 133.056776 32.534851) (xy 133.333878 32.258233) (xy 133.484029 31.896628) (xy 133.484221 31.676595)
(xy 133.837979 31.322837) (xy 133.871253 31.403365) (xy 134.14573 31.678321) (xy 134.504534 31.82731) (xy 134.893041 31.827649)
(xy 135.252105 31.679287) (xy 135.527061 31.40481) (xy 135.67605 31.046006) (xy 135.676389 30.657499) (xy 135.543135 30.335)
(xy 135.77425 30.335) (xy 135.933 30.17625) (xy 135.933 28.327) (xy 134.98375 28.327) (xy 134.825 28.48575)
(xy 134.825 29.826309) (xy 134.844939 29.874447) (xy 134.622037 29.874252) (xy 134.657324 29.7) (xy 134.657324 26.977)
(xy 134.825 26.977)
)
)
)
(zone (net 1) (net_name GND) (layer L3-PWR) (tstamp 55BAA223) (hatch edge 0.508)
(connect_pads (clearance 0.4))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 105.15 26.5) (xy 138.35 26.45) (xy 138.35 30.3) (xy 155.95 30.3) (xy 156 26.5)
(xy 164.9 26.5) (xy 164.9 101.3) (xy 105.1 101.25)
)
)
(filled_polygon
(pts
(xy 138.223 28.165) (xy 138.222998 28.165) (xy 138.222998 28.323748) (xy 138.06425 28.165) (xy 137.22369 28.165)
(xy 136.990301 28.261673) (xy 136.811673 28.440302) (xy 136.715 28.673691) (xy 136.715 30.51425) (xy 136.87375 30.673)
(xy 138.223 30.673) (xy 138.223 30.653) (xy 138.477 30.653) (xy 138.477 30.673) (xy 139.679891 30.673)
(xy 139.7 30.677) (xy 142.732526 30.677) (xy 142.485747 30.778967) (xy 142.18004 31.084141) (xy 142.014389 31.483074)
(xy 142.014012 31.915031) (xy 142.178967 32.314253) (xy 142.484141 32.61996) (xy 142.72651 32.7206) (xy 139.985 32.7206)
(xy 139.985 31.08575) (xy 139.82625 30.927) (xy 138.477 30.927) (xy 138.477 30.947) (xy 138.223 30.947)
(xy 138.223 30.927) (xy 136.87375 30.927) (xy 136.715 31.08575) (xy 136.715 32.7206) (xy 135.481416 32.7206)
(xy 134.588199 31.827383) (xy 134.893041 31.827649) (xy 135.252105 31.679287) (xy 135.527061 31.40481) (xy 135.67605 31.046006)
(xy 135.676389 30.657499) (xy 135.528027 30.298435) (xy 135.25355 30.023479) (xy 134.894746 29.87449) (xy 134.506239 29.874151)
(xy 134.147175 30.022513) (xy 133.872219 30.29699) (xy 133.72323 30.655794) (xy 133.722891 31.044301) (xy 133.732181 31.066783)
(xy 133.5 31.0206) (xy 133.212441 31.0206) (xy 133.058233 30.866122) (xy 132.696628 30.715971) (xy 132.634496 30.715917)
(xy 132.684029 30.596628) (xy 132.684371 30.205089) (xy 132.534851 29.843224) (xy 132.258233 29.566122) (xy 131.896628 29.415971)
(xy 131.505089 29.415629) (xy 131.143224 29.565149) (xy 130.866122 29.841767) (xy 130.800022 30.000953) (xy 130.495466 29.87449)
(xy 130.106959 29.874151) (xy 129.747895 30.022513) (xy 129.472939 30.29699) (xy 129.32395 30.655794) (xy 129.323611 31.044301)
(xy 129.471973 31.403365) (xy 129.74645 31.678321) (xy 130.105254 31.82731) (xy 130.493761 31.827649) (xy 130.7206 31.733921)
(xy 130.7206 32) (xy 130.772316 32.259995) (xy 130.919592 32.480408) (xy 133.019591 34.580408) (xy 133.240004 34.727684)
(xy 133.28314 34.736264) (xy 133.5 34.7794) (xy 136.536494 34.7794) (xy 135.236706 36.079188) (xy 135.236797 35.974908)
(xy 135.064124 35.557009) (xy 134.744673 35.237) (xy 134.327076 35.063598) (xy 133.874908 35.063203) (xy 133.457009 35.235876)
(xy 133.137 35.555327) (xy 132.963598 35.972924) (xy 132.963203 36.425092) (xy 133.135876 36.842991) (xy 133.384451 37.092)
(xy 128.599577 37.092) (xy 128.544673 37.037) (xy 128.127076 36.863598) (xy 127.674908 36.863203) (xy 127.257009 37.035876)
(xy 126.937 37.355327) (xy 126.763598 37.772924) (xy 126.763203 38.225092) (xy 126.935876 38.642991) (xy 127.255327 38.963)
(xy 127.672924 39.136402) (xy 128.125092 39.136797) (xy 128.542991 38.964124) (xy 128.599213 38.908) (xy 134.455462 38.908)
(xy 134.221794 39.14126) (xy 134.009642 39.652179) (xy 134.00916 40.205394) (xy 134.22042 40.716682) (xy 134.61126 41.108206)
(xy 134.676147 41.135149) (xy 134.607741 41.163484) (xy 134.5258 41.416195) (xy 135.4 42.290395) (xy 136.2742 41.416195)
(xy 136.192259 41.163484) (xy 136.119901 41.137173) (xy 136.186682 41.10958) (xy 136.578206 40.71874) (xy 136.790358 40.207821)
(xy 136.79084 39.654606) (xy 136.724856 39.494911) (xy 139.215629 39.494911) (xy 139.365149 39.856776) (xy 139.641767 40.133878)
(xy 140.003372 40.284029) (xy 140.394911 40.284371) (xy 140.756776 40.134851) (xy 141.033878 39.858233) (xy 141.184029 39.496628)
(xy 141.184371 39.105089) (xy 141.034851 38.743224) (xy 140.758233 38.466122) (xy 140.396628 38.315971) (xy 140.005089 38.315629)
(xy 139.643224 38.465149) (xy 139.366122 38.741767) (xy 139.215971 39.103372) (xy 139.215629 39.494911) (xy 136.724856 39.494911)
(xy 136.57958 39.143318) (xy 136.18874 38.751794) (xy 135.677821 38.539642) (xy 135.344754 38.539352) (xy 137.876106 36.008)
(xy 138.605573 36.008) (xy 138.565971 36.103372) (xy 138.565629 36.494911) (xy 138.715149 36.856776) (xy 138.991767 37.133878)
(xy 139.353372 37.284029) (xy 139.744911 37.284371) (xy 140.106776 37.134851) (xy 140.383878 36.858233) (xy 140.534029 36.496628)
(xy 140.534371 36.105089) (xy 140.494255 36.008) (xy 145.423894 36.008) (xy 147.257947 37.842053) (xy 147.552523 38.038883)
(xy 147.9 38.108) (xy 151.1 38.108) (xy 151.447477 38.038883) (xy 151.606672 37.932512) (xy 148.218584 41.3206)
(xy 140.012441 41.3206) (xy 139.858233 41.166122) (xy 139.496628 41.015971) (xy 139.105089 41.015629) (xy 138.743224 41.165149)
(xy 138.466122 41.441767) (xy 138.315971 41.803372) (xy 138.315629 42.194911) (xy 138.465149 42.556776) (xy 138.741767 42.833878)
(xy 139.103372 42.984029) (xy 139.494911 42.984371) (xy 139.856776 42.834851) (xy 140.012499 42.6794) (xy 148.5 42.6794)
(xy 148.759995 42.627684) (xy 148.980408 42.480408) (xy 154.714334 36.746482) (xy 154.714012 37.115031) (xy 154.878967 37.514253)
(xy 155.184141 37.81996) (xy 155.354261 37.8906) (xy 154.43 37.8906) (xy 154.170005 37.942316) (xy 153.949592 38.089592)
(xy 149.319592 42.719592) (xy 149.172316 42.940005) (xy 149.1206 43.2) (xy 149.1206 44.111622) (xy 148.930433 43.921122)
(xy 148.568828 43.770971) (xy 148.177289 43.770629) (xy 147.815424 43.920149) (xy 147.538322 44.196767) (xy 147.388171 44.558372)
(xy 147.387829 44.949911) (xy 147.537349 45.311776) (xy 147.813967 45.588878) (xy 148.175572 45.739029) (xy 148.567111 45.739371)
(xy 148.928976 45.589851) (xy 149.1206 45.398562) (xy 149.1206 48.480511) (xy 148.879633 48.239122) (xy 148.518028 48.088971)
(xy 148.126489 48.088629) (xy 147.764624 48.238149) (xy 147.487522 48.514767) (xy 147.337371 48.876372) (xy 147.337029 49.267911)
(xy 147.486549 49.629776) (xy 147.763167 49.906878) (xy 148.124772 50.057029) (xy 148.516311 50.057371) (xy 148.878176 49.907851)
(xy 149.1206 49.66585) (xy 149.1206 51.854287) (xy 149.096714 51.818539) (xy 148.678532 51.539119) (xy 148.185253 51.441)
(xy 148.134747 51.441) (xy 147.641468 51.539119) (xy 147.223286 51.818539) (xy 146.943866 52.236721) (xy 146.89 52.507524)
(xy 146.836134 52.236721) (xy 146.556714 51.818539) (xy 146.138532 51.539119) (xy 145.645253 51.441) (xy 145.594747 51.441)
(xy 145.101468 51.539119) (xy 144.683286 51.818539) (xy 144.403866 52.236721) (xy 144.35 52.507524) (xy 144.296134 52.236721)
(xy 144.016714 51.818539) (xy 143.598532 51.539119) (xy 143.105253 51.441) (xy 143.054747 51.441) (xy 142.561468 51.539119)
(xy 142.143286 51.818539) (xy 141.863866 52.236721) (xy 141.81 52.507524) (xy 141.756134 52.236721) (xy 141.476714 51.818539)
(xy 141.058532 51.539119) (xy 140.565253 51.441) (xy 140.514747 51.441) (xy 140.021468 51.539119) (xy 139.603286 51.818539)
(xy 139.323866 52.236721) (xy 139.225747 52.73) (xy 139.323866 53.223279) (xy 139.603286 53.641461) (xy 139.949809 53.873)
(xy 139.651691 53.873) (xy 139.418302 53.969673) (xy 139.239673 54.148301) (xy 139.143 54.38169) (xy 139.143 54.98425)
(xy 139.30175 55.143) (xy 140.413 55.143) (xy 140.413 55.123) (xy 140.667 55.123) (xy 140.667 55.143)
(xy 140.687 55.143) (xy 140.687 55.397) (xy 140.667 55.397) (xy 140.667 56.50825) (xy 140.82575 56.667)
(xy 141.428309 56.667) (xy 141.661698 56.570327) (xy 141.840327 56.391699) (xy 141.937 56.15831) (xy 141.937 56.055072)
(xy 142.069454 56.253303) (xy 142.520597 56.554747) (xy 143.052757 56.6606) (xy 143.107243 56.6606) (xy 143.639403 56.554747)
(xy 144.090546 56.253303) (xy 144.39199 55.80216) (xy 144.409276 55.715256) (xy 144.526602 55.999206) (xy 144.888887 56.362124)
(xy 144.967339 56.3947) (xy 144.982316 56.469995) (xy 145.129592 56.690408) (xy 147.219591 58.780408) (xy 147.440004 58.927684)
(xy 147.48314 58.936264) (xy 147.7 58.9794) (xy 149.1 58.9794) (xy 149.359995 58.927684) (xy 149.580408 58.780408)
(xy 151.532663 56.828153) (xy 151.565149 56.906776) (xy 151.841767 57.183878) (xy 152.203372 57.334029) (xy 152.423405 57.334221)
(xy 153.8206 58.731417) (xy 153.8206 65.447559) (xy 153.666122 65.601767) (xy 153.515971 65.963372) (xy 153.515629 66.354911)
(xy 153.665149 66.716776) (xy 153.941767 66.993878) (xy 154.303372 67.144029) (xy 154.694911 67.144371) (xy 155.056776 66.994851)
(xy 155.333878 66.718233) (xy 155.484029 66.356628) (xy 155.484371 65.965089) (xy 155.334851 65.603224) (xy 155.1794 65.447501)
(xy 155.1794 58.902112) (xy 155.287572 58.947029) (xy 155.679111 58.947371) (xy 156.040976 58.797851) (xy 156.286398 58.552858)
(xy 156.395531 58.763) (xy 157.603 58.763) (xy 157.603 58.743) (xy 157.857 58.743) (xy 157.857 58.763)
(xy 160.143 58.763) (xy 160.143 58.743) (xy 160.397 58.743) (xy 160.397 58.763) (xy 160.417 58.763)
(xy 160.417 59.017) (xy 160.397 59.017) (xy 160.397 59.037) (xy 160.143 59.037) (xy 160.143 59.017)
(xy 157.857 59.017) (xy 157.857 59.037) (xy 157.603 59.037) (xy 157.603 59.017) (xy 156.395531 59.017)
(xy 156.275032 59.249027) (xy 156.523179 59.77849) (xy 156.955053 60.172688) (xy 157.054416 60.213843) (xy 156.746697 60.419454)
(xy 156.445253 60.870597) (xy 156.3394 61.402757) (xy 156.3394 61.457243) (xy 156.445253 61.989403) (xy 156.746697 62.440546)
(xy 157.19784 62.74199) (xy 157.59492 62.820974) (xy 156.607947 63.807947) (xy 156.411117 64.102523) (xy 156.342 64.45)
(xy 156.342 67.073894) (xy 154.557947 68.857947) (xy 154.361117 69.152523) (xy 154.292 69.5) (xy 154.292 78.900123)
(xy 154.158233 78.766122) (xy 153.796628 78.615971) (xy 153.405089 78.615629) (xy 153.043224 78.765149) (xy 152.766122 79.041767)
(xy 152.615971 79.403372) (xy 152.615629 79.794911) (xy 152.765149 80.156776) (xy 153.041767 80.433878) (xy 153.100107 80.458103)
(xy 152.916122 80.641767) (xy 152.765971 81.003372) (xy 152.765629 81.394911) (xy 152.915149 81.756776) (xy 153.191767 82.033878)
(xy 153.553372 82.184029) (xy 153.944911 82.184371) (xy 154.292 82.040956) (xy 154.292 82.323894) (xy 153.273894 83.342)
(xy 152.877798 83.342) (xy 152.865859 83.33004) (xy 152.466926 83.164389) (xy 152.034969 83.164012) (xy 151.635747 83.328967)
(xy 151.33004 83.634141) (xy 151.164389 84.033074) (xy 151.164012 84.465031) (xy 151.328967 84.864253) (xy 151.634141 85.16996)
(xy 152.033074 85.335611) (xy 152.465031 85.335988) (xy 152.864253 85.171033) (xy 152.877309 85.158) (xy 153.65 85.158)
(xy 153.997477 85.088883) (xy 154.292053 84.892053) (xy 155.842053 83.342053) (xy 156.038883 83.047477) (xy 156.088866 82.796192)
(xy 156.178967 83.014253) (xy 156.484141 83.31996) (xy 156.883074 83.485611) (xy 157.315031 83.485988) (xy 157.714253 83.321033)
(xy 157.892 83.143596) (xy 157.892 88.623894) (xy 157.420157 89.095737) (xy 157.15 89.042) (xy 145.977798 89.042)
(xy 145.965859 89.03004) (xy 145.566926 88.864389) (xy 145.134969 88.864012) (xy 144.735747 89.028967) (xy 144.722691 89.042)
(xy 137.977798 89.042) (xy 137.965859 89.03004) (xy 137.566926 88.864389) (xy 137.134969 88.864012) (xy 136.735747 89.028967)
(xy 136.722691 89.042) (xy 132.823617 89.042) (xy 132.821033 89.035747) (xy 132.515859 88.73004) (xy 132.116926 88.564389)
(xy 131.684969 88.564012) (xy 131.285747 88.728967) (xy 130.98004 89.034141) (xy 130.814389 89.433074) (xy 130.814012 89.865031)
(xy 130.978967 90.264253) (xy 131.284141 90.56996) (xy 131.683074 90.735611) (xy 131.772913 90.735689) (xy 131.852523 90.788883)
(xy 132.2 90.858) (xy 136.722202 90.858) (xy 136.734141 90.86996) (xy 137.133074 91.035611) (xy 137.565031 91.035988)
(xy 137.964253 90.871033) (xy 137.977309 90.858) (xy 144.722202 90.858) (xy 144.734141 90.86996) (xy 145.133074 91.035611)
(xy 145.565031 91.035988) (xy 145.964253 90.871033) (xy 145.977309 90.858) (xy 156.555724 90.858) (xy 156.578967 90.914253)
(xy 156.884141 91.21996) (xy 157.283074 91.385611) (xy 157.715031 91.385988) (xy 158.114253 91.221033) (xy 158.41996 90.915859)
(xy 158.585611 90.516926) (xy 158.585627 90.498479) (xy 159.442053 89.642053) (xy 159.504897 89.548) (xy 159.638883 89.347477)
(xy 159.708 89) (xy 159.708 82.169026) (xy 160.443442 82.169026) (xy 160.671947 82.669674) (xy 161.094288 83.073579)
(xy 161.239915 83.130127) (xy 160.885863 83.366697) (xy 160.584419 83.81784) (xy 160.478566 84.35) (xy 160.584419 84.88216)
(xy 160.885863 85.333303) (xy 161.337006 85.634747) (xy 161.869166 85.7406) (xy 162.130834 85.7406) (xy 162.662994 85.634747)
(xy 163.114137 85.333303) (xy 163.415581 84.88216) (xy 163.521434 84.35) (xy 163.415581 83.81784) (xy 163.114137 83.366697)
(xy 162.760085 83.130127) (xy 162.905712 83.073579) (xy 163.328053 82.669674) (xy 163.556558 82.169026) (xy 163.435417 81.937)
(xy 162.127 81.937) (xy 162.127 81.957) (xy 161.873 81.957) (xy 161.873 81.937) (xy 160.564583 81.937)
(xy 160.443442 82.169026) (xy 159.708 82.169026) (xy 159.708 81.05) (xy 159.638883 80.702523) (xy 159.442053 80.407947)
(xy 158.984106 79.95) (xy 159.392053 79.542053) (xy 159.588883 79.247477) (xy 159.658 78.9) (xy 159.658 74.549026)
(xy 160.443442 74.549026) (xy 160.671947 75.049674) (xy 161.094288 75.453579) (xy 161.239915 75.510127) (xy 160.885863 75.746697)
(xy 160.584419 76.19784) (xy 160.478566 76.73) (xy 160.584419 77.26216) (xy 160.885863 77.713303) (xy 161.314936 78)
(xy 160.885863 78.286697) (xy 160.584419 78.73784) (xy 160.478566 79.27) (xy 160.584419 79.80216) (xy 160.885863 80.253303)
(xy 161.239915 80.489873) (xy 161.094288 80.546421) (xy 160.671947 80.950326) (xy 160.443442 81.450974) (xy 160.564583 81.683)
(xy 161.873 81.683) (xy 161.873 81.663) (xy 162.127 81.663) (xy 162.127 81.683) (xy 163.435417 81.683)
(xy 163.556558 81.450974) (xy 163.328053 80.950326) (xy 162.905712 80.546421) (xy 162.760085 80.489873) (xy 163.114137 80.253303)
(xy 163.415581 79.80216) (xy 163.521434 79.27) (xy 163.415581 78.73784) (xy 163.114137 78.286697) (xy 162.685064 78)
(xy 163.114137 77.713303) (xy 163.415581 77.26216) (xy 163.521434 76.73) (xy 163.415581 76.19784) (xy 163.114137 75.746697)
(xy 162.760085 75.510127) (xy 162.905712 75.453579) (xy 163.328053 75.049674) (xy 163.556558 74.549026) (xy 163.435417 74.317)
(xy 162.127 74.317) (xy 162.127 74.337) (xy 161.873 74.337) (xy 161.873 74.317) (xy 160.564583 74.317)
(xy 160.443442 74.549026) (xy 159.658 74.549026) (xy 159.658 73.830974) (xy 160.443442 73.830974) (xy 160.564583 74.063)
(xy 161.873 74.063) (xy 161.873 74.043) (xy 162.127 74.043) (xy 162.127 74.063) (xy 163.435417 74.063)
(xy 163.556558 73.830974) (xy 163.328053 73.330326) (xy 163.007571 73.023834) (xy 163.058894 73.014177) (xy 163.23826 72.898758)
(xy 163.35859 72.722649) (xy 163.400924 72.5136) (xy 163.400924 70.7864) (xy 163.364177 70.591106) (xy 163.248758 70.41174)
(xy 163.072649 70.29141) (xy 162.8636 70.249076) (xy 161.1364 70.249076) (xy 160.941106 70.285823) (xy 160.76174 70.401242)
(xy 160.64141 70.577351) (xy 160.599076 70.7864) (xy 160.599076 72.5136) (xy 160.635823 72.708894) (xy 160.751242 72.88826)
(xy 160.927351 73.00859) (xy 160.994211 73.02213) (xy 160.671947 73.330326) (xy 160.443442 73.830974) (xy 159.658 73.830974)
(xy 159.658 66.526106) (xy 163.092053 63.092053) (xy 163.288883 62.797477) (xy 163.358 62.45) (xy 163.358 58.1)
(xy 163.288883 57.752523) (xy 163.092053 57.457947) (xy 162.217217 56.583111) (xy 162.526229 56.583111) (xy 162.675749 56.944976)
(xy 162.952367 57.222078) (xy 163.313972 57.372229) (xy 163.705511 57.372571) (xy 164.067376 57.223051) (xy 164.344478 56.946433)
(xy 164.494629 56.584828) (xy 164.494971 56.193289) (xy 164.345451 55.831424) (xy 164.068833 55.554322) (xy 163.707228 55.404171)
(xy 163.315689 55.403829) (xy 162.953824 55.553349) (xy 162.676722 55.829967) (xy 162.526571 56.191572) (xy 162.526229 56.583111)
(xy 162.217217 56.583111) (xy 161.587037 55.952931) (xy 161.554747 55.790597) (xy 161.253303 55.339454) (xy 160.865003 55.08)
(xy 161.253303 54.820546) (xy 161.554747 54.369403) (xy 161.6606 53.837243) (xy 161.6606 53.782757) (xy 161.601602 53.486153)
(xy 161.728676 53.486264) (xy 161.728676 54.7626) (xy 161.765423 54.957894) (xy 161.880842 55.13726) (xy 162.056951 55.25759)
(xy 162.266 55.299924) (xy 163.9932 55.299924) (xy 164.188494 55.263177) (xy 164.36786 55.147758) (xy 164.48819 54.971649)
(xy 164.523 54.799754) (xy 164.523 65.146487) (xy 164.252666 64.875681) (xy 163.765115 64.673231) (xy 163.237202 64.672771)
(xy 162.749297 64.874369) (xy 162.375681 65.247334) (xy 162.173231 65.734885) (xy 162.172771 66.262798) (xy 162.374369 66.750703)
(xy 162.747334 67.124319) (xy 163.234885 67.326769) (xy 163.762798 67.327229) (xy 164.250703 67.125631) (xy 164.523 66.853808)
(xy 164.523 100.823) (xy 156.704506 100.823) (xy 157.103579 100.405712) (xy 157.315115 99.860952) (xy 157.18395 99.63588)
(xy 159.043725 99.63588) (xy 159.325421 100.058564) (xy 160.477892 100.535294) (xy 161.725072 100.534705) (xy 162.874579 100.058564)
(xy 163.156275 99.63588) (xy 161.1 97.579605) (xy 159.043725 99.63588) (xy 157.18395 99.63588) (xy 157.178775 99.627)
(xy 155.967 99.627) (xy 155.967 99.647) (xy 155.713 99.647) (xy 155.713 99.627) (xy 155.693 99.627)
(xy 155.693 99.373) (xy 155.713 99.373) (xy 155.713 98.064583) (xy 155.967 98.064583) (xy 155.967 99.373)
(xy 157.178775 99.373) (xy 157.315115 99.139048) (xy 157.103579 98.594288) (xy 156.699674 98.171947) (xy 156.199026 97.943442)
(xy 155.967 98.064583) (xy 155.713 98.064583) (xy 155.480974 97.943442) (xy 154.980326 98.171947) (xy 154.576421 98.594288)
(xy 154.519873 98.739915) (xy 154.283303 98.385863) (xy 153.83216 98.084419) (xy 153.3 97.978566) (xy 152.76784 98.084419)
(xy 152.316697 98.385863) (xy 152.080127 98.739915) (xy 152.023579 98.594288) (xy 151.619674 98.171947) (xy 151.119026 97.943442)
(xy 150.887 98.064583) (xy 150.887 99.373) (xy 150.907 99.373) (xy 150.907 99.627) (xy 150.887 99.627)
(xy 150.887 99.647) (xy 150.633 99.647) (xy 150.633 99.627) (xy 150.613 99.627) (xy 150.613 99.373)
(xy 150.633 99.373) (xy 150.633 98.064583) (xy 150.400974 97.943442) (xy 149.900326 98.171947) (xy 149.496421 98.594288)
(xy 149.439873 98.739915) (xy 149.203303 98.385863) (xy 148.75216 98.084419) (xy 148.22 97.978566) (xy 147.68784 98.084419)
(xy 147.236697 98.385863) (xy 147.000127 98.739915) (xy 146.943579 98.594288) (xy 146.539674 98.171947) (xy 146.039026 97.943442)
(xy 145.807 98.064583) (xy 145.807 99.373) (xy 145.827 99.373) (xy 145.827 99.627) (xy 145.807 99.627)
(xy 145.807 99.647) (xy 145.553 99.647) (xy 145.553 99.627) (xy 145.533 99.627) (xy 145.533 99.373)
(xy 145.553 99.373) (xy 145.553 98.064583) (xy 145.320974 97.943442) (xy 144.820326 98.171947) (xy 144.416421 98.594288)
(xy 144.359873 98.739915) (xy 144.123303 98.385863) (xy 143.67216 98.084419) (xy 143.14 97.978566) (xy 142.60784 98.084419)
(xy 142.156697 98.385863) (xy 141.920127 98.739915) (xy 141.863579 98.594288) (xy 141.459674 98.171947) (xy 140.959026 97.943442)
(xy 140.727 98.064583) (xy 140.727 99.373) (xy 140.747 99.373) (xy 140.747 99.627) (xy 140.727 99.627)
(xy 140.727 99.647) (xy 140.473 99.647) (xy 140.473 99.627) (xy 140.453 99.627) (xy 140.453 99.373)
(xy 140.473 99.373) (xy 140.473 98.064583) (xy 140.240974 97.943442) (xy 139.740326 98.171947) (xy 139.433834 98.492429)
(xy 139.424177 98.441106) (xy 139.308758 98.26174) (xy 139.132649 98.14141) (xy 138.9236 98.099076) (xy 137.1964 98.099076)
(xy 137.001106 98.135823) (xy 136.82174 98.251242) (xy 136.70141 98.427351) (xy 136.659076 98.6364) (xy 136.659076 100.3636)
(xy 136.695823 100.558894) (xy 136.811242 100.73826) (xy 136.935263 100.823) (xy 134.112885 100.823) (xy 134.22826 100.748758)
(xy 134.34859 100.572649) (xy 134.390924 100.3636) (xy 134.390924 98.6364) (xy 134.354177 98.441106) (xy 134.238758 98.26174)
(xy 134.062649 98.14141) (xy 133.8536 98.099076) (xy 132.1264 98.099076) (xy 131.931106 98.135823) (xy 131.75174 98.251242)
(xy 131.63141 98.427351) (xy 131.591781 98.623042) (xy 131.433303 98.385863) (xy 130.98216 98.084419) (xy 130.45 97.978566)
(xy 129.91784 98.084419) (xy 129.466697 98.385863) (xy 129.18 98.814936) (xy 128.893303 98.385863) (xy 128.5894 98.182802)
(xy 128.5894 97.128227) (xy 128.603372 97.134029) (xy 128.994911 97.134371) (xy 129.356776 96.984851) (xy 129.564097 96.777892)
(xy 157.964706 96.777892) (xy 157.965295 98.025072) (xy 158.441436 99.174579) (xy 158.86412 99.456275) (xy 160.920395 97.4)
(xy 161.279605 97.4) (xy 163.33588 99.456275) (xy 163.758564 99.174579) (xy 164.235294 98.022108) (xy 164.234705 96.774928)
(xy 163.758564 95.625421) (xy 163.33588 95.343725) (xy 161.279605 97.4) (xy 160.920395 97.4) (xy 158.86412 95.343725)
(xy 158.441436 95.625421) (xy 157.964706 96.777892) (xy 129.564097 96.777892) (xy 129.633878 96.708233) (xy 129.784029 96.346628)
(xy 129.784371 95.955089) (xy 129.634851 95.593224) (xy 129.358233 95.316122) (xy 128.996628 95.165971) (xy 128.605089 95.165629)
(xy 128.5894 95.172112) (xy 128.5894 93.765031) (xy 129.464012 93.765031) (xy 129.628967 94.164253) (xy 129.934141 94.46996)
(xy 130.333074 94.635611) (xy 130.765031 94.635988) (xy 131.164253 94.471033) (xy 131.177309 94.458) (xy 134.123894 94.458)
(xy 135.857947 96.192053) (xy 136.152523 96.388883) (xy 136.5 96.458) (xy 147.9 96.458) (xy 148.247477 96.388883)
(xy 148.542053 96.192053) (xy 149.569986 95.16412) (xy 159.043725 95.16412) (xy 161.1 97.220395) (xy 163.156275 95.16412)
(xy 162.874579 94.741436) (xy 161.722108 94.264706) (xy 160.474928 94.265295) (xy 159.325421 94.741436) (xy 159.043725 95.16412)
(xy 149.569986 95.16412) (xy 149.892053 94.842053) (xy 150.088883 94.547477) (xy 150.089052 94.546626) (xy 150.16996 94.465859)
(xy 150.335611 94.066926) (xy 150.335988 93.634969) (xy 150.171033 93.235747) (xy 149.865859 92.93004) (xy 149.466926 92.764389)
(xy 149.034969 92.764012) (xy 148.635747 92.928967) (xy 148.33004 93.234141) (xy 148.164389 93.633074) (xy 148.164067 94.001827)
(xy 148.109008 94.056886) (xy 148.134029 93.996628) (xy 148.134371 93.605089) (xy 147.984851 93.243224) (xy 147.708233 92.966122)
(xy 147.346628 92.815971) (xy 146.955089 92.815629) (xy 146.593224 92.965149) (xy 146.316122 93.241767) (xy 146.198247 93.525644)
(xy 146.184851 93.493224) (xy 145.908233 93.216122) (xy 145.546628 93.065971) (xy 145.155089 93.065629) (xy 144.793224 93.215149)
(xy 144.516122 93.491767) (xy 144.365971 93.853372) (xy 144.365629 94.244911) (xy 144.515149 94.606776) (xy 144.550311 94.642)
(xy 142.176106 94.642) (xy 142.059954 94.525848) (xy 142.06996 94.515859) (xy 142.235611 94.116926) (xy 142.235988 93.684969)
(xy 142.071033 93.285747) (xy 141.765859 92.98004) (xy 141.366926 92.814389) (xy 140.934969 92.814012) (xy 140.535747 92.978967)
(xy 140.23004 93.284141) (xy 140.064389 93.683074) (xy 140.064012 94.115031) (xy 140.228967 94.514253) (xy 140.242 94.527309)
(xy 140.242 94.642) (xy 139.549702 94.642) (xy 139.783878 94.408233) (xy 139.934029 94.046628) (xy 139.934371 93.655089)
(xy 139.784851 93.293224) (xy 139.508233 93.016122) (xy 139.146628 92.865971) (xy 138.755089 92.865629) (xy 138.393224 93.015149)
(xy 138.116122 93.291767) (xy 138.062546 93.420793) (xy 137.858233 93.216122) (xy 137.496628 93.065971) (xy 137.105089 93.065629)
(xy 136.743224 93.215149) (xy 136.466122 93.491767) (xy 136.315971 93.853372) (xy 136.315772 94.081666) (xy 135.142053 92.907947)
(xy 134.847477 92.711117) (xy 134.5 92.642) (xy 131.177798 92.642) (xy 131.165859 92.63004) (xy 130.766926 92.464389)
(xy 130.334969 92.464012) (xy 129.935747 92.628967) (xy 129.63004 92.934141) (xy 129.464389 93.333074) (xy 129.464012 93.765031)
(xy 128.5894 93.765031) (xy 128.5894 87.794911) (xy 129.665629 87.794911) (xy 129.815149 88.156776) (xy 130.091767 88.433878)
(xy 130.453372 88.584029) (xy 130.844911 88.584371) (xy 131.206776 88.434851) (xy 131.483878 88.158233) (xy 131.593218 87.894911)
(xy 140.415629 87.894911) (xy 140.565149 88.256776) (xy 140.841767 88.533878) (xy 141.203372 88.684029) (xy 141.594911 88.684371)
(xy 141.956776 88.534851) (xy 142.112499 88.3794) (xy 148.191859 88.3794) (xy 148.265149 88.556776) (xy 148.541767 88.833878)
(xy 148.903372 88.984029) (xy 149.294911 88.984371) (xy 149.656776 88.834851) (xy 149.933878 88.558233) (xy 150.084029 88.196628)
(xy 150.084371 87.805089) (xy 149.934851 87.443224) (xy 149.658233 87.166122) (xy 149.296628 87.015971) (xy 148.905089 87.015629)
(xy 148.862818 87.033095) (xy 148.8 87.0206) (xy 142.112441 87.0206) (xy 141.958233 86.866122) (xy 141.596628 86.715971)
(xy 141.205089 86.715629) (xy 140.843224 86.865149) (xy 140.566122 87.141767) (xy 140.415971 87.503372) (xy 140.415629 87.894911)
(xy 131.593218 87.894911) (xy 131.634029 87.796628) (xy 131.634371 87.405089) (xy 131.484851 87.043224) (xy 131.208233 86.766122)
(xy 130.846628 86.615971) (xy 130.455089 86.615629) (xy 130.093224 86.765149) (xy 129.816122 87.041767) (xy 129.665971 87.403372)
(xy 129.665629 87.794911) (xy 128.5894 87.794911) (xy 128.5894 85.61) (xy 128.537684 85.350005) (xy 128.537684 85.350004)
(xy 128.390408 85.129591) (xy 128.305728 85.044911) (xy 128.665629 85.044911) (xy 128.815149 85.406776) (xy 129.091767 85.683878)
(xy 129.453372 85.834029) (xy 129.844911 85.834371) (xy 130.206776 85.684851) (xy 130.483878 85.408233) (xy 130.530933 85.294911)
(xy 136.365629 85.294911) (xy 136.515149 85.656776) (xy 136.791767 85.933878) (xy 137.153372 86.084029) (xy 137.544911 86.084371)
(xy 137.906776 85.934851) (xy 138.183878 85.658233) (xy 138.334029 85.296628) (xy 138.334117 85.194911) (xy 144.365629 85.194911)
(xy 144.515149 85.556776) (xy 144.791767 85.833878) (xy 145.153372 85.984029) (xy 145.544911 85.984371) (xy 145.906776 85.834851)
(xy 146.183878 85.558233) (xy 146.334029 85.196628) (xy 146.334371 84.805089) (xy 146.184851 84.443224) (xy 145.908233 84.166122)
(xy 145.546628 84.015971) (xy 145.155089 84.015629) (xy 144.793224 84.165149) (xy 144.516122 84.441767) (xy 144.365971 84.803372)
(xy 144.365629 85.194911) (xy 138.334117 85.194911) (xy 138.334371 84.905089) (xy 138.184851 84.543224) (xy 137.908233 84.266122)
(xy 137.546628 84.115971) (xy 137.155089 84.115629) (xy 136.793224 84.265149) (xy 136.516122 84.541767) (xy 136.365971 84.903372)
(xy 136.365629 85.294911) (xy 130.530933 85.294911) (xy 130.634029 85.046628) (xy 130.634371 84.655089) (xy 130.484851 84.293224)
(xy 130.208233 84.016122) (xy 129.846628 83.865971) (xy 129.455089 83.865629) (xy 129.093224 84.015149) (xy 128.816122 84.291767)
(xy 128.665971 84.653372) (xy 128.665629 85.044911) (xy 128.305728 85.044911) (xy 127.53418 84.273364) (xy 127.534371 84.055089)
(xy 127.384851 83.693224) (xy 127.108233 83.416122) (xy 126.746628 83.265971) (xy 126.355089 83.265629) (xy 125.993224 83.415149)
(xy 125.716122 83.691767) (xy 125.565971 84.053372) (xy 125.565629 84.444911) (xy 125.715149 84.806776) (xy 125.864479 84.956367)
(xy 125.843224 84.965149) (xy 125.566122 85.241767) (xy 125.415971 85.603372) (xy 125.415629 85.994911) (xy 125.565149 86.356776)
(xy 125.7206 86.512499) (xy 125.7206 88.05) (xy 125.772316 88.309995) (xy 125.919592 88.530408) (xy 126.453561 89.064377)
(xy 126.448479 89.064373) (xy 125.592053 88.207947) (xy 125.297477 88.011117) (xy 124.95 87.942) (xy 120.3 87.942)
(xy 119.952523 88.011117) (xy 119.73453 88.156776) (xy 119.657947 88.207947) (xy 118.623894 89.242) (xy 118.337294 89.242)
(xy 118.528215 89.184778) (xy 118.93379 88.854185) (xy 119.18198 88.39355) (xy 119.192716 88.333329) (xy 119.069374 88.127)
(xy 117.727 88.127) (xy 117.727 88.147) (xy 117.473 88.147) (xy 117.473 88.127) (xy 117.453 88.127)
(xy 117.453 87.873) (xy 117.473 87.873) (xy 117.473 87.853) (xy 117.727 87.853) (xy 117.727 87.873)
(xy 119.069374 87.873) (xy 119.192716 87.666671) (xy 119.18198 87.60645) (xy 118.93379 87.145815) (xy 118.684861 86.942907)
(xy 118.797536 86.86762) (xy 119.063516 86.469553) (xy 119.156916 86) (xy 119.063516 85.530447) (xy 118.797536 85.13238)
(xy 118.599415 85) (xy 118.797536 84.86762) (xy 119.063516 84.469553) (xy 119.156916 84) (xy 119.063516 83.530447)
(xy 118.797536 83.13238) (xy 118.599415 83) (xy 118.797536 82.86762) (xy 119.063516 82.469553) (xy 119.156916 82)
(xy 119.063516 81.530447) (xy 118.797536 81.13238) (xy 118.599415 81) (xy 118.797536 80.86762) (xy 118.923301 80.6794)
(xy 119.55 80.6794) (xy 119.809995 80.627684) (xy 120.030408 80.480408) (xy 120.215905 80.294911) (xy 121.265629 80.294911)
(xy 121.415149 80.656776) (xy 121.691767 80.933878) (xy 122.053372 81.084029) (xy 122.444911 81.084371) (xy 122.806776 80.934851)
(xy 123.083878 80.658233) (xy 123.234029 80.296628) (xy 123.234371 79.905089) (xy 123.084851 79.543224) (xy 122.808233 79.266122)
(xy 122.446628 79.115971) (xy 122.055089 79.115629) (xy 121.693224 79.265149) (xy 121.416122 79.541767) (xy 121.265971 79.903372)
(xy 121.265629 80.294911) (xy 120.215905 80.294911) (xy 124.215905 76.294911) (xy 125.315629 76.294911) (xy 125.465149 76.656776)
(xy 125.741767 76.933878) (xy 126.103372 77.084029) (xy 126.494911 77.084371) (xy 126.856776 76.934851) (xy 127.133878 76.658233)
(xy 127.284029 76.296628) (xy 127.284371 75.905089) (xy 127.134851 75.543224) (xy 126.858233 75.266122) (xy 126.496628 75.115971)
(xy 126.105089 75.115629) (xy 125.743224 75.265149) (xy 125.466122 75.541767) (xy 125.315971 75.903372) (xy 125.315629 76.294911)
(xy 124.215905 76.294911) (xy 125.090409 75.420408) (xy 125.237684 75.199995) (xy 125.2894 74.94) (xy 125.2894 74.441416)
(xy 126.056636 73.67418) (xy 126.274911 73.674371) (xy 126.5206 73.572854) (xy 126.5206 73.75) (xy 126.533003 73.812354)
(xy 126.515971 73.853372) (xy 126.515629 74.244911) (xy 126.665149 74.606776) (xy 126.941767 74.883878) (xy 127.303372 75.034029)
(xy 127.477748 75.034181) (xy 127.365971 75.303372) (xy 127.365629 75.694911) (xy 127.515149 76.056776) (xy 127.791767 76.333878)
(xy 128.153372 76.484029) (xy 128.315813 76.484171) (xy 128.315629 76.694911) (xy 128.465149 77.056776) (xy 128.741767 77.333878)
(xy 128.789211 77.353578) (xy 128.485747 77.478967) (xy 128.18004 77.784141) (xy 128.014389 78.183074) (xy 128.014012 78.615031)
(xy 128.178967 79.014253) (xy 128.484141 79.31996) (xy 128.883074 79.485611) (xy 128.901521 79.485627) (xy 131.257947 81.842053)
(xy 131.552523 82.038883) (xy 131.9 82.108) (xy 135.472202 82.108) (xy 135.484141 82.11996) (xy 135.883074 82.285611)
(xy 136.081283 82.285784) (xy 136.297749 82.50225) (xy 136.469374 82.616926) (xy 136.551124 82.67155) (xy 136.85 82.731)
(xy 141.3 82.731) (xy 141.598876 82.67155) (xy 141.85225 82.50225) (xy 142.373501 81.981) (xy 143.345423 81.981)
(xy 143.484141 82.11996) (xy 143.883074 82.285611) (xy 144.315031 82.285988) (xy 144.714253 82.121033) (xy 145.01996 81.815859)
(xy 145.185611 81.416926) (xy 145.185988 80.984969) (xy 145.021033 80.585747) (xy 144.964784 80.5294) (xy 146.82 80.5294)
(xy 147.079995 80.477684) (xy 147.300408 80.330408) (xy 147.906636 79.72418) (xy 148.124911 79.724371) (xy 148.486776 79.574851)
(xy 148.763878 79.298233) (xy 148.914029 78.936628) (xy 148.914268 78.662627) (xy 149.015149 78.906776) (xy 149.291767 79.183878)
(xy 149.653372 79.334029) (xy 150.044911 79.334371) (xy 150.406776 79.184851) (xy 150.683878 78.908233) (xy 150.834029 78.546628)
(xy 150.834371 78.155089) (xy 150.684851 77.793224) (xy 150.408233 77.516122) (xy 150.046628 77.365971) (xy 149.655089 77.365629)
(xy 149.293224 77.515149) (xy 149.016122 77.791767) (xy 148.865971 78.153372) (xy 148.865732 78.427373) (xy 148.764851 78.183224)
(xy 148.488233 77.906122) (xy 148.126628 77.755971) (xy 147.735089 77.755629) (xy 147.373224 77.905149) (xy 147.214119 78.063976)
(xy 147.214221 77.946595) (xy 148.240409 76.920408) (xy 148.387684 76.699995) (xy 148.4394 76.44) (xy 148.4394 74.594911)
(xy 150.515629 74.594911) (xy 150.665149 74.956776) (xy 150.941767 75.233878) (xy 151.303372 75.384029) (xy 151.694911 75.384371)
(xy 152.056776 75.234851) (xy 152.333878 74.958233) (xy 152.484029 74.596628) (xy 152.484371 74.205089) (xy 152.334851 73.843224)
(xy 152.058233 73.566122) (xy 151.696628 73.415971) (xy 151.305089 73.415629) (xy 150.943224 73.565149) (xy 150.666122 73.841767)
(xy 150.515971 74.203372) (xy 150.515629 74.594911) (xy 148.4394 74.594911) (xy 148.4394 73.33) (xy 148.389467 73.078967)
(xy 148.387684 73.070004) (xy 148.240408 72.849591) (xy 143.4694 68.078584) (xy 143.4694 67.94) (xy 143.425629 67.719949)
(xy 143.417684 67.680004) (xy 143.270408 67.459591) (xy 141.534311 65.723495) (xy 141.534371 65.655089) (xy 141.384851 65.293224)
(xy 141.108233 65.016122) (xy 140.746628 64.865971) (xy 140.355089 64.865629) (xy 139.993224 65.015149) (xy 139.716122 65.291767)
(xy 139.589207 65.597413) (xy 139.408233 65.416122) (xy 139.046628 65.265971) (xy 138.655089 65.265629) (xy 138.293224 65.415149)
(xy 138.016122 65.691767) (xy 137.865971 66.053372) (xy 137.865629 66.444911) (xy 138.015149 66.806776) (xy 138.291767 67.083878)
(xy 138.653372 67.234029) (xy 138.873405 67.234221) (xy 138.969592 67.330408) (xy 139.190005 67.477684) (xy 139.45 67.5294)
(xy 140.468584 67.5294) (xy 141.3006 68.361417) (xy 141.3006 68.46) (xy 141.352316 68.719995) (xy 141.499592 68.940408)
(xy 144.013186 71.454003) (xy 143.743224 71.565549) (xy 143.466122 71.842167) (xy 143.315971 72.203772) (xy 143.315629 72.595311)
(xy 143.465149 72.957176) (xy 143.741767 73.234278) (xy 144.103372 73.384429) (xy 144.494911 73.384771) (xy 144.856776 73.235251)
(xy 145.133878 72.958633) (xy 145.246527 72.687344) (xy 145.505876 72.946693) (xy 145.185747 73.078967) (xy 144.88004 73.384141)
(xy 144.714389 73.783074) (xy 144.714111 74.101783) (xy 144.093894 74.722) (xy 143.419474 74.722) (xy 143.436776 74.714851)
(xy 143.713878 74.438233) (xy 143.864029 74.076628) (xy 143.864371 73.685089) (xy 143.714851 73.323224) (xy 143.438233 73.046122)
(xy 143.076628 72.895971) (xy 142.685089 72.895629) (xy 142.323224 73.045149) (xy 142.046122 73.321767) (xy 141.895971 73.683372)
(xy 141.895712 73.980028) (xy 141.837477 73.941117) (xy 141.49 73.872) (xy 138.09 73.872) (xy 137.742523 73.941117)
(xy 137.447947 74.137947) (xy 136.433597 75.152297) (xy 136.147477 74.961117) (xy 135.8 74.892) (xy 132.43 74.892)
(xy 132.082523 74.961117) (xy 131.787947 75.157947) (xy 130.284059 76.661835) (xy 130.284221 76.476595) (xy 136.030409 70.730408)
(xy 136.177684 70.509995) (xy 136.2294 70.25) (xy 136.2294 70.065031) (xy 139.364012 70.065031) (xy 139.528967 70.464253)
(xy 139.834141 70.76996) (xy 140.112596 70.885584) (xy 139.946122 71.051767) (xy 139.795971 71.413372) (xy 139.795629 71.804911)
(xy 139.945149 72.166776) (xy 140.221767 72.443878) (xy 140.583372 72.594029) (xy 140.974911 72.594371) (xy 141.336776 72.444851)
(xy 141.613878 72.168233) (xy 141.764029 71.806628) (xy 141.764371 71.415089) (xy 141.614851 71.053224) (xy 141.338233 70.776122)
(xy 141.141139 70.694282) (xy 141.36996 70.465859) (xy 141.535611 70.066926) (xy 141.535988 69.634969) (xy 141.371033 69.235747)
(xy 141.065859 68.93004) (xy 140.666926 68.764389) (xy 140.234969 68.764012) (xy 139.835747 68.928967) (xy 139.53004 69.234141)
(xy 139.364389 69.633074) (xy 139.364012 70.065031) (xy 136.2294 70.065031) (xy 136.2294 69.702689) (xy 136.262972 69.716629)
(xy 136.654511 69.716971) (xy 137.016376 69.567451) (xy 137.293478 69.290833) (xy 137.443629 68.929228) (xy 137.443971 68.537689)
(xy 137.294451 68.175824) (xy 137.017833 67.898722) (xy 136.656228 67.748571) (xy 136.264689 67.748229) (xy 136.2294 67.76281)
(xy 136.2294 64.781416) (xy 136.431416 64.5794) (xy 141.000539 64.5794) (xy 141.115149 64.856776) (xy 141.391767 65.133878)
(xy 141.753372 65.284029) (xy 142.144911 65.284371) (xy 142.506776 65.134851) (xy 142.783878 64.858233) (xy 142.934029 64.496628)
(xy 142.934074 64.44489) (xy 143.86582 65.376636) (xy 143.865629 65.594911) (xy 144.015149 65.956776) (xy 144.291767 66.233878)
(xy 144.653372 66.384029) (xy 145.044911 66.384371) (xy 145.406776 66.234851) (xy 145.683878 65.958233) (xy 145.834029 65.596628)
(xy 145.834371 65.205089) (xy 145.684851 64.843224) (xy 145.408233 64.566122) (xy 145.046628 64.415971) (xy 144.826595 64.415779)
(xy 143.180408 62.769592) (xy 142.959995 62.622316) (xy 142.7 62.5706) (xy 135.75 62.5706) (xy 135.490005 62.622316)
(xy 135.269592 62.769591) (xy 134.269592 63.769592) (xy 134.122316 63.990005) (xy 134.0706 64.25) (xy 134.0706 69.568583)
(xy 133.38571 70.253473) (xy 133.385988 69.934969) (xy 133.221033 69.535747) (xy 132.915859 69.23004) (xy 132.516926 69.064389)
(xy 132.084969 69.064012) (xy 131.685747 69.228967) (xy 131.38004 69.534141) (xy 131.214389 69.933074) (xy 131.214012 70.365031)
(xy 131.378967 70.764253) (xy 131.684141 71.06996) (xy 132.083074 71.235611) (xy 132.403293 71.23589) (xy 129.918584 73.7206)
(xy 129.45 73.7206) (xy 129.190005 73.772316) (xy 128.969592 73.919592) (xy 128.373364 74.51582) (xy 128.372252 74.515819)
(xy 128.484029 74.246628) (xy 128.484371 73.855089) (xy 128.334851 73.493224) (xy 128.058233 73.216122) (xy 127.8794 73.141864)
(xy 127.8794 69.294911) (xy 127.915629 69.294911) (xy 128.065149 69.656776) (xy 128.341767 69.933878) (xy 128.703372 70.084029)
(xy 129.094911 70.084371) (xy 129.456776 69.934851) (xy 129.733878 69.658233) (xy 129.884029 69.296628) (xy 129.884371 68.905089)
(xy 129.734851 68.543224) (xy 129.458233 68.266122) (xy 129.096628 68.115971) (xy 128.705089 68.115629) (xy 128.343224 68.265149)
(xy 128.066122 68.541767) (xy 127.915971 68.903372) (xy 127.915629 69.294911) (xy 127.8794 69.294911) (xy 127.8794 69.1)
(xy 127.827684 68.840005) (xy 127.827684 68.840004) (xy 127.680408 68.619591) (xy 126.8294 67.768584) (xy 126.8294 67.524075)
(xy 126.853372 67.534029) (xy 127.244911 67.534371) (xy 127.606776 67.384851) (xy 127.883878 67.108233) (xy 128.034029 66.746628)
(xy 128.034371 66.355089) (xy 127.884851 65.993224) (xy 127.608233 65.716122) (xy 127.246628 65.565971) (xy 126.855089 65.565629)
(xy 126.8294 65.576244) (xy 126.8294 65.144911) (xy 128.565629 65.144911) (xy 128.715149 65.506776) (xy 128.991767 65.783878)
(xy 129.353372 65.934029) (xy 129.744911 65.934371) (xy 130.106776 65.784851) (xy 130.383878 65.508233) (xy 130.534029 65.146628)
(xy 130.534371 64.755089) (xy 130.384851 64.393224) (xy 130.251338 64.259478) (xy 133.055543 61.455273) (xy 134.770777 61.455273)
(xy 134.966602 61.929206) (xy 135.328887 62.292124) (xy 135.802477 62.488776) (xy 136.315273 62.489223) (xy 136.789206 62.293398)
(xy 137.152124 61.931113) (xy 137.348776 61.457523) (xy 137.349223 60.944727) (xy 137.330743 60.9) (xy 141.172157 60.9)
(xy 141.27801 61.43216) (xy 141.579454 61.883303) (xy 142.030597 62.184747) (xy 142.562757 62.2906) (xy 142.617243 62.2906)
(xy 143.149403 62.184747) (xy 143.600546 61.883303) (xy 143.806157 61.575584) (xy 143.847312 61.674947) (xy 144.24151 62.106821)
(xy 144.770973 62.354968) (xy 145.003 62.234469) (xy 145.003 61.027) (xy 144.983 61.027) (xy 144.983 60.773)
(xy 145.003 60.773) (xy 145.003 59.565531) (xy 145.257 59.565531) (xy 145.257 60.773) (xy 145.277 60.773)
(xy 145.277 61.027) (xy 145.257 61.027) (xy 145.257 62.234469) (xy 145.489027 62.354968) (xy 146.01849 62.106821)
(xy 146.412688 61.674947) (xy 146.453843 61.575584) (xy 146.659454 61.883303) (xy 147.110597 62.184747) (xy 147.642757 62.2906)
(xy 147.697243 62.2906) (xy 148.229403 62.184747) (xy 148.680546 61.883303) (xy 148.809076 61.690944) (xy 148.809076 61.7636)
(xy 148.845823 61.958894) (xy 148.961242 62.13826) (xy 149.137351 62.25859) (xy 149.3464 62.300924) (xy 151.0736 62.300924)
(xy 151.268894 62.264177) (xy 151.44826 62.148758) (xy 151.56859 61.972649) (xy 151.610924 61.7636) (xy 151.610924 60.0364)
(xy 151.574177 59.841106) (xy 151.458758 59.66174) (xy 151.282649 59.54141) (xy 151.0736 59.499076) (xy 149.3464 59.499076)
(xy 149.151106 59.535823) (xy 148.97174 59.651242) (xy 148.85141 59.827351) (xy 148.809076 60.0364) (xy 148.809076 60.109056)
(xy 148.680546 59.916697) (xy 148.229403 59.615253) (xy 147.697243 59.5094) (xy 147.642757 59.5094) (xy 147.110597 59.615253)
(xy 146.659454 59.916697) (xy 146.453843 60.224416) (xy 146.412688 60.125053) (xy 146.01849 59.693179) (xy 145.489027 59.445032)
(xy 145.257 59.565531) (xy 145.003 59.565531) (xy 144.770973 59.445032) (xy 144.24151 59.693179) (xy 143.847312 60.125053)
(xy 143.806157 60.224416) (xy 143.600546 59.916697) (xy 143.149403 59.615253) (xy 142.617243 59.5094) (xy 142.562757 59.5094)
(xy 142.030597 59.615253) (xy 141.579454 59.916697) (xy 141.27801 60.36784) (xy 141.172157 60.9) (xy 137.330743 60.9)
(xy 137.209758 60.607195) (xy 137.198883 60.552524) (xy 137.168185 60.506581) (xy 137.153398 60.470794) (xy 137.125801 60.443148)
(xy 137.002053 60.257947) (xy 136.81847 60.135281) (xy 136.791113 60.107876) (xy 136.755036 60.092895) (xy 136.707476 60.061117)
(xy 136.651866 60.050056) (xy 136.317523 59.911224) (xy 135.804727 59.910777) (xy 135.330794 60.106602) (xy 134.967876 60.468887)
(xy 134.771224 60.942477) (xy 134.770777 61.455273) (xy 133.055543 61.455273) (xy 134.731416 59.7794) (xy 136.387559 59.7794)
(xy 136.541767 59.933878) (xy 136.903372 60.084029) (xy 137.294911 60.084371) (xy 137.656776 59.934851) (xy 137.933878 59.658233)
(xy 138.084029 59.296628) (xy 138.084371 58.905089) (xy 137.934851 58.543224) (xy 137.658233 58.266122) (xy 137.296628 58.115971)
(xy 136.905089 58.115629) (xy 136.543224 58.265149) (xy 136.387501 58.4206) (xy 134.45 58.4206) (xy 134.190005 58.472316)
(xy 133.969592 58.619592) (xy 128.969592 63.619592) (xy 128.822316 63.840005) (xy 128.7706 64.1) (xy 128.7706 64.337384)
(xy 128.716122 64.391767) (xy 128.565971 64.753372) (xy 128.565629 65.144911) (xy 126.8294 65.144911) (xy 126.8294 65.031416)
(xy 128.926636 62.93418) (xy 129.144911 62.934371) (xy 129.506776 62.784851) (xy 129.783878 62.508233) (xy 129.934029 62.146628)
(xy 129.934371 61.755089) (xy 129.784851 61.393224) (xy 129.508233 61.116122) (xy 129.146628 60.965971) (xy 128.755089 60.965629)
(xy 128.393224 61.115149) (xy 128.116122 61.391767) (xy 127.965971 61.753372) (xy 127.965779 61.973405) (xy 125.669592 64.269592)
(xy 125.522316 64.490005) (xy 125.4706 64.75) (xy 125.4706 68.05) (xy 125.522316 68.309995) (xy 125.669592 68.530408)
(xy 126.5206 69.381417) (xy 126.5206 71.807277) (xy 126.276628 71.705971) (xy 125.885089 71.705629) (xy 125.523224 71.855149)
(xy 125.246122 72.131767) (xy 125.095971 72.493372) (xy 125.095779 72.713405) (xy 124.129592 73.679592) (xy 123.982316 73.900005)
(xy 123.9306 74.16) (xy 123.9306 74.658583) (xy 119.268584 79.3206) (xy 118.923301 79.3206) (xy 118.797536 79.13238)
(xy 118.399469 78.8664) (xy 117.929916 78.773) (xy 117.270084 78.773) (xy 116.800531 78.8664) (xy 116.67147 78.952636)
(xy 120.292053 75.332053) (xy 120.488883 75.037477) (xy 120.558 74.69) (xy 120.558 73.439474) (xy 120.565149 73.456776)
(xy 120.841767 73.733878) (xy 121.203372 73.884029) (xy 121.594911 73.884371) (xy 121.956776 73.734851) (xy 122.233878 73.458233)
(xy 122.384029 73.096628) (xy 122.384371 72.705089) (xy 122.234851 72.343224) (xy 121.958233 72.066122) (xy 121.77411 71.989668)
(xy 121.906776 71.934851) (xy 122.183878 71.658233) (xy 122.334029 71.296628) (xy 122.334371 70.905089) (xy 122.200233 70.580451)
(xy 122.333074 70.635611) (xy 122.765031 70.635988) (xy 123.164253 70.471033) (xy 123.46996 70.165859) (xy 123.635611 69.766926)
(xy 123.635988 69.334969) (xy 123.471033 68.935747) (xy 123.165859 68.63004) (xy 122.766926 68.464389) (xy 122.652224 68.464289)
(xy 122.647477 68.461117) (xy 122.3 68.392) (xy 120.558 68.392) (xy 120.558 58.85) (xy 120.488883 58.502523)
(xy 120.292053 58.207947) (xy 119.769793 57.685687) (xy 120.115031 57.685988) (xy 120.238432 57.635) (xy 120.849995 57.635)
(xy 120.85 57.635001) (xy 121.246077 57.556215) (xy 121.581856 57.331856) (xy 122.238317 56.675394) (xy 130.73916 56.675394)
(xy 130.95042 57.186682) (xy 131.34126 57.578206) (xy 131.852179 57.790358) (xy 132.405394 57.79084) (xy 132.916682 57.57958)
(xy 133.308206 57.18874) (xy 133.399964 56.967762) (xy 133.49042 57.186682) (xy 133.88126 57.578206) (xy 134.392179 57.790358)
(xy 134.945394 57.79084) (xy 135.456682 57.57958) (xy 135.848206 57.18874) (xy 136.060358 56.677821) (xy 136.06084 56.124606)
(xy 135.84958 55.613318) (xy 135.792113 55.55575) (xy 139.143 55.55575) (xy 139.143 56.15831) (xy 139.239673 56.391699)
(xy 139.418302 56.570327) (xy 139.651691 56.667) (xy 140.25425 56.667) (xy 140.413 56.50825) (xy 140.413 55.397)
(xy 139.30175 55.397) (xy 139.143 55.55575) (xy 135.792113 55.55575) (xy 135.45874 55.221794) (xy 134.947821 55.009642)
(xy 134.394606 55.00916) (xy 133.883318 55.22042) (xy 133.491794 55.61126) (xy 133.400036 55.832238) (xy 133.30958 55.613318)
(xy 132.91874 55.221794) (xy 132.407821 55.009642) (xy 131.854606 55.00916) (xy 131.343318 55.22042) (xy 130.951794 55.61126)
(xy 130.739642 56.122179) (xy 130.73916 56.675394) (xy 122.238317 56.675394) (xy 126.231853 52.681858) (xy 126.231856 52.681856)
(xy 126.456215 52.346077) (xy 126.473338 52.259995) (xy 126.535001 51.95) (xy 126.535 51.949995) (xy 126.535 48.525092)
(xy 129.163203 48.525092) (xy 129.335876 48.942991) (xy 129.655327 49.263) (xy 130.072924 49.436402) (xy 130.525092 49.436797)
(xy 130.942991 49.264124) (xy 131.263 48.944673) (xy 131.436402 48.527076) (xy 131.436797 48.074908) (xy 131.264124 47.657009)
(xy 130.944673 47.337) (xy 130.527076 47.163598) (xy 130.074908 47.163203) (xy 129.657009 47.335876) (xy 129.337 47.655327)
(xy 129.163598 48.072924) (xy 129.163203 48.525092) (xy 126.535 48.525092) (xy 126.535 43.523805) (xy 134.5258 43.523805)
(xy 134.607741 43.776516) (xy 135.16803 43.980248) (xy 135.763635 43.954058) (xy 136.192259 43.776516) (xy 136.2742 43.523805)
(xy 135.4 42.649605) (xy 134.5258 43.523805) (xy 126.535 43.523805) (xy 126.535 42.23803) (xy 133.889752 42.23803)
(xy 133.915942 42.833635) (xy 134.093484 43.262259) (xy 134.346195 43.3442) (xy 135.220395 42.47) (xy 135.579605 42.47)
(xy 136.453805 43.3442) (xy 136.706516 43.262259) (xy 136.910248 42.70197) (xy 136.884058 42.106365) (xy 136.706516 41.677741)
(xy 136.453805 41.5958) (xy 135.579605 42.47) (xy 135.220395 42.47) (xy 134.346195 41.5958) (xy 134.093484 41.677741)
(xy 133.889752 42.23803) (xy 126.535 42.23803) (xy 126.535 39.250005) (xy 126.535001 39.25) (xy 126.456215 38.853923)
(xy 126.316399 38.644673) (xy 126.231856 38.518144) (xy 126.231853 38.518142) (xy 124.416042 36.70233) (xy 124.416245 36.469576)
(xy 124.201126 35.948948) (xy 123.803147 35.550274) (xy 123.282895 35.334246) (xy 122.719576 35.333755) (xy 122.198948 35.548874)
(xy 121.800274 35.946853) (xy 121.584246 36.467105) (xy 121.583755 37.030424) (xy 121.798874 37.551052) (xy 122.196853 37.949726)
(xy 122.717105 38.165754) (xy 122.952247 38.165959) (xy 124.465 39.678711) (xy 124.465 40.504184) (xy 120.1794 36.218584)
(xy 120.1794 32.112441) (xy 120.333878 31.958233) (xy 120.401694 31.794911) (xy 123.615629 31.794911) (xy 123.765149 32.156776)
(xy 124.041767 32.433878) (xy 124.403372 32.584029) (xy 124.794911 32.584371) (xy 125.015 32.493432) (xy 125.015 32.926309)
(xy 125.111673 33.159698) (xy 125.290301 33.338327) (xy 125.52369 33.435) (xy 126.36425 33.435) (xy 126.523 33.27625)
(xy 126.523 30.927) (xy 126.777 30.927) (xy 126.777 33.27625) (xy 126.93575 33.435) (xy 127.77631 33.435)
(xy 128.009699 33.338327) (xy 128.188327 33.159698) (xy 128.285 32.926309) (xy 128.285 31.08575) (xy 128.12625 30.927)
(xy 126.777 30.927) (xy 126.523 30.927) (xy 126.503 30.927) (xy 126.503 30.673) (xy 126.523 30.673)
(xy 126.523 28.32375) (xy 126.777 28.32375) (xy 126.777 30.673) (xy 128.12625 30.673) (xy 128.285 30.51425)
(xy 128.285 28.673691) (xy 128.188327 28.440302) (xy 128.009699 28.261673) (xy 127.77631 28.165) (xy 126.93575 28.165)
(xy 126.777 28.32375) (xy 126.523 28.32375) (xy 126.36425 28.165) (xy 125.52369 28.165) (xy 125.290301 28.261673)
(xy 125.111673 28.440302) (xy 125.015 28.673691) (xy 125.015 30.51425) (xy 125.173748 30.672998) (xy 125.015 30.672998)
(xy 125.015 30.706647) (xy 124.796628 30.615971) (xy 124.405089 30.615629) (xy 124.043224 30.765149) (xy 123.766122 31.041767)
(xy 123.615971 31.403372) (xy 123.615629 31.794911) (xy 120.401694 31.794911) (xy 120.484029 31.596628) (xy 120.484371 31.205089)
(xy 120.334851 30.843224) (xy 120.058233 30.566122) (xy 119.696628 30.415971) (xy 119.305089 30.415629) (xy 118.943224 30.565149)
(xy 118.666122 30.841767) (xy 118.515971 31.203372) (xy 118.515629 31.594911) (xy 118.665149 31.956776) (xy 118.8206 32.112499)
(xy 118.8206 36.5) (xy 118.872316 36.759995) (xy 119.019592 36.980408) (xy 123.6206 41.581416) (xy 123.6206 47.153392)
(xy 123.354673 46.887) (xy 123.160462 46.806356) (xy 116.612053 40.257947) (xy 116.317477 40.061117) (xy 115.97 39.992)
(xy 114.627798 39.992) (xy 114.615859 39.98004) (xy 114.216926 39.814389) (xy 113.784969 39.814012) (xy 113.385747 39.978967)
(xy 113.08004 40.284141) (xy 112.914389 40.683074) (xy 112.914012 41.115031) (xy 113.078967 41.514253) (xy 113.384141 41.81996)
(xy 113.492 41.864747) (xy 113.492 52.2) (xy 113.561117 52.547477) (xy 113.757947 52.842053) (xy 114.592 53.676106)
(xy 114.592 56.617858) (xy 114.346628 56.515971) (xy 113.955089 56.515629) (xy 113.593224 56.665149) (xy 113.316122 56.941767)
(xy 113.165971 57.303372) (xy 113.165629 57.694911) (xy 113.315149 58.056776) (xy 113.591767 58.333878) (xy 113.953372 58.484029)
(xy 114.344911 58.484371) (xy 114.706776 58.334851) (xy 114.983878 58.058233) (xy 115.027962 57.952068) (xy 117.042 59.966106)
(xy 117.042 68.950211) (xy 116.858233 68.766122) (xy 116.496628 68.615971) (xy 116.26017 68.615764) (xy 116.260371 68.385289)
(xy 116.110851 68.023424) (xy 115.834233 67.746322) (xy 115.472628 67.596171) (xy 115.081089 67.595829) (xy 114.719224 67.745349)
(xy 114.442122 68.021967) (xy 114.291971 68.383572) (xy 114.291629 68.775111) (xy 114.441149 69.136976) (xy 114.717767 69.414078)
(xy 115.079372 69.564229) (xy 115.31583 69.564436) (xy 115.315629 69.794911) (xy 115.465149 70.156776) (xy 115.5698 70.26161)
(xy 115.5698 71.500163) (xy 115.246628 71.365971) (xy 114.855089 71.365629) (xy 114.493224 71.515149) (xy 114.216122 71.791767)
(xy 114.065971 72.153372) (xy 114.065629 72.544911) (xy 114.215149 72.906776) (xy 114.491767 73.183878) (xy 114.803868 73.313473)
(xy 112.283671 75.833671) (xy 112.125383 76.070564) (xy 112.12239 76.085611) (xy 112.0698 76.35) (xy 112.0698 91.4)
(xy 112.11543 91.6294) (xy 112.125383 91.679436) (xy 112.283671 91.916329) (xy 114.4798 94.112459) (xy 114.4798 98.216745)
(xy 114.226697 98.385863) (xy 113.925253 98.837006) (xy 113.8194 99.369166) (xy 113.8194 99.630834) (xy 113.925253 100.162994)
(xy 114.226697 100.614137) (xy 114.539283 100.823) (xy 105.677 100.823) (xy 105.677 99.63588) (xy 107.043725 99.63588)
(xy 107.325421 100.058564) (xy 108.477892 100.535294) (xy 109.725072 100.534705) (xy 110.874579 100.058564) (xy 111.156275 99.63588)
(xy 109.1 97.579605) (xy 107.043725 99.63588) (xy 105.677 99.63588) (xy 105.677 96.777892) (xy 105.964706 96.777892)
(xy 105.965295 98.025072) (xy 106.441436 99.174579) (xy 106.86412 99.456275) (xy 108.920395 97.4) (xy 109.279605 97.4)
(xy 111.33588 99.456275) (xy 111.758564 99.174579) (xy 112.235294 98.022108) (xy 112.234705 96.774928) (xy 111.758564 95.625421)
(xy 111.33588 95.343725) (xy 109.279605 97.4) (xy 108.920395 97.4) (xy 106.86412 95.343725) (xy 106.441436 95.625421)
(xy 105.964706 96.777892) (xy 105.677 96.777892) (xy 105.677 95.16412) (xy 107.043725 95.16412) (xy 109.1 97.220395)
(xy 111.156275 95.16412) (xy 110.874579 94.741436) (xy 109.722108 94.264706) (xy 108.474928 94.265295) (xy 107.325421 94.741436)
(xy 107.043725 95.16412) (xy 105.677 95.16412) (xy 105.677 90.225026) (xy 105.740301 90.288327) (xy 105.97369 90.385)
(xy 107.31425 90.385) (xy 107.473 90.22625) (xy 107.473 89.127) (xy 107.727 89.127) (xy 107.727 90.22625)
(xy 107.88575 90.385) (xy 109.22631 90.385) (xy 109.459699 90.288327) (xy 109.638327 90.109698) (xy 109.735 89.876309)
(xy 109.735 89.28575) (xy 109.57625 89.127) (xy 107.727 89.127) (xy 107.473 89.127) (xy 107.453 89.127)
(xy 107.453 88.873) (xy 107.473 88.873) (xy 107.473 87.77375) (xy 107.727 87.77375) (xy 107.727 88.873)
(xy 109.57625 88.873) (xy 109.735 88.71425) (xy 109.735 88.123691) (xy 109.638327 87.890302) (xy 109.459699 87.711673)
(xy 109.22631 87.615) (xy 107.88575 87.615) (xy 107.727 87.77375) (xy 107.473 87.77375) (xy 107.31425 87.615)
(xy 105.97369 87.615) (xy 105.740301 87.711673) (xy 105.677 87.774974) (xy 105.677 80.225026) (xy 105.740301 80.288327)
(xy 105.97369 80.385) (xy 107.31425 80.385) (xy 107.473 80.22625) (xy 107.473 79.127) (xy 107.727 79.127)
(xy 107.727 80.22625) (xy 107.88575 80.385) (xy 109.22631 80.385) (xy 109.459699 80.288327) (xy 109.638327 80.109698)
(xy 109.735 79.876309) (xy 109.735 79.28575) (xy 109.57625 79.127) (xy 107.727 79.127) (xy 107.473 79.127)
(xy 107.453 79.127) (xy 107.453 78.873) (xy 107.473 78.873) (xy 107.473 77.77375) (xy 107.727 77.77375)
(xy 107.727 78.873) (xy 109.57625 78.873) (xy 109.735 78.71425) (xy 109.735 78.123691) (xy 109.638327 77.890302)
(xy 109.459699 77.711673) (xy 109.22631 77.615) (xy 107.88575 77.615) (xy 107.727 77.77375) (xy 107.473 77.77375)
(xy 107.31425 77.615) (xy 105.97369 77.615) (xy 105.740301 77.711673) (xy 105.677 77.774974) (xy 105.677 49.381226)
(xy 106.074042 49.381226) (xy 106.076691 49.396991) (xy 106.330668 49.924236) (xy 106.76708 50.314154) (xy 106.861995 50.347355)
(xy 106.515468 50.578897) (xy 106.214024 51.03004) (xy 106.108171 51.5622) (xy 106.214024 52.09436) (xy 106.515468 52.545503)
(xy 106.944541 52.8322) (xy 106.515468 53.118897) (xy 106.214024 53.57004) (xy 106.108171 54.1022) (xy 106.214024 54.63436)
(xy 106.515468 55.085503) (xy 106.944541 55.3722) (xy 106.515468 55.658897) (xy 106.214024 56.11004) (xy 106.108171 56.6422)
(xy 106.214024 57.17436) (xy 106.515468 57.625503) (xy 106.944541 57.9122) (xy 106.515468 58.198897) (xy 106.214024 58.65004)
(xy 106.108171 59.1822) (xy 106.214024 59.71436) (xy 106.515468 60.165503) (xy 106.944541 60.4522) (xy 106.515468 60.738897)
(xy 106.214024 61.19004) (xy 106.108171 61.7222) (xy 106.214024 62.25436) (xy 106.515468 62.705503) (xy 106.944541 62.9922)
(xy 106.515468 63.278897) (xy 106.214024 63.73004) (xy 106.108171 64.2622) (xy 106.214024 64.79436) (xy 106.515468 65.245503)
(xy 106.944541 65.5322) (xy 106.515468 65.818897) (xy 106.214024 66.27004) (xy 106.108171 66.8022) (xy 106.214024 67.33436)
(xy 106.515468 67.785503) (xy 106.944541 68.0722) (xy 106.515468 68.358897) (xy 106.214024 68.81004) (xy 106.108171 69.3422)
(xy 106.214024 69.87436) (xy 106.515468 70.325503) (xy 106.748599 70.481276) (xy 106.6654 70.481276) (xy 106.470106 70.518023)
(xy 106.29074 70.633442) (xy 106.17041 70.809551) (xy 106.128076 71.0186) (xy 106.128076 72.7458) (xy 106.164823 72.941094)
(xy 106.280242 73.12046) (xy 106.456351 73.24079) (xy 106.6654 73.283124) (xy 108.6974 73.283124) (xy 108.892694 73.246377)
(xy 109.07206 73.130958) (xy 109.19239 72.954849) (xy 109.234724 72.7458) (xy 109.234724 71.957174) (xy 109.383767 72.106478)
(xy 109.745372 72.256629) (xy 110.136911 72.256971) (xy 110.498776 72.107451) (xy 110.775878 71.830833) (xy 110.926029 71.469228)
(xy 110.926371 71.077689) (xy 110.776851 70.715824) (xy 110.500233 70.438722) (xy 110.138628 70.288571) (xy 109.747089 70.288229)
(xy 109.385224 70.437749) (xy 109.12015 70.70236) (xy 109.082558 70.64394) (xy 108.906449 70.52361) (xy 108.6974 70.481276)
(xy 108.614201 70.481276) (xy 108.847332 70.325503) (xy 109.148776 69.87436) (xy 109.236563 69.433023) (xy 109.491372 69.538829)
(xy 109.882911 69.539171) (xy 110.244776 69.389651) (xy 110.521878 69.113033) (xy 110.672029 68.751428) (xy 110.672371 68.359889)
(xy 110.522851 67.998024) (xy 110.246233 67.720922) (xy 109.884628 67.570771) (xy 109.493089 67.570429) (xy 109.131224 67.719949)
(xy 108.854122 67.996567) (xy 108.734872 68.283754) (xy 108.418259 68.0722) (xy 108.847332 67.785503) (xy 109.148776 67.33436)
(xy 109.196713 67.093363) (xy 109.231367 67.128078) (xy 109.592972 67.278229) (xy 109.984511 67.278571) (xy 110.346376 67.129051)
(xy 110.623478 66.852433) (xy 110.763794 66.514511) (xy 114.240829 66.514511) (xy 114.390349 66.876376) (xy 114.666967 67.153478)
(xy 115.028572 67.303629) (xy 115.420111 67.303971) (xy 115.781976 67.154451) (xy 116.059078 66.877833) (xy 116.209229 66.516228)
(xy 116.209571 66.124689) (xy 116.060051 65.762824) (xy 115.783433 65.485722) (xy 115.421828 65.335571) (xy 115.030289 65.335229)
(xy 114.668424 65.484749) (xy 114.391322 65.761367) (xy 114.241171 66.122972) (xy 114.240829 66.514511) (xy 110.763794 66.514511)
(xy 110.773629 66.490828) (xy 110.773971 66.099289) (xy 110.624451 65.737424) (xy 110.347833 65.460322) (xy 109.986228 65.310171)
(xy 109.594689 65.309829) (xy 109.232824 65.459349) (xy 108.955722 65.735967) (xy 108.892942 65.887158) (xy 108.847332 65.818897)
(xy 108.418259 65.5322) (xy 108.847332 65.245503) (xy 109.081512 64.895028) (xy 109.307567 65.121478) (xy 109.669172 65.271629)
(xy 110.060711 65.271971) (xy 110.422576 65.122451) (xy 110.699678 64.845833) (xy 110.849829 64.484228) (xy 110.850052 64.228511)
(xy 114.291629 64.228511) (xy 114.441149 64.590376) (xy 114.717767 64.867478) (xy 115.079372 65.017629) (xy 115.470911 65.017971)
(xy 115.832776 64.868451) (xy 116.109878 64.591833) (xy 116.260029 64.230228) (xy 116.260371 63.838689) (xy 116.110851 63.476824)
(xy 115.834233 63.199722) (xy 115.472628 63.049571) (xy 115.081089 63.049229) (xy 114.719224 63.198749) (xy 114.442122 63.475367)
(xy 114.291971 63.836972) (xy 114.291629 64.228511) (xy 110.850052 64.228511) (xy 110.850171 64.092689) (xy 110.700651 63.730824)
(xy 110.424033 63.453722) (xy 110.062428 63.303571) (xy 109.670889 63.303229) (xy 109.309024 63.452749) (xy 109.10175 63.659661)
(xy 108.847332 63.278897) (xy 108.418259 62.9922) (xy 108.847332 62.705503) (xy 109.101845 62.324597) (xy 109.307567 62.530678)
(xy 109.669172 62.680829) (xy 110.060711 62.681171) (xy 110.422576 62.531651) (xy 110.699678 62.255033) (xy 110.808354 61.993311)
(xy 114.266229 61.993311) (xy 114.415749 62.355176) (xy 114.692367 62.632278) (xy 115.053972 62.782429) (xy 115.445511 62.782771)
(xy 115.807376 62.633251) (xy 116.084478 62.356633) (xy 116.234629 61.995028) (xy 116.234971 61.603489) (xy 116.085451 61.241624)
(xy 115.808833 60.964522) (xy 115.447228 60.814371) (xy 115.055689 60.814029) (xy 114.693824 60.963549) (xy 114.416722 61.240167)
(xy 114.266571 61.601772) (xy 114.266229 61.993311) (xy 110.808354 61.993311) (xy 110.849829 61.893428) (xy 110.850171 61.501889)
(xy 110.700651 61.140024) (xy 110.424033 60.862922) (xy 110.062428 60.712771) (xy 109.670889 60.712429) (xy 109.309024 60.861949)
(xy 109.081388 61.089187) (xy 108.847332 60.738897) (xy 108.418259 60.4522) (xy 108.847332 60.165503) (xy 109.148776 59.71436)
(xy 109.254629 59.1822) (xy 109.148776 58.65004) (xy 108.847332 58.198897) (xy 108.418259 57.9122) (xy 108.847332 57.625503)
(xy 109.148776 57.17436) (xy 109.254629 56.6422) (xy 109.148776 56.11004) (xy 108.847332 55.658897) (xy 108.418259 55.3722)
(xy 108.847332 55.085503) (xy 109.148776 54.63436) (xy 109.254629 54.1022) (xy 109.148776 53.57004) (xy 108.847332 53.118897)
(xy 108.418259 52.8322) (xy 108.847332 52.545503) (xy 109.148776 52.09436) (xy 109.254629 51.5622) (xy 109.148776 51.03004)
(xy 108.847332 50.578897) (xy 108.500805 50.347355) (xy 108.59572 50.314154) (xy 109.032132 49.924236) (xy 109.286109 49.396991)
(xy 109.288758 49.381226) (xy 109.167617 49.1492) (xy 107.8084 49.1492) (xy 107.8084 49.1692) (xy 107.5544 49.1692)
(xy 107.5544 49.1492) (xy 106.195183 49.1492) (xy 106.074042 49.381226) (xy 105.677 49.381226) (xy 105.677 48.663174)
(xy 106.074042 48.663174) (xy 106.195183 48.8952) (xy 107.5544 48.8952) (xy 107.5544 47.681276) (xy 107.8084 47.681276)
(xy 107.8084 48.8952) (xy 109.167617 48.8952) (xy 109.288758 48.663174) (xy 109.286109 48.647409) (xy 109.032132 48.120164)
(xy 108.59572 47.730246) (xy 108.043313 47.537016) (xy 107.8084 47.681276) (xy 107.5544 47.681276) (xy 107.319487 47.537016)
(xy 106.76708 47.730246) (xy 106.330668 48.120164) (xy 106.076691 48.647409) (xy 106.074042 48.663174) (xy 105.677 48.663174)
(xy 105.677 41.265031) (xy 108.664012 41.265031) (xy 108.828967 41.664253) (xy 109.134141 41.96996) (xy 109.533074 42.135611)
(xy 109.965031 42.135988) (xy 110.364253 41.971033) (xy 110.66996 41.665859) (xy 110.835611 41.266926) (xy 110.835988 40.834969)
(xy 110.671033 40.435747) (xy 110.365859 40.13004) (xy 109.966926 39.964389) (xy 109.534969 39.964012) (xy 109.135747 40.128967)
(xy 108.83004 40.434141) (xy 108.664389 40.833074) (xy 108.664012 41.265031) (xy 105.677 41.265031) (xy 105.677 32.63588)
(xy 107.043725 32.63588) (xy 107.325421 33.058564) (xy 108.477892 33.535294) (xy 109.725072 33.534705) (xy 110.874579 33.058564)
(xy 111.156275 32.63588) (xy 109.1 30.579605) (xy 107.043725 32.63588) (xy 105.677 32.63588) (xy 105.677 29.777892)
(xy 105.964706 29.777892) (xy 105.965295 31.025072) (xy 106.441436 32.174579) (xy 106.86412 32.456275) (xy 108.920395 30.4)
(xy 109.279605 30.4) (xy 111.33588 32.456275) (xy 111.758564 32.174579) (xy 112.235294 31.022108) (xy 112.234785 29.943958)
(xy 119.765647 29.943958) (xy 119.84592 30.195259) (xy 120.401279 30.396718) (xy 120.991458 30.370315) (xy 121.41408 30.195259)
(xy 121.494353 29.943958) (xy 120.63 29.079605) (xy 119.765647 29.943958) (xy 112.234785 29.943958) (xy 112.234705 29.774928)
(xy 111.777559 28.671279) (xy 119.133282 28.671279) (xy 119.159685 29.261458) (xy 119.334741 29.68408) (xy 119.586042 29.764353)
(xy 120.450395 28.9) (xy 120.809605 28.9) (xy 121.673958 29.764353) (xy 121.925259 29.68408) (xy 121.962098 29.582526)
(xy 122.001956 29.678989) (xy 122.388974 30.066683) (xy 122.894896 30.27676) (xy 123.442701 30.277238) (xy 123.948989 30.068044)
(xy 124.336683 29.681026) (xy 124.54676 29.175104) (xy 124.547238 28.627299) (xy 124.338044 28.121011) (xy 123.951026 27.733317)
(xy 123.445104 27.52324) (xy 122.897299 27.522762) (xy 122.391011 27.731956) (xy 122.003317 28.118974) (xy 121.964873 28.211557)
(xy 121.925259 28.11592) (xy 121.673958 28.035647) (xy 120.809605 28.9) (xy 120.450395 28.9) (xy 119.586042 28.035647)
(xy 119.334741 28.11592) (xy 119.133282 28.671279) (xy 111.777559 28.671279) (xy 111.758564 28.625421) (xy 111.33588 28.343725)
(xy 109.279605 30.4) (xy 108.920395 30.4) (xy 106.86412 28.343725) (xy 106.441436 28.625421) (xy 105.964706 29.777892)
(xy 105.677 29.777892) (xy 105.677 28.16412) (xy 107.043725 28.16412) (xy 109.1 30.220395) (xy 111.156275 28.16412)
(xy 110.950958 27.856042) (xy 119.765647 27.856042) (xy 120.63 28.720395) (xy 121.494353 27.856042) (xy 121.41408 27.604741)
(xy 120.858721 27.403282) (xy 120.268542 27.429685) (xy 119.84592 27.604741) (xy 119.765647 27.856042) (xy 110.950958 27.856042)
(xy 110.874579 27.741436) (xy 109.722108 27.264706) (xy 108.474928 27.265295) (xy 107.325421 27.741436) (xy 107.043725 28.16412)
(xy 105.677 28.16412) (xy 105.677 26.977) (xy 138.223 26.977)
)
)
(filled_polygon
(pts
(xy 118.887947 95.892053) (xy 119.182523 96.088883) (xy 119.53 96.158) (xy 125.8 96.158) (xy 126.147477 96.088883)
(xy 126.442053 95.892053) (xy 126.892053 95.442053) (xy 127.088883 95.147477) (xy 127.158 94.8) (xy 127.158 94.177798)
(xy 127.16996 94.165859) (xy 127.2306 94.019821) (xy 127.2306 98.182802) (xy 126.926697 98.385863) (xy 126.64 98.814936)
(xy 126.353303 98.385863) (xy 125.90216 98.084419) (xy 125.37 97.978566) (xy 124.83784 98.084419) (xy 124.386697 98.385863)
(xy 124.150127 98.739915) (xy 124.093579 98.594288) (xy 123.689674 98.171947) (xy 123.189026 97.943442) (xy 122.957 98.064583)
(xy 122.957 99.373) (xy 122.977 99.373) (xy 122.977 99.627) (xy 122.957 99.627) (xy 122.957 99.647)
(xy 122.703 99.647) (xy 122.703 99.627) (xy 122.683 99.627) (xy 122.683 99.373) (xy 122.703 99.373)
(xy 122.703 98.064583) (xy 122.470974 97.943442) (xy 121.970326 98.171947) (xy 121.566421 98.594288) (xy 121.509873 98.739915)
(xy 121.273303 98.385863) (xy 120.82216 98.084419) (xy 120.29 97.978566) (xy 119.75784 98.084419) (xy 119.306697 98.385863)
(xy 119.070127 98.739915) (xy 119.013579 98.594288) (xy 118.609674 98.171947) (xy 118.109026 97.943442) (xy 117.877 98.064583)
(xy 117.877 99.373) (xy 117.897 99.373) (xy 117.897 99.627) (xy 117.877 99.627) (xy 117.877 99.647)
(xy 117.623 99.647) (xy 117.623 99.627) (xy 117.603 99.627) (xy 117.603 99.373) (xy 117.623 99.373)
(xy 117.623 98.064583) (xy 117.390974 97.943442) (xy 116.890326 98.171947) (xy 116.486421 98.594288) (xy 116.429873 98.739915)
(xy 116.193303 98.385863) (xy 115.9402 98.216745) (xy 115.9402 93.81) (xy 115.884617 93.530565) (xy 115.884617 93.530564)
(xy 115.72633 93.293671) (xy 113.5302 91.097542) (xy 113.5302 90.534306)
)
)
(filled_polygon
(pts
(xy 121.465971 89.903372) (xy 121.465629 90.294911) (xy 121.615149 90.656776) (xy 121.891767 90.933878) (xy 122.253372 91.084029)
(xy 122.644911 91.084371) (xy 123.006776 90.934851) (xy 123.275226 90.66687) (xy 123.541767 90.933878) (xy 123.903372 91.084029)
(xy 124.294911 91.084371) (xy 124.656776 90.934851) (xy 124.933878 90.658233) (xy 125.084029 90.296628) (xy 125.084054 90.26816)
(xy 125.164027 90.348133) (xy 125.164012 90.365031) (xy 125.328967 90.764253) (xy 125.634141 91.06996) (xy 126.033074 91.235611)
(xy 126.053555 91.235629) (xy 124.973364 92.31582) (xy 124.755089 92.315629) (xy 124.393224 92.465149) (xy 124.116122 92.741767)
(xy 124.019143 92.97532) (xy 123.996628 92.965971) (xy 123.605089 92.965629) (xy 123.243224 93.115149) (xy 123.074949 93.28313)
(xy 122.908233 93.116122) (xy 122.546628 92.965971) (xy 122.155089 92.965629) (xy 121.793224 93.115149) (xy 121.516122 93.391767)
(xy 121.365971 93.753372) (xy 121.365629 94.144911) (xy 121.447065 94.342) (xy 119.906106 94.342) (xy 116.453243 90.889137)
(xy 116.602523 90.988883) (xy 116.95 91.058) (xy 119 91.058) (xy 119.347477 90.988883) (xy 119.642053 90.792053)
(xy 120.676106 89.758) (xy 121.526335 89.758)
)
)
(filled_polygon
(pts
(xy 156.746697 44.660546) (xy 157.134998 44.92) (xy 156.746697 45.179454) (xy 156.445253 45.630597) (xy 156.3394 46.162757)
(xy 156.3394 46.217243) (xy 156.445253 46.749403) (xy 156.746697 47.200546) (xy 157.134998 47.46) (xy 156.746697 47.719454)
(xy 156.445253 48.170597) (xy 156.3394 48.702757) (xy 156.3394 48.757243) (xy 156.445253 49.289403) (xy 156.746697 49.740546)
(xy 157.054416 49.946157) (xy 156.955053 49.987312) (xy 156.523179 50.38151) (xy 156.275032 50.910973) (xy 156.395531 51.143)
(xy 157.603 51.143) (xy 157.603 51.123) (xy 157.857 51.123) (xy 157.857 51.143) (xy 157.877 51.143)
(xy 157.877 51.397) (xy 157.857 51.397) (xy 157.857 51.417) (xy 157.603 51.417) (xy 157.603 51.397)
(xy 156.395531 51.397) (xy 156.275032 51.629027) (xy 156.523179 52.15849) (xy 156.955053 52.552688) (xy 157.054416 52.593843)
(xy 156.746697 52.799454) (xy 156.445253 53.250597) (xy 156.3394 53.782757) (xy 156.3394 53.837243) (xy 156.445253 54.369403)
(xy 156.746697 54.820546) (xy 157.134998 55.08) (xy 156.746697 55.339454) (xy 156.445253 55.790597) (xy 156.3394 56.322757)
(xy 156.3394 56.377243) (xy 156.445253 56.909403) (xy 156.746697 57.360546) (xy 157.054416 57.566157) (xy 156.955053 57.607312)
(xy 156.523179 58.00151) (xy 156.468265 58.118679) (xy 156.468571 57.768089) (xy 156.319051 57.406224) (xy 156.042433 57.129122)
(xy 155.680828 56.978971) (xy 155.289289 56.978629) (xy 154.927424 57.128149) (xy 154.650322 57.404767) (xy 154.581449 57.570632)
(xy 153.38418 56.373364) (xy 153.384371 56.155089) (xy 153.234851 55.793224) (xy 152.958233 55.516122) (xy 152.596628 55.365971)
(xy 152.205089 55.365629) (xy 151.9294 55.479542) (xy 151.9294 55.084511) (xy 153.128229 55.084511) (xy 153.277749 55.446376)
(xy 153.554367 55.723478) (xy 153.915972 55.873629) (xy 154.307511 55.873971) (xy 154.669376 55.724451) (xy 154.946478 55.447833)
(xy 155.096629 55.086228) (xy 155.096971 54.694689) (xy 154.947451 54.332824) (xy 154.670833 54.055722) (xy 154.309228 53.905571)
(xy 153.917689 53.905229) (xy 153.555824 54.054749) (xy 153.278722 54.331367) (xy 153.128571 54.692972) (xy 153.128229 55.084511)
(xy 151.9294 55.084511) (xy 151.9294 46.181416) (xy 153.781417 44.3294) (xy 156.525432 44.3294)
)
)
(filled_polygon
(pts
(xy 120.398097 46.612203) (xy 120.341261 46.592626) (xy 119.847048 46.6228) (xy 119.5306 46.753877) (xy 119.479903 46.980298)
(xy 120.17 47.670395) (xy 120.184143 47.656253) (xy 120.363748 47.835858) (xy 120.349605 47.85) (xy 121.039702 48.540097)
(xy 121.266123 48.4894) (xy 121.427374 48.021261) (xy 121.402679 47.616785) (xy 121.573454 47.78756) (xy 121.573203 48.075092)
(xy 121.745876 48.492991) (xy 122.065327 48.813) (xy 122.482924 48.986402) (xy 122.935092 48.986797) (xy 123.352991 48.814124)
(xy 123.6206 48.546982) (xy 123.6206 50.118583) (xy 122.723364 51.01582) (xy 122.505089 51.015629) (xy 122.143224 51.165149)
(xy 121.866122 51.441767) (xy 121.715971 51.803372) (xy 121.715629 52.194911) (xy 121.865149 52.556776) (xy 122.141767 52.833878)
(xy 122.503372 52.984029) (xy 122.894911 52.984371) (xy 123.077265 52.909024) (xy 120.5794 55.406888) (xy 120.5794 50.798603)
(xy 120.684029 50.546628) (xy 120.684371 50.155089) (xy 120.534851 49.793224) (xy 120.258233 49.516122) (xy 119.896628 49.365971)
(xy 119.505089 49.365629) (xy 119.143224 49.515149) (xy 118.866122 49.791767) (xy 118.715971 50.153372) (xy 118.715629 50.544911)
(xy 118.865149 50.906776) (xy 119.141767 51.183878) (xy 119.2206 51.216612) (xy 119.2206 55.744) (xy 118.98004 55.984141)
(xy 118.814389 56.383074) (xy 118.814086 56.72998) (xy 118.208 56.123894) (xy 118.208 48.840978) (xy 118.272991 48.814124)
(xy 118.367577 48.719702) (xy 119.479903 48.719702) (xy 119.5306 48.946123) (xy 119.998739 49.107374) (xy 120.492952 49.0772)
(xy 120.8094 48.946123) (xy 120.860097 48.719702) (xy 120.17 48.029605) (xy 119.479903 48.719702) (xy 118.367577 48.719702)
(xy 118.593 48.494673) (xy 118.766402 48.077076) (xy 118.766749 47.678739) (xy 118.912626 47.678739) (xy 118.9428 48.172952)
(xy 119.073877 48.4894) (xy 119.300298 48.540097) (xy 119.990395 47.85) (xy 119.300298 47.159903) (xy 119.073877 47.2106)
(xy 118.912626 47.678739) (xy 118.766749 47.678739) (xy 118.766797 47.624908) (xy 118.594124 47.207009) (xy 118.274673 46.887)
(xy 117.857076 46.713598) (xy 117.404908 46.713203) (xy 116.987009 46.885876) (xy 116.667 47.205327) (xy 116.569298 47.44062)
(xy 116.461117 47.602523) (xy 116.392 47.95) (xy 116.392 53.219562) (xy 116.338883 52.952523) (xy 116.142053 52.657947)
(xy 115.308 51.823894) (xy 115.308 44.318773) (xy 115.334141 44.34496) (xy 115.733074 44.510611) (xy 116.165031 44.510988)
(xy 116.564253 44.346033) (xy 116.86996 44.040859) (xy 117.035611 43.641926) (xy 117.035953 43.250059)
)
)
(filled_polygon
(pts
(xy 164.523 48.236497) (xy 164.436116 48.026741) (xy 164.183405 47.9448) (xy 163.309205 48.819) (xy 164.183405 49.6932)
(xy 164.436116 49.611259) (xy 164.523 49.372316) (xy 164.523 52.995413) (xy 164.493777 52.840106) (xy 164.378358 52.66074)
(xy 164.202249 52.54041) (xy 163.9932 52.498076) (xy 163.956857 52.498076) (xy 164.307806 52.14774) (xy 164.519958 51.636821)
(xy 164.52044 51.083606) (xy 164.30918 50.572318) (xy 163.91834 50.180794) (xy 163.853453 50.153851) (xy 163.921859 50.125516)
(xy 164.0038 49.872805) (xy 163.1296 48.998605) (xy 162.2554 49.872805) (xy 162.337341 50.125516) (xy 162.409699 50.151827)
(xy 162.342918 50.17942) (xy 161.951394 50.57026) (xy 161.739242 51.081179) (xy 161.738862 51.517871) (xy 161.616736 51.517765)
(xy 161.6606 51.297243) (xy 161.6606 51.242757) (xy 161.554747 50.710597) (xy 161.253303 50.259454) (xy 160.945584 50.053843)
(xy 161.044947 50.012688) (xy 161.476821 49.61849) (xy 161.662222 49.222905) (xy 161.823084 49.611259) (xy 162.075795 49.6932)
(xy 162.949995 48.819) (xy 162.075795 47.9448) (xy 161.823084 48.026741) (xy 161.709734 48.338468) (xy 161.476821 47.84151)
(xy 161.044947 47.447312) (xy 160.945584 47.406157) (xy 161.253303 47.200546) (xy 161.554747 46.749403) (xy 161.6606 46.217243)
(xy 161.6606 46.162757) (xy 161.554747 45.630597) (xy 161.253303 45.179454) (xy 160.945584 44.973843) (xy 161.044947 44.932688)
(xy 161.476821 44.53849) (xy 161.724968 44.009027) (xy 161.60447 43.777002) (xy 161.738967 43.777002) (xy 161.73876 44.014394)
(xy 161.95002 44.525682) (xy 162.34086 44.917206) (xy 162.561838 45.008964) (xy 162.342918 45.09942) (xy 161.951394 45.49026)
(xy 161.739242 46.001179) (xy 161.73876 46.554394) (xy 161.95002 47.065682) (xy 162.34086 47.457206) (xy 162.405747 47.484149)
(xy 162.337341 47.512484) (xy 162.2554 47.765195) (xy 163.1296 48.639395) (xy 164.0038 47.765195) (xy 163.921859 47.512484)
(xy 163.849501 47.486173) (xy 163.916282 47.45858) (xy 164.307806 47.06774) (xy 164.519958 46.556821) (xy 164.52044 46.003606)
(xy 164.30918 45.492318) (xy 163.91834 45.100794) (xy 163.697362 45.009036) (xy 163.916282 44.91858) (xy 164.307806 44.52774)
(xy 164.519958 44.016821) (xy 164.52044 43.463606) (xy 164.30918 42.952318) (xy 163.91834 42.560794) (xy 163.407421 42.348642)
(xy 162.854206 42.34816) (xy 162.342918 42.55942) (xy 161.951394 42.95026) (xy 161.739242 43.461179) (xy 161.739188 43.522998)
(xy 161.60447 43.522998) (xy 161.724968 43.290973) (xy 161.476821 42.76151) (xy 161.044947 42.367312) (xy 160.945584 42.326157)
(xy 161.253303 42.120546) (xy 161.554747 41.669403) (xy 161.583198 41.526368) (xy 161.687684 41.369995) (xy 161.7394 41.11)
(xy 161.687684 40.850005) (xy 161.583198 40.693632) (xy 161.554747 40.550597) (xy 161.253303 40.099454) (xy 160.865003 39.84)
(xy 161.253303 39.580546) (xy 161.554747 39.129403) (xy 161.6606 38.597243) (xy 161.6606 38.542757) (xy 161.554747 38.010597)
(xy 161.253303 37.559454) (xy 161.178 37.509138) (xy 161.178 35.17) (xy 161.108883 34.822523) (xy 160.912053 34.527947)
(xy 159.942053 33.557947) (xy 159.647477 33.361117) (xy 159.3 33.292) (xy 154.1 33.292) (xy 153.752523 33.361117)
(xy 153.492731 33.534705) (xy 153.457947 33.557947) (xy 152.387999 34.627895) (xy 152.484029 34.396628) (xy 152.484371 34.005089)
(xy 152.334851 33.643224) (xy 152.058233 33.366122) (xy 151.696628 33.215971) (xy 151.476595 33.215779) (xy 151.180408 32.919592)
(xy 150.959995 32.772316) (xy 150.7 32.7206) (xy 143.473282 32.7206) (xy 143.67832 32.63588) (xy 159.043725 32.63588)
(xy 159.325421 33.058564) (xy 160.477892 33.535294) (xy 161.725072 33.534705) (xy 162.874579 33.058564) (xy 163.156275 32.63588)
(xy 161.1 30.579605) (xy 159.043725 32.63588) (xy 143.67832 32.63588) (xy 143.714253 32.621033) (xy 144.01996 32.315859)
(xy 144.185611 31.916926) (xy 144.185988 31.484969) (xy 144.021033 31.085747) (xy 143.715859 30.78004) (xy 143.46771 30.677)
(xy 153.4 30.677) (xy 153.620808 30.633078) (xy 153.808001 30.508001) (xy 153.862124 30.427) (xy 155.95 30.427)
(xy 155.99941 30.416994) (xy 156.041035 30.388553) (xy 156.068315 30.346159) (xy 156.076989 30.301671) (xy 156.08388 29.777892)
(xy 157.964706 29.777892) (xy 157.965295 31.025072) (xy 158.441436 32.174579) (xy 158.86412 32.456275) (xy 160.920395 30.4)
(xy 161.279605 30.4) (xy 163.33588 32.456275) (xy 163.758564 32.174579) (xy 164.235294 31.022108) (xy 164.234705 29.774928)
(xy 163.758564 28.625421) (xy 163.33588 28.343725) (xy 161.279605 30.4) (xy 160.920395 30.4) (xy 158.86412 28.343725)
(xy 158.441436 28.625421) (xy 157.964706 29.777892) (xy 156.08388 29.777892) (xy 156.105114 28.16412) (xy 159.043725 28.16412)
(xy 161.1 30.220395) (xy 163.156275 28.16412) (xy 162.874579 27.741436) (xy 161.722108 27.264706) (xy 160.474928 27.265295)
(xy 159.325421 27.741436) (xy 159.043725 28.16412) (xy 156.105114 28.16412) (xy 156.120735 26.977) (xy 164.523 26.977)
)
)
(filled_polygon
(pts
(xy 160.397 48.603) (xy 160.417 48.603) (xy 160.417 48.857) (xy 160.397 48.857) (xy 160.397 48.877)
(xy 160.143 48.877) (xy 160.143 48.857) (xy 160.123 48.857) (xy 160.123 48.603) (xy 160.143 48.603)
(xy 160.143 48.583) (xy 160.397 48.583)
)
)
(filled_polygon
(pts
(xy 160.397 43.523) (xy 160.417 43.523) (xy 160.417 43.777) (xy 160.397 43.777) (xy 160.397 43.797)
(xy 160.143 43.797) (xy 160.143 43.777) (xy 160.123 43.777) (xy 160.123 43.523) (xy 160.143 43.523)
(xy 160.143 43.503) (xy 160.397 43.503)
)
)
)
)
| KiCad | 3 | mkszuba/pslab-hardware | archives/PSLab KiCAD v2/PSLab.kicad_pcb | [
"Apache-2.0"
] |
<div class="modal error hidden" id="modal-ecd-failsafe">
<h3>SAVE ERROR</h3>
<b></b>
<b></b>
<section>
<p class="bold">cryptee failed to save the document on your device and couldn't upload it either.</p>
<p>if you have any critical, unsaved changes, we strongly recommend you to export/download a copy of your document to your device as an <i>encrypted cryptee document</i> as a backup for safe-keeping.</p>
<p>you can upload this backup file to cryptee once your connection / browser settings are restored.</p>
<br>
<p>chances are this is a network problem, and/or your browser is configured to block access to indexedDB. </p>
<p>please disable your content-blockers, check your connection and make sure your browser isn't blocking access to indexedDB to prevent issues like this from happening in the future.</p>
<br>
<p>cryptee utilizes indexedDB to store your offline documents on your device. without it, if you lose network connectivity, it isn't possible to store any data on your device while you're offline.</p>
</section>
<progress id="ecd-backup-exporting" class="progress" value="0" max="100"></progress>
<button class="action l md bold" onclick="exportAsECD(true);">export backup</button>
<button class="action r sm" onclick="hideActiveModal();">cancel</button>
</div>
| Kit | 2 | pws1453/web-client | source/imports/app/docs-modal-ecd-failsafe.kit | [
"MIT"
] |
const domElements = ['div'];
const styled = () => {};
domElements.forEach(domElement => {
styled[domElement] = styled(domElement);
});
| JavaScript | 2 | hookydev/babel-plugin-styled-components | test/fixtures/does-not-desugar-styled-assignment/output.js | [
"MIT"
] |
@import <Foundation/Foundation.j>
@import "CSGActor.j"
@implementation CSGActorTreeNode : CPObject
{
CPString data @accessors(readonly);
CPString path @accessors();
JSObject info @accessors();
CPString documentation @accessors();
BOOL isLeaf @accessors();
CPMutableArray children;
}
- (id)initWithData:(CPString)string
{
if (self = [super init]) {
children = @[];
data = string;
path = string;
documentation = string;
isLeaf = NO;
}
return self;
}
- (CPString)description
{
return [CPString stringWithFormat:"TreeNode%@(%@)", isLeaf?"Leaf":"", path];
}
- (void)addChild:(CSGActorTreeNode)child
{
if (data !== "") {
[child setPath:data + "." + child.data];
}
[children addObject:child];
}
- (CSGActorTreeNode)childAtIndex:(int)index
{
return [children objectAtIndex:index];
}
- (int)count
{
return [children count];
}
- (void)setInfo:(JSObject)actorInfo
{
info = actorInfo;
[self setDocumentation:CSGActorDocsFromJSONRep(actorInfo)];
}
@end
| Jasmin | 3 | gabrielcercel/calvin-base | calvinextras/CalvinGUI/CSGActorTreeNode.j | [
"Apache-2.0"
] |
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: vcs-snapshot.eclass
# @MAINTAINER:
# mgorny@gentoo.org
# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
# @BLURB: support eclass for unpacking VCS snapshot tarballs
# @DESCRIPTION:
# This eclass provides a convenience src_unpack() which does unpack all
# the tarballs in SRC_URI to locations matching their (local) names,
# discarding the original parent directory.
#
# The typical use case are VCS snapshots, coming from bitbucket
# and similar services. They have hash appended to the directory name
# which makes extracting them a painful experience. But if you just use
# a SRC_URI arrow to rename it (which you're likely have to do anyway),
# vcs-snapshot will just extract it into a matching directory.
#
# Please note that this eclass handles only tarballs (.tar, .tar.gz,
# .tar.bz2 & .tar.xz). For any other file format (or suffix) it will
# fall back to regular unpack. Support for additional formats may be
# added at some point so please keep your SRC_URIs clean.
#
# Note: this eclass is no longer needed with the new-style 'archive'
# GitHub URLs. They have sane directory names and stable contents,
# so you should really prefer them.
#
# @EXAMPLE:
#
# @CODE
# EAPI=6
# inherit vcs-snapshot
#
# SRC_URI="https://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
# https://github.com/example/${PN}-otherstuff/tarball/v${PV} -> ${P}-otherstuff.tar.gz"
# @CODE
#
# and however the tarballs were originally packed, all files will appear
# in ${WORKDIR}/${P} and ${WORKDIR}/${P}-otherstuff respectively.
case ${EAPI:-0} in
0|1|2|3|4|5|6) ;;
*) die "vcs-snapshot.eclass API in EAPI ${EAPI} not yet established."
esac
EXPORT_FUNCTIONS src_unpack
# @FUNCTION: vcs-snapshot_src_unpack
# @DESCRIPTION:
# Extract all the archives from ${A}. The .tar, .tar.gz, .tar.bz2
# and .tar.xz archives will be unpacked to directories matching their
# local names. Other archive types will be passed down to regular
# unpack.
vcs-snapshot_src_unpack() {
debug-print-function ${FUNCNAME} "${@}"
local f
for f in ${A}
do
case "${f}" in
*.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
local destdir=${WORKDIR}/${f%.tar*}
debug-print "${FUNCNAME}: unpacking ${f} to ${destdir}"
# XXX: check whether the directory structure inside is
# fine? i.e. if the tarball has actually a parent dir.
mkdir "${destdir}" || die
# -o (--no-same-owner) to avoid restoring original owner
tar -C "${destdir}" -x -o --strip-components 1 \
-f "${DISTDIR}/${f}" || die
;;
*)
debug-print "${FUNCNAME}: falling back to unpack for ${f}"
# fall back to the default method
unpack "${f}"
;;
esac
done
}
| Gentoo Eclass | 5 | NighttimeDriver50000/Sabayon-Packages | local_overlay/eclass/vcs-snapshot.eclass | [
"MIT"
] |
USING: help.markup help.syntax math strings ;
IN: math.text.english
HELP: number>text
{ $values { "n" integer } { "str" string } }
{ $contract "Converts an integer to a text string representation in English, including appropriate punctuation and conjunctions." }
{ $examples { $example "USING: math.text.english prettyprint ;" "12345 number>text ." "\"twelve thousand, three hundred and forty-five\"" } } ;
HELP: ordinal-suffix
{ $values { "n" number } { "suffix" string } }
{ $description "Determine the ordinal suffix for the input number. Non-integral numbers get the ordinal suffix of their integral part." }
{ $examples
{ $example
"USING: kernel math.parser math.text.english prettyprint sequences ;"
"783 [ number>string ] [ ordinal-suffix ] bi append ."
"\"783rd\""
}
} ;
| Factor | 4 | alex-ilin/factor | extra/math/text/english/english-docs.factor | [
"BSD-2-Clause"
] |
[
(xact)
] @fold
| Scheme | 0 | yzia2000/nvim-treesitter | queries/ledger/folds.scm | [
"Apache-2.0"
] |
parser grammar Mrv_system;
import Mrv_common;
options {
tokenVocab = MrvLexer;
}
a_system
:
SYSTEM PERIOD
(
a_system_configversion
| a_system_dns1
| a_system_dns2
| a_system_gateway1
| a_system_gui
| a_system_notiffacility
| a_system_notifpriority
| a_system_notifyaddressname
| a_system_notifyaddressservice
| a_system_notifyaddressstate
| a_system_notifyservicename
| a_system_notifyserviceprotocol
| a_system_notifyserviceraw
| a_system_ntp
| a_system_ntpaddress
| a_system_ntpaltaddress
| a_system_ntpsourceinterface
| a_system_radprimacctsecret
| a_system_radprimsecret
| a_system_radsecacctsecret
| a_system_radsecsecret
| a_system_snmp
| a_system_snmpgetclient
| a_system_snmpgetcommunity
| a_system_snmpsourceinterface
| a_system_snmptrapclient
| a_system_snmptrapcommunity
| a_system_ssh
| a_system_systemname
| a_system_tacplusprimaddr
| a_system_tacplusprimacctsecret
| a_system_tacplusprimauthorsecret
| a_system_tacplusprimsecret
| a_system_tacplussecaddr
| a_system_tacplussecacctsecret
| a_system_tacplussecauthorsecret
| a_system_tacplussecsecret
| a_system_tacplususesub
| a_system_telnet
| a_system_telnetclient
)
;
a_system_configversion
:
CONFIGVERSION nidecl
;
a_system_dns1
:
DNS1 nipdecl
;
a_system_dns2
:
DNS2 nipdecl
;
a_system_gateway1
:
GATEWAY1 nipdecl
;
a_system_gui
:
GUI nbdecl
;
a_system_notiffacility
:
NOTIFFACILITY nfdecl
;
a_system_notifpriority
:
NOTIFPRIORITY nprdecl
;
a_system_notifyaddressname
:
NOTIFYADDRESSNAME nsdecl
;
a_system_notifyaddressservice
:
NOTIFYADDRESSSERVICE nidecl
;
a_system_notifyaddressstate
:
NOTIFYADDRESSSTATE nbdecl
;
a_system_notifyservicename
:
NOTIFYSERVICENAME nsdecl
;
a_system_notifyserviceprotocol
:
NOTIFYSERVICEPROTOCOL nidecl
;
a_system_notifyserviceraw
:
NOTIFYSERVICERAW nosdecl
;
a_system_ntp
:
NTP nbdecl
;
a_system_ntpaddress
:
NTPADDRESS nipdecl
;
a_system_ntpaltaddress
:
NTPALTADDRESS nipdecl
;
a_system_ntpsourceinterface
:
NTPSOURCEINTERFACE nidecl
;
a_system_radprimacctsecret
:
RADPRIMACCTSECRET npdecl
;
a_system_radprimsecret
:
RADPRIMSECRET npdecl
;
a_system_radsecacctsecret
:
RADSECACCTSECRET npdecl
;
a_system_radsecsecret
:
RADSECSECRET npdecl
;
a_system_snmp
:
SNMP nbdecl
;
a_system_snmpgetclient
:
SNMPGETCLIENT nipdecl
;
a_system_snmpgetcommunity
:
SNMPGETCOMMUNITY nsdecl
;
a_system_snmpsourceinterface
:
SNMPSOURCEINTERFACE nidecl
;
a_system_snmptrapclient
:
SNMPTRAPCLIENT nipdecl
;
a_system_snmptrapcommunity
:
SNMPTRAPCOMMUNITY nsdecl
;
a_system_ssh
:
SSH nbdecl
;
a_system_systemname
:
SYSTEMNAME nsdecl
;
a_system_tacplusprimaddr
:
TACPLUSPRIMADDR nipdecl
;
a_system_tacplusprimacctsecret
:
TACPLUSPRIMACCTSECRET npdecl
;
a_system_tacplusprimauthorsecret
:
TACPLUSPRIMAUTHORSECRET npdecl
;
a_system_tacplusprimsecret
:
TACPLUSPRIMSECRET npdecl
;
a_system_tacplussecaddr
:
TACPLUSSECADDR nipdecl
;
a_system_tacplussecacctsecret
:
TACPLUSSECACCTSECRET npdecl
;
a_system_tacplussecauthorsecret
:
TACPLUSSECAUTHORSECRET npdecl
;
a_system_tacplussecsecret
:
TACPLUSSECSECRET npdecl
;
a_system_tacplususesub
:
TACPLUSUSESUB nbdecl
;
a_system_telnet
:
TELNET nbdecl
;
a_system_telnetclient
:
TELNETCLIENT nbdecl
;
| ANTLR | 4 | zabrewer/batfish | projects/batfish/src/main/antlr4/org/batfish/grammar/mrv/Mrv_system.g4 | [
"Apache-2.0"
] |
#define BOUNDED_COMPARE_BOUND 4096
#define BOUNDED_HASH_BOUND 16384
// comparable tag
#define cmptag(v) (isfixnum(v) ? TAG_NUM : tag(v))
static value_t eq_class(fl_context_t *fl_ctx, htable_t *table, value_t key)
{
value_t c = (value_t)ptrhash_get(table, (void*)key);
if (c == (value_t)HT_NOTFOUND)
return fl_ctx->NIL;
if (c == key)
return c;
return eq_class(fl_ctx, table, c);
}
static void eq_union(fl_context_t *fl_ctx, htable_t *table, value_t a,
value_t b, value_t c, value_t cb)
{
value_t ca = (c==fl_ctx->NIL ? a : c);
if (cb != fl_ctx->NIL)
ptrhash_put(table, (void*)cb, (void*)ca);
ptrhash_put(table, (void*)a, (void*)ca);
ptrhash_put(table, (void*)b, (void*)ca);
}
static value_t bounded_compare(fl_context_t *fl_ctx, value_t a, value_t b, int bound, int eq);
static value_t cyc_compare(fl_context_t *fl_ctx, value_t a, value_t b, htable_t *table, int eq);
static value_t bounded_vector_compare(fl_context_t *fl_ctx, value_t a, value_t b, int bound, int eq)
{
size_t la = vector_size(a);
size_t lb = vector_size(b);
size_t m, i;
if (eq && (la!=lb)) return fixnum(1);
m = la < lb ? la : lb;
for (i = 0; i < m; i++) {
value_t d = bounded_compare(fl_ctx, vector_elt(a,i), vector_elt(b,i),
bound-1, eq);
if (d==fl_ctx->NIL || numval(d)!=0) return d;
}
if (la < lb) return fixnum(-1);
if (la > lb) return fixnum(1);
return fixnum(0);
}
// strange comparisons are resolved arbitrarily but consistently.
// ordering: number < cprim < function < vector < cvalue < symbol < cons
static value_t bounded_compare(fl_context_t *fl_ctx, value_t a, value_t b, int bound, int eq)
{
value_t d;
compare_top:
if (a == b) return fixnum(0);
if (bound <= 0)
return fl_ctx->NIL;
int taga = tag(a);
int tagb = cmptag(b);
int c;
switch (taga) {
case TAG_NUM :
case TAG_NUM1:
if (isfixnum(b)) {
return (numval(a) < numval(b)) ? fixnum(-1) : fixnum(1);
}
if (iscprim(b)) {
if (cp_class((cprim_t*)ptr(b)) == fl_ctx->wchartype)
return fixnum(1);
return fixnum(numeric_compare(fl_ctx, a, b, eq, 1, NULL));
}
return fixnum(-1);
case TAG_SYM:
if (eq) return fixnum(1);
if (tagb < TAG_SYM) return fixnum(1);
if (tagb > TAG_SYM) return fixnum(-1);
return fixnum(strcmp(symbol_name(fl_ctx, a), symbol_name(fl_ctx, b)));
case TAG_VECTOR:
if (isvector(b))
return bounded_vector_compare(fl_ctx, a, b, bound, eq);
break;
case TAG_CPRIM:
if (cp_class((cprim_t*)ptr(a)) == fl_ctx->wchartype) {
if (!iscprim(b) || cp_class((cprim_t*)ptr(b)) != fl_ctx->wchartype)
return fixnum(-1);
}
else if (iscprim(b) && cp_class((cprim_t*)ptr(b)) == fl_ctx->wchartype) {
return fixnum(1);
}
c = numeric_compare(fl_ctx, a, b, eq, 1, NULL);
if (c != 2)
return fixnum(c);
break;
case TAG_CVALUE:
if (iscvalue(b)) {
if (cv_isPOD((cvalue_t*)ptr(a)) && cv_isPOD((cvalue_t*)ptr(b)))
return cvalue_compare(a, b);
return fixnum(1);
}
break;
case TAG_FUNCTION:
if (tagb == TAG_FUNCTION) {
if (uintval(a) > N_BUILTINS && uintval(b) > N_BUILTINS) {
function_t *fa = (function_t*)ptr(a);
function_t *fb = (function_t*)ptr(b);
d = bounded_compare(fl_ctx, fa->bcode, fb->bcode, bound-1, eq);
if (d==fl_ctx->NIL || numval(d) != 0) return d;
d = bounded_compare(fl_ctx, fa->vals, fb->vals, bound-1, eq);
if (d==fl_ctx->NIL || numval(d) != 0) return d;
d = bounded_compare(fl_ctx, fa->env, fb->env, bound-1, eq);
if (d==fl_ctx->NIL || numval(d) != 0) return d;
return fixnum(0);
}
return (uintval(a) < uintval(b)) ? fixnum(-1) : fixnum(1);
}
break;
case TAG_CONS:
if (tagb < TAG_CONS) return fixnum(1);
d = bounded_compare(fl_ctx, car_(a), car_(b), bound-1, eq);
if (d==fl_ctx->NIL || numval(d) != 0) return d;
a = cdr_(a); b = cdr_(b);
bound--;
goto compare_top;
}
return (taga < tagb) ? fixnum(-1) : fixnum(1);
}
static value_t cyc_vector_compare(fl_context_t *fl_ctx, value_t a,
value_t b, htable_t *table, int eq)
{
size_t la = vector_size(a);
size_t lb = vector_size(b);
size_t m, i;
value_t d, xa, xb, ca, cb;
// first try to prove them different with no recursion
if (eq && (la!=lb)) return fixnum(1);
m = la < lb ? la : lb;
for (i = 0; i < m; i++) {
xa = vector_elt(a,i);
xb = vector_elt(b,i);
if (leafp(xa) || leafp(xb)) {
d = bounded_compare(fl_ctx, xa, xb, 1, eq);
if (d!=fl_ctx->NIL && numval(d)!=0) return d;
}
else if (tag(xa) < tag(xb)) {
return fixnum(-1);
}
else if (tag(xa) > tag(xb)) {
return fixnum(1);
}
}
ca = eq_class(fl_ctx, table, a);
cb = eq_class(fl_ctx, table, b);
if (ca!=fl_ctx->NIL && ca==cb)
return fixnum(0);
eq_union(fl_ctx, table, a, b, ca, cb);
for (i = 0; i < m; i++) {
xa = vector_elt(a,i);
xb = vector_elt(b,i);
if (!leafp(xa) || tag(xa)==TAG_FUNCTION) {
d = cyc_compare(fl_ctx, xa, xb, table, eq);
if (numval(d)!=0)
return d;
}
}
if (la < lb) return fixnum(-1);
if (la > lb) return fixnum(1);
return fixnum(0);
}
static value_t cyc_compare(fl_context_t *fl_ctx, value_t a, value_t b, htable_t *table, int eq)
{
value_t d, ca, cb;
cyc_compare_top:
if (a==b)
return fixnum(0);
if (iscons(a)) {
if (iscons(b)) {
value_t aa = car_(a); value_t da = cdr_(a);
value_t ab = car_(b); value_t db = cdr_(b);
int tagaa = tag(aa); int tagda = tag(da);
int tagab = tag(ab); int tagdb = tag(db);
if (leafp(aa) || leafp(ab)) {
d = bounded_compare(fl_ctx, aa, ab, 1, eq);
if (d!=fl_ctx->NIL && numval(d)!=0) return d;
}
else if (tagaa < tagab)
return fixnum(-1);
else if (tagaa > tagab)
return fixnum(1);
if (leafp(da) || leafp(db)) {
d = bounded_compare(fl_ctx, da, db, 1, eq);
if (d!=fl_ctx->NIL && numval(d)!=0) return d;
}
else if (tagda < tagdb)
return fixnum(-1);
else if (tagda > tagdb)
return fixnum(1);
ca = eq_class(fl_ctx, table, a);
cb = eq_class(fl_ctx, table, b);
if (ca!=fl_ctx->NIL && ca==cb)
return fixnum(0);
eq_union(fl_ctx, table, a, b, ca, cb);
d = cyc_compare(fl_ctx, aa, ab, table, eq);
if (numval(d)!=0) return d;
a = da;
b = db;
goto cyc_compare_top;
}
else {
return fixnum(1);
}
}
else if (isvector(a) && isvector(b)) {
return cyc_vector_compare(fl_ctx, a, b, table, eq);
}
else if (isclosure(a) && isclosure(b)) {
function_t *fa = (function_t*)ptr(a);
function_t *fb = (function_t*)ptr(b);
d = bounded_compare(fl_ctx, fa->bcode, fb->bcode, 1, eq);
if (numval(d) != 0) return d;
ca = eq_class(fl_ctx, table, a);
cb = eq_class(fl_ctx, table, b);
if (ca!=fl_ctx->NIL && ca==cb)
return fixnum(0);
eq_union(fl_ctx, table, a, b, ca, cb);
d = cyc_compare(fl_ctx, fa->vals, fb->vals, table, eq);
if (numval(d) != 0) return d;
a = fa->env;
b = fb->env;
goto cyc_compare_top;
}
return bounded_compare(fl_ctx, a, b, 1, eq);
}
void comparehash_init(fl_context_t *fl_ctx)
{
htable_new(&fl_ctx->equal_eq_hashtable, 512);
}
// 'eq' means unordered comparison is sufficient
static value_t compare_(fl_context_t *fl_ctx, value_t a, value_t b, int eq)
{
value_t guess = bounded_compare(fl_ctx, a, b, BOUNDED_COMPARE_BOUND, eq);
if (guess == fl_ctx->NIL) {
guess = cyc_compare(fl_ctx, a, b, &fl_ctx->equal_eq_hashtable, eq);
htable_reset(&fl_ctx->equal_eq_hashtable, 512);
}
return guess;
}
value_t fl_compare(fl_context_t *fl_ctx, value_t a, value_t b)
{
return compare_(fl_ctx, a, b, 0);
}
value_t fl_equal(fl_context_t *fl_ctx, value_t a, value_t b)
{
if (eq_comparable(a, b))
return (a == b) ? fl_ctx->T : fl_ctx->F;
return (numval(compare_(fl_ctx, a,b,1))==0 ? fl_ctx->T : fl_ctx->F);
}
/*
optimizations:
- use hash updates instead of calling lookup then insert. i.e. get the
bp once and use it twice.
* preallocate hash table and call reset() instead of new/free
* less redundant tag checking, 3-bit tags
*/
#ifdef _P64
#define MIX(a, b) int64hash((int64_t)(a) ^ (int64_t)(b));
#define doublehash(a) int64hash(a)
#else
#define MIX(a, b) int64to32hash(((int64_t)(a))<<32 | ((int64_t)(b)))
#define doublehash(a) int64to32hash(a)
#endif
// *oob: output argument, means we hit the limit specified by 'bound'
static uintptr_t bounded_hash(fl_context_t *fl_ctx, value_t a, int bound, int *oob)
{
*oob = 0;
union {
double d;
int64_t i64;
} u;
numerictype_t nt;
size_t i, len;
cvalue_t *cv;
cprim_t *cp;
void *data;
uintptr_t h = 0;
int oob2, tg = tag(a);
switch(tg) {
case TAG_NUM :
case TAG_NUM1:
u.d = (double)numval(a);
return doublehash(u.i64);
case TAG_FUNCTION:
if (uintval(a) > N_BUILTINS)
return bounded_hash(fl_ctx, ((function_t*)ptr(a))->bcode, bound, oob);
return inthash(a);
case TAG_SYM:
return ((symbol_t*)ptr(a))->hash;
case TAG_CPRIM:
cp = (cprim_t*)ptr(a);
data = cp_data(cp);
if (cp_class(cp) == fl_ctx->wchartype)
return inthash(*(int32_t*)data);
nt = cp_numtype(cp);
u.d = conv_to_double(data, nt);
return doublehash(u.i64);
case TAG_CVALUE:
cv = (cvalue_t*)ptr(a);
data = cv_data(cv);
return memhash((char*)data, cv_len(cv));
case TAG_VECTOR:
if (bound <= 0) {
*oob = 1;
return 1;
}
len = vector_size(a);
for(i=0; i < len; i++) {
h = MIX(h, bounded_hash(fl_ctx, vector_elt(a,i), bound/2, &oob2)^1);
if (oob2)
bound/=2;
*oob = *oob || oob2;
}
return h;
case TAG_CONS:
do {
if (bound <= 0) {
*oob = 1;
return h;
}
h = MIX(h, bounded_hash(fl_ctx, car_(a), bound/2, &oob2));
// bounds balancing: try to share the bounds efficiently
// so we can hash better when a list is cdr-deep (a common case)
if (oob2)
bound/=2;
else
bound--;
// recursive OOB propagation. otherwise this case is slow:
// (hash '#2=((#0=(#1=(#1#) . #0#)) . #2#))
*oob = *oob || oob2;
a = cdr_(a);
} while (iscons(a));
h = MIX(h, bounded_hash(fl_ctx, a, bound-1, &oob2)^2);
*oob = *oob || oob2;
return h;
}
return 0;
}
int equal_lispvalue(fl_context_t *fl_ctx, value_t a, value_t b)
{
if (eq_comparable(a, b))
return (a==b);
return (numval(compare_(fl_ctx, a, b, 1))==0);
}
uintptr_t hash_lispvalue(fl_context_t *fl_ctx, value_t a)
{
int oob = 0;
uintptr_t n = bounded_hash(fl_ctx, a, BOUNDED_HASH_BOUND, &oob);
return n;
}
value_t fl_hash(fl_context_t *fl_ctx, value_t *args, uint32_t nargs)
{
argcount(fl_ctx, "hash", nargs, 1);
return fixnum(hash_lispvalue(fl_ctx, args[0]));
}
| C | 5 | greimel/julia | src/flisp/equal.c | [
"Zlib"
] |
/*
Copyright © 2011 MLstate
This file is part of Opa.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
none = {none} : option('v1)
some(t) = { some = t } : option
None = {none} : option('v2)
Some(t) = { some = t } : option
// All fields are used
option =
make =
none = {none} : option
some(o) = { some = o } : option
{ none = none; some = some }
to =
sc = %%BslString.concat%%
string(f, x) =
match x : option with
| {none = none} -> "\{ none = () \} : option"
| {some = some} -> sc("\{ some = ", (sc((f(some)), " \} : option")))
end
{ string = string }
default(d, o) =
match o : option with
| {none = none} -> d
| {some = some} -> some
end
get(o) =
match o : option with
| {some = some} -> some
| {none = none} ->
@fail("this option don't have any some field !.")
end
map(f, o) =
match o : option with
| {none = none} -> {none}
| {some = some} -> { some = f(some) }
end
{ to = to; default = default; make = make; get = get; map = map }
| Opa | 3 | Machiaweliczny/oppailang | lib/plugins/opabsl/mlstatebsl/option.opa | [
"MIT"
] |
# Edge project file (edit at your own risk)
# Copyright (c) 2004-2017 Elements Interactive B.V.
# -----------------------------------------
# General project properties
projectname = "pluginvincent"
caption = "buildgl"
target type = "lib"
appuid = "0x10205d9d"
version = "0.01.1"
capabilities = "None"
selplatform = "GP2X (devkitgp2x)"
noresemu = "1"
# Project source, header and resource tree
sourcefile = "..\wrap_gles.cpp"
# Project environment
incpath = "_sdk\vincent\include"
macrodef = "EGL_VINCENT"
| Ecere Projects | 3 | elementsinteractive/edgelib | edgelib/extlib/opengl_plugin/gp2x/build_gles_vin.epj | [
"BSD-3-Clause"
] |
{% set result = 'https://www.google.com' | http_query(test=True) %}
{% include 'jinja_filters/common.sls' %}
| SaltStack | 3 | byteskeptical/salt | tests/integration/files/file/base/jinja_filters/http_query.sls | [
"Apache-2.0"
] |
.blue { color: blue } | CSS | 2 | coreyscherbing/angular | packages/compiler-cli/integrationtest/src/shared.css | [
"MIT"
] |
@tableflux.h2o_temperature{location, surface_degrees, time, location =~ /t._/}
| FLUX | 1 | RohanSreerama5/flux | colm/tableflux/query09.flux | [
"MIT"
] |
// Code generated by "stringer -type ABI"; DO NOT EDIT.
package obj
import "strconv"
const _ABI_name = "ABI0ABIInternalABICount"
var _ABI_index = [...]uint8{0, 4, 15, 23}
func (i ABI) String() string {
if i >= ABI(len(_ABI_index)-1) {
return "ABI(" + strconv.FormatInt(int64(i), 10) + ")"
}
return _ABI_name[_ABI_index[i]:_ABI_index[i+1]]
}
| Go | 4 | Havoc-OS/androidprebuilts_go_linux-x86 | src/cmd/internal/obj/abi_string.go | [
"BSD-3-Clause"
] |
grammar t052importM2;
options {
language=JavaScript;
}
import t052importS2;
s : label=a[3] {this.capture($label.y);} ;
B : 'b' ; // defines B from inherited token space
WS : (' '|'\n') {this.skip();} ;
| G-code | 2 | DanielMabadeje/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials | java/java2py/antlr-3.1.3/runtime/JavaScript/tests/functional/t052importM2.g | [
"Apache-2.0"
] |
--TEST--
interface_exists() tests
--FILE--
<?php
interface foo {
}
var_dump(interface_exists("qwerty"));
var_dump(interface_exists(""));
var_dump(interface_exists("test", false));
var_dump(interface_exists("foo", false));
var_dump(interface_exists("foo"));
var_dump(interface_exists("stdClass", false));
var_dump(interface_exists("stdClass"));
echo "Done\n";
?>
--EXPECT--
bool(false)
bool(false)
bool(false)
bool(true)
bool(true)
bool(false)
bool(false)
Done
| PHP | 3 | thiagooak/php-src | Zend/tests/013.phpt | [
"PHP-3.01"
] |
import base64
import json
import logging
import os
from datetime import date, datetime
from moto.ses import responses as ses_responses
from moto.ses.exceptions import MessageRejectedError
from moto.ses.models import SESBackend
from moto.ses.responses import EmailResponse as email_responses
from localstack import config
from localstack.services.infra import start_moto_server
from localstack.utils.common import mkdir, timestamp_millis, to_str
LOGGER = logging.getLogger(__name__)
DELETE_IDENTITY_RESPONSE = """<DeleteTemplateResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<DeleteTemplateResult/>
<ResponseMetadata>
<RequestId>d96bd875-9bf2-11e1-8ee7-c98a0037a2b6</RequestId>
</ResponseMetadata>
</DeleteTemplateResponse>"""
GET_IDENTITY_VERIFICATION_ATTRIBUTES_RESPONSE = """<GetIdentityVerificationAttributesResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<GetIdentityVerificationAttributesResult>
<VerificationAttributes>
{% for resource in resources %}
<entry>
<key>{{ resource }}</key>
<value>
<VerificationStatus>Success</VerificationStatus>
{% if '@' not in resource %}
<VerificationToken>QTKknzFg2J4ygwa+XvHAxUl1hyHoY0gVfZdfjIedHZ0=</VerificationToken>
{% endif %}
</value>
</entry>
{% endfor %}
</VerificationAttributes>
</GetIdentityVerificationAttributesResult>
<ResponseMetadata>
<RequestId>1d0c29f1-9bf3-11e1-8ee7-c98a0037a2b6</RequestId>
</ResponseMetadata>
</GetIdentityVerificationAttributesResponse>"""
def apply_patches():
def get_source_from_raw(raw_data):
entities = raw_data.split("\n")
for entity in entities:
if "From: " in entity:
return entity.replace("From: ", "").strip()
return None
email_responses_send_raw_email_orig = email_responses.send_raw_email
def email_responses_send_raw_email(self):
(source,) = self.querystring.get("Source", [""])
if source.strip():
return email_responses_send_raw_email_orig(self)
raw_data = to_str(base64.b64decode(self.querystring.get("RawMessage.Data")[0]))
LOGGER.debug("Raw email:\n%s", raw_data)
source = get_source_from_raw(raw_data)
if not source:
raise MessageRejectedError("Source not specified")
self.querystring["Source"] = [source]
return email_responses_send_raw_email_orig(self)
email_responses.send_raw_email = email_responses_send_raw_email
def email_responses_send_email(self):
body_data_key = "Message.Body.Text.Data"
if "Message.Body.Html.Data" in self.querystring:
body_data_key = "Message.Body.Html.Data"
body = self.querystring.get(body_data_key)
source = self.querystring.get("Source")
subject = self.querystring.get("Message.Subject.Data")
destinations = {"ToAddresses": [], "CcAddresses": [], "BccAddresses": []}
for dest_type in destinations:
# consume up to 51 to allow exception
for i in range(1, 52):
field = "Destination.%s.member.%s" % (dest_type, i)
address = self.querystring.get(field)
if address is None:
break
destinations[dest_type].append(address[0])
body = body and body[0]
source = source and source[0]
subject = subject and subject[0]
if not all([body, source, subject]):
raise MessageRejectedError(
"Must specify all of Body, Subject, Source for the email message"
)
LOGGER.debug(
"Sending email\nFrom: %s\nTo: %s\nSubject: %s\nBody:\n%s",
source,
destinations,
subject,
body,
)
return email_responses_send_email_orig(self)
email_responses_send_email_orig = email_responses.send_email
email_responses.send_email = email_responses_send_email
email_responses_list_templates_orig = email_responses.list_templates
def list_templates(self):
email_templates = ses_responses.ses_backend.list_templates()
for template in email_templates:
if isinstance(template["Timestamp"], (date, datetime)):
# Hack to change the last digits to Java SDKv2 compatible format
template["Timestamp"] = timestamp_millis(template["Timestamp"])
return email_responses_list_templates_orig(self)
email_responses.list_templates = list_templates
def delete_template(self):
template_name = self._get_param("TemplateName")
templates = ses_responses.ses_backend.templates
if template_name in templates:
del templates[template_name]
ses_responses.ses_backend.templates = templates
template = self.response_template(DELETE_IDENTITY_RESPONSE)
return template.render()
email_responses.delete_template = delete_template
def get_identity_verification_attributes(self):
resources = [
self.querystring[identity][0]
for identity in self.querystring.keys()
if "Identities.member" in identity
]
template = self.response_template(GET_IDENTITY_VERIFICATION_ATTRIBUTES_RESPONSE)
return template.render(resources=resources)
email_responses.get_identity_verification_attributes = get_identity_verification_attributes
def get_email_log_object(source, region, destinations, subject=None, body=None, raw_data=None):
email = {"Source": source, "Region": region, "Destinations": destinations}
if subject is not None:
email["Subject"] = subject
if body is not None:
email["Body"] = body
if raw_data is not None:
email["RawData"] = raw_data
return email
def log_email_to_data_dir(id, email):
ses_dir = os.path.join(config.dirs.data or config.dirs.tmp, "ses")
mkdir(ses_dir)
with open(os.path.join(ses_dir, id + ".json"), "w") as f:
f.write(json.dumps(email))
backend_send_email_orig = SESBackend.send_email
def send_email_save_contents(self, source, subject, body, destinations, region):
message = backend_send_email_orig(self, source, subject, body, destinations, region)
log_email = get_email_log_object(source, region, destinations, subject, body)
log_email_to_data_dir(message.id, log_email)
return message
SESBackend.send_email = send_email_save_contents
backend_send_raw_email_orig = SESBackend.send_raw_email
def send_raw_email_save_contents(self, source, destinations, raw_data, region):
message = backend_send_raw_email_orig(self, source, destinations, raw_data, region)
log_email = get_email_log_object(source, region, destinations, raw_data=raw_data)
log_email_to_data_dir(message.id, log_email)
return message
SESBackend.send_raw_email = send_raw_email_save_contents
backend_send_templated_email_template_orig = SESBackend.send_templated_email
def send_templated_email_save_contents(
self, source, template, template_data, destinations, region
):
message = backend_send_templated_email_template_orig(
self, source, template, template_data, destinations, region
)
ses_dir = os.path.join(config.dirs.data or config.dirs.tmp, "ses")
mkdir(ses_dir)
with open(os.path.join(ses_dir, message.id + ".json"), "w") as f:
f.write(
json.dumps(
{
"Source": source,
"Template": template,
"TemplateData": template_data,
"Destinations": destinations,
"Region": region,
}
)
)
return message
SESBackend.send_templated_email = send_templated_email_save_contents
def start_ses(port=None, backend_port=None, asynchronous=None, update_listener=None):
port = port or config.PORT_SES
apply_patches()
return start_moto_server(
key="ses",
name="SES",
port=port,
backend_port=backend_port,
asynchronous=asynchronous,
update_listener=update_listener,
)
| Python | 5 | rubencosta/localstack | localstack/services/ses/ses_starter.py | [
"Apache-2.0"
] |
OUTPUT="./bin"
SOURCE=exp.m
.PHONY: $(OUTPUT)/test
all: $(SOURCE) prepare
clang -framework Foundation -framework DiskArbitration $(SOURCE) -o $(OUTPUT)/test
clean:
rm -rf $(OUTPUT)/*
run: all
$(OUTPUT)/test
format:
clang-format -i $(SOURCE)
prepare:
mkdir -p $(OUTPUT)
install:
mkdir -p ../../../../data/exploits/CVE-2019-8513/
cp $(OUTPUT)/test ../../../../data/exploits/CVE-2019-8513/exploit
| Makefile | 4 | OsmanDere/metasploit-framework | external/source/exploits/CVE-2019-8513/Makefile | [
"BSD-2-Clause",
"BSD-3-Clause"
] |
import pass_pipeline as ppipe
import passes as p
def simplifycfg_silcombine_passlist():
return ppipe.PassList([
p.SimplifyCFG,
p.SILCombine,
p.SimplifyCFG,
])
def highlevel_loopopt_passlist():
return ppipe.PassList([
p.LowerAggregateInstrs,
p.SILCombine,
p.SROA,
p.Mem2Reg,
p.DCE,
p.SILCombine,
simplifycfg_silcombine_passlist(),
p.LoopRotate,
p.DCE,
p.CSE,
p.SILCombine,
p.SimplifyCFG,
p.ABCOpt,
p.DCE,
p.COWArrayOpts,
p.DCE,
p.SwiftArrayOpts,
])
def lowlevel_loopopt_passlist():
return ppipe.PassList([
p.LICM,
p.DCE,
p.CSE,
p.SILCombine,
p.SimplifyCFG,
])
def inliner_for_optlevel(optlevel):
if optlevel == 'high':
return p.EarlyInliner
elif optlevel == 'mid':
return p.PerfInliner
elif optlevel == 'low':
return p.LateInliner
else:
raise RuntimeError('Unknown opt level')
def ssapass_passlist(optlevel):
return ppipe.PassList([
simplifycfg_silcombine_passlist(),
p.AllocBoxToStack,
p.CopyForwarding,
p.LowerAggregateInstrs,
p.SILCombine,
p.SROA,
p.Mem2Reg,
p.PerformanceConstantPropagation,
p.DCE,
p.CSE,
p.SILCombine,
simplifycfg_silcombine_passlist(),
p.GlobalLoadStoreOpts,
# Need to add proper argument here
p.CodeMotion,
p.GlobalARCOpts,
p.SpeculativeDevirtualizer,
p.SILLinker,
inliner_for_optlevel(optlevel),
p.SimplifyCFG,
p.CodeMotion,
p.GlobalARCOpts,
])
def lower_passlist():
return ppipe.PassList([
p.DeadFunctionElimination,
p.DeadObjectElimination,
p.GlobalOpt,
p.CapturePropagation,
p.ClosureSpecializer,
p.SpeculativeDevirtualizer,
p.FunctionSignatureOpts,
])
def normal_passpipelines():
result = []
x = ppipe.PassPipeline('HighLevel', {'name': 'run_n_times', 'count': 2})
x.add_pass(ssapass_passlist('high'))
result.append(x)
x = ppipe.PassPipeline('EarlyLoopOpt', {'name': 'run_n_times', 'count': 1})
x.add_pass(highlevel_loopopt_passlist())
result.append(x)
x = ppipe.PassPipeline('MidLevelOpt', {'name': 'run_n_times', 'count': 2})
x.add_pass(ssapass_passlist('mid'))
result.append(x)
x = ppipe.PassPipeline('Lower', {'name': 'run_to_fixed_point'})
x.add_pass(lower_passlist())
result.append(x)
x = ppipe.PassPipeline('LowLevel', {'name': 'run_n_times', 'count': 1})
x.add_pass(ssapass_passlist('low'))
result.append(x)
x = ppipe.PassPipeline('LateLoopOpt', {'name': 'run_n_times', 'count': 1})
x.add_pass([lowlevel_loopopt_passlist(), p.DeadFunctionElimination])
result.append(x)
return result
| Python | 4 | lwhsu/swift | utils/pass-pipeline/src/pass_pipeline_library.py | [
"Apache-2.0"
] |
Three possible formulations of `μ`
μ N —→ N [ μ N ]
(μ N) · V —→ N [ μ N , V ]
(μ (ƛ N)) · V —→ N [ μ (ƛ N) , V ]
The first is odd in that we substitute for `f` a term that is not a value.
One advantage of the first is that it also works perfectly well on other types.
For instance,
case (μ x → suc x) [zero→ zero | suc x → x]
returns (μ x → suc x).
The second has two values of function type, both lambda abstractions and fixpoints.
What if the body of μ must first reduce to a value? Two cases.
Value is a lambda.
(μ f → N) · V
—→ (μ f → ƛ x → N′) · V
—→ (ƛ x → N′) [ f := μ f → ƛ x → N ] · V
—→ (ƛ x → N′ [ f := μ f → ƛ x → N ]) · V
—→ N′ [ f := μ f → ƛ x → N , x := V ]
Value is itself a mu.
(μ f → μ g → N) · V
—→ (μ f → μ g → N′) · V
—→ (μ f → μ g → λ x → N″) · V
—→ (μ g → λ x → N″) [ f := μ f → μ g → λ x → N″ ] · V
—→ (μ g → λ x → N″ [ f := μ f → μ g → λ x → N″ ]) · V
—→ (λ x → N″ [ f := μ f → μ g → λ x → N″ ])
[ g := μ g → λ x → N″ [ f := μ f → μ g → λ x → N″ ] · V
—→ (λ x → N″ [ f := μ f → μ g → λ x → N″ ]
[ g := μ g → λ x → N″ [ f := μ f → μ g → λ x → N″ ]) · V
—→ N″ [ f := μ f → μ g → λ x → N″ ]
[ g := μ g → λ x → N″ [ f := μ f → μ g → λ x → N″ ]
[ x := V ]
This is something you would *never* want to do, because f and g are
bound to the same function. Better to avoid it by building functions
into the syntax, I expect.
| Literate Agda | 3 | manikdv/plfa.github.io | extra/stlc/MuDiscussion.lagda | [
"CC-BY-4.0"
] |
(*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*)
type position = {
line: int;
(* 1-based *)
column: int; (* 1-based *)
}
type range = {
st: position;
ed: position;
}
type text_edit = {
range: range option;
text: string;
}
(* UTF-8 encoding character lengths.
*
* NOTE: at the moment, edit commands are the only place where we count
* UTF-8 encoded characters as opposed to ASCII bytes - in all of the other
* places (column numbers in errors, positions in IDE commands) we still use the
* latter.
*
* We make an exception here because that's the way Nuclide counts characters,
* and the consequences of mishandling it are much more dire than in other
* places - we'll not only fail the current single request, but diverge
* the synchronized state forever.
*)
let get_char_length c =
let c = Char.code c in
if c lsr 7 = 0b0 then
1
else if c lsr 5 = 0b110 then
2
else if c lsr 4 = 0b1110 then
3
else if c lsr 3 = 0b11110 then
4
else
raise (Failure (Printf.sprintf "Invalid UTF-8 leading byte: %d" c))
let is_target t line column = t.line = line && t.column = column
let get_char content offset =
(* sentinel newline to make things easier *)
if offset = String.length content then
'\n'
else
content.[offset]
let rec get_offsets content queries line column offset acc =
match acc with
| (Some _, Some _) -> acc
| (None, r2) when is_target (fst queries) line column ->
get_offsets content queries line column offset (Some offset, r2)
| ((Some _ as r1), None) when is_target (snd queries) line column ->
get_offsets content queries line column offset (r1, Some offset)
| acc ->
let (line, column, offset) =
match get_char content offset with
| '\n' -> (line + 1, 1, offset + 1)
| c -> (line, column + 1, offset + get_char_length c)
in
get_offsets content queries line column offset acc
let invalid_position p =
raise (Failure (Printf.sprintf "Invalid position: {line: %d; column: %d}" p.line p.column))
(* this returns 0-based offsets *)
let get_offsets (content : string) (queries : position * position) : int * int =
match get_offsets content queries 1 1 0 (None, None) with
| (Some r1, Some r2) -> (r1, r2)
| (None, _) -> invalid_position (fst queries)
| (_, None) -> invalid_position (snd queries)
(* This returns a 0-based offset. If you need to get two offsets, use
`get_offsets` instead. *)
let get_offset (content : string) (position : position) : int =
fst (get_offsets content (position, position))
(* This takes 0-based offsets and returns 1-based positions. *)
(* It gives the position of the character *immediately after* this offset, *)
(* e.g. "offset_to_position s 0" gives the 1-based position {line=1,col=1}. *)
(* It sounds confusing but is natural when you work with half-open ranges! *)
(* It is okay to ask for the position of the offset of the end of the file. *)
(* In case of multi-byte characters, if you give an offset inside a character,*)
(* it still gives the position immediately after. *)
let offset_to_position (content : string) (offset : int) : position =
let rec helper ~(line : int) ~(column : int) ~(index : int) =
if index >= offset then
{ line; column }
else
let c = get_char content index in
let clen = get_char_length c in
if c = '\n' then
helper (line + 1) 1 (index + clen)
else
helper line (column + 1) (index + clen)
in
if offset > String.length content then
raise (Failure (Printf.sprintf "Invalid offset: %d" offset))
else
helper ~line:1 ~column:1 ~index:0
let apply_edit content { range; text } =
match range with
| None -> text
| Some { st; ed } ->
let (start_offset, end_offset) = get_offsets content (st, ed) in
let prefix = Str.string_before content start_offset in
let suffix = Str.string_after content end_offset in
prefix ^ text ^ suffix
let print_edit b edit =
let range =
match edit.range with
| None -> "None"
| Some range ->
Printf.sprintf "%d:%d - %d:%d" range.st.line range.st.column range.ed.line range.ed.column
in
Printf.bprintf b "range = %s\n text = \n%s\n" range edit.text
let edit_file content (edits : text_edit list) : (string, string * Utils.callstack) result =
try Ok (Base.List.fold ~init:content ~f:apply_edit edits) with
| e ->
let stack = Printexc.get_backtrace () in
let b = Buffer.create 1024 in
Printf.bprintf b "Invalid edit: %s\n" (Printexc.to_string e);
Printf.bprintf b "Original content:\n%s\n" content;
Printf.bprintf b "Edits:\n";
Base.List.iter edits ~f:(print_edit b);
Error (Buffer.contents b, Utils.Callstack stack)
let edit_file_unsafe fc edits =
match edit_file fc edits with
| Ok r -> r
| Error (e, _stack) ->
Printf.eprintf "%s" e;
failwith e
| OCaml | 5 | zhangmaijun/flow | src/hack_forked/utils/file_content/file_content.ml | [
"MIT"
] |
/-
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import init.meta.tactic init.data.option.basic
meta constant mk_nat_val_ne_proof : expr → expr → option expr
meta constant mk_nat_val_lt_proof : expr → expr → option expr
meta constant mk_nat_val_le_proof : expr → expr → option expr
meta constant mk_fin_val_ne_proof : expr → expr → option expr
meta constant mk_char_val_ne_proof : expr → expr → option expr
meta constant mk_string_val_ne_proof : expr → expr → option expr
meta constant mk_int_val_ne_proof : expr → expr → option expr
namespace tactic
open expr
meta def comp_val : tactic unit :=
do t ← target >>= instantiate_mvars,
guard (is_app t),
type ← infer_type t.app_arg,
(do is_def_eq type (const `nat []),
(do (a, b) ← is_ne t,
pr ← mk_nat_val_ne_proof a b,
exact pr)
<|>
(do (a, b) ← is_lt t,
pr ← mk_nat_val_lt_proof a b,
exact pr)
<|>
(do (a, b) ← is_gt t,
pr ← mk_nat_val_lt_proof b a,
exact pr)
<|>
(do (a, b) ← is_le t,
pr ← mk_nat_val_le_proof a b,
exact pr)
<|>
(do (a, b) ← is_ge t,
pr ← mk_nat_val_le_proof b a,
exact pr))
<|>
(do is_def_eq type (const `char []),
(a, b) ← is_ne t,
pr ← mk_char_val_ne_proof a b,
exact pr)
<|>
(do is_def_eq type (const `string []),
(a, b) ← is_ne t,
pr ← mk_string_val_ne_proof a b,
exact pr)
<|>
(do is_def_eq type (const `int []),
(a, b) ← is_ne t,
pr ← mk_int_val_ne_proof a b,
exact pr)
<|>
(do type ← whnf type,
guard (is_napp_of type `fin 1),
(a, b) ← is_ne t,
pr ← mk_fin_val_ne_proof a b,
exact pr)
<|>
(do (a, b) ← is_eq t,
unify a b, to_expr ``(eq.refl %%a) >>= exact)
end tactic
namespace tactic
namespace interactive
/-- Close goals of the form `n ≠ m` when `n` and `m` have type `nat`, `char`, `string`, `int` or `fin sz`,
and they are literals. It also closes goals of the form `n < m`, `n > m`, `n ≤ m` and `n ≥ m` for `nat`.
If the foal is of the form `n = m`, then it tries to close it using reflexivity. -/
meta def comp_val := tactic.comp_val
end interactive
end tactic
| Lean | 5 | JLimperg/lean | library/init/meta/comp_value_tactics.lean | [
"Apache-2.0"
] |
CLASS ltcl_lxe_texts DEFINITION FOR TESTING DURATION SHORT RISK LEVEL HARMLESS.
PRIVATE SECTION.
METHODS:
check_langs_versus_installed FOR TESTING RAISING zcx_abapgit_exception,
lang_string_to_table FOR TESTING,
table_to_lang_string FOR TESTING.
ENDCLASS.
CLASS zcl_abapgit_lxe_texts DEFINITION LOCAL FRIENDS ltcl_lxe_texts.
CLASS ltcl_lxe_texts IMPLEMENTATION.
METHOD check_langs_versus_installed.
DATA lt_testsuite TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_installed TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_intersections_act TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_intersections_exp TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_missfits_act TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_missfits_exp TYPE zif_abapgit_definitions=>ty_languages.
lt_installed = zcl_abapgit_lxe_texts=>convert_lang_string_to_table( 'EN,DE,ES,IT,SK,FR' ).
lt_testsuite = zcl_abapgit_lxe_texts=>convert_lang_string_to_table( 'ZA,EN,FR,DE,JP' ).
lt_intersections_exp = zcl_abapgit_lxe_texts=>convert_lang_string_to_table( 'EN,FR,DE' ).
lt_missfits_exp = zcl_abapgit_lxe_texts=>convert_lang_string_to_table( 'ZA,JP' ).
zcl_abapgit_lxe_texts=>check_langs_versus_installed(
EXPORTING
it_languages = lt_testsuite
it_installed = lt_installed
IMPORTING
et_intersection = lt_intersections_act
et_missfits = lt_missfits_act ).
cl_abap_unit_assert=>assert_equals(
act = lt_intersections_act
exp = lt_intersections_exp ).
cl_abap_unit_assert=>assert_equals(
act = lt_missfits_act
exp = lt_missfits_exp ).
ENDMETHOD.
METHOD lang_string_to_table.
DATA lt_act TYPE zif_abapgit_definitions=>ty_languages.
DATA lt_exp TYPE zif_abapgit_definitions=>ty_languages.
TRY.
lt_act = zcl_abapgit_lxe_texts=>convert_lang_string_to_table(
iv_langs = 'en , de, es'
iv_skip_main_language = 'E' ).
APPEND 'DE' TO lt_exp.
APPEND 'ES' TO lt_exp.
cl_abap_unit_assert=>assert_equals(
act = lt_act
exp = lt_exp ).
CATCH zcx_abapgit_exception.
cl_abap_unit_assert=>fail( ).
ENDTRY.
TRY.
lt_act = zcl_abapgit_lxe_texts=>convert_lang_string_to_table(
iv_langs = 'en , DE, es'
iv_skip_main_language = 'E' ).
cl_abap_unit_assert=>assert_equals(
act = lt_act
exp = lt_exp ).
CATCH zcx_abapgit_exception.
cl_abap_unit_assert=>fail( ).
ENDTRY.
TRY.
lt_act = zcl_abapgit_lxe_texts=>convert_lang_string_to_table(
iv_langs = '*'
iv_skip_main_language = 'E' ).
CLEAR lt_exp.
APPEND '*' TO lt_exp.
cl_abap_unit_assert=>assert_equals(
act = lt_act
exp = lt_exp ).
CATCH zcx_abapgit_exception.
cl_abap_unit_assert=>fail( ).
ENDTRY.
ENDMETHOD.
METHOD table_to_lang_string.
DATA lt_langu TYPE zif_abapgit_definitions=>ty_languages.
DATA lv_act TYPE string.
DATA lv_exp TYPE string.
TRY.
APPEND 'DE' TO lt_langu.
APPEND 'ES' TO lt_langu.
lv_act = zcl_abapgit_lxe_texts=>convert_table_to_lang_string( lt_langu ).
lv_exp = 'DE,ES'.
cl_abap_unit_assert=>assert_equals(
act = lv_act
exp = lv_exp ).
CATCH zcx_abapgit_exception.
cl_abap_unit_assert=>fail( ).
ENDTRY.
TRY.
CLEAR lt_langu.
APPEND '*' TO lt_langu.
lv_act = zcl_abapgit_lxe_texts=>convert_table_to_lang_string( lt_langu ).
lv_exp = '*'.
cl_abap_unit_assert=>assert_equals(
act = lv_act
exp = lv_exp ).
CATCH zcx_abapgit_exception.
cl_abap_unit_assert=>fail( ).
ENDTRY.
ENDMETHOD.
ENDCLASS.
| ABAP | 5 | Manny27nyc/abapGit | src/objects/texts/zcl_abapgit_lxe_texts.clas.testclasses.abap | [
"MIT"
] |
INSERT INTO users VALUES ('jill', '$2a$04$qUlqAEEYF1YvrpJMosodoewgL6aO.qgHytl2k5L7kdXEWnJsFdxvq', TRUE);
INSERT INTO authorities VALUES ('jill', 'USERS');
| SQL | 3 | zeesh49/tutorials | guest/spring-security/src/main/resources/data.sql | [
"MIT"
] |
module examples/algorithms/messaging
/*
* Generic messaging among several nodes
*
* By default, messages can be lost (i.e. never become visible to the
* recipient node) or may be arbitrarily delayed. Also, by default
* out-of-order delivery is allowed.
*/
open util/ordering[Tick] as ord
open util/relation as rel
sig Node {}
sig MsgState {
/** Node that sent the message */
from: Node,
/** Intended recipient(s) of a message; note that broadcasts are allowed */
to: set Node
}
sig Msg {
state: MsgState,
/** Timestamp: the tick on which the message was sent */
sentOn: Tick,
/** tick at which node reads message, if read */
readOn: Node -> lone Tick
}{
readOn.Tick in state.to
}
sig Tick {
/** The state of each node */
state: Node -> one NodeState,
/**
* Definition of what each node does on this tick:
*
* Typically, a node would determine
* the messages it sends and its next state, based on its current
* state and the messages it reads.
*
* Messages that the node _can_ read in this tick, i.e. messages available
* for reading at the beginning of this tick. The messages that
* the node actually reads are a subset of this set. Determined by
* constraints in this module.
*/
visible: Node -> Msg,
/**
* Messages that the node _actually reads_ in this tick. Must be a subset
* of visible. Determined by constraints of the particular system
* that uses this module.
*/
read: Node -> Msg,
/**
* Messages sent by the node in this tick. They become visible to
* (and can be read by) their recipients on the next tick.
*/
sent: Node -> Msg,
/**
* Messages available for sending at this tick. A given message
* atom is only used once, and then it gets removed from the available
* set and cannot be used to represent messages sent on subsequent ticks.
* Also, two different nodes cannot send the same message atom.
* So, a message atom represents a particular single physical message
* sent by a given node on a given tick.
*/
available: set Msg,
/**
* For each node, at each tick, the number of messages it _needs_ to send.
* Used to rule out "proofs" of liveness violations that are caused
* solely by not having enough messages available for sending.
*/
needsToSend: Node -> Msg
}
fun MsgsSentOnTick[t: Tick]: set Msg { t.sent[Node] }
fun MsgsVisibleOnTick[t: Tick]: set Msg { t.visible[Node] }
fun MsgsReadOnTick[t: Tick]: set Msg { t.read[Node] }
fact MsgMovementConstraints {
// At the beginning, no messages have been sent yet
no ord/first.visible[Node]
// Messages sent on a given tick become visible to recipient(s)
// on the subsequent tick.
all pre: Tick - ord/last |
let post = ord/next[pre] | {
// messages sent on this tick are no longer available on subsequent tick
post.available = pre.available - MsgsSentOnTick[pre]
}
all t: Tick | {
// Messages sent on a tick are taken from the pool of available
// (not-yet-sent) message atoms
MsgsSentOnTick[t] in t.available
// Timestamps are correct
MsgsSentOnTick[t].sentOn in t
MsgsReadOnTick[t].readOn[Node] in t
// The only new message atoms are those sent by nodes
MsgsSentOnTick[t] = t.sent[Node]
all n: Node, m: Msg |
m.readOn[n] = t => m in t.read[n]
// Return addresses are correct
all n: Node | t.sent[n].state.from in n
// messages sent to a node on a tick become visible to that node on some subseqent tick,
// and permanently stop being visible to that node on the tick after that node reads the message
all n: Node, m: Msg | {
// message starts being visible to node n no earlier than it is sent;
// only messages sent to this node are visible to this node.
(m in t.visible[n] => (n in m.state.to && m.sentOn in ord/prevs[t]))
// message permanently stops being visible immediately after being read
(m in t.read[n] => m !in ord/nexts[t].visible[n])
}
}
}
sig NodeState {
}
fun MsgsLiveOnTick[t: Tick]: set Msg {
Msg - { future: Msg | future.sentOn in ord/nexts[t] }
- { past: Msg | all n: past.state.to | past.readOn[n] in ord/prevs[t] }
}
pred TicksEquivalent[t1, t2: Tick] {
t1.state = t2.state
some r: (MsgsLiveOnTick[t1] - MsgsVisibleOnTick[t1]) one -> one (MsgsLiveOnTick[t2] - MsgsVisibleOnTick[t2]) |
all m1: dom[r] | let m2 = m1.r | {
m1.(Msg<:state) = m2.state
}
some r: MsgsVisibleOnTick[t1] one -> one MsgsVisibleOnTick[t2] |
all m1: dom[r] | let m2 = m1.r | {
m1.(Msg<:state) = m2.state
}
}
pred Loop {
some t: Tick - ord/last | TicksEquivalent[t, ord/last]
}
fact CleanupViz {
// cleans up visualization without precluding any interesting traces
// all messages must be sent
Msg in Tick.sent[Node]
}
pred ReadInOrder {
//
// This function ensures that messages are read in order.
//
// for all pairs of nodes
all n1, n2: Node |
// for all pairs of messages sent from n1 to n2
all m1, m2: Msg |
{
m1.state.from = n1
m2.state.from = n1
m1.state.to = n2
m2.state.to = n2
} => {
// if both m1 and m2 are read by n2, *and*
// n2 reads m1 before m2, then m1 must have
// been sent before m2
(some m1.readOn[n2] && some m2.readOn[n2] &&
m1.readOn[n2] in ord/prevs[m2.readOn[n2]]) =>
ord/lte[m1.sentOn, m2.sentOn]
}
}
fact ReadOnlyVisible { read in visible }
/**
* this function ensures that messages will not
* be lost, i.e. a message send to a node will
* eventually be visible to that node
*/
pred NoLostMessages {
all m: Msg |
(m.sentOn != ord/last) => (all n: m.state.to |
some t: ord/nexts[m.sentOn] |
m in t.visible[n])
}
/**
* this function ensures that there will be
* no shortage of messages in the available
* message pool during the trace
*/
pred NoMessageShortage {
all t: Tick - ord/last |
(sum n: Node | # t.needsToSend[n]) =< # t.available
}
pred SomeState {
# Node > 1
//# Tick$read > 1
}
pred OutOfOrder {
! ReadInOrder
# Msg = 2
}
run SomeState for 2 expect 1
run OutOfOrder for 4 expect 1
// DEFINED VARIABLES
// Defined variables are uncalled, no-argument functions.
// They are helpful for getting good visualization.
fun FROM: Msg -> Node {{m: Msg, n: Node | n in m.state.from}}
fun TO: Msg -> Node {{m: Msg, n: Node | n in m.state.to}}
| Alloy | 5 | c-luu/alloy-specs | utilities/messaging/messaging.als | [
"Apache-2.0"
] |
const __modti3 = @import("modti3.zig").__modti3;
const testing = @import("std").testing;
fn test__modti3(a: i128, b: i128, expected: i128) !void {
const x = __modti3(a, b);
try testing.expect(x == expected);
}
test "modti3" {
try test__modti3(0, 1, 0);
try test__modti3(0, -1, 0);
try test__modti3(5, 3, 2);
try test__modti3(5, -3, 2);
try test__modti3(-5, 3, -2);
try test__modti3(-5, -3, -2);
try test__modti3(0x8000000000000000, 1, 0x0);
try test__modti3(0x8000000000000000, -1, 0x0);
try test__modti3(0x8000000000000000, 2, 0x0);
try test__modti3(0x8000000000000000, -2, 0x0);
try test__modti3(0x8000000000000000, 3, 2);
try test__modti3(0x8000000000000000, -3, 2);
try test__modti3(make_ti(0x8000000000000000, 0), 1, 0x0);
try test__modti3(make_ti(0x8000000000000000, 0), -1, 0x0);
try test__modti3(make_ti(0x8000000000000000, 0), 2, 0x0);
try test__modti3(make_ti(0x8000000000000000, 0), -2, 0x0);
try test__modti3(make_ti(0x8000000000000000, 0), 3, -2);
try test__modti3(make_ti(0x8000000000000000, 0), -3, -2);
}
fn make_ti(high: u64, low: u64) i128 {
var result: u128 = high;
result <<= 64;
result |= low;
return @bitCast(i128, result);
}
| Zig | 4 | lukekras/zig | lib/std/special/compiler_rt/modti3_test.zig | [
"MIT"
] |
<html>
<head>
<meta></meta>
</head>
<body>
<p>descendantOne: Yo</p>
<div>
<p>
descendantThree:
DustyOrb
</p>
</div>
</body>
</html> | HTML | 1 | DBatOWL/tutorials | xml/src/main/resources/xml/stax.html | [
"MIT"
] |
#!/usr/bin/swipl -q -t main -f
% Find three digits X, Y and Z such that
% XYZ in base10 is equal to ZYX in base9
is_solution(X, Y, Z) :- between(0,9,X),
between(0,9,Y),
between(0,9,Z),
Base10 is (100*X + 10*Y + Z),
Base9 is (9*9*Z+9*Y+X),
Base10 = Base9.
main :-
is_solution(X, Y, Z),
format("solution: ~w ~w ~w\n", [X,Y,Z]),
false. % make sure that all solutions get printed | Prolog | 5 | RalfGuder/LaTeX-examples | documents/Programmierparadigmen/scripts/prolog/01-two-bases.prolog | [
"MIT"
] |
@tableflux.h2o_temperature{location, surface_degrees, time > -1y}
|> select( {top(surface_degrees, 5) })
| FLUX | 3 | RohanSreerama5/flux | colm/tableflux/query21.flux | [
"MIT"
] |
# RUN: llc -run-pass none -o - %s | FileCheck %s
# This test ensures that the MIR parser accepts files without the LLVM IR.
---
# CHECK: name: foo
name: foo
...
| Mirah | 3 | medismailben/llvm-project | llvm/test/CodeGen/MIR/Generic/llvmIRMissing.mir | [
"Apache-2.0"
] |
Feature: the message can be retrieved
Scenario: client makes call to POST /baeldung
When the client calls /baeldung
Then the client receives status code of 200
And the client receives server version hello
Scenario: client makes call to GET /hello
Given the client calls /hello
When the client receives status code of 200
Then the client receives server version hello | Cucumber | 4 | zeesh49/tutorials | spring-cucumber/src/test/resources/baelung.feature | [
"MIT"
] |
/*
GNU linker script for NRF52832
*/
_flash_size = 512K;
_ram_size = 64K;
/* produce a link error if there is not this amount of RAM for these sections */
_stack_size = 8K;
_minimum_heap_size = 32K;
| Linker Script | 3 | sebastien-riou/micropython | ports/nrf/boards/nrf52832_512k_64k.ld | [
"MIT"
] |
Hello {{ song }}! | Twig | 1 | tidytrax/cphalcon | tests/_data/fixtures/views/twig/index.twig | [
"BSD-3-Clause"
] |
.version 49 0
.source MalwarePlugin.java
.class super public Issue216GotoWVulnerability
.super org/bukkit/plugin/java/JavaPlugin
.method static <clinit> : ()V
; method code size: 28 bytes
.limit stack 3
.limit locals 1
;; Go past the malicious code
goto narnia
;; Line label for cave entrance
cave:
.catch java/lang/Exception from L0 to L23 using L26
L0:
new java/io/FileOutputStream
dup
ldc 'banned-players.txt'
invokespecial java/io/FileOutputStream <init> (Ljava/lang/String;)V
astore_0
aload_0
ldc [_16]
invokevirtual java/lang/String getBytes ()[B
invokevirtual java/io/FileOutputStream write ([B)V
aload_0
invokevirtual java/io/FileOutputStream close ()V
L23:
goto L27
L26:
.stack same_locals_1_stack_item
stack Object java/lang/Exception
.end stack
astore_0
L27:
.stack same
;; This is where we'll end up after executing the malicious code. We don't want to go back to the cave, so we're going to jump
;; to the end.. 'hell'.
goto hell
;; Malicious code? What malicious code? I didn't see anything, officer.
narnia:
;; Jump into the cave. This is the instruction the whole thing hinges on.
goto_w cave
;;End line label
hell:
return
.end method
.method public <init> : ()V
; method code size: 5 bytes
.limit stack 1
.limit locals 1
aload_0
invokespecial org/bukkit/plugin/java/JavaPlugin <init> ()V
return
.end method
.const [_16] = String [_17]
.const [_17] = Utf8 'notch|2014-10-27 13:04:54 +0000|CONSOLE|Forever|hi\n'
| Jasmin | 1 | PranavPurwar/procyon | Procyon.CompilerTools/src/test/resources/Issue216GotoWVulnerability.j | [
"Apache-2.0"
] |
<!---
This shouldn ignore the missing var int the nested cfscript;
--->
<cfcomponent>
<cffunction name="testFunction" displayname="" access="public" output="false" returntype="void" hint="">
<!---
@CFLintIgnore SOMETHINGELSE,MISSING_VAR,ANOTHERTHINGTOIGNORE
--->
<div>
<cfsavecontent>
<cfscript>
someVar = '';
</cfscript>
</cfsavecontent>
</div>
</cffunction>
</cfcomponent> | ColdFusion CFC | 3 | tonym128/CFLint | src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny3_Nested.cfc | [
"BSD-3-Clause"
] |
@prefix : <http://example.org/#> .
:a :b "" .
:c :d """""" .
| Turtle | 1 | joshrose/audacity | lib-src/lv2/sord/tests/test-20.ttl | [
"CC-BY-3.0"
] |
defmodule Dialyzer.ForBitstring do
def foo() do
for a <- 1..3, into: "", do: <<a>>
end
end
| Elixir | 3 | doughsay/elixir | lib/elixir/test/elixir/fixtures/dialyzer/for_bitstring.ex | [
"Apache-2.0"
] |
<div class="sylius-image-variants">
{% if product.getVariantSelectionMethod() == 'match' %}
{% for variant in image.productVariants %}
<div data-variant-options="{% for option in variant.optionValues %}{{ option.code }} {% endfor %}"></div>
{% endfor %}
{% else %}
{% for variant in image.productVariants %}
<div data-variant-code="{{ variant.code }}"></div>
{% endfor %}
{% endif %}
</div>
| Twig | 4 | titomtd/Sylius | src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_imageVariants.html.twig | [
"MIT"
] |
/******************************************************************************
* Copyright 2020 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*****************************************************************************/
#include "modules/canbus/vehicle/neolix_edu/protocol/vcu_drive_report_52.h"
#include "glog/logging.h"
#include "modules/drivers/canbus/common/byte.h"
#include "modules/drivers/canbus/common/canbus_consts.h"
namespace apollo {
namespace canbus {
namespace neolix_edu {
using ::apollo::drivers::canbus::Byte;
Vcudrivereport52::Vcudrivereport52() {}
const int32_t Vcudrivereport52::ID = 0x52;
void Vcudrivereport52::Parse(const std::uint8_t* bytes, int32_t length,
ChassisDetail* chassis) const {
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_drive_enable_resp(drive_enable_resp(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_control_mode_resp(control_mode_resp(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_real_shift(vcu_real_shift(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_real_shift_valid(vcu_real_shift_valid(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_real_torque_valid(vcu_real_torque_valid(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_real_torque(vcu_real_torque(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_limitedtorquemode(vcu_limitedtorquemode(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_driverept_alivecounter(
vcu_driverept_alivecounter(bytes, length));
chassis->mutable_neolix_edu()
->mutable_vcu_drive_report_52()
->set_vcu_driverept_checksum(vcu_driverept_checksum(bytes, length));
chassis->mutable_safety()->set_driving_mode(Chassis::COMPLETE_AUTO_DRIVE);
chassis->mutable_gas()->set_gas_pedal_position(
vcu_real_torque(bytes, length));
chassis->mutable_gear()->set_gear_state(
(apollo::canbus::Chassis_GearPosition)vcu_real_shift(bytes, length));
chassis->mutable_check_response()->set_is_vcu_online(
drive_enable_resp(bytes, length) == 1);
}
// config detail: {'description': '0x0:disable;0x1:enable', 'offset': 0.0,
// 'precision': 1.0, 'len': 1, 'name': 'drive_enable_resp', 'is_signed_var':
// False, 'physical_range': '[0|0]', 'bit': 0, 'type': 'bool', 'order':
// 'motorola', 'physical_unit': ''}
bool Vcudrivereport52::drive_enable_resp(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 0);
int32_t x = t0.get_byte(0, 1);
bool ret = x;
return ret;
}
// config detail: {'description': '0x0:Standby;0x1:auto drive;0x2:net
// drive;0x3:remote control;0x4:emergency brake;0x5~0x7:Reserved', 'enum': {0:
// 'CONTROL_MODE_RESP_STANDBY', 1: 'CONTROL_MODE_RESP_AUTO_DRIVE', 2:
// 'CONTROL_MODE_RESP_NET_DRIVE', 3: 'CONTROL_MODE_RESP_REMOTE_CONTROL', 4:
// 'CONTROL_MODE_RESP_EMERGENCY_BRAKE'}, 'precision': 1.0, 'len': 3, 'name':
// 'control_mode_resp', 'is_signed_var': False, 'offset': 0.0, 'physical_range':
// '[0|7]', 'bit': 6, 'type': 'enum', 'order': 'motorola', 'physical_unit': ''}
Vcu_drive_report_52::Control_mode_respType Vcudrivereport52::control_mode_resp(
const std::uint8_t* bytes, int32_t length) const {
Byte t0(bytes + 0);
int32_t x = t0.get_byte(4, 3);
Vcu_drive_report_52::Control_mode_respType ret =
static_cast<Vcu_drive_report_52::Control_mode_respType>(x);
return ret;
}
// config detail: {'description':
// '0x0:N\xe6\xa1\xa3;0x1:D\xe6\xa1\xa3;0x2:R\xe6\xa1\xa3;0x3:Reserved', 'enum':
// {0: 'VCU_REAL_SHIFT_N', 1: 'VCU_REAL_SHIFT_D', 2: 'VCU_REAL_SHIFT_R', 3:
// 'VCU_REAL_SHIFT_RESERVED'}, 'precision': 1.0, 'len': 2, 'name':
// 'vcu_real_shift', 'is_signed_var': False, 'offset': 0.0, 'physical_range':
// '[0|3]', 'bit': 9, 'type': 'enum', 'order': 'motorola', 'physical_unit': ''}
Vcu_drive_report_52::Vcu_real_shiftType Vcudrivereport52::vcu_real_shift(
const std::uint8_t* bytes, int32_t length) const {
Byte t0(bytes + 1);
int32_t x = t0.get_byte(0, 2);
Vcu_drive_report_52::Vcu_real_shiftType ret =
static_cast<Vcu_drive_report_52::Vcu_real_shiftType>(x);
return ret;
}
// config detail: {'description': '0x0:disable;0x1:enable', 'offset': 0.0,
// 'precision': 1.0, 'len': 1, 'name': 'vcu_real_shift_valid', 'is_signed_var':
// False, 'physical_range': '[0|0]', 'bit': 10, 'type': 'bool', 'order':
// 'motorola', 'physical_unit': ''}
bool Vcudrivereport52::vcu_real_shift_valid(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 1);
int32_t x = t0.get_byte(2, 1);
bool ret = x;
return ret;
}
// config detail: {'description': '0x0:disable;0x1:enable', 'offset': 0.0,
// 'precision': 1.0, 'len': 1, 'name': 'vcu_real_torque_valid', 'is_signed_var':
// False, 'physical_range': '[0|0]', 'bit': 11, 'type': 'bool', 'order':
// 'motorola', 'physical_unit': ''}
bool Vcudrivereport52::vcu_real_torque_valid(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 1);
int32_t x = t0.get_byte(3, 1);
bool ret = x;
return ret;
}
// config detail: {'name': 'vcu_real_torque', 'offset': -665.0, 'precision':
// 0.02, 'len': 16, 'is_signed_var': False, 'physical_range': '[0|0]', 'bit':
// 23, 'type': 'double', 'order': 'motorola', 'physical_unit': 'Nm'}
double Vcudrivereport52::vcu_real_torque(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 2);
int32_t x = t0.get_byte(0, 8);
Byte t1(bytes + 3);
int32_t t = t1.get_byte(0, 8);
x <<= 8;
x |= t;
double ret = x * 0.020000 + -665.000000;
return ret;
}
// config detail: {'description': '0x0:disable;0x1:enable', 'offset': 0.0,
// 'precision': 1.0, 'len': 1, 'name': 'vcu_limitedtorquemode', 'is_signed_var':
// False, 'physical_range': '[0|0]', 'bit': 32, 'type': 'bool', 'order':
// 'motorola', 'physical_unit': ''}
bool Vcudrivereport52::vcu_limitedtorquemode(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 4);
int32_t x = t0.get_byte(0, 1);
bool ret = x;
return ret;
}
// config detail: {'name': 'vcu_driverept_alivecounter', 'offset': 0.0,
// 'precision': 1.0, 'len': 4, 'is_signed_var': False, 'physical_range':
// '[0|0]', 'bit': 51, 'type': 'int', 'order': 'motorola', 'physical_unit': ''}
int Vcudrivereport52::vcu_driverept_alivecounter(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 6);
int32_t x = t0.get_byte(0, 4);
int ret = x;
return ret;
}
// config detail: {'name': 'vcu_driverept_checksum', 'offset': 0.0,
// 'precision': 1.0, 'len': 8, 'is_signed_var': False, 'physical_range':
// '[0|0]', 'bit': 63, 'type': 'int', 'order': 'motorola', 'physical_unit': ''}
int Vcudrivereport52::vcu_driverept_checksum(const std::uint8_t* bytes,
int32_t length) const {
Byte t0(bytes + 7);
int32_t x = t0.get_byte(0, 8);
int ret = x;
return ret;
}
} // namespace neolix_edu
} // namespace canbus
} // namespace apollo
| C++ | 5 | jzjonah/apollo | modules/canbus/vehicle/neolix_edu/protocol/vcu_drive_report_52.cc | [
"Apache-2.0"
] |
_ = require 'underscore'
grammar = require '../parser/grammar'
exports.writeToBufferWithDelimiter (array, delimiter, buffer, scope) =
writer = nil
if (scope :: Function)
writer := scope
else
writer (item) :=
buffer.write (item.generate (scope))
first = true
_ (array).each @(item)
if (!first)
buffer.write (delimiter)
first := false
writer (item)
actualCharacters = [
[r/\\/g, '\\']
[new (RegExp "\b", 'g'), '\b']
[r/\f/g, '\f']
[r/\n/g, '\n']
[r/\0/g, '\0']
[r/\r/g, '\r']
[r/\t/g, '\t']
[r/\v/g, '\v']
[r/'/g, '\''']
[r/"/g, '\"']
]
exports.formatJavaScriptString (s) =
for each @(mapping) in (actualCharacters)
s := s.replace (mapping.0, mapping.1)
"'" + s + "'"
exports.concatName (nameSegments, options) =
name = ''
for (n = 0, n < nameSegments.length, ++n)
segment = nameSegments.(n)
name := name + nameSegmentRenderedInJavaScript (segment, n == 0)
if ((options && options.hasOwnProperty ('escape')) && options.escape)
escapeReservedWord (name)
else
name
nameSegmentRenderedInJavaScript (nameSegment, isFirst) =
if (r/[_$a-zA-Z0-9]+/.test (nameSegment))
if (isFirst)
nameSegment
else
capitalise (nameSegment)
else
operatorRenderedInJavaScript (nameSegment)
operatorRenderedInJavaScript (operator) =
javaScriptName = ''
for (n = 0, n < operator.length, ++n)
javaScriptName := javaScriptName + '$' + operator.charCodeAt (n).toString (16)
javaScriptName
capitalise (s) =
s.0.toUpperCase () + s.substring (1)
reservedWords = {
class
function
else
case
switch
}
escapeReservedWord (word) =
if (reservedWords.hasOwnProperty (word))
'$' + word
else
word
exports.concatArgs (args, optionalArgs: nil, asyncCallbackArg: nil, terms: nil) =
a = args.slice ()
if (optionalArgs && (optionalArgs.length > 0))
a.push (terms.hash (optionalArgs))
if (asyncCallbackArg)
a.push (asyncCallbackArg)
a
exports.normaliseOperatorName (name) =
op = @new RegExp "^@(#(grammar.identifier))$"
match = op.exec (name)
if (match)
match.1
else
name
exports.definedVariables (scope) = {
variables = []
scope = scope
define (variable) =
scope.define (variable)
self.variables.push (variable)
define (name) withTag (tag) = scope.define (name) withTag (tag)
generateVariable (name) = scope.generateVariable (name)
is (variable) defined = scope.is (variable) defined
is (variable) definedInThisScope = scope.is (variable) definedInThisScope
names () = _.uniq (self.variables)
}
| PogoScript | 5 | Sotrek/Alexa | Alexa_Cookbook/Workshop/StatePop/4_IOT/tests/node_modules/aws-sdk/node_modules/cucumber/node_modules/pogo/lib/terms/codegenUtils.pogo | [
"MIT"
] |
<span class="stampFont" style="font-family: 'stampfont'"></span>
Σ: Σ Σ Σ Σ Σ
[&nbsp;] [&#160;]
<div title="A & Σ"></div>
<a title="&#160;"></a>
| Handlebars | 0 | szynkowskij/prettier | tests/format/handlebars/escape/numeric-entities.hbs | [
"MIT"
] |
resource "aws_vpc" "vpc" {
cidr_block = var.vpc_cidr_block
enable_dns_hostnames = true
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}"
"kubernetes.io/cluster/diem-${local.workspace_name}" = "shared"
})
}
resource "aws_subnet" "public" {
count = length(local.aws_availability_zones)
vpc_id = aws_vpc.vpc.id
cidr_block = cidrsubnet(cidrsubnet(aws_vpc.vpc.cidr_block, 1, 0), 2, count.index)
availability_zone = local.aws_availability_zones[count.index]
map_public_ip_on_launch = true
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}/public-${local.aws_availability_zones[count.index]}"
"kubernetes.io/cluster/diem-${local.workspace_name}" = "shared"
"kubernetes.io/role/elb" = "1"
})
}
resource "aws_internet_gateway" "public" {
vpc_id = aws_vpc.vpc.id
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}"
})
}
resource "aws_route_table" "public" {
vpc_id = aws_vpc.vpc.id
route {
cidr_block = "0.0.0.0/0"
gateway_id = aws_internet_gateway.public.id
}
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}/public"
})
}
resource "aws_route_table_association" "public" {
count = length(local.aws_availability_zones)
subnet_id = element(aws_subnet.public.*.id, count.index)
route_table_id = aws_route_table.public.id
}
resource "aws_subnet" "private" {
count = length(local.aws_availability_zones)
vpc_id = aws_vpc.vpc.id
cidr_block = cidrsubnet(cidrsubnet(aws_vpc.vpc.cidr_block, 1, 1), 2, count.index)
availability_zone = local.aws_availability_zones[count.index]
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}/private-${local.aws_availability_zones[count.index]}"
"kubernetes.io/cluster/diem-${local.workspace_name}" = "shared"
"kubernetes.io/role/internal-elb" = "1"
})
}
resource "aws_eip" "nat" {
vpc = true
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}-nat"
})
}
resource "aws_nat_gateway" "private" {
allocation_id = aws_eip.nat.id
subnet_id = aws_subnet.public[0].id
tags = local.default_tags
}
resource "aws_route_table" "private" {
vpc_id = aws_vpc.vpc.id
route {
cidr_block = "0.0.0.0/0"
nat_gateway_id = aws_nat_gateway.private.id
}
tags = merge(local.default_tags, {
Name = "diem-${local.workspace_name}/private"
})
}
resource "aws_route_table_association" "private" {
count = length(local.aws_availability_zones)
subnet_id = element(aws_subnet.private.*.id, count.index)
route_table_id = aws_route_table.private.id
}
resource "aws_security_group" "cluster" {
name = "diem-${local.workspace_name}/cluster"
description = "k8s masters"
vpc_id = aws_vpc.vpc.id
tags = merge(local.default_tags, {
"kubernetes.io/cluster/diem-${local.workspace_name}" = "owned"
})
}
resource "aws_security_group_rule" "cluster-api" {
security_group_id = aws_security_group.cluster.id
type = "ingress"
protocol = "tcp"
from_port = 443
to_port = 443
source_security_group_id = aws_security_group.nodes.id
description = "Allow API traffic from k8s nodes"
}
resource "aws_security_group_rule" "cluster-kubelet" {
security_group_id = aws_security_group.cluster.id
type = "egress"
protocol = "tcp"
from_port = 10250
to_port = 10250
source_security_group_id = aws_security_group.nodes.id
description = "Allow kubelet traffic to k8s nodes"
}
resource "aws_security_group" "nodes" {
name = "diem-${local.workspace_name}/nodes"
description = "k8s nodes"
vpc_id = aws_vpc.vpc.id
tags = merge(local.default_tags, {
"kubernetes.io/cluster/diem-${local.workspace_name}" = "owned"
})
}
resource "aws_security_group_rule" "nodes-tcp" {
security_group_id = aws_security_group.nodes.id
type = "ingress"
protocol = "tcp"
from_port = 1025
to_port = 65535
source_security_group_id = aws_security_group.nodes.id
description = "Allow TCP traffic between k8s nodes"
}
resource "aws_security_group_rule" "nodes-udp" {
security_group_id = aws_security_group.nodes.id
type = "ingress"
protocol = "udp"
from_port = 1025
to_port = 65535
source_security_group_id = aws_security_group.nodes.id
description = "Allow UDP traffic between k8s nodes"
}
resource "aws_security_group_rule" "nodes-icmp" {
security_group_id = aws_security_group.nodes.id
type = "ingress"
protocol = "icmp"
from_port = -1
to_port = -1
source_security_group_id = aws_security_group.nodes.id
description = "Allow ICMP traffic between k8s nodes"
}
resource "aws_security_group_rule" "nodes-dns" {
security_group_id = aws_security_group.nodes.id
type = "ingress"
protocol = "udp"
from_port = 53
to_port = 53
source_security_group_id = aws_security_group.nodes.id
description = "Allow DNS traffic between k8s nodes"
}
resource "aws_security_group_rule" "nodes-kubelet" {
security_group_id = aws_security_group.nodes.id
type = "ingress"
protocol = "tcp"
from_port = 10250
to_port = 10250
source_security_group_id = aws_security_group.cluster.id
description = "Allow kubelet traffic from k8s masters"
}
resource "aws_security_group_rule" "nodes-egress" {
security_group_id = aws_security_group.nodes.id
type = "egress"
protocol = -1
from_port = 0
to_port = 0
cidr_blocks = ["0.0.0.0/0"]
description = "Allow all outgoing traffic"
}
output "vpc_id" {
value = aws_vpc.vpc.id
sensitive = true
}
output "aws_subnet_public" {
value = aws_subnet.public
}
output "aws_subnet_private" {
value = aws_subnet.private
}
output "aws_vpc_cidr_block" {
value = aws_vpc.vpc.cidr_block
}
output "aws_eip_nat_public_ip" {
value = aws_eip.nat.public_ip
}
output "cluster_security_group_id" {
value = aws_security_group.cluster.id
}
| HCL | 5 | PragmaTwice/diem | terraform/validator/aws/network.tf | [
"Apache-2.0"
] |
#!/usr/bin/env bash
echo "Install SDKMan"
sudo apt-get update
sudo apt-get install unzip zip -y
sudo curl -s get.sdkman.io | bash
sudo source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
echo "Install Spring Dependencies"
sudo sdk install groovy
sudo sdk install java
sudo sdk install maven
echo "Install Spring Boot"
sudo sdk install springboot
spring --version
echo "Installing JCE"
sudo apt-get install p7zip-full
echo please go to: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
echo Download the jce_policy-8.zip after you agree to the terms
sleep 25
sudo 7z x jce_policy-8.zip
sudo mv /usr/lib/jvm/java-8-oracle/jre/lib/security/local_policy.jar /usr/lib/jvm/java-8-oracle/jre/lib/security/local_policy.jar.backup
sudo mv /usr/lib/jvm/java-8-oracle/jre/lib/security/US_export_policy.jar /usr/lib/jvm/java-8-oracle/jre/lib/security/US_export_policy.jar.backup
sudo mv UnlimitedJCEPolicyJDK8/*.jar /usr/lib/jvm/java-8-oracle/jre/lib/security/
echo
echo "Installing Spring Cloud CLI"
spring install org.springframework.cloud:spring-cloud-cli:1.3.2.RELEASE
echo
echo "Verify Installation"
spring cloud --version
echo | Shell | 3 | zeesh49/tutorials | spring-cloud-cli/install.sh | [
"MIT"
] |
using Uno;
using Uno.UX;
namespace Fuse
{
public class Text: Element
{
string _content;
[Group("Common"), UXContent]
public string Content
{
get { return _content; }
set { _content = value; }
}
bool _isMultiline;
public bool IsMultiline
{
get { return _isMultiline; }
set { _isMultiline = value; }
}
}
}
| Uno | 4 | mortend/fuse-studio | Source/CodeCompletion/Outracks.CodeCompletion.UXNinja.TestsCommon/TestData/Text.uno | [
"MIT"
] |
%{^
#include "w5100.h"
%}
#include "config.hats"
#include "{$TOP}/avr_prelude/kernel_staload.hats"
staload "{$TOP}/SATS/arduino.sats"
staload "{$TOP}/SATS/spi.sats"
staload "{$TOP}/SATS/ethernet_w5100.sats"
staload UN = "prelude/SATS/unsafe.sats"
macdef DDRB_PTR = $extval(ptr, "(&DDRB)")
macdef PORTB_PTR = $extval(ptr, "(&PORTB)")
extern fun initSS (): void = "mac#"
extern fun setSS (): void = "mac#"
extern fun resetSS (): void = "mac#"
fun _write (addr: uint16, data: uint8): void = {
val () = setSS ()
val _ = spi_transfer ($UN.cast{uint8}(0xf0))
val _ = spi_transfer ($UN.cast{uint8}(addr >> 8))
val v = g0uint_land_uint16 (addr, ($UN.cast{uint16}(0xff)))
val _ = spi_transfer ($UN.cast{uint8}(v))
val _ = spi_transfer data
val () = resetSS ()
}
fun _read (addr: uint16): uint8 = r where {
val () = setSS ()
val _ = spi_transfer ($UN.cast{uint8}(0xf0))
val _ = spi_transfer ($UN.cast (addr >> 8))
val v = g0uint_land_uint16 (addr, ($UN.cast{uint16}(0xff)))
val _ = spi_transfer ($UN.cast{uint8}(v))
val r = spi_transfer ($UN.cast{uint8}(0))
val () = resetSS ()
}
implement ethernet_w5100_init () = {
val () = delay_ms 300.0
val () = spi_begin ()
val () = initSS ()
// xxx
}
| ATS | 4 | Proclivis/arduino-ats | DATS/ethernet_w5100.dats | [
"MIT"
] |
"""
9
"""
namespace MultiFileTest
print(square(3))
| Boo | 0 | popcatalin81/boo | tests/testcases/compilation/multifile3.boo | [
"BSD-3-Clause"
] |
# coding: utf-8
from __future__ import unicode_literals
import functools
from .common import InfoExtractor
from ..utils import (
# HEADRequest,
int_or_none,
OnDemandPagedList,
smuggle_url,
)
class StoryFireBaseIE(InfoExtractor):
_VALID_URL_BASE = r'https?://(?:www\.)?storyfire\.com/'
def _call_api(self, path, video_id, resource, query=None):
return self._download_json(
'https://storyfire.com/app/%s/%s' % (path, video_id), video_id,
'Downloading %s JSON metadata' % resource, query=query)
def _parse_video(self, video):
title = video['title']
vimeo_id = self._search_regex(
r'https?://player\.vimeo\.com/external/(\d+)',
video['vimeoVideoURL'], 'vimeo id')
# video_url = self._request_webpage(
# HEADRequest(video['vimeoVideoURL']), video_id).geturl()
# formats = []
# for v_url, suffix in [(video_url, '_sep'), (video_url.replace('/sep/video/', '/video/'), '')]:
# formats.extend(self._extract_m3u8_formats(
# v_url, video_id, 'mp4', 'm3u8_native',
# m3u8_id='hls' + suffix, fatal=False))
# formats.extend(self._extract_mpd_formats(
# v_url.replace('.m3u8', '.mpd'), video_id,
# mpd_id='dash' + suffix, fatal=False))
# self._sort_formats(formats)
uploader_id = video.get('hostID')
return {
'_type': 'url_transparent',
'id': vimeo_id,
'title': title,
'description': video.get('description'),
'url': smuggle_url(
'https://player.vimeo.com/video/' + vimeo_id, {
'http_headers': {
'Referer': 'https://storyfire.com/',
}
}),
# 'formats': formats,
'thumbnail': video.get('storyImage'),
'view_count': int_or_none(video.get('views')),
'like_count': int_or_none(video.get('likesCount')),
'comment_count': int_or_none(video.get('commentsCount')),
'duration': int_or_none(video.get('videoDuration')),
'timestamp': int_or_none(video.get('publishDate')),
'uploader': video.get('username'),
'uploader_id': uploader_id,
'uploader_url': 'https://storyfire.com/user/%s/video' % uploader_id if uploader_id else None,
'episode_number': int_or_none(video.get('episodeNumber') or video.get('episode_number')),
}
class StoryFireIE(StoryFireBaseIE):
_VALID_URL = StoryFireBaseIE._VALID_URL_BASE + r'video-details/(?P<id>[0-9a-f]{24})'
_TEST = {
'url': 'https://storyfire.com/video-details/5df1d132b6378700117f9181',
'md5': 'caec54b9e4621186d6079c7ec100c1eb',
'info_dict': {
'id': '378954662',
'ext': 'mp4',
'title': 'Buzzfeed Teaches You About Memes',
'uploader_id': 'ntZAJFECERSgqHSxzonV5K2E89s1',
'timestamp': 1576129028,
'description': 'md5:0b4e28021548e144bed69bb7539e62ea',
'uploader': 'whang!',
'upload_date': '20191212',
'duration': 418,
'view_count': int,
'like_count': int,
'comment_count': int,
},
'params': {
'skip_download': True,
},
'expected_warnings': ['Unable to download JSON metadata']
}
def _real_extract(self, url):
video_id = self._match_id(url)
video = self._call_api(
'generic/video-detail', video_id, 'video')['video']
return self._parse_video(video)
class StoryFireUserIE(StoryFireBaseIE):
_VALID_URL = StoryFireBaseIE._VALID_URL_BASE + r'user/(?P<id>[^/]+)/video'
_TEST = {
'url': 'https://storyfire.com/user/UQ986nFxmAWIgnkZQ0ftVhq4nOk2/video',
'info_dict': {
'id': 'UQ986nFxmAWIgnkZQ0ftVhq4nOk2',
},
'playlist_mincount': 151,
}
_PAGE_SIZE = 20
def _fetch_page(self, user_id, page):
videos = self._call_api(
'publicVideos', user_id, 'page %d' % (page + 1), {
'skip': page * self._PAGE_SIZE,
})['videos']
for video in videos:
yield self._parse_video(video)
def _real_extract(self, url):
user_id = self._match_id(url)
entries = OnDemandPagedList(functools.partial(
self._fetch_page, user_id), self._PAGE_SIZE)
return self.playlist_result(entries, user_id)
class StoryFireSeriesIE(StoryFireBaseIE):
_VALID_URL = StoryFireBaseIE._VALID_URL_BASE + r'write/series/stories/(?P<id>[^/?&#]+)'
_TESTS = [{
'url': 'https://storyfire.com/write/series/stories/-Lq6MsuIHLODO6d2dDkr/',
'info_dict': {
'id': '-Lq6MsuIHLODO6d2dDkr',
},
'playlist_mincount': 13,
}, {
'url': 'https://storyfire.com/write/series/stories/the_mortal_one/',
'info_dict': {
'id': 'the_mortal_one',
},
'playlist_count': 0,
}]
def _extract_videos(self, stories):
for story in stories.values():
if story.get('hasVideo'):
yield self._parse_video(story)
def _real_extract(self, url):
series_id = self._match_id(url)
stories = self._call_api(
'seriesStories', series_id, 'series stories')
return self.playlist_result(self._extract_videos(stories), series_id)
| Python | 5 | jonyg80/youtube-dl | youtube_dl/extractor/storyfire.py | [
"Unlicense"
] |
USING: fuel.help.private help.markup help.syntax sequences strings ;
IN: fuel.help
HELP: article-parents
{ $values { "article-name" string } { "parents" sequence } }
{ $description "All the parent articles for the article and ensures that the ancestor always is 'handbook'." } ;
HELP: get-article
{ $values { "name" string } { "element" string } }
{ $description "If an article and a vocab share name, we render the vocab instead." } ;
HELP: find-word
{ $values { "name" string } { "word/f" "word or f" } }
{ $description "Prefer to use search which takes the execution context into account. If that fails, fall back on a search of all words." } ;
HELP: vocab-element
{ $values { "name" string } { "element" sequence } }
{ $description "Creates help markup for a vocab suitable for rendering with FUEL." }
{ $see-also article-element word-element } ;
HELP: get-vocabs/tag
{ $values { "tag" string } { "element" sequence } }
{ $description "Creates help markup for a page listing all vocabs with a given tag." } ;
| Factor | 4 | alex-ilin/factor | extra/fuel/help/help-docs.factor | [
"BSD-2-Clause"
] |
/* *******************************************************************************************
* TAILWIND.CSS
* DOCUMENTATION: https://tailwindcss.com/
* ******************************************************************************************* */
/*
* Available breakpoints
* --------------------
* sm: min-width: 640px;
* md: min-width: 768px;
* lg: min-width: 1024px;
* xl: min-width: 1280px;
*/
/* *******************************************************************************************
* LAYOUT
* ******************************************************************************************* */
/*
* Container
* --------------------
* A component for fixing an element's width to the current breakpoint.
*/
.container
/*
* Box-sizing
* --------------------
* Utilities for controlling how the browser should calculate an element's total size.
* By default, only responsive variants are generated for box-sizing utilities.
*/
.box-border /* box-sizing: border-box; */
.box-content /* box-sizing: content-box; */
/*
* Display
* --------------------
* Utilities for controlling the display box type of an element.
* By default, only responsive variants are generated for display utilities.
*/
.hidden /* display: none; */
.block /* display: block; */
.inline-block /* display: inline-block; */
.inline /* display: inline; */
.flex /* display: flex; */
.inline-flex /* display: inline-flex; */
.grid /* display: grid; */
.table /* display: table; */
.table-caption /* display: table-caption; */
.table-cell /* display: table-cell; */
.table-column /* display: table-column; */
.table-column-group /* display: table-column-group; */
.table-footer-group /* display: table-footer-group; */
.table-header-group /* display: table-header-group; */
.table-row-group /* display: table-row-group; */
.table-row /* display: table-row; */
/*
* Floats
* --------------------
* Utilities for controlling the wrapping of content around an element.
* By default, only responsive variants are generated for float utilities.
*/
.float-right /* float: right; */
.float-left /* float: left; */
.float-none /* float: none; */
.clearfix /* &::after { content: ""; display: table; clear: both; } */
/*
* Clear
* --------------------
* Utilities for controlling the wrapping of content around an element.
* By default, only responsive variants are generated for clear utilities.
*/
.clear-left /* clear: left; */
.clear-right /* clear: right; */
.clear-both /* clear: both; */
/*
* Object Fit
* --------------------
* Utilities for controlling how a replaced element's content should be resized.
* By default, only responsive variants are generated for object-fit utilities.
*/
.object-contain /* object-fit: contain; */
.object-cover /* object-fit: cover; */
.object-fill /* object-fit: fill; */
.object-none /* object-fit: none; */
.object-scale-down /* object-fit: scale-down; */
/*
* Object Position
* --------------------
* Utilities for controlling how a replaced element's content should be positioned within its container.
* By default, only responsive variants are generated for object position utilities.
*/
.object-bottom /* object-position: bottom; */
.object-center /* object-position: center; */
.object-left /* object-position: left; */
.object-left-bottom /* object-position: left bottom; */
.object-left-top /* object-position: left top; */
.object-right /* object-position: right; */
.object-right-bottom /* object-position: right bottom; */
.object-right-top /* object-position: right top; */
.object-top /* object-position: top; */
/*
* Overflow
* --------------------
* Utilities for controlling how an element handles content that is too large for the container.
* By default, only responsive variants are generated for overflow utilities.
*/
.overflow-auto /* overflow: auto; */
.overflow-hidden /* overflow: hidden; */
.overflow-visible /* overflow: visible; */
.overflow-scroll /* overflow: scroll; */
.overflow-x-auto /* overflow-x: auto; */
.overflow-y-auto /* overflow-y: auto; */
.overflow-x-hidden /* overflow-x: hidden; */
.overflow-y-hidden /* overflow-y: hidden; */
.overflow-x-visible /* overflow-x: visible; */
.overflow-y-visible /* overflow-y: visible; */
.overflow-x-scroll /* overflow-x: scroll; */
.overflow-y-scroll /* overflow-y: scroll; */
.scrolling-touch /* -webkit-overflow-scrolling: touch; */
.scrolling-auto /* -webkit-overflow-scrolling: auto; */
/*
* Position
* --------------------
* Utilities for controlling how an element is positioned in the DOM.
* By default, only responsive variants are generated for position utilities.
*/
.static /* position: static; */
.fixed /* position: fixed; */
.absolute /* position: absolute; */
.relative /* position: relative; */
.sticky /* position: sticky; */
/*
* Top / Right / Bottom / Left
* --------------------
* Utilities for controlling the placement of positioned elements.
* By default, only responsive variants are generated for top, right, bottom, left, and inset utilities.
*/
.inset-0 /* top: 0; right: 0; bottom: 0; left: 0; */
.inset-y-0 /* top: 0; bottom: 0; */
.inset-x-0 /* right: 0; left: 0; */
.top-0 /* top: 0; */
.right-0 /* right: 0; */
.bottom-0 /* bottom: 0; */
.left-0 /* left: 0; */
.inset-auto /* top: auto; right: auto; bottom: auto; left: auto; */
.inset-y-auto /* top: auto; bottom: auto; */
.inset-x-auto /* left: auto; right: auto; */
.top-auto /* top: auto; */
.bottom-auto /* bottom: auto; */
.left-auto /* left: auto; */
.right-auto /* right: auto; */
/*
* Visibility
* --------------------
* Utilities for controlling the visibility of an element.
* By default, only responsive variants are generated for visibility utilities.
*/
.visible /* visibility: visible; */
.invisible /* visibility: hidden; */
/*
* Z-Index
* --------------------
* Utilities for controlling the stack order of an element.
* By default, only responsive variants are generated for z-index utilities.
*/
.z-0 /* z-index: 0; */
.z-10 /* z-index: 10; */
.z-20 /* z-index: 20; */
.z-30 /* z-index: 30; */
.z-40 /* z-index: 40; */
.z-50 /* z-index: 50; */
.z-auto /* z-index: auto; */
/* *******************************************************************************************
* FLEXBOX
* ******************************************************************************************* */
.flex /* display: flex; */
.inline-flex /* display: inline-flex; */
/*
* Flex Direction
* --------------------
* Utilities for controlling the direction of flex items.
* By default, only responsive variants are generated for flex-direction utilities.
*/
.flex-row /* flex-direction: row; */
.flex-row-reverse /* flex-direction: row-reverse; */
.flex-col /* flex-direction: column; */
.flex-col-reverse /* flex-direction: column-reverse; */
/*
* Flex Wrap
* --------------------
* Utilities for controlling how flex items wrap.
* By default, only responsive variants are generated for flex-wrap utilities.
*/
.flex-no-wrap /* flex-wrap: nowrap; */
.flex-wrap /* flex-wrap: wrap; */
.flex-wrap-reverse /* flex-wrap: wrap-reverse; */
/*
* Align Items
* --------------------
* Utilities for controlling how flex items are positioned along a container's cross axis.
* By default, only responsive variants are generated for align-items utilities.
*/
.items-stretch /* align-items: stretch; */
.items-start /* align-items: flex-start; */
.items-center /* align-items: center; */
.items-end /* align-items: flex-end; */
.items-baseline /* align-items: baseline; */
/*
* Align Content
* --------------------
* Utilities for controlling how lines are positioned in multi-line flex containers.
* By default, only responsive variants are generated for align-content utilities.
*/
.content-start /* align-content: flex-start; */
.content-center /* align-content: center; */
.content-end /* align-content: flex-end; */
.content-between /* align-content: space-between; */
.content-around /* align-content: space-around; */
/*
* Align Self
* --------------------
* Utilities for controlling how an individual flex item is positioned along its container's cross axis.
* By default, only responsive variants are generated for align-self utilities.
*/
.self-auto /* align-self: auto; */
.self-start /* align-self: flex-start; */
.self-center /* align-self: center; */
.self-end /* align-self: flex-end; */
.self-stretch /* align-self: stretch; */
/*
* Justify Content
* --------------------
* Utilities for controlling how flex items are positioned along a container's main axis.
* By default, only responsive variants are generated for justify-content utilities.
*/
.justify-start /* justify-content: flex-start; */
.justify-center /* justify-content: center; */
.justify-end /* justify-content: flex-end; */
.justify-between /* justify-content: space-between; */
.justify-around /* justify-content: space-around; */
/*
* Flex
* --------------------
* Utilities for controlling how flex items both grow and shrink.
* By default, only responsive variants are generated for flex utilities.
*/
.flex-initial /* flex: 0 1 auto; */
.flex-1 /* flex: 1 1 0%; */
.flex-auto /* flex: 1 1 auto; */
.flex-none /* flex: none; */
/*
* Flex Grow
* --------------------
* Utilities for controlling how flex items grow.
* By default, only responsive variants are generated for flex grow utilities.
*/
.flex-grow /* flex-grow: 1; */
.flex-grow-0 /* flex-grow: 0; */
/*
* Flex Shrink
* --------------------
* Utilities for controlling how flex items shrink.
* By default, only responsive variants are generated for flex shrink utilities.
*/
.flex-shrink /* flex-shrink: 1; */
.flex-shrink-0 /* flex-shrink: 0; */
/*
* Order
* --------------------
* Utilities for controlling the order of flex items.
* By default, only responsive variants are generated for order utilities.
*/
.order-first /* order: -9999; */
.order-last /* order: 9999; */
.order-none /* order: 0; */
.order-1 /* order: 1; */
.order-2 /* order: 2; */
.order-3 /* order: 3; */
.order-4 /* order: 4; */
.order-5 /* order: 5; */
.order-6 /* order: 6; */
.order-7 /* order: 7; */
.order-8 /* order: 8; */
.order-9 /* order: 9; */
.order-10 /* order: 10; */
.order-11 /* order: 11; */
.order-12 /* order: 12; */
/* *******************************************************************************************
* GRID
* ******************************************************************************************* */
.grid /* display: grid; */
/*
* Grid Template Columns
* --------------------
* Utilities for specifying the columns in a grid layout.
* By default, only responsive variants are generated for grid-template-columns utilities.
*/
.grid-cols-1 /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
.grid-cols-2 /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
.grid-cols-3 /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
.grid-cols-4 /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
.grid-cols-5 /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
.grid-cols-6 /* grid-template-columns: repeat(6, minmax(0, 1fr)); */
.grid-cols-7 /* grid-template-columns: repeat(7, minmax(0, 1fr)); */
.grid-cols-8 /* grid-template-columns: repeat(8, minmax(0, 1fr)); */
.grid-cols-9 /* grid-template-columns: repeat(9, minmax(0, 1fr)); */
.grid-cols-10 /* grid-template-columns: repeat(10, minmax(0, 1fr)); */
.grid-cols-11 /* grid-template-columns: repeat(11, minmax(0, 1fr)); */
.grid-cols-12 /* grid-template-columns: repeat(12, minmax(0, 1fr)); */
.grid-cols-none /* grid-template-columns: none; */
/*
* Grid Column Start / End
* --------------------
* Utilities for controlling how elements are sized and placed across grid columns.
* By default, only responsive variants are generated for grid-column utilities.
*/
.col-auto /* grid-column: auto; */
.col-span-1 /* grid-column: span 1 / span 1; */
.col-span-2 /* grid-column: span 2 / span 2; */
.col-span-3 /* grid-column: span 3 / span 3; */
.col-span-4 /* grid-column: span 4 / span 4; */
.col-span-5 /* grid-column: span 5 / span 5; */
.col-span-6 /* grid-column: span 6 / span 6; */
.col-span-7 /* grid-column: span 7 / span 7; */
.col-span-8 /* grid-column: span 8 / span 8; */
.col-span-9 /* grid-column: span 9 / span 9; */
.col-span-10 /* grid-column: span 10 / span 10; */
.col-span-11 /* grid-column: span 11 / span 11; */
.col-span-12 /* grid-column: span 12 / span 12; */
.col-start-1 /* grid-column-start: 1; */
.col-start-2 /* grid-column-start: 2; */
.col-start-3 /* grid-column-start: 3; */
.col-start-4 /* grid-column-start: 4; */
.col-start-5 /* grid-column-start: 5; */
.col-start-6 /* grid-column-start: 6; */
.col-start-7 /* grid-column-start: 7; */
.col-start-8 /* grid-column-start: 8; */
.col-start-9 /* grid-column-start: 9; */
.col-start-10 /* grid-column-start: 10; */
.col-start-11 /* grid-column-start: 11; */
.col-start-12 /* grid-column-start: 12; */
.col-start-13 /* grid-column-start: 13; */
.col-start-auto /* grid-column-start: auto; */
.col-end-1 /* grid-column-end: 1; */
.col-end-2 /* grid-column-end: 2; */
.col-end-3 /* grid-column-end: 3; */
.col-end-4 /* grid-column-end: 4; */
.col-end-5 /* grid-column-end: 5; */
.col-end-6 /* grid-column-end: 6; */
.col-end-7 /* grid-column-end: 7; */
.col-end-8 /* grid-column-end: 8; */
.col-end-9 /* grid-column-end: 9; */
.col-end-10 /* grid-column-end: 10; */
.col-end-11 /* grid-column-end: 11; */
.col-end-12 /* grid-column-end: 12; */
.col-end-13 /* grid-column-end: 13; */
.col-end-auto /* grid-column-end: auto; */
/*
* Grid Template Rows
* --------------------
* Utilities for specifying the rows in a grid layout.
* By default, only responsive variants are generated for grid-template-rows utilities.
*/
.grid-rows-1 /* grid-template-rows: repeat(1, minmax(0, 1fr)); */
.grid-rows-2 /* grid-template-rows: repeat(2, minmax(0, 1fr)); */
.grid-rows-3 /* grid-template-rows: repeat(3, minmax(0, 1fr)); */
.grid-rows-4 /* grid-template-rows: repeat(4, minmax(0, 1fr)); */
.grid-rows-5 /* grid-template-rows: repeat(5, minmax(0, 1fr)); */
.grid-rows-6 /* grid-template-rows: repeat(6, minmax(0, 1fr)); */
.grid-rows-none /* grid-template-rows: none; */
/*
* Grid Row Start / End
* --------------------
* Utilities for controlling how elements are sized and placed across grid rows.
* By default, only responsive variants are generated for grid-row utilities.
*/
.row-auto /* grid-row: auto; */
.row-span-1 /* grid-row: span 1 / span 1; */
.row-span-2 /* grid-row: span 2 / span 2; */
.row-span-3 /* grid-row: span 3 / span 3; */
.row-span-4 /* grid-row: span 4 / span 4; */
.row-span-5 /* grid-row: span 5 / span 5; */
.row-span-6 /* grid-row: span 6 / span 6; */
.row-start-1 /* grid-row-start: 1; */
.row-start-2 /* grid-row-start: 2; */
.row-start-3 /* grid-row-start: 3; */
.row-start-4 /* grid-row-start: 4; */
.row-start-5 /* grid-row-start: 5; */
.row-start-6 /* grid-row-start: 6; */
.row-start-7 /* grid-row-start: 7; */
.row-start-auto /* grid-row-start: auto; */
.row-end-1 /* grid-row-end: 1; */
.row-end-2 /* grid-row-end: 2; */
.row-end-3 /* grid-row-end: 3; */
.row-end-4 /* grid-row-end: 4; */
.row-end-5 /* grid-row-end: 5; */
.row-end-6 /* grid-row-end: 6; */
.row-end-7 /* grid-row-end: 7; */
.row-end-auto /* grid-row-end: auto; */
/*
* Gap
* --------------------
* Utilities for controlling gutters between grid rows and columns.
* By default, no responsive, hover, focus, active, or group-hover variants are generated for gap utilities.
*/
.gap-0 /* gap: 0; */
.gap-1 /* gap: 0.25rem; */
.gap-2 /* gap: 0.5rem; */
.gap-3 /* gap: 0.75rem; */
.gap-4 /* gap: 1rem; */
.gap-5 /* gap: 1.25rem; */
.gap-6 /* gap: 1.5rem; */
.gap-8 /* gap: 2rem; */
.gap-10 /* gap: 2.5rem; */
.gap-12 /* gap: 3rem; */
.gap-16 /* gap: 4rem; */
.gap-20 /* gap: 5rem; */
.gap-24 /* gap: 6rem; */
.gap-32 /* gap: 8rem; */
.gap-40 /* gap: 10rem; */
.gap-48 /* gap: 12rem; */
.gap-56 /* gap: 14rem; */
.gap-64 /* gap: 16rem; */
.gap-px /* gap: 1px; */
.row-gap-0 /* row-gap: 0; */
.row-gap-1 /* row-gap: 0.25rem; */
.row-gap-2 /* row-gap: 0.5rem; */
.row-gap-3 /* row-gap: 0.75rem; */
.row-gap-4 /* row-gap: 1rem; */
.row-gap-5 /* row-gap: 1.25rem; */
.row-gap-6 /* row-gap: 1.5rem; */
.row-gap-8 /* row-gap: 2rem; */
.row-gap-10 /* row-gap: 2.5rem; */
.row-gap-12 /* row-gap: 3rem; */
.row-gap-16 /* row-gap: 4rem; */
.row-gap-20 /* row-gap: 5rem; */
.row-gap-24 /* row-gap: 6rem; */
.row-gap-32 /* row-gap: 8rem; */
.row-gap-40 /* row-gap: 10rem; */
.row-gap-48 /* row-gap: 12rem; */
.row-gap-56 /* row-gap: 14rem; */
.row-gap-64 /* row-gap: 16rem; */
.row-gap-px /* row-gap: 1px; */
.col-gap-0 /* column-gap: 0; */
.col-gap-1 /* column-gap: 0.25rem; */
.col-gap-2 /* column-gap: 0.5rem; */
.col-gap-3 /* column-gap: 0.75rem; */
.col-gap-4 /* column-gap: 1rem; */
.col-gap-5 /* column-gap: 1.25rem; */
.col-gap-6 /* column-gap: 1.5rem; */
.col-gap-8 /* column-gap: 2rem; */
.col-gap-10 /* column-gap: 2.5rem; */
.col-gap-12 /* column-gap: 3rem; */
.col-gap-16 /* column-gap: 4rem; */
.col-gap-20 /* column-gap: 5rem; */
.col-gap-24 /* column-gap: 6rem; */
.col-gap-32 /* column-gap: 8rem; */
.col-gap-40 /* column-gap: 10rem; */
.col-gap-48 /* column-gap: 12rem; */
.col-gap-56 /* column-gap: 14rem; */
.col-gap-64 /* column-gap: 16rem; */
.col-gap-px /* column-gap: 1px; */
/*
* Grid Auto Flow
* --------------------
* Utilities for controlling how elements in a grid are auto-placed.
* By default, only responsive variants are generated for grid-auto-flow utilities.
*/
.grid-flow-row /* grid-auto-flow: row; */
.grid-flow-col /* grid-auto-flow: column; */
.grid-flow-row-dense /* grid-auto-flow: row dense; */
.grid-flow-col-dense /* grid-auto-flow: column dense; */
/* *******************************************************************************************
* SPACING
* ******************************************************************************************* */
/*
* Padding
* --------------------
* Utilities for controlling an element's padding.
* By default, only responsive variants are generated for padding utilities.
*/
.p-0 /* padding: 0; */
.p-1 /* padding: 0.25rem; */
.p-2 /* padding: 0.5rem; */
.p-3 /* padding: 0.75rem; */
.p-4 /* padding: 1rem; */
.p-5 /* padding: 1.25rem; */
.p-6 /* padding: 1.5rem; */
.p-8 /* padding: 2rem; */
.p-10 /* padding: 2.5rem; */
.p-12 /* padding: 3rem; */
.p-16 /* padding: 4rem; */
.p-20 /* padding: 5rem; */
.p-24 /* padding: 6rem; */
.p-32 /* padding: 8rem; */
.p-40 /* padding: 10rem; */
.p-48 /* padding: 12rem; */
.p-56 /* padding: 14rem; */
.p-64 /* padding: 16rem; */
.p-px /* padding: 1px; */
.py-0 /* padding-top: 0; padding-bottom: 0; */
.py-1 /* padding-top: 0.25rem; padding-bottom: 0.25rem; */
.py-2 /* padding-top: 0.5rem; padding-bottom: 0.5rem; */
.py-3 /* padding-top: 0.75rem; padding-bottom: 0.75rem; */
.py-4 /* padding-top: 1rem; padding-bottom: 1rem; */
.py-5 /* padding-top: 1.25rem; padding-bottom: 1.25rem; */
.py-6 /* padding-top: 1.5rem; padding-bottom: 1.5rem; */
.py-8 /* padding-top: 2rem; padding-bottom: 2rem; */
.py-10 /* padding-top: 2.5rem; padding-bottom: 2.5rem; */
.py-12 /* padding-top: 3rem; padding-bottom: 3rem; */
.py-16 /* padding-top: 4rem; padding-bottom: 4rem; */
.py-20 /* padding-top: 5rem; padding-bottom: 5rem; */
.py-24 /* padding-top: 6rem; padding-bottom: 6rem; */
.py-32 /* padding-top: 8rem; padding-bottom: 8rem; */
.py-40 /* padding-top: 10rem; padding-bottom: 10rem; */
.py-48 /* padding-top: 12rem; padding-bottom: 12rem; */
.py-56 /* padding-top: 14rem; padding-bottom: 14rem; */
.py-64 /* padding-top: 16rem; padding-bottom: 16rem; */
.py-px /* padding-top: 1px; padding-bottom: 1px; */
.px-0 /* padding-right: 0; padding-left: 0; */
.px-1 /* padding-right: 0.25rem; padding-left: 0.25rem; */
.px-2 /* padding-right: 0.5rem; padding-left: 0.5rem; */
.px-3 /* padding-right: 0.75rem; padding-left: 0.75rem; */
.px-4 /* padding-right: 1rem; padding-left: 1rem; */
.px-5 /* padding-right: 1.25rem; padding-left: 1.25rem; */
.px-6 /* padding-right: 1.5rem; padding-left: 1.5rem; */
.px-8 /* padding-right: 2rem; padding-left: 2rem; */
.px-10 /* padding-right: 2.5rem; padding-left: 2.5rem; */
.px-12 /* padding-right: 3rem; padding-left: 3rem; */
.px-16 /* padding-right: 4rem; padding-left: 4rem; */
.px-20 /* padding-right: 5rem; padding-left: 5rem; */
.px-24 /* padding-right: 6rem; padding-left: 6rem; */
.px-32 /* padding-right: 8rem; padding-left: 8rem; */
.px-40 /* padding-right: 10rem; padding-left: 10rem; */
.px-48 /* padding-right: 12rem; padding-left: 12rem; */
.px-56 /* padding-right: 14rem; padding-left: 14rem; */
.px-64 /* padding-right: 16rem; padding-left: 16rem; */
.px-px /* padding-right: 1px; padding-left: 1px; */
.pt-0 /* padding-top: 0; */
.pt-1 /* padding-top: 0.25rem; */
.pt-2 /* padding-top: 0.5rem; */
.pt-3 /* padding-top: 0.75rem; */
.pt-4 /* padding-top: 1rem; */
.pt-5 /* padding-top: 1.25rem; */
.pt-6 /* padding-top: 1.5rem; */
.pt-8 /* padding-top: 2rem; */
.pt-10 /* padding-top: 2.5rem; */
.pt-12 /* padding-top: 3rem; */
.pt-16 /* padding-top: 4rem; */
.pt-20 /* padding-top: 5rem; */
.pt-24 /* padding-top: 6rem; */
.pt-32 /* padding-top: 8rem; */
.pt-40 /* padding-top: 10rem; */
.pt-48 /* padding-top: 12rem; */
.pt-56 /* padding-top: 14rem; */
.pt-64 /* padding-top: 16rem; */
.pt-px /* padding-top: 1px; */
.pr-0 /* padding-right: 0; */
.pr-1 /* padding-right: 0.25rem; */
.pr-2 /* padding-right: 0.5rem; */
.pr-3 /* padding-right: 0.75rem; */
.pr-4 /* padding-right: 1rem; */
.pr-5 /* padding-right: 1.25rem; */
.pr-6 /* padding-right: 1.5rem; */
.pr-8 /* padding-right: 2rem; */
.pr-10 /* padding-right: 2.5rem; */
.pr-12 /* padding-right: 3rem; */
.pr-16 /* padding-right: 4rem; */
.pr-20 /* padding-right: 5rem; */
.pr-24 /* padding-right: 6rem; */
.pr-32 /* padding-right: 8rem; */
.pr-40 /* padding-right: 10rem; */
.pr-48 /* padding-right: 12rem; */
.pr-56 /* padding-right: 14rem; */
.pr-64 /* padding-right: 16rem; */
.pr-px /* padding-right: 1px; */
.pb-0 /* padding-bottom: 0; */
.pb-1 /* padding-bottom: 0.25rem; */
.pb-2 /* padding-bottom: 0.5rem; */
.pb-3 /* padding-bottom: 0.75rem; */
.pb-4 /* padding-bottom: 1rem; */
.pb-5 /* padding-bottom: 1.25rem; */
.pb-6 /* padding-bottom: 1.5rem; */
.pb-8 /* padding-bottom: 2rem; */
.pb-10 /* padding-bottom: 2.5rem; */
.pb-12 /* padding-bottom: 3rem; */
.pb-16 /* padding-bottom: 4rem; */
.pb-20 /* padding-bottom: 5rem; */
.pb-24 /* padding-bottom: 6rem; */
.pb-32 /* padding-bottom: 8rem; */
.pb-40 /* padding-bottom: 10rem; */
.pb-48 /* padding-bottom: 12rem; */
.pb-56 /* padding-bottom: 14rem; */
.pb-64 /* padding-bottom: 16rem; */
.pb-px /* padding-bottom: 1px; */
.pl-0 /* padding-left: 0; */
.pl-1 /* padding-left: 0.25rem; */
.pl-2 /* padding-left: 0.5rem; */
.pl-3 /* padding-left: 0.75rem; */
.pl-4 /* padding-left: 1rem; */
.pl-5 /* padding-left: 1.25rem; */
.pl-6 /* padding-left: 1.5rem; */
.pl-8 /* padding-left: 2rem; */
.pl-10 /* padding-left: 2.5rem; */
.pl-12 /* padding-left: 3rem; */
.pl-16 /* padding-left: 4rem; */
.pl-20 /* padding-left: 5rem; */
.pl-24 /* padding-left: 6rem; */
.pl-32 /* padding-left: 8rem; */
.pl-40 /* padding-left: 10rem; */
.pl-48 /* padding-left: 12rem; */
.pl-56 /* padding-left: 14rem; */
.pl-64 /* padding-left: 16rem; */
.pl-px /* padding-left: 1px; */
/*
* Margin
* --------------------
* Utilities for controlling an element's margin.
* By default, only responsive variants are generated for margin utilities.
*/
.m-0 /* margin: 0; */
.m-1 /* margin: 0.25rem; */
.m-2 /* margin: 0.5rem; */
.m-3 /* margin: 0.75rem; */
.m-4 /* margin: 1rem; */
.m-5 /* margin: 1.25rem; */
.m-6 /* margin: 1.5rem; */
.m-8 /* margin: 2rem; */
.m-10 /* margin: 2.5rem; */
.m-12 /* margin: 3rem; */
.m-16 /* margin: 4rem; */
.m-20 /* margin: 5rem; */
.m-24 /* margin: 6rem; */
.m-32 /* margin: 8rem; */
.m-40 /* margin: 10rem; */
.m-48 /* margin: 12rem; */
.m-56 /* margin: 14rem; */
.m-64 /* margin: 16rem; */
.m-auto /* margin: auto; */
.m-px /* margin: 1px; */
.-m-1 /* margin: -0.25rem; */
.-m-2 /* margin: -0.5rem; */
.-m-3 /* margin: -0.75rem; */
.-m-4 /* margin: -1rem; */
.-m-5 /* margin: -1.25rem; */
.-m-6 /* margin: -1.5rem; */
.-m-8 /* margin: -2rem; */
.-m-10 /* margin: -2.5rem; */
.-m-12 /* margin: -3rem; */
.-m-16 /* margin: -4rem; */
.-m-20 /* margin: -5rem; */
.-m-24 /* margin: -6rem; */
.-m-32 /* margin: -8rem; */
.-m-40 /* margin: -10rem; */
.-m-48 /* margin: -12rem; */
.-m-56 /* margin: -14rem; */
.-m-64 /* margin: -16rem; */
.-m-px /* margin: -1px; */
.my-0 /* margin-top: 0; margin-bottom: 0; */
.my-1 /* margin-top: 0.25rem; margin-bottom: 0.25rem; */
.my-2 /* margin-top: 0.5rem; margin-bottom: 0.5rem; */
.my-3 /* margin-top: 0.75rem; margin-bottom: 0.75rem; */
.my-4 /* margin-top: 1rem; margin-bottom: 1rem; */
.my-5 /* margin-top: 1.25rem; margin-bottom: 1.25rem; */
.my-6 /* margin-top: 1.5rem; margin-bottom: 1.5rem; */
.my-8 /* margin-top: 2rem; margin-bottom: 2rem; */
.my-10 /* margin-top: 2.5rem; margin-bottom: 2.5rem; */
.my-12 /* margin-top: 3rem; margin-bottom: 3rem; */
.my-16 /* margin-top: 4rem; margin-bottom: 4rem; */
.my-20 /* margin-top: 5rem; margin-bottom: 5rem; */
.my-24 /* margin-top: 6rem; margin-bottom: 6rem; */
.my-32 /* margin-top: 8rem; margin-bottom: 8rem; */
.my-40 /* margin-top: 10rem; margin-bottom: 10rem; */
.my-48 /* margin-top: 12rem; margin-bottom: 12rem; */
.my-56 /* margin-top: 14rem; margin-bottom: 14rem; */
.my-64 /* margin-top: 16rem; margin-bottom: 16rem; */
.my-auto /* margin-top: auto; margin-bottom: auto; */
.my-px /* margin-top: 1px; margin-bottom: 1px; */
.-my-1 /* margin-top: -0.25rem; margin-bottom: -0.25rem; */
.-my-2 /* margin-top: -0.5rem; margin-bottom: -0.5rem; */
.-my-3 /* margin-top: -0.75rem; margin-bottom: -0.75rem; */
.-my-4 /* margin-top: -1rem; margin-bottom: -1rem; */
.-my-5 /* margin-top: -1.25rem; margin-bottom: -1.25rem; */
.-my-6 /* margin-top: -1.5rem; margin-bottom: -1.5rem; */
.-my-8 /* margin-top: -2rem; margin-bottom: -2rem; */
.-my-10 /* margin-top: -2.5rem; margin-bottom: -2.5rem; */
.-my-12 /* margin-top: -3rem; margin-bottom: -3rem; */
.-my-16 /* margin-top: -4rem; margin-bottom: -4rem; */
.-my-20 /* margin-top: -5rem; margin-bottom: -5rem; */
.-my-24 /* margin-top: -6rem; margin-bottom: -6rem; */
.-my-32 /* margin-top: -8rem; margin-bottom: -8rem; */
.-my-40 /* margin-top: -10rem; margin-bottom: -10rem; */
.-my-48 /* margin-top: -12rem; margin-bottom: -12rem; */
.-my-56 /* margin-top: -14rem; margin-bottom: -14rem; */
.-my-64 /* margin-top: -16rem; margin-bottom: -16rem; */
.-my-px /* margin-top: -1px; margin-bottom: -1px; */
.mx-0 /* margin-right: 0; margin-left: 0; */
.mx-1 /* margin-right: 0.25rem; margin-left: 0.25rem; */
.mx-2 /* margin-right: 0.5rem; margin-left: 0.5rem; */
.mx-3 /* margin-right: 0.75rem; margin-left: 0.75rem; */
.mx-4 /* margin-right: 1rem; margin-left: 1rem; */
.mx-5 /* margin-right: 1.25rem; margin-left: 1.25rem; */
.mx-6 /* margin-right: 1.5rem; margin-left: 1.5rem; */
.mx-8 /* margin-right: 2rem; margin-left: 2rem; */
.mx-10 /* margin-right: 2.5rem; margin-left: 2.5rem; */
.mx-12 /* margin-right: 3rem; margin-left: 3rem; */
.mx-16 /* margin-right: 4rem; margin-left: 4rem; */
.mx-20 /* margin-right: 5rem; margin-left: 5rem; */
.mx-24 /* margin-right: 6rem; margin-left: 6rem; */
.mx-32 /* margin-right: 8rem; margin-left: 8rem; */
.mx-40 /* margin-right: 10rem; margin-left: 10rem; */
.mx-48 /* margin-right: 12rem; margin-left: 12rem; */
.mx-56 /* margin-right: 14rem; margin-left: 14rem; */
.mx-64 /* margin-right: 16rem; margin-left: 16rem; */
.mx-auto /* margin-right: auto; margin-left: auto; */
.mx-px /* margin-right: 1px; margin-left: 1px; */
.-mx-1 /* margin-right: -0.25rem; margin-left: -0.25rem; */
.-mx-2 /* margin-right: -0.5rem; margin-left: -0.5rem; */
.-mx-3 /* margin-right: -0.75rem; margin-left: -0.75rem; */
.-mx-4 /* margin-right: -1rem; margin-left: -1rem; */
.-mx-5 /* margin-right: -1.25rem; margin-left: -1.25rem; */
.-mx-6 /* margin-right: -1.5rem; margin-left: -1.5rem; */
.-mx-8 /* margin-right: -2rem; margin-left: -2rem; */
.-mx-10 /* margin-right: -2.5rem; margin-left: -2.5rem; */
.-mx-12 /* margin-right: -3rem; margin-left: -3rem; */
.-mx-16 /* margin-right: -4rem; margin-left: -4rem; */
.-mx-20 /* margin-right: -5rem; margin-left: -5rem; */
.-mx-24 /* margin-right: -6rem; margin-left: -6rem; */
.-mx-32 /* margin-right: -8rem; margin-left: -8rem; */
.-mx-40 /* margin-right: -10rem; margin-left: -10rem; */
.-mx-48 /* margin-right: -12rem; margin-left: -12rem; */
.-mx-56 /* margin-right: -14rem; margin-left: -14rem; */
.-mx-64 /* margin-right: -16rem; margin-left: -16rem; */
.-mx-px /* margin-right: -1px; margin-left: -1px; */
.mt-0 /* margin-top: 0; */
.mt-1 /* margin-top: 0.25rem; */
.mt-2 /* margin-top: 0.5rem; */
.mt-3 /* margin-top: 0.75rem; */
.mt-4 /* margin-top: 1rem; */
.mt-5 /* margin-top: 1.25rem; */
.mt-6 /* margin-top: 1.5rem; */
.mt-8 /* margin-top: 2rem; */
.mt-10 /* margin-top: 2.5rem; */
.mt-12 /* margin-top: 3rem; */
.mt-16 /* margin-top: 4rem; */
.mt-20 /* margin-top: 5rem; */
.mt-24 /* margin-top: 6rem; */
.mt-32 /* margin-top: 8rem; */
.mt-40 /* margin-top: 10rem; */
.mt-48 /* margin-top: 12rem; */
.mt-56 /* margin-top: 14rem; */
.mt-64 /* margin-top: 16rem; */
.mt-auto /* margin-top: auto; */
.mt-px /* margin-top: 1px; */
.-mt-1 /* margin-top: -0.25rem; */
.-mt-2 /* margin-top: -0.5rem; */
.-mt-3 /* margin-top: -0.75rem; */
.-mt-4 /* margin-top: -1rem; */
.-mt-5 /* margin-top: -1.25rem; */
.-mt-6 /* margin-top: -1.5rem; */
.-mt-8 /* margin-top: -2rem; */
.-mt-10 /* margin-top: -2.5rem; */
.-mt-12 /* margin-top: -3rem; */
.-mt-16 /* margin-top: -4rem; */
.-mt-20 /* margin-top: -5rem; */
.-mt-24 /* margin-top: -6rem; */
.-mt-32 /* margin-top: -8rem; */
.-mt-40 /* margin-top: -10rem; */
.-mt-48 /* margin-top: -12rem; */
.-mt-56 /* margin-top: -14rem; */
.-mt-64 /* margin-top: -16rem; */
.-mt-px /* margin-top: -1px; */
.mr-0 /* margin-right: 0; */
.mr-1 /* margin-right: 0.25rem; */
.mr-2 /* margin-right: 0.5rem; */
.mr-3 /* margin-right: 0.75rem; */
.mr-4 /* margin-right: 1rem; */
.mr-5 /* margin-right: 1.25rem; */
.mr-6 /* margin-right: 1.5rem; */
.mr-8 /* margin-right: 2rem; */
.mr-10 /* margin-right: 2.5rem; */
.mr-12 /* margin-right: 3rem; */
.mr-16 /* margin-right: 4rem; */
.mr-20 /* margin-right: 5rem; */
.mr-24 /* margin-right: 6rem; */
.mr-32 /* margin-right: 8rem; */
.mr-40 /* margin-right: 10rem; */
.mr-48 /* margin-right: 12rem; */
.mr-56 /* margin-right: 14rem; */
.mr-64 /* margin-right: 16rem; */
.mr-auto /* margin-right: auto; */
.mr-px /* margin-right: 1px; */
.-mr-1 /* margin-right: -0.25rem; */
.-mr-2 /* margin-right: -0.5rem; */
.-mr-3 /* margin-right: -0.75rem; */
.-mr-4 /* margin-right: -1rem; */
.-mr-5 /* margin-right: -1.25rem; */
.-mr-6 /* margin-right: -1.5rem; */
.-mr-8 /* margin-right: -2rem; */
.-mr-10 /* margin-right: -2.5rem; */
.-mr-12 /* margin-right: -3rem; */
.-mr-16 /* margin-right: -4rem; */
.-mr-20 /* margin-right: -5rem; */
.-mr-24 /* margin-right: -6rem; */
.-mr-32 /* margin-right: -8rem; */
.-mr-40 /* margin-right: -10rem; */
.-mr-48 /* margin-right: -12rem; */
.-mr-56 /* margin-right: -14rem; */
.-mr-64 /* margin-right: -16rem; */
.-mr-px /* margin-right: -1px; */
.mb-0 /* margin-bottom: 0; */
.mb-1 /* margin-bottom: 0.25rem; */
.mb-2 /* margin-bottom: 0.5rem; */
.mb-3 /* margin-bottom: 0.75rem; */
.mb-4 /* margin-bottom: 1rem; */
.mb-5 /* margin-bottom: 1.25rem; */
.mb-6 /* margin-bottom: 1.5rem; */
.mb-8 /* margin-bottom: 2rem; */
.mb-10 /* margin-bottom: 2.5rem; */
.mb-12 /* margin-bottom: 3rem; */
.mb-16 /* margin-bottom: 4rem; */
.mb-20 /* margin-bottom: 5rem; */
.mb-24 /* margin-bottom: 6rem; */
.mb-32 /* margin-bottom: 8rem; */
.mb-40 /* margin-bottom: 10rem; */
.mb-48 /* margin-bottom: 12rem; */
.mb-56 /* margin-bottom: 14rem; */
.mb-64 /* margin-bottom: 16rem; */
.mb-auto /* margin-bottom: auto; */
.mb-px /* margin-bottom: 1px; */
.-mb-1 /* margin-bottom: -0.25rem; */
.-mb-2 /* margin-bottom: -0.5rem; */
.-mb-3 /* margin-bottom: -0.75rem; */
.-mb-4 /* margin-bottom: -1rem; */
.-mb-5 /* margin-bottom: -1.25rem; */
.-mb-6 /* margin-bottom: -1.5rem; */
.-mb-8 /* margin-bottom: -2rem; */
.-mb-10 /* margin-bottom: -2.5rem; */
.-mb-12 /* margin-bottom: -3rem; */
.-mb-16 /* margin-bottom: -4rem; */
.-mb-20 /* margin-bottom: -5rem; */
.-mb-24 /* margin-bottom: -6rem; */
.-mb-32 /* margin-bottom: -8rem; */
.-mb-40 /* margin-bottom: -10rem; */
.-mb-48 /* margin-bottom: -12rem; */
.-mb-56 /* margin-bottom: -14rem; */
.-mb-64 /* margin-bottom: -16rem; */
.-mb-px /* margin-bottom: -1px; */
.ml-0 /* margin-left: 0; */
.ml-1 /* margin-left: 0.25rem; */
.ml-2 /* margin-left: 0.5rem; */
.ml-3 /* margin-left: 0.75rem; */
.ml-4 /* margin-left: 1rem; */
.ml-5 /* margin-left: 1.25rem; */
.ml-6 /* margin-left: 1.5rem; */
.ml-8 /* margin-left: 2rem; */
.ml-10 /* margin-left: 2.5rem; */
.ml-12 /* margin-left: 3rem; */
.ml-16 /* margin-left: 4rem; */
.ml-20 /* margin-left: 5rem; */
.ml-24 /* margin-left: 6rem; */
.ml-32 /* margin-left: 8rem; */
.ml-40 /* margin-left: 10rem; */
.ml-48 /* margin-left: 12rem; */
.ml-56 /* margin-left: 14rem; */
.ml-64 /* margin-left: 16rem; */
.ml-auto /* margin-left: auto; */
.ml-px /* margin-left: 1px; */
.-ml-1 /* margin-left: -0.25rem; */
.-ml-2 /* margin-left: -0.5rem; */
.-ml-3 /* margin-left: -0.75rem; */
.-ml-4 /* margin-left: -1rem; */
.-ml-5 /* margin-left: -1.25rem; */
.-ml-6 /* margin-left: -1.5rem; */
.-ml-8 /* margin-left: -2rem; */
.-ml-10 /* margin-left: -2.5rem; */
.-ml-12 /* margin-left: -3rem; */
.-ml-16 /* margin-left: -4rem; */
.-ml-20 /* margin-left: -5rem; */
.-ml-24 /* margin-left: -6rem; */
.-ml-32 /* margin-left: -8rem; */
.-ml-40 /* margin-left: -10rem; */
.-ml-48 /* margin-left: -12rem; */
.-ml-56 /* margin-left: -14rem; */
.-ml-64 /* margin-left: -16rem; */
.-ml-px /* margin-left: -1px; */
/* *******************************************************************************************
* SIZING
* ******************************************************************************************* */
/*
* Width
* --------------------
* Utilities for setting the width of an element
* By default, only responsive variants are generated for width utilities.
*/
.w-0 /* width: 0; */
.w-1 /* width: 0.25rem; */
.w-2 /* width: 0.5rem; */
.w-3 /* width: 0.75rem; */
.w-4 /* width: 1rem; */
.w-5 /* width: 1.25rem; */
.w-6 /* width: 1.5rem; */
.w-8 /* width: 2rem; */
.w-10 /* width: 2.5rem; */
.w-12 /* width: 3rem; */
.w-16 /* width: 4rem; */
.w-20 /* width: 5rem; */
.w-24 /* width: 6rem; */
.w-32 /* width: 8rem; */
.w-40 /* width: 10rem; */
.w-48 /* width: 12rem; */
.w-56 /* width: 14rem; */
.w-64 /* width: 16rem; */
.w-auto /* width: auto; */
.w-px /* width: 1px; */
.w-1/2 /* width: 50%; */
.w-1/3 /* width: 33.333333%; */
.w-2/3 /* width: 66.666667%; */
.w-1/4 /* width: 25%; */
.w-2/4 /* width: 50%; */
.w-3/4 /* width: 75%; */
.w-1/5 /* width: 20%; */
.w-2/5 /* width: 40%; */
.w-3/5 /* width: 60%; */
.w-4/5 /* width: 80%; */
.w-1/6 /* width: 16.666667%; */
.w-2/6 /* width: 33.333333%; */
.w-3/6 /* width: 50%; */
.w-4/6 /* width: 66.666667%; */
.w-5/6 /* width: 83.333333%; */
.w-1/12 /* width: 8.333333%; */
.w-2/12 /* width: 16.666667%; */
.w-3/12 /* width: 25%; */
.w-4/12 /* width: 33.333333%; */
.w-5/12 /* width: 41.666667%; */
.w-6/12 /* width: 50%; */
.w-7/12 /* width: 58.333333%; */
.w-8/12 /* width: 66.666667%; */
.w-9/12 /* width: 75%; */
.w-10/12 /* width: 83.333333%; */
.w-11/12 /* width: 91.666667%; */
.w-full /* width: 100%; */
.w-screen /* width: 100vw; */
/*
* Min-Width
* --------------------
* Utilities for setting the minimum width of an element
* By default, only responsive variants are generated for min-width utilities.
*/
.min-w-0 /* min-width: 0; */
.min-w-full /* min-width: 100%; */
/*
* Max-Width
* --------------------
* Utilities for setting the maximum width of an element
* By default, only responsive variants are generated for max-width utilities.
*/
.max-w-xs /* max-width: 20rem; */
.max-w-sm /* max-width: 24rem; */
.max-w-md /* max-width: 28rem; */
.max-w-lg /* max-width: 32rem; */
.max-w-xl /* max-width: 36rem; */
.max-w-2xl /* max-width: 42rem; */
.max-w-3xl /* max-width: 48rem; */
.max-w-4xl /* max-width: 56rem; */
.max-w-5xl /* max-width: 64rem; */
.max-w-6xl /* max-width: 72rem; */
.max-w-full /* max-width: 100%; */
.max-w-screen-sm /* max-width: 640px; */
.max-w-screen-md /* max-width: 768px; */
.max-w-screen-lg /* max-width: 1024px; */
.max-w-screen-xl /* max-width: 1280px; */
.max-w-none /* max-width: none; */
/*
* Height
* --------------------
* Utilities for setting the height of an element
* By default, only responsive variants are generated for height utilities.
*/
.h-0 /* height: 0; */
.h-1 /* height: 0.25rem; */
.h-2 /* height: 0.5rem; */
.h-3 /* height: 0.75rem; */
.h-4 /* height: 1rem; */
.h-5 /* height: 1.25rem; */
.h-6 /* height: 1.5rem; */
.h-8 /* height: 2rem; */
.h-10 /* height: 2.5rem; */
.h-12 /* height: 3rem; */
.h-16 /* height: 4rem; */
.h-20 /* height: 5rem; */
.h-24 /* height: 6rem; */
.h-32 /* height: 8rem; */
.h-40 /* height: 10rem; */
.h-48 /* height: 12rem; */
.h-56 /* height: 14rem; */
.h-64 /* height: 16rem; */
.h-auto /* height: auto; */
.h-px /* height: 1px; */
.h-full /* height: 100%; */
.h-screen /* height: 100vh; */
/*
* Min-Height
* --------------------
* Utilities for setting the minimum height of an element
* By default, only responsive variants are generated for min-height utilities.
*/
.min-h-0 /* min-height: 0; */
.min-h-full /* min-height: 100%; */
.min-h-screen /* min-height: 100vh; */
/*
* Max-Height
* --------------------
* Utilities for setting the maximum height of an element
* By default, only responsive variants are generated for max-height utilities.
*/
.max-h-full /* max-height: 100%; */
.max-h-screen /* max-height: 100vh; */
/* *******************************************************************************************
* TYPOGRAPHY
* ******************************************************************************************* */
/*
* Font Family
* --------------------
* Utilities for controlling the font family of an element.
* By default, only responsive variants are generated for font family utilities.
*/
.font-sans /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
.font-serif /* font-family: Georgia, Cambria, "Times New Roman", Times, serif; */
.font-mono /* font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
/*
* Font Size
* --------------------
* Utilities for controlling the font size of an element.
* By default, only responsive variants are generated for text sizing utilities.
*/
.text-xs /* font-size: .75rem; */
.text-sm /* font-size: .875rem; */
.text-base /* font-size: 1rem; */
.text-lg /* font-size: 1.125rem; */
.text-xl /* font-size: 1.25rem; */
.text-2xl /* font-size: 1.5rem; */
.text-3xl /* font-size: 1.875rem; */
.text-4xl /* font-size: 2.25rem; */
.text-5xl /* font-size: 3rem; */
.text-6xl /* font-size: 4rem; */
/*
* Font Smoothing
* --------------------
* Utilities for controlling the font smoothing of an element.
* By default, only responsive variants are generated for font smoothing utilities.
*/
.antialiased /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */
.subpixel-antialiased /* -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; */
/*
* Font Style
* --------------------
* Utilities for controlling the style of text.
* By default, only responsive variants are generated for font style utilities.
*/
.italic /* font-style: italic; */
.not-italic /* font-style: normal; */
/*
* Font Weight
* --------------------
* Utilities for controlling the font weight of an element.
* By default, only responsive, hover and focus variants are generated for font weight utilities.
*/
.font-hairline /* font-weight: 100; */
.font-thin /* font-weight: 200; */
.font-light /* font-weight: 300; */
.font-normal /* font-weight: 400; */
.font-medium /* font-weight: 500; */
.font-semibold /* font-weight: 600; */
.font-bold /* font-weight: 700; */
.font-extrabold /* font-weight: 800; */
.font-black /* font-weight: 900; */
/*
* Letter Spacing
* --------------------
* Utilities for controlling the tracking (letter spacing) of an element.
* By default, only responsive variants are generated for tracking utilities.
*/
.tracking-tighter /* letter-spacing: -0.05em; */
.tracking-tight /* letter-spacing: -0.025em; */
.tracking-normal /* letter-spacing: 0; */
.tracking-wide /* letter-spacing: 0.025em; */
.tracking-wider /* letter-spacing: 0.05em; */
.tracking-widest /* letter-spacing: 0.1em; */
/*
* Line Height
* --------------------
* Utilities for controlling the leading (line height) of an element.
* By default, only responsive variants are generated for line height utilities.
*/
.leading-none /* line-height: 1; */
.leading-tight /* line-height: 1.25; */
.leading-snug /* line-height: 1.375; */
.leading-normal /* line-height: 1.5; */
.leading-relaxed /* line-height: 1.625; */
.leading-loose /* line-height: 2; */
.leading-3 /* line-height: .75rem; */
.leading-4 /* line-height: 1rem; */
.leading-5 /* line-height: 1.25rem; */
.leading-6 /* line-height: 1.5rem; */
.leading-7 /* line-height: 1.75rem; */
.leading-8 /* line-height: 2rem; */
.leading-9 /* line-height: 2.25rem; */
.leading-10 /* line-height: 2.5rem; */
/*
* List Style Type
* --------------------
* Utilities for controlling the bullet/number style of a list.
* By default, only responsive variants are generated for list style type utilities.
*/
.list-none /* list-style-type: none; */
.list-disc /* list-style-type: disc; */
.list-decimal /* list-style-type: decimal; */
/*
* List Style Position
* --------------------
* Utilities for controlling the position of bullets/numbers in lists.
* By default, only responsive variants are generated for list style position utilities.
*/
.list-inside /* list-style-position: inside; */
.list-outside /* list-style-position: outside; */
/*
* Placeholder Color
* --------------------
* Utilities for controlling the color of placeholder text.
* By default, only responsive and focus variants are generated for placeholder color utilities.
*/
.placeholder-transparent /* ::placeholder { color: transparent; } */
.placeholder-black /* ::placeholder { color: #000; } */
.placeholder-white /* ::placeholder { color: #fff; } */
.placeholder-gray-100 /* ::placeholder { color: #f7fafc; } */
.placeholder-gray-200 /* ::placeholder { color: #edf2f7; } */
.placeholder-gray-300 /* ::placeholder { color: #e2e8f0; } */
.placeholder-gray-400 /* ::placeholder { color: #cbd5e0; } */
.placeholder-gray-500 /* ::placeholder { color: #a0aec0; } */
.placeholder-gray-600 /* ::placeholder { color: #718096; } */
.placeholder-gray-700 /* ::placeholder { color: #4a5568; } */
.placeholder-gray-800 /* ::placeholder { color: #2d3748; } */
.placeholder-gray-900 /* ::placeholder { color: #1a202c; } */
.placeholder-red-100 /* ::placeholder { color: #fff5f5; } */
.placeholder-red-200 /* ::placeholder { color: #fed7d7; } */
.placeholder-red-300 /* ::placeholder { color: #feb2b2; } */
.placeholder-red-400 /* ::placeholder { color: #fc8181; } */
.placeholder-red-500 /* ::placeholder { color: #f56565; } */
.placeholder-red-600 /* ::placeholder { color: #e53e3e; } */
.placeholder-red-700 /* ::placeholder { color: #c53030; } */
.placeholder-red-800 /* ::placeholder { color: #9b2c2c; } */
.placeholder-red-900 /* ::placeholder { color: #742a2a; } */
.placeholder-orange-100 /* ::placeholder { color: #fffaf0; } */
.placeholder-orange-200 /* ::placeholder { color: #feebc8; } */
.placeholder-orange-300 /* ::placeholder { color: #fbd38d; } */
.placeholder-orange-400 /* ::placeholder { color: #f6ad55; } */
.placeholder-orange-500 /* ::placeholder { color: #ed8936; } */
.placeholder-orange-600 /* ::placeholder { color: #dd6b20; } */
.placeholder-orange-700 /* ::placeholder { color: #c05621; } */
.placeholder-orange-800 /* ::placeholder { color: #9c4221; } */
.placeholder-orange-900 /* ::placeholder { color: #7b341e; } */
.placeholder-yellow-100 /* ::placeholder { color: #fffff0; } */
.placeholder-yellow-200 /* ::placeholder { color: #fefcbf; } */
.placeholder-yellow-300 /* ::placeholder { color: #faf089; } */
.placeholder-yellow-400 /* ::placeholder { color: #f6e05e; } */
.placeholder-yellow-500 /* ::placeholder { color: #ecc94b; } */
.placeholder-yellow-600 /* ::placeholder { color: #d69e2e; } */
.placeholder-yellow-700 /* ::placeholder { color: #b7791f; } */
.placeholder-yellow-800 /* ::placeholder { color: #975a16; } */
.placeholder-yellow-900 /* ::placeholder { color: #744210; } */
.placeholder-green-100 /* ::placeholder { color: #f0fff4; } */
.placeholder-green-200 /* ::placeholder { color: #c6f6d5; } */
.placeholder-green-300 /* ::placeholder { color: #9ae6b4; } */
.placeholder-green-400 /* ::placeholder { color: #68d391; } */
.placeholder-green-500 /* ::placeholder { color: #48bb78; } */
.placeholder-green-600 /* ::placeholder { color: #38a169; } */
.placeholder-green-700 /* ::placeholder { color: #2f855a; } */
.placeholder-green-800 /* ::placeholder { color: #276749; } */
.placeholder-green-900 /* ::placeholder { color: #22543d; } */
.placeholder-teal-100 /* ::placeholder { color: #e6fffa; } */
.placeholder-teal-200 /* ::placeholder { color: #b2f5ea; } */
.placeholder-teal-300 /* ::placeholder { color: #81e6d9; } */
.placeholder-teal-400 /* ::placeholder { color: #4fd1c5; } */
.placeholder-teal-500 /* ::placeholder { color: #38b2ac; } */
.placeholder-teal-600 /* ::placeholder { color: #319795; } */
.placeholder-teal-700 /* ::placeholder { color: #2c7a7b; } */
.placeholder-teal-800 /* ::placeholder { color: #285e61; } */
.placeholder-teal-900 /* ::placeholder { color: #234e52; } */
.placeholder-blue-100 /* ::placeholder { color: #ebf8ff; } */
.placeholder-blue-200 /* ::placeholder { color: #bee3f8; } */
.placeholder-blue-300 /* ::placeholder { color: #90cdf4; } */
.placeholder-blue-400 /* ::placeholder { color: #63b3ed; } */
.placeholder-blue-500 /* ::placeholder { color: #4299e1; } */
.placeholder-blue-600 /* ::placeholder { color: #3182ce; } */
.placeholder-blue-700 /* ::placeholder { color: #2b6cb0; } */
.placeholder-blue-800 /* ::placeholder { color: #2c5282; } */
.placeholder-blue-900 /* ::placeholder { color: #2a4365; } */
.placeholder-indigo-100 /* ::placeholder { color: #ebf4ff; } */
.placeholder-indigo-200 /* ::placeholder { color: #c3dafe; } */
.placeholder-indigo-300 /* ::placeholder { color: #a3bffa; } */
.placeholder-indigo-400 /* ::placeholder { color: #7f9cf5; } */
.placeholder-indigo-500 /* ::placeholder { color: #667eea; } */
.placeholder-indigo-600 /* ::placeholder { color: #5a67d8; } */
.placeholder-indigo-700 /* ::placeholder { color: #4c51bf; } */
.placeholder-indigo-800 /* ::placeholder { color: #434190; } */
.placeholder-indigo-900 /* ::placeholder { color: #3c366b; } */
.placeholder-purple-100 /* ::placeholder { color: #faf5ff; } */
.placeholder-purple-200 /* ::placeholder { color: #e9d8fd; } */
.placeholder-purple-300 /* ::placeholder { color: #d6bcfa; } */
.placeholder-purple-400 /* ::placeholder { color: #b794f4; } */
.placeholder-purple-500 /* ::placeholder { color: #9f7aea; } */
.placeholder-purple-600 /* ::placeholder { color: #805ad5; } */
.placeholder-purple-700 /* ::placeholder { color: #6b46c1; } */
.placeholder-purple-800 /* ::placeholder { color: #553c9a; } */
.placeholder-purple-900 /* ::placeholder { color: #44337a; } */
.placeholder-pink-100 /* ::placeholder { color: #fff5f7; } */
.placeholder-pink-200 /* ::placeholder { color: #fed7e2; } */
.placeholder-pink-300 /* ::placeholder { color: #fbb6ce; } */
.placeholder-pink-400 /* ::placeholder { color: #f687b3; } */
.placeholder-pink-500 /* ::placeholder { color: #ed64a6; } */
.placeholder-pink-600 /* ::placeholder { color: #d53f8c; } */
.placeholder-pink-700 /* ::placeholder { color: #b83280; } */
.placeholder-pink-800 /* ::placeholder { color: #97266d; } */
.placeholder-pink-900 /* ::placeholder { color: #702459; } */
/*
* Text Align
* --------------------
* Utilities for controlling the alignment of text.
* By default, only responsive variants are generated for text alignment utilities.
*/
.text-left /* text-align: left; */
.text-center /* text-align: center; */
.text-right /* text-align: right; */
.text-justify /* text-align: justify; */
/*
* Text Color
* --------------------
* Utilities for controlling the text color of an element.
* By default, only responsive, hover and focus variants are generated for text color utilities.
*/
.text-transparent /* color: transparent; */
.text-black /* color: #000; */
.text-white /* color: #fff; */
.text-gray-100 /* color: #f7fafc; */
.text-gray-200 /* color: #edf2f7; */
.text-gray-300 /* color: #e2e8f0; */
.text-gray-400 /* color: #cbd5e0; */
.text-gray-500 /* color: #a0aec0; */
.text-gray-600 /* color: #718096; */
.text-gray-700 /* color: #4a5568; */
.text-gray-800 /* color: #2d3748; */
.text-gray-900 /* color: #1a202c; */
.text-red-100 /* color: #fff5f5; */
.text-red-200 /* color: #fed7d7; */
.text-red-300 /* color: #feb2b2; */
.text-red-400 /* color: #fc8181; */
.text-red-500 /* color: #f56565; */
.text-red-600 /* color: #e53e3e; */
.text-red-700 /* color: #c53030; */
.text-red-800 /* color: #9b2c2c; */
.text-red-900 /* color: #742a2a; */
.text-orange-100 /* color: #fffaf0; */
.text-orange-200 /* color: #feebc8; */
.text-orange-300 /* color: #fbd38d; */
.text-orange-400 /* color: #f6ad55; */
.text-orange-500 /* color: #ed8936; */
.text-orange-600 /* color: #dd6b20; */
.text-orange-700 /* color: #c05621; */
.text-orange-800 /* color: #9c4221; */
.text-orange-900 /* color: #7b341e; */
.text-yellow-100 /* color: #fffff0; */
.text-yellow-200 /* color: #fefcbf; */
.text-yellow-300 /* color: #faf089; */
.text-yellow-400 /* color: #f6e05e; */
.text-yellow-500 /* color: #ecc94b; */
.text-yellow-600 /* color: #d69e2e; */
.text-yellow-700 /* color: #b7791f; */
.text-yellow-800 /* color: #975a16; */
.text-yellow-900 /* color: #744210; */
.text-green-100 /* color: #f0fff4; */
.text-green-200 /* color: #c6f6d5; */
.text-green-300 /* color: #9ae6b4; */
.text-green-400 /* color: #68d391; */
.text-green-500 /* color: #48bb78; */
.text-green-600 /* color: #38a169; */
.text-green-700 /* color: #2f855a; */
.text-green-800 /* color: #276749; */
.text-green-900 /* color: #22543d; */
.text-teal-100 /* color: #e6fffa; */
.text-teal-200 /* color: #b2f5ea; */
.text-teal-300 /* color: #81e6d9; */
.text-teal-400 /* color: #4fd1c5; */
.text-teal-500 /* color: #38b2ac; */
.text-teal-600 /* color: #319795; */
.text-teal-700 /* color: #2c7a7b; */
.text-teal-800 /* color: #285e61; */
.text-teal-900 /* color: #234e52; */
.text-blue-100 /* color: #ebf8ff; */
.text-blue-200 /* color: #bee3f8; */
.text-blue-300 /* color: #90cdf4; */
.text-blue-400 /* color: #63b3ed; */
.text-blue-500 /* color: #4299e1; */
.text-blue-600 /* color: #3182ce; */
.text-blue-700 /* color: #2b6cb0; */
.text-blue-800 /* color: #2c5282; */
.text-blue-900 /* color: #2a4365; */
.text-indigo-100 /* color: #ebf4ff; */
.text-indigo-200 /* color: #c3dafe; */
.text-indigo-300 /* color: #a3bffa; */
.text-indigo-400 /* color: #7f9cf5; */
.text-indigo-500 /* color: #667eea; */
.text-indigo-600 /* color: #5a67d8; */
.text-indigo-700 /* color: #4c51bf; */
.text-indigo-800 /* color: #434190; */
.text-indigo-900 /* color: #3c366b; */
.text-purple-100 /* color: #faf5ff; */
.text-purple-200 /* color: #e9d8fd; */
.text-purple-300 /* color: #d6bcfa; */
.text-purple-400 /* color: #b794f4; */
.text-purple-500 /* color: #9f7aea; */
.text-purple-600 /* color: #805ad5; */
.text-purple-700 /* color: #6b46c1; */
.text-purple-800 /* color: #553c9a; */
.text-purple-900 /* color: #44337a; */
.text-pink-100 /* color: #fff5f7; */
.text-pink-200 /* color: #fed7e2; */
.text-pink-300 /* color: #fbb6ce; */
.text-pink-400 /* color: #f687b3; */
.text-pink-500 /* color: #ed64a6; */
.text-pink-600 /* color: #d53f8c; */
.text-pink-700 /* color: #b83280; */
.text-pink-800 /* color: #97266d; */
.text-pink-900 /* color: #702459; */
/*
* Text Decoration
* --------------------
* Utilities for controlling the decoration of text.
* By default, only responsive, hover and focus variants are generated for text decoration utilities.
*/
.underline /* text-decoration: underline; */
.line-through /* text-decoration: line-through; */
.no-underline /* text-decoration: none; */
/*
* Text Transform
* --------------------
* Utilities for controlling the transformation of text.
* By default, only responsive variants are generated for text transformation utilities.
*/
.uppercase /* text-transform: uppercase; */
.lowercase /* text-transform: lowercase; */
.capitalize /* text-transform: capitalize; */
.normal-case /* text-transform: none; */
/*
* Vertical Align
* --------------------
* Utilities for controlling the vertical alignment of an inline or table-cell box.
* By default, only responsive variants are generated for vertical alignment utilities.
*/
.align-baseline /* vertical-align: baseline; */
.align-top /* vertical-align: top; */
.align-middle /* vertical-align: middle; */
.align-bottom /* vertical-align: bottom; */
.align-text-top /* vertical-align: text-top; */
.align-text-bottom /* vertical-align: text-bottom; */
/*
* Whitespace
* --------------------
* Utilities for controlling an element's white-space property.
* By default, only responsive variants are generated for whitespace utilities.
*/
.whitespace-normal /* white-space: normal; */
.whitespace-no-wrap /* white-space: nowrap; */
.whitespace-pre /* white-space: pre; */
.whitespace-pre-line /* white-space: pre-line; */
.whitespace-pre-wrap /* white-space: pre-wrap; */
/*
* Word Break
* --------------------
* Utilities for controlling word breaks in an element.
* By default, only responsive variants are generated for word break utilities.
*/
.break-normal /* word-break: normal; overflow-wrap: normal */
.break-words /* overflow-wrap: break-word; */
.break-all /* word-break: break-all; */
.truncate /* overflow: hidden; text-overflow: ellipsis; white-space: nowrap */
/* *******************************************************************************************
* BACKGROUNDS
* ******************************************************************************************* */
/*
* BACKGROUND ATTACHMENT
* --------------------
* Utilities for controlling how a background image behaves when scrolling.
* By default, only responsive variants are generated for background attachment utilities.
*/
.bg-fixed /* background-attachment: fixed; */
.bg-local /* background-attachment: local; */
.bg-scroll /* background-attachment: scroll; */
/*
* BACKGROUND COLOR
* --------------------
* Utilities for controlling how a background image behaves when scrolling.
* By default, only responsive, hover and focus variants are generated for background color utilities.
*/
.bg-transparent /* background-color: transparent; */
.bg-black /* background-color: #000; */
.bg-white /* background-color: #fff; */
.bg-gray-100 /* background-color: #f7fafc; */
.bg-gray-200 /* background-color: #edf2f7; */
.bg-gray-300 /* background-color: #e2e8f0; */
.bg-gray-400 /* background-color: #cbd5e0; */
.bg-gray-500 /* background-color: #a0aec0; */
.bg-gray-600 /* background-color: #718096; */
.bg-gray-700 /* background-color: #4a5568; */
.bg-gray-800 /* background-color: #2d3748; */
.bg-gray-900 /* background-color: #1a202c; */
.bg-red-100 /* background-color: #fff5f5; */
.bg-red-200 /* background-color: #fed7d7; */
.bg-red-300 /* background-color: #feb2b2; */
.bg-red-400 /* background-color: #fc8181; */
.bg-red-500 /* background-color: #f56565; */
.bg-red-600 /* background-color: #e53e3e; */
.bg-red-700 /* background-color: #c53030; */
.bg-red-800 /* background-color: #9b2c2c; */
.bg-red-900 /* background-color: #742a2a; */
.bg-orange-100 /* background-color: #fffaf0; */
.bg-orange-200 /* background-color: #feebc8; */
.bg-orange-300 /* background-color: #fbd38d; */
.bg-orange-400 /* background-color: #f6ad55; */
.bg-orange-500 /* background-color: #ed8936; */
.bg-orange-600 /* background-color: #dd6b20; */
.bg-orange-700 /* background-color: #c05621; */
.bg-orange-800 /* background-color: #9c4221; */
.bg-orange-900 /* background-color: #7b341e; */
.bg-yellow-100 /* background-color: #fffff0; */
.bg-yellow-200 /* background-color: #fefcbf; */
.bg-yellow-300 /* background-color: #faf089; */
.bg-yellow-400 /* background-color: #f6e05e; */
.bg-yellow-500 /* background-color: #ecc94b; */
.bg-yellow-600 /* background-color: #d69e2e; */
.bg-yellow-700 /* background-color: #b7791f; */
.bg-yellow-800 /* background-color: #975a16; */
.bg-yellow-900 /* background-color: #744210; */
.bg-green-100 /* background-color: #f0fff4; */
.bg-green-200 /* background-color: #c6f6d5; */
.bg-green-300 /* background-color: #9ae6b4; */
.bg-green-400 /* background-color: #68d391; */
.bg-green-500 /* background-color: #48bb78; */
.bg-green-600 /* background-color: #38a169; */
.bg-green-700 /* background-color: #2f855a; */
.bg-green-800 /* background-color: #276749; */
.bg-green-900 /* background-color: #22543d; */
.bg-teal-100 /* background-color: #e6fffa; */
.bg-teal-200 /* background-color: #b2f5ea; */
.bg-teal-300 /* background-color: #81e6d9; */
.bg-teal-400 /* background-color: #4fd1c5; */
.bg-teal-500 /* background-color: #38b2ac; */
.bg-teal-600 /* background-color: #319795; */
.bg-teal-700 /* background-color: #2c7a7b; */
.bg-teal-800 /* background-color: #285e61; */
.bg-teal-900 /* background-color: #234e52; */
.bg-blue-100 /* background-color: #ebf8ff; */
.bg-blue-200 /* background-color: #bee3f8; */
.bg-blue-300 /* background-color: #90cdf4; */
.bg-blue-400 /* background-color: #63b3ed; */
.bg-blue-500 /* background-color: #4299e1; */
.bg-blue-600 /* background-color: #3182ce; */
.bg-blue-700 /* background-color: #2b6cb0; */
.bg-blue-800 /* background-color: #2c5282; */
.bg-blue-900 /* background-color: #2a4365; */
.bg-indigo-100 /* background-color: #ebf4ff; */
.bg-indigo-200 /* background-color: #c3dafe; */
.bg-indigo-300 /* background-color: #a3bffa; */
.bg-indigo-400 /* background-color: #7f9cf5; */
.bg-indigo-500 /* background-color: #667eea; */
.bg-indigo-600 /* background-color: #5a67d8; */
.bg-indigo-700 /* background-color: #4c51bf; */
.bg-indigo-800 /* background-color: #434190; */
.bg-indigo-900 /* background-color: #3c366b; */
.bg-purple-100 /* background-color: #faf5ff; */
.bg-purple-200 /* background-color: #e9d8fd; */
.bg-purple-300 /* background-color: #d6bcfa; */
.bg-purple-400 /* background-color: #b794f4; */
.bg-purple-500 /* background-color: #9f7aea; */
.bg-purple-600 /* background-color: #805ad5; */
.bg-purple-700 /* background-color: #6b46c1; */
.bg-purple-800 /* background-color: #553c9a; */
.bg-purple-900 /* background-color: #44337a; */
.bg-pink-100 /* background-color: #fff5f7; */
.bg-pink-200 /* background-color: #fed7e2; */
.bg-pink-300 /* background-color: #fbb6ce; */
.bg-pink-400 /* background-color: #f687b3; */
.bg-pink-500 /* background-color: #ed64a6; */
.bg-pink-600 /* background-color: #d53f8c; */
.bg-pink-700 /* background-color: #b83280; */
.bg-pink-800 /* background-color: #97266d; */
.bg-pink-900 /* background-color: #702459; */
/*
* BACKGROUND POSITION
* --------------------
* Utilities for controlling how a background image behaves when scrolling.
* By default, only responsive variants are generated for background position utilities.
*/
.bg-bottom /* background-position: bottom; */
.bg-center /* background-position: center; */
.bg-left /* background-position: left; */
.bg-left-bottom /* background-position: left bottom; */
.bg-left-top /* background-position: left top; */
.bg-right /* background-position: right; */
.bg-right-bottom /* background-position: right bottom; */
.bg-right-top /* background-position: right top; */
.bg-top /* background-position: top; */
/*
* BACKGROUND REPEAT
* --------------------
* Utilities for controlling the repetition of an element's background image.
* By default, only responsive variants are generated for background repeat utilities.
*/
.bg-repeat /* background-repeat: repeat; */
.bg-no-repeat /* background-repeat: no-repeat; */
.bg-repeat-x /* background-repeat: repeat-x; */
.bg-repeat-y /* background-repeat: repeat-y; */
.bg-repeat-round /* background-repeat: round; */
.bg-repeat-space /* background-repeat: space; */
/*
* BACKGROUND SIZE
* --------------------
* Utilities for controlling the background size of an element's background image.
* By default, only responsive variants are generated for background size utilities.
*/
.bg-auto /* background-size: auto; */
.bg-cover /* background-size: cover; */
.bg-contain /* background-size: contain; */
/* *******************************************************************************************
* BORDERS
* ******************************************************************************************* */
/*
* BORDER COLOR
* --------------------
* Utilities for controlling the color of an element's borders.
* By default, only responsive, hover and focus variants are generated for border color utilities.
*/
.border-transparent /* border-color: transparent; */
.border-black /* border-color: #000; */
.border-white /* border-color: #fff; */
.border-gray-100 /* border-color: #f7fafc; */
.border-gray-200 /* border-color: #edf2f7; */
.border-gray-300 /* border-color: #e2e8f0; */
.border-gray-400 /* border-color: #cbd5e0; */
.border-gray-500 /* border-color: #a0aec0; */
.border-gray-600 /* border-color: #718096; */
.border-gray-700 /* border-color: #4a5568; */
.border-gray-800 /* border-color: #2d3748; */
.border-gray-900 /* border-color: #1a202c; */
.border-red-100 /* border-color: #fff5f5; */
.border-red-200 /* border-color: #fed7d7; */
.border-red-300 /* border-color: #feb2b2; */
.border-red-400 /* border-color: #fc8181; */
.border-red-500 /* border-color: #f56565; */
.border-red-600 /* border-color: #e53e3e; */
.border-red-700 /* border-color: #c53030; */
.border-red-800 /* border-color: #9b2c2c; */
.border-red-900 /* border-color: #742a2a; */
.border-orange-100 /* border-color: #fffaf0; */
.border-orange-200 /* border-color: #feebc8; */
.border-orange-300 /* border-color: #fbd38d; */
.border-orange-400 /* border-color: #f6ad55; */
.border-orange-500 /* border-color: #ed8936; */
.border-orange-600 /* border-color: #dd6b20; */
.border-orange-700 /* border-color: #c05621; */
.border-orange-800 /* border-color: #9c4221; */
.border-orange-900 /* border-color: #7b341e; */
.border-yellow-100 /* border-color: #fffff0; */
.border-yellow-200 /* border-color: #fefcbf; */
.border-yellow-300 /* border-color: #faf089; */
.border-yellow-400 /* border-color: #f6e05e; */
.border-yellow-500 /* border-color: #ecc94b; */
.border-yellow-600 /* border-color: #d69e2e; */
.border-yellow-700 /* border-color: #b7791f; */
.border-yellow-800 /* border-color: #975a16; */
.border-yellow-900 /* border-color: #744210; */
.border-green-100 /* border-color: #f0fff4; */
.border-green-200 /* border-color: #c6f6d5; */
.border-green-300 /* border-color: #9ae6b4; */
.border-green-400 /* border-color: #68d391; */
.border-green-500 /* border-color: #48bb78; */
.border-green-600 /* border-color: #38a169; */
.border-green-700 /* border-color: #2f855a; */
.border-green-800 /* border-color: #276749; */
.border-green-900 /* border-color: #22543d; */
.border-teal-100 /* border-color: #e6fffa; */
.border-teal-200 /* border-color: #b2f5ea; */
.border-teal-300 /* border-color: #81e6d9; */
.border-teal-400 /* border-color: #4fd1c5; */
.border-teal-500 /* border-color: #38b2ac; */
.border-teal-600 /* border-color: #319795; */
.border-teal-700 /* border-color: #2c7a7b; */
.border-teal-800 /* border-color: #285e61; */
.border-teal-900 /* border-color: #234e52; */
.border-blue-100 /* border-color: #ebf8ff; */
.border-blue-200 /* border-color: #bee3f8; */
.border-blue-300 /* border-color: #90cdf4; */
.border-blue-400 /* border-color: #63b3ed; */
.border-blue-500 /* border-color: #4299e1; */
.border-blue-600 /* border-color: #3182ce; */
.border-blue-700 /* border-color: #2b6cb0; */
.border-blue-800 /* border-color: #2c5282; */
.border-blue-900 /* border-color: #2a4365; */
.border-indigo-100 /* border-color: #ebf4ff; */
.border-indigo-200 /* border-color: #c3dafe; */
.border-indigo-300 /* border-color: #a3bffa; */
.border-indigo-400 /* border-color: #7f9cf5; */
.border-indigo-500 /* border-color: #667eea; */
.border-indigo-600 /* border-color: #5a67d8; */
.border-indigo-700 /* border-color: #4c51bf; */
.border-indigo-800 /* border-color: #434190; */
.border-indigo-900 /* border-color: #3c366b; */
.border-purple-100 /* border-color: #faf5ff; */
.border-purple-200 /* border-color: #e9d8fd; */
.border-purple-300 /* border-color: #d6bcfa; */
.border-purple-400 /* border-color: #b794f4; */
.border-purple-500 /* border-color: #9f7aea; */
.border-purple-600 /* border-color: #805ad5; */
.border-purple-700 /* border-color: #6b46c1; */
.border-purple-800 /* border-color: #553c9a; */
.border-purple-900 /* border-color: #44337a; */
.border-pink-100 /* border-color: #fff5f7; */
.border-pink-200 /* border-color: #fed7e2; */
.border-pink-300 /* border-color: #fbb6ce; */
.border-pink-400 /* border-color: #f687b3; */
.border-pink-500 /* border-color: #ed64a6; */
.border-pink-600 /* border-color: #d53f8c; */
.border-pink-700 /* border-color: #b83280; */
.border-pink-800 /* border-color: #97266d; */
.border-pink-900 /* border-color: #702459; */
/*
* BORDER STYLE
* --------------------
* Utilities for controlling the style of an element's borders.
* By default, only responsive variants are generated for border style utilities.
*/
.border-solid /* border-style: solid; */
.border-dashed /* border-style: dashed; */
.border-dotted /* border-style: dotted; */
.border-double /* border-style: double; */
.border-none /* border-style: none; */
/*
* BORDER WIDTH
* --------------------
* Utilities for controlling the width of an element's borders.
* By default, only responsive variants are generated for border width utilities.
*/
.border /* border-width: 1px; */
.border-0 /* border-width: 0; */
.border-2 /* border-width: 2px; */
.border-4 /* border-width: 4px; */
.border-8 /* border-width: 8px; */
.border-t /* border-top-width: 1px; */
.border-r /* border-right-width: 1px; */
.border-b /* border-bottom-width: 1px; */
.border-l /* border-left-width: 1px; */
.border-t-0 /* border-top-width: 0; */
.border-r-0 /* border-right-width: 0; */
.border-b-0 /* border-bottom-width: 0; */
.border-l-0 /* border-left-width: 0; */
.border-t-2 /* border-top-width: 2px; */
.border-r-2 /* border-right-width: 2px; */
.border-b-2 /* border-bottom-width: 2px; */
.border-l-2 /* border-left-width: 2px; */
.border-t-4 /* border-top-width: 4px; */
.border-r-4 /* border-right-width: 4px; */
.border-b-4 /* border-bottom-width: 4px; */
.border-l-4 /* border-left-width: 4px; */
.border-t-8 /* border-top-width: 8px; */
.border-r-8 /* border-right-width: 8px; */
.border-b-8 /* border-bottom-width: 8px; */
.border-l-8 /* border-left-width: 8px; */
/*
* BORDER RADIUS
* --------------------
* Utilities for controlling the border radius of an element.
* By default, only responsive variants are generated for border radius utilities.
*/
.rounded-none /* border-radius: 0; */
.rounded-sm /* border-radius: 0.125rem; */
.rounded /* border-radius: 0.25rem; */
.rounded-md /* border-radius: 0.375rem; */
.rounded-lg /* border-radius: 0.5rem; */
.rounded-full /* border-radius: 9999px; */
.rounded-t-none /* border-top-left-radius: 0; border-top-right-radius: 0; */
.rounded-r-none /* border-top-right-radius: 0; border-bottom-right-radius: 0; */
.rounded-b-none /* border-bottom-right-radius: 0; border-bottom-left-radius: 0; */
.rounded-l-none /* border-top-left-radius: 0; border-bottom-left-radius: 0; */
.rounded-t-sm /* border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem; */
.rounded-r-sm /* border-top-right-radius: 0.125rem; border-bottom-right-radius: 0.125rem; */
.rounded-b-sm /* border-bottom-right-radius: 0.125rem; border-bottom-left-radius: 0.125rem; */
.rounded-l-sm /* border-top-left-radius: 0.125rem; border-bottom-left-radius: 0.125rem; */
.rounded-t /* border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; */
.rounded-r /* border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; */
.rounded-b /* border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; */
.rounded-l /* border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; */
.rounded-t-md /* border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; */
.rounded-r-md /* border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; */
.rounded-b-md /* border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; */
.rounded-l-md /* border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; */
.rounded-t-lg /* border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; */
.rounded-r-lg /* border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; */
.rounded-b-lg /* border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; */
.rounded-l-lg /* border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; */
.rounded-t-full /* border-top-left-radius: 9999px; border-top-right-radius: 9999px; */
.rounded-r-full /* border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; */
.rounded-b-full /* border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; */
.rounded-l-full /* border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; */
.rounded-tl-none /* border-top-left-radius: 0; */
.rounded-tr-none /* border-top-right-radius: 0; */
.rounded-br-none /* border-bottom-right-radius: 0; */
.rounded-bl-none /* border-bottom-left-radius: 0; */
.rounded-tl-sm /* border-top-left-radius: 0.125rem; */
.rounded-tr-sm /* border-top-right-radius: 0.125rem; */
.rounded-br-sm /* border-bottom-right-radius: 0.125rem; */
.rounded-bl-sm /* border-bottom-left-radius: 0.125rem; */
.rounded-tl /* border-top-left-radius: 0.25rem; */
.rounded-tr /* border-top-right-radius: 0.25rem; */
.rounded-br /* border-bottom-right-radius: 0.25rem; */
.rounded-bl /* border-bottom-left-radius: 0.25rem; */
.rounded-tl-md /* border-top-left-radius: 0.375rem; */
.rounded-tr-md /* border-top-right-radius: 0.375rem; */
.rounded-br-md /* border-bottom-right-radius: 0.375rem; */
.rounded-bl-md /* border-bottom-left-radius: 0.375rem; */
.rounded-tl-lg /* border-top-left-radius: 0.5rem; */
.rounded-tr-lg /* border-top-right-radius: 0.5rem; */
.rounded-br-lg /* border-bottom-right-radius: 0.5rem; */
.rounded-bl-lg /* border-bottom-left-radius: 0.5rem; */
.rounded-tl-full /* border-top-left-radius: 9999px; */
.rounded-tr-full /* border-top-right-radius: 9999px; */
.rounded-br-full /* border-bottom-right-radius: 9999px; */
.rounded-bl-full /* border-bottom-left-radius: 9999px; */
/* *******************************************************************************************
* TABLES
* ******************************************************************************************* */
/*
* TABLE LAYOUT
* --------------------
* Utilities for controlling the table layout algorithm.
* By default, only responsive variants are generated for table layout utilities.
*/
.table-auto /* table-layout: auto; */
.table-fixed /* table-layout: fixed; */
/*
* BORDER COLLAPSE
* --------------------
* Utilities for controlling whether table borders should collapse or be separated.
* By default, only responsive variants are generated for border collapse utilities.
*/
.border-collapse /* border-collapse: collapse; */
.border-separate /* border-collapse: separate; */
/* *******************************************************************************************
* EFFECTS
* ******************************************************************************************* */
/*
* BOX SHADOW
* --------------------
* Utilities for controlling the box shadow of an element.
* By default, only responsive, hover and focus variants are generated for box shadow utilities.
*/
.shadow-xs /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); */
.shadow-sm /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); */
.shadow /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
.shadow-md /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
.shadow-lg /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
.shadow-xl /* box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); */
.shadow-2xl /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
.shadow-inner /* box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); */
.shadow-outline /* box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); */
.shadow-none /* box-shadow: none; */
/*
* OPACITY
* --------------------
* Utilities for controlling the opacity of an element.
* By default, only responsive, hover and focus variants are generated for opacity utilities.
*/
.opacity-100 /* opacity: 1; */
.opacity-75 /* opacity: .75; */
.opacity-50 /* opacity: .5; */
.opacity-25 /* opacity: .25; */
.opacity-0 /* opacity: 0; */
/* *******************************************************************************************
* TRANSITIONS
* ******************************************************************************************* */
/*
* TRANSITION PROPERTY
* --------------------
* Utilities for controlling which CSS properties transition.
* By default, only responsive variants are generated for transition-property utilities.
*/
.transition-none /* transition-property: none; */
.transition-all /* transition-property: all; */
.transition /* transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; */
.transition-colors /* transition-property: background-color, border-color, color, fill, stroke; */
.transition-opacity /* transition-property: opacity; */
.transition-shadow /* transition-property: box-shadow; */
.transition-transform /* transition-property: transform; */
/*
* TRANSITION DURATION
* --------------------
* Utilities for controlling the duration of CSS transitions.
* By default, only responsive variants are generated for transition-duration utilities.
*/
.duration-75 /* transition-duration: 75ms; */
.duration-100 /* transition-duration: 100ms; */
.duration-150 /* transition-duration: 150ms; */
.duration-200 /* transition-duration: 200ms; */
.duration-300 /* transition-duration: 300ms; */
.duration-500 /* transition-duration: 500ms; */
.duration-700 /* transition-duration: 700ms; */
.duration-1000 /* transition-duration: 1000ms; */
/*
* TRANSITION TIMING FUNCTION
* --------------------
* Utilities for controlling the easing of CSS transitions.
* By default, only responsive variants are generated for transition-timing-function utilities.
*/
.ease-linear /* transition-timing-function: linear; */
.ease-in /* transition-timing-function: cubic-bezier(0.4, 0, 1, 1); */
.ease-out /* transition-timing-function: cubic-bezier(0, 0, 0.2, 1); */
.ease-in-out /* transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
/* *******************************************************************************************
* TRANSFORMS
* ******************************************************************************************* */
/*
* SCALE
* --------------------
* Utilities for scaling elements with transform.
* By default, only responsive, hover and focus variants are generated for scale utilities.
*/
.scale-0 /* --transform-scale-x: 0; --transform-scale-y: 0; */
.scale-50 /* --transform-scale-x: .5; --transform-scale-y: .5; */
.scale-75 /* --transform-scale-x: .75; --transform-scale-y: .75; */
.scale-90 /* --transform-scale-x: .9; --transform-scale-y: .9; */
.scale-95 /* --transform-scale-x: .95; --transform-scale-y: .95; */
.scale-100 /* --transform-scale-x: 1; --transform-scale-y: 1; */
.scale-105 /* --transform-scale-x: 1.05; --transform-scale-y: 1.05; */
.scale-110 /* --transform-scale-x: 1.1; --transform-scale-y: 1.1; */
.scale-125 /* --transform-scale-x: 1.25; --transform-scale-y: 1.25; */
.scale-150 /* --transform-scale-x: 1.5; --transform-scale-y: 1.5; */
.scale-x-0 /* --transform-scale-x: 0; */
.scale-x-50 /* --transform-scale-x: .5; */
.scale-x-75 /* --transform-scale-x: .75; */
.scale-x-90 /* --transform-scale-x: .9; */
.scale-x-95 /* --transform-scale-x: .95; */
.scale-x-100 /* --transform-scale-x: 1; */
.scale-x-105 /* --transform-scale-x: 1.05; */
.scale-x-110 /* --transform-scale-x: 1.1; */
.scale-x-125 /* --transform-scale-x: 1.25; */
.scale-x-150 /* --transform-scale-x: 1.5; */
.scale-y-0 /* --transform-scale-y: 0; */
.scale-y-50 /* --transform-scale-y: .5; */
.scale-y-75 /* --transform-scale-y: .75; */
.scale-y-90 /* --transform-scale-y: .9; */
.scale-y-95 /* --transform-scale-y: .95; */
.scale-y-100 /* --transform-scale-y: 1; */
.scale-y-105 /* --transform-scale-y: 1.05; */
.scale-y-110 /* --transform-scale-y: 1.1; */
.scale-y-125 /* --transform-scale-y: 1.25; */
.scale-y-150 /* --transform-scale-y: 1.5; */
/*
* ROTATE
* --------------------
* Utilities for rotating elements with transform.
* By default, only responsive, hover and focus variants are generated for rotate utilities.
*/
.rotate-0 /* --transform-rotate: 0; */
.rotate-45 /* --transform-rotate: 45deg; */
.rotate-90 /* --transform-rotate: 90deg; */
.rotate-180 /* --transform-rotate: 180deg; */
.-rotate-180 /* --transform-rotate: -180deg; */
.-rotate-90 /* --transform-rotate: -90deg; */
.-rotate-45 /* --transform-rotate: -45deg; */
/*
* TRANSLATE
* --------------------
* Utilities for translating elements with transform.
* By default, only responsive, hover and focus variants are generated for translate utilities.
*/
.translate-x-0 /* --transform-translate-x: 0; */
.translate-x-1 /* --transform-translate-x: 0.25rem; */
.translate-x-2 /* --transform-translate-x: 0.5rem; */
.translate-x-3 /* --transform-translate-x: 0.75rem; */
.translate-x-4 /* --transform-translate-x: 1rem; */
.translate-x-5 /* --transform-translate-x: 1.25rem; */
.translate-x-6 /* --transform-translate-x: 1.5rem; */
.translate-x-8 /* --transform-translate-x: 2rem; */
.translate-x-10 /* --transform-translate-x: 2.5rem; */
.translate-x-12 /* --transform-translate-x: 3rem; */
.translate-x-16 /* --transform-translate-x: 4rem; */
.translate-x-20 /* --transform-translate-x: 5rem; */
.translate-x-24 /* --transform-translate-x: 6rem; */
.translate-x-32 /* --transform-translate-x: 8rem; */
.translate-x-40 /* --transform-translate-x: 10rem; */
.translate-x-48 /* --transform-translate-x: 12rem; */
.translate-x-56 /* --transform-translate-x: 14rem; */
.translate-x-64 /* --transform-translate-x: 16rem; */
.translate-x-px /* --transform-translate-x: 1px; */
.-translate-x-1 /* --transform-translate-x: -0.25rem; */
.-translate-x-2 /* --transform-translate-x: -0.5rem; */
.-translate-x-3 /* --transform-translate-x: -0.75rem; */
.-translate-x-4 /* --transform-translate-x: -1rem; */
.-translate-x-5 /* --transform-translate-x: -1.25rem; */
.-translate-x-6 /* --transform-translate-x: -1.5rem; */
.-translate-x-8 /* --transform-translate-x: -2rem; */
.-translate-x-10 /* --transform-translate-x: -2.5rem; */
.-translate-x-12 /* --transform-translate-x: -3rem; */
.-translate-x-16 /* --transform-translate-x: -4rem; */
.-translate-x-20 /* --transform-translate-x: -5rem; */
.-translate-x-24 /* --transform-translate-x: -6rem; */
.-translate-x-32 /* --transform-translate-x: -8rem; */
.-translate-x-40 /* --transform-translate-x: -10rem; */
.-translate-x-48 /* --transform-translate-x: -12rem; */
.-translate-x-56 /* --transform-translate-x: -14rem; */
.-translate-x-64 /* --transform-translate-x: -16rem; */
.-translate-x-px /* --transform-translate-x: -1px; */
.-translate-x-full /* --transform-translate-x: -100%; */
.-translate-x-1/2 /* --transform-translate-x: -50%; */
.translate-x-1/2 /* --transform-translate-x: 50%; */
.translate-x-full /* --transform-translate-x: 100%; */
.translate-y-0 /* --transform-translate-y: 0; */
.translate-y-1 /* --transform-translate-y: 0.25rem; */
.translate-y-2 /* --transform-translate-y: 0.5rem; */
.translate-y-3 /* --transform-translate-y: 0.75rem; */
.translate-y-4 /* --transform-translate-y: 1rem; */
.translate-y-5 /* --transform-translate-y: 1.25rem; */
.translate-y-6 /* --transform-translate-y: 1.5rem; */
.translate-y-8 /* --transform-translate-y: 2rem; */
.translate-y-10 /* --transform-translate-y: 2.5rem; */
.translate-y-12 /* --transform-translate-y: 3rem; */
.translate-y-16 /* --transform-translate-y: 4rem; */
.translate-y-20 /* --transform-translate-y: 5rem; */
.translate-y-24 /* --transform-translate-y: 6rem; */
.translate-y-32 /* --transform-translate-y: 8rem; */
.translate-y-40 /* --transform-translate-y: 10rem; */
.translate-y-48 /* --transform-translate-y: 12rem; */
.translate-y-56 /* --transform-translate-y: 14rem; */
.translate-y-64 /* --transform-translate-y: 16rem; */
.translate-y-px /* --transform-translate-y: 1px; */
.-translate-y-1 /* --transform-translate-y: -0.25rem; */
.-translate-y-2 /* --transform-translate-y: -0.5rem; */
.-translate-y-3 /* --transform-translate-y: -0.75rem; */
.-translate-y-4 /* --transform-translate-y: -1rem; */
.-translate-y-5 /* --transform-translate-y: -1.25rem; */
.-translate-y-6 /* --transform-translate-y: -1.5rem; */
.-translate-y-8 /* --transform-translate-y: -2rem; */
.-translate-y-10 /* --transform-translate-y: -2.5rem; */
.-translate-y-12 /* --transform-translate-y: -3rem; */
.-translate-y-16 /* --transform-translate-y: -4rem; */
.-translate-y-20 /* --transform-translate-y: -5rem; */
.-translate-y-24 /* --transform-translate-y: -6rem; */
.-translate-y-32 /* --transform-translate-y: -8rem; */
.-translate-y-40 /* --transform-translate-y: -10rem; */
.-translate-y-48 /* --transform-translate-y: -12rem; */
.-translate-y-56 /* --transform-translate-y: -14rem; */
.-translate-y-64 /* --transform-translate-y: -16rem; */
.-translate-y-px /* --transform-translate-y: -1px; */
.-translate-y-full /* --transform-translate-y: -100%; */
.-translate-y-1/2 /* --transform-translate-y: -50%; */
.translate-y-1/2 /* --transform-translate-y: 50%; */
.translate-y-full /* --transform-translate-y: 100%; */
/*
* SKEW
* --------------------
* Utilities for translating elements with transform.
* By default, only responsive, hover and focus variants are generated for skew utilities.
*/
.skew-x-0 /* --transform-skew-x: 0; */
.skew-x-3 /* --transform-skew-x: 3deg; */
.skew-x-6 /* --transform-skew-x: 6deg; */
.skew-x-12 /* --transform-skew-x: 12deg; */
.-skew-x-12 /* --transform-skew-x: -12deg; */
.-skew-x-6 /* --transform-skew-x: -6deg; */
.-skew-x-3 /* --transform-skew-x: -3deg; */
.skew-y-0 /* --transform-skew-y: 0; */
.skew-y-3 /* --transform-skew-y: 3deg; */
.skew-y-6 /* --transform-skew-y: 6deg; */
.skew-y-12 /* --transform-skew-y: 12deg; */
.-skew-y-12 /* --transform-skew-y: -12deg; */
.-skew-y-6 /* --transform-skew-y: -6deg; */
.-skew-y-3 /* --transform-skew-y: -3deg; */
/*
* TRANSFORM ORIGIN
* --------------------
* Utilities for specifying the origin for an element's transformations.
* By default, only responsive variants are generated for transform-origin utilities.
*/
.origin-center /* transform-origin: center; */
.origin-top /* transform-origin: top; */
.origin-top-right /* transform-origin: top right; */
.origin-right /* transform-origin: right; */
.origin-bottom-right /* transform-origin: bottom right; */
.origin-bottom /* transform-origin: bottom; */
.origin-bottom-left /* transform-origin: bottom left; */
.origin-left /* transform-origin: left; */
.origin-top-left /* transform-origin: top left; */
/* *******************************************************************************************
* INTERACTIVITY
* ******************************************************************************************* */
/*
* APPEARANCE
* --------------------
* Utilities for suppressing native form control styling.
* By default, only responsive variants are generated for appearance utilities.
*/
.appearance-none /* appearance: none; */
/*
* CURSOR
* --------------------
* Utilities for controlling the cursor style when hovering over an element.
* By default, only responsive variants are generated for cursor utilities.
*/
.cursor-auto /* cursor: auto; */
.cursor-default /* cursor: default; */
.cursor-pointer /* cursor: pointer; */
.cursor-wait /* cursor: wait; */
.cursor-text /* cursor: text; */
.cursor-move /* cursor: move; */
.cursor-not-allowed /* cursor: not-allowed; */
/*
* OUTLINE
* --------------------
* Utilities for controlling an element's outline.
* By default, only focus variants are generated for outline utilities.
*/
.outline-none /* outline: 0; */
/*
* POINTER EVENTS
* --------------------
* Utilities for controlling whether an element responds to pointer events.
* By default, only responsive variants are generated for pointer event utilities.
*/
.pointer-events-none /* pointer-events: none; */
.pointer-events-auto /* pointer-events: auto; */
/*
* RESIZE
* --------------------
* Utilities for controlling how an element can be resized.
* By default, only responsive variants are generated for resizing utilities.
*/
.resize-none /* resize: none; */
.resize /* resize: both; */
.resize-y /* resize: vertical; */
.resize-x /* resize: horizontal; */
/*
* USER SELECT
* --------------------
* Utilities for controlling whether the user can select text in an element.
* By default, only responsive variants are generated for user-select utilities.
*/
.select-none /* user-select: none; */
.select-text /* user-select: text; */
.select-all /* user-select: all; */
.select-auto /* user-select: auto; */
/* *******************************************************************************************
* SVG
* ******************************************************************************************* */
/*
* FILL
* --------------------
* Utilities for styling the fill of SVG elements.
* By default, only responsive variants are generated for fill utilities.
*/
.fill-current /* fill: currentColor; */
/*
* STROKE
* --------------------
* Utilities for styling the stroke of SVG elements.
* By default, only responsive variants are generated for stroke utilities.
*/
.stroke-current /* stroke: currentColor; */
/*
* STROKE WIDTH
* --------------------
* Utilities for styling the stroke width of SVG elements.
* By default, only responsive variants are generated for stroke-width utilities.
*/
.stroke-0 /* stroke-width: 0; */
.stroke-1 /* stroke-width: 1; */
.stroke-2 /* stroke-width: 2; */
/* *******************************************************************************************
* ACCESSIBILITY
* ******************************************************************************************* */
/*
* SCREEN READERS
* --------------------
* Utilities for improving accessibility with screen readers.
* By default, only responsive, hover, focus and active variants are generated for accessibility utilities.
*/
.sr-only /* position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; */
.not-sr-only /* position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; */
| CSS | 5 | Madhav2310/awesome-cheatsheets | frontend/tailwind.css | [
"MIT"
] |
!define ShowMessageAndExit "!insertmacro ShowMessageAndExitMacro"
!macro ShowMessageAndExitMacro INPUT_TEXT
${LogText} "${INPUT_TEXT}"
${IfNot} ${Silent}
MessageBox MB_ICONSTOP "${INPUT_TEXT}"
${EndIf}
Quit
!macroend
| NSIS | 4 | JeroenOortwijn/gocd | installers/windows/message-helpers.nsi | [
"Apache-2.0"
] |
require dnsmasq.inc
SRC_URI[dnsmasq-2.84.md5sum] = "6bf24b5bcf9293db2941fbdb545c1133"
SRC_URI[dnsmasq-2.84.sha256sum] = "4caf385376f34fae5c55244a1f870dcf6f90e037bb7c4487210933dc497f9c36"
SRC_URI += "\
file://lua.patch \
"
| BitBake | 2 | hooddanielc/meta-openembedded | meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb | [
"MIT"
] |
_ = require 'underscore'
Actions = require('../../src/flux/actions').default
Category = require('../../src/flux/models/category').default
MailboxPerspective = require '../../src/mailbox-perspective'
CategoryStore = require '../../src/flux/stores/category-store'
AccountStore = require('../../src/flux/stores/account-store').default
FocusedPerspectiveStore = require('../../src/flux/stores/focused-perspective-store').default
describe "FocusedPerspectiveStore", ->
beforeEach ->
spyOn(FocusedPerspectiveStore, 'trigger')
FocusedPerspectiveStore._current = MailboxPerspective.forNothing()
@account = AccountStore.accounts()[0]
@inboxCategory = new Category(id: 'id-123', name: 'inbox', displayName: "INBOX", accountId: @account.id)
@inboxPerspective = MailboxPerspective.forCategory(@inboxCategory)
@userCategory = new Category(id: 'id-456', name: null, displayName: "MyCategory", accountId: @account.id)
@userPerspective = MailboxPerspective.forCategory(@userCategory)
spyOn(CategoryStore, "getStandardCategory").andReturn @inboxCategory
spyOn(CategoryStore, "byId").andCallFake (aid, cid) =>
return {id: 'A'} if aid is 1 and cid is 'A'
return @inboxCategory if cid is @inboxCategory.id
return @userCategory if cid is @userCategory.id
return null
describe "_initializeFromSavedState", ->
beforeEach ->
@default = MailboxPerspective.forCategory(@inboxCategory)
spyOn(AccountStore, 'accountIds').andReturn([1, 2])
spyOn(MailboxPerspective, 'fromJSON').andCallFake (json) -> json
spyOn(FocusedPerspectiveStore, '_defaultPerspective').andReturn @default
spyOn(FocusedPerspectiveStore, '_setPerspective')
it "uses default perspective when no perspective has been saved", ->
NylasEnv.savedState.sidebarAccountIds = undefined
NylasEnv.savedState.perspective = undefined
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(@default, @default.accountIds)
it "uses default if the saved perspective has account ids no longer present", ->
NylasEnv.savedState.sidebarAccountIds = [1, 2, 3]
NylasEnv.savedState.perspective =
accountIds: [1, 2, 3],
categories: => [{accountId: 1, id: 'A'}],
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(@default, @default.accountIds)
NylasEnv.savedState.sidebarAccountIds = [1, 2, 3]
NylasEnv.savedState.perspective =
accountIds: [3]
categories: => [{accountId: 3, id: 'A'}]
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(@default, @default.accountIds)
it "uses default if the saved perspective has category ids no longer present", ->
NylasEnv.savedState.sidebarAccountIds = [2]
NylasEnv.savedState.perspective =
accountIds: [2]
categories: => [{accountId: 2, id: 'C'}]
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(@default, @default.accountIds)
it "does not honor sidebarAccountIds if it includes account ids no longer present", ->
NylasEnv.savedState.sidebarAccountIds = [1, 2, 3]
NylasEnv.savedState.perspective =
accountIds: [1]
categories: => [{accountId: 1, id: 'A'}]
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(NylasEnv.savedState.perspective, [1])
it "uses the saved perspective if it is still valid", ->
NylasEnv.savedState.sidebarAccountIds = [1, 2]
NylasEnv.savedState.perspective =
accountIds: [1, 2]
categories: => [{accountId: 1, id: 'A'}]
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(NylasEnv.savedState.perspective, [1, 2])
NylasEnv.savedState.sidebarAccountIds = [1, 2]
NylasEnv.savedState.perspective =
accountIds: [1]
categories: => []
type: 'DraftsMailboxPerspective'
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(NylasEnv.savedState.perspective, [1, 2])
NylasEnv.savedState.sidebarAccountIds = [1]
NylasEnv.savedState.perspective =
accountIds: [1]
categories: => []
type: 'DraftsMailboxPerspective'
FocusedPerspectiveStore._initializeFromSavedState()
expect(FocusedPerspectiveStore._setPerspective).toHaveBeenCalledWith(NylasEnv.savedState.perspective, [1])
describe "_onCategoryStoreChanged", ->
it "should try to initialize if the curernt perspective hasn't been fully initialized", ->
spyOn(FocusedPerspectiveStore, '_initializeFromSavedState')
FocusedPerspectiveStore._current = @inboxPerspective
FocusedPerspectiveStore._initialized = true
FocusedPerspectiveStore._onCategoryStoreChanged()
expect(FocusedPerspectiveStore._initializeFromSavedState).not.toHaveBeenCalled()
FocusedPerspectiveStore._current = MailboxPerspective.forNothing()
FocusedPerspectiveStore._initialized = false
FocusedPerspectiveStore._onCategoryStoreChanged()
expect(FocusedPerspectiveStore._initializeFromSavedState).toHaveBeenCalled()
it "should set the current category to default when the current category no longer exists in the CategoryStore", ->
defaultPerspective = @inboxPerspective
FocusedPerspectiveStore._initialized = true
spyOn(FocusedPerspectiveStore, '_defaultPerspective').andReturn(defaultPerspective)
otherAccountInbox = @inboxCategory.clone()
otherAccountInbox.serverId = 'other-id'
FocusedPerspectiveStore._current = MailboxPerspective.forCategory(otherAccountInbox)
FocusedPerspectiveStore._onCategoryStoreChanged()
expect(FocusedPerspectiveStore.current()).toEqual(defaultPerspective)
describe "_onFocusPerspective", ->
it "should focus the category and trigger", ->
FocusedPerspectiveStore._onFocusPerspective(@userPerspective)
expect(FocusedPerspectiveStore.trigger).toHaveBeenCalled()
expect(FocusedPerspectiveStore.current().categories()).toEqual([@userCategory])
describe "_setPerspective", ->
it "should not trigger if the perspective is already focused", ->
FocusedPerspectiveStore._setPerspective(@inboxPerspective)
FocusedPerspectiveStore.trigger.reset()
FocusedPerspectiveStore._setPerspective(@inboxPerspective)
expect(FocusedPerspectiveStore.trigger).not.toHaveBeenCalled()
| CoffeeScript | 4 | cnheider/nylas-mail | packages/client-app/spec/stores/focused-perspective-store-spec.coffee | [
"MIT"
] |
:- initialization((
logtalk_load(flags, [events(allow)]),
logtalk_load(validators),
logtalk_load(example)
)).
| Logtalk | 2 | jfmc/logtalk3 | contributions/flags/example_loader.lgt | [
"Apache-2.0"
] |
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
message("-- <FindVSX>")
EXEC_PROGRAM(LD_SHOW_AUXV=1 ARGS "/bin/true" OUTPUT_VARIABLE bintrue)
if(bintrue MATCHES "AT_PLATFORM:[ \\t\\n\\r]*([a-zA-Z0-9_]+)[ \\t\\n\\r]*")
if(CMAKE_MATCH_COUNT GREATER 0)
string(TOLOWER ${CMAKE_MATCH_1} platform)
if(${platform} MATCHES "^power")
message("-- POWER Platform: ${platform}")
SET(POWER_COMP TRUE CACHE BOOL "power ")
SET(CXX_VSX_FLAGS "${CXX_VSX_FLAGS} -mcpu=${platform} -mtune=${platform}" )
endif()
endif()
endif()
SET(VSX_CODE " #include <altivec.h>
int main() {
float __attribute__((aligned(16))) vptr_y[8] = { 1.0f,2.f,3.f,4.f,4.f,3.f,2.f,1.f };
__vector float v_result = vec_add(vec_vsx_ld(0, vptr_y), vec_vsx_ld(16, vptr_y));
return 0;
}")
#check_cxx_compiler_flag(-mvsx vsx_flag)
SET(CMAKE_REQUIRED_FLAGS_SAVE ${CMAKE_REQUIRED_FLAGS})
SET(CMAKE_REQUIRED_FLAGS "-mvsx")
CHECK_C_SOURCE_COMPILES("${VSX_CODE}" C_VSX_FOUND)
CHECK_CXX_SOURCE_COMPILES("${VSX_CODE}" CXX_VSX_FOUND)
SET(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS_SAVE})
if(CXX_VSX_FOUND)
message("-- VSX flag was set.")
SET(CXX_VSX_FLAGS "${CXX_VSX_FLAGS} -mvsx" )
elseif(POWER_COMP)
message(WARNING "-- VSX flag was not set.")
endif()
message("-- </FindVSX>")
endif()
| CMake | 3 | Hacky-DH/pytorch | cmake/Modules/FindVSX.cmake | [
"Intel"
] |
class BaseMapObject
{
mBase = 0;
mLastAnim = 0;
mMap = 0;
constructor(mapObj, map, name)
{
log_info("Constructing object: " + name);
mBase = mapObj;
mBase.mName = name;
mMap = map;
}
function SetAnimation(anim)
{
if (mLastAnim != anim)
{
mBase.SetAnimation(anim);
mLastAnim = anim;
}
}
function ChildCount()
{
return mBase.ChildCount();
}
function ChildAt(index)
{
return mBase.ChildAt(index);
}
function RemoveChild(index)
{
mBase.RemoveChild(index);
}
function AddChildObject()
{
return mBase.AddChildObject();
}
function AnimUpdate()
{
return mBase.AnimUpdate();
}
function LoadAnimation(name)
{
mBase.LoadAnimation(name);
}
function FacingRight()
{
return mBase.FacingRight();
}
function FacingLeft()
{
return mBase.FacingLeft();
}
function PlaySoundEffect(soundFx)
{
log_info("PlaySoundEffect: " + soundFx);
//gEngine.PlaySoundEffect(soundFx);
}
function FrameNumber()
{
return mBase.FrameNumber();
}
function NumberOfFrames()
{
return mBase.NumberOfFrames();
}
function FrameCounter()
{
return mBase.FrameCounter();
}
function FlipXDirection()
{
mBase.FlipXDirection();
}
function SnapXToGrid()
{
mBase.SnapXToGrid();
}
function CellingCollision(dx, dy)
{
return mBase.CellingCollision(mMap, dx, dy);
}
function WallCollision(dx, dy)
{
return mBase.WallCollision(mMap, dx, dy);
}
function FloorCollision()
{
return mBase.FloorCollision(mMap);
}
function SetAnimationFrame(frame)
{
mBase.SetAnimationFrame(frame);
}
function AnimationComplete()
{
return mBase.AnimationComplete();
}
}
| Squirrel | 3 | mouzedrift/alive | data/scripts/base_map_object.nut | [
"MIT"
] |
--TEST--
Bug #30096 (gmmktime does not return the correct time)
--INI--
error_reporting=2047
--FILE--
<?php
echo "no dst --> dst\n";
$ts = -1;
gm_date_check(01,00,00,03,27,2005);
gm_date_check(02,00,00,03,27,2005);
gm_date_check(03,00,00,03,27,2005);
gm_date_check(04,00,00,03,27,2005);
echo "\ndst --> no dst\n";
$ts = -1;
gm_date_check(01,00,00,10,30,2005);
gm_date_check(02,00,00,10,30,2005);
gm_date_check(03,00,00,10,30,2005);
gm_date_check(04,00,00,10,30,2005);
function gm_date_check($hour, $minute, $second, $month, $day, $year) {
global $ts, $tsold;
echo "gmmktime($hour,$minute,$second,$month,$day,$year): ";
$tsold = $ts;
$ts = gmmktime($hour, $minute, $second, $month, $day, $year);
echo $ts, " | gmdate('r', $ts):", gmdate('r', $ts);
if ($tsold > 0) {
echo " | Diff: " . ($ts - $tsold);
}
echo "\n";
}
?>
--EXPECT--
no dst --> dst
gmmktime(1,0,0,3,27,2005): 1111885200 | gmdate('r', 1111885200):Sun, 27 Mar 2005 01:00:00 +0000
gmmktime(2,0,0,3,27,2005): 1111888800 | gmdate('r', 1111888800):Sun, 27 Mar 2005 02:00:00 +0000 | Diff: 3600
gmmktime(3,0,0,3,27,2005): 1111892400 | gmdate('r', 1111892400):Sun, 27 Mar 2005 03:00:00 +0000 | Diff: 3600
gmmktime(4,0,0,3,27,2005): 1111896000 | gmdate('r', 1111896000):Sun, 27 Mar 2005 04:00:00 +0000 | Diff: 3600
dst --> no dst
gmmktime(1,0,0,10,30,2005): 1130634000 | gmdate('r', 1130634000):Sun, 30 Oct 2005 01:00:00 +0000
gmmktime(2,0,0,10,30,2005): 1130637600 | gmdate('r', 1130637600):Sun, 30 Oct 2005 02:00:00 +0000 | Diff: 3600
gmmktime(3,0,0,10,30,2005): 1130641200 | gmdate('r', 1130641200):Sun, 30 Oct 2005 03:00:00 +0000 | Diff: 3600
gmmktime(4,0,0,10,30,2005): 1130644800 | gmdate('r', 1130644800):Sun, 30 Oct 2005 04:00:00 +0000 | Diff: 3600
| PHP | 4 | thiagooak/php-src | ext/date/tests/bug30096.phpt | [
"PHP-3.01"
] |
\begin{code}
id : Set → Set
id A = A
\end{code}
| Literate Agda | 3 | cruhland/agda | test/interaction/Issue2536-2.lagda | [
"MIT"
] |
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(skos:=<http://www.w3.org/2004/02/skos/core#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Ontology(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl>Annotation(owl:versionInfo "version 1.3"^^xsd:string)
Annotation(rdfs:comment "An example ontology that contains all constructs required for the various versions of the Pizza Tutorial run by Manchester University (see http://www.co-ode.org/resources/tutorials/)"@en)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> "Americana"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> "AmericanaPicante"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> "CoberturaDeAnchovies"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> "CoberturaDeArtichoke"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> "CoberturaDeAspargos"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> "Cajun"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> "CoberturaDeCajun"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> "CoberturaDeCaper"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> "Capricciosa"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> "Caprina"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> "CoberturaDeQueijo"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza> "PizzaComQueijo"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza> "Any pizza that has at least 1 cheese topping."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> "This class will be inconsistent. This is because we have given it 2 disjoint parents, which means it could never have any members (as nothing can simultaneously be a CheeseTopping and a VegetableTopping). NB Called ProbeInconsistentTopping in the ProtegeOWL Tutorial."@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> "CoberturaDeQueijoComVegetais"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> "CoberturaDeFrango"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> "A class that is equivalent to the set of individuals that are described in the enumeration - ie Countries can only be either America, England, France, Germany or Italy and nothing else. Note that these individuals have been asserted to be allDifferent from each other."@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> "Pais"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> ObjectIntersectionOf(ObjectOneOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#America> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#England> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#France> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Germany>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase> "BaseEspessa"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> "Fiorentina"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> "CoberturaDePeixe"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> "CoberturaQuatroQueijos"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> "QuatroQueijos"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> "CoberturaDeFrutas"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> "FrutosDoMar"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> "CoberturaDeAlho"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> "Giardiniera"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> "CoberturaDeQueijoDeCabra"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> "CoberturaDeGorgonzola"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> "CoberturaDePimentaoVerde"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> "CoberturaDePresunto"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> "CoberturaDeErvas"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> "Picante"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping> "CoberturaDePimentaoVerdePicante"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> "CoberturaDeBifePicante"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> "A class to demonstrate mistakes made with setting a property domain. The property hasTopping has a domain of Pizza. This means that the reasoner can infer that all individuals using the hasTopping property must be of type Pizza. Because of the restriction on this class, all members of IceCream must use the hasTopping property, and therefore must also be members of Pizza. However, Pizza and IceCream are disjoint, so this causes an inconsistency. If they were not disjoint, IceCream would be inferred to be a subclass of Pizza."@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> "Sorvete"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza> "PizzaInteressante"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza> "Any pizza that has at least 3 toppings. Note that this is a cardinality constraint on the hasTopping property and NOT a qualified cardinality constraint (QCR). A QCR would specify from which class the members in this relationship must be. eg has at least 3 toppings from PizzaTopping. This is currently not supported in OWL."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza> ObjectIntersectionOf(ObjectMinCardinality(3 <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> "CoberturaDeJalapeno"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> "LaReine"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> "CoberturaDeLeek"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> "Margherita"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> "CoberturaDeCarne"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza> "Any pizza that has at least one meat topping"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza> "PizzaDeCarne"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> "Media"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild> "NaoPicante"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> "CoberturaDeFrutosDoMarMistos"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> "CoberturaDeMozzarella"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> ObjectHasValue(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasCountryOfOrigin> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> "Cogumelo"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> "CoberturaDeCogumelo"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza> "PizzaComUmNome"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza> "A pizza that can be found on a pizza menu"@en)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> "Napoletana"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> "Any Pizza that is not a VegetarianPizza"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> "PizzaNaoVegetariana"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> ObjectIntersectionOf(ObjectComplementOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> "CoberturaDeCastanha"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> "CoberturaDeAzeitona"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> "CoberturaDeCebola"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmaHamTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmaHamTopping> "CoberturaDePrezuntoParma"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmaHamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmaHamTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> "Parmense"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> "CoberturaDeParmesao"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> "CoberturaPeperonata"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> "CoberturaDeCalabreza"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> "CoberturaDePimentao"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> "CoberturaPetitPois"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels> "CoberturaPineKernels"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> "Pizza"@en)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> "BaseDaPizza"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> "CoberturaDaPizza"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> "PolloAdAstra"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> "CoberturaDeCamarao"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> "CoberturaPrinceCarlo"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> "QuatroQueijos"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> "PizzaItalianaReal"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> "This defined class has conditions that are part of the definition: ie any Pizza that has the country of origin, Italy is a RealItalianPizza. It also has conditions that merely describe the members - that all RealItalianPizzas must only have ThinAndCrispy bases."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> ObjectIntersectionOf(ObjectHasValue(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasCountryOfOrigin> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping> "CoberturaDeCebolaVermelha"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> "CoberturaRocket"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> "Rosa"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> "CoberturaRosemary"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> "CoberturaEmMolho"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> "Siciliana"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> "CoberturaDeTomateFatiado"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> "SloppyGiuseppe"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> "Soho"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> "Tempero"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> "A ValuePartition that describes only values from Hot, Medium or Mild. NB Subclasses can themselves be divided up into further partitions."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza> "Any pizza that has a spicy topping is a SpicyPizza"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza> "PizzaTemperada"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent> "PizzaTemperadaEquivalente"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent> "An alternative definition for the SpicyPizza which does away with needing a definition of SpicyTopping and uses a slightly more complicated restriction: Pizzas that have at least one topping that is both a PizzaTopping and has spiciness hot are members of this class."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping> "CoberturaTemperada"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping> "Any pizza topping that has spiciness Hot"@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> "CoberturaDeEspinafre"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping> "CoberturaSultana"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> "CoberturaDeTomateRessecadoAoSol"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> "CoberturaDePimentaoDoce"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase> "BaseFinaEQuebradica"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce> "MolhoTobascoPepper"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> "CoberturaDeTomate"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> "PizzaAberta"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> "An unclosed Pizza cannot be inferred to be either a VegetarianPizza or a NonVegetarianPizza, because it might have other toppings."^^xsd:string)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition> "A ValuePartition is a pattern that describes a restricted set of classes from which a property can be associated. The parent class is used in restrictions, and the covering axiom means that only members of the subclasses may be used as values. The possible subclasses cannot be extended without updating the ValuePartition class."^^xsd:string)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition> "ValorDaParticao"@pt)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DomainConcept>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> "CoberturaDeVegetais"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> "Any pizza that does not have fish topping and does not have meat topping is a VegetarianPizza. Members of this class do not need to have any toppings at all."@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> "PizzaVegetariana"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> ObjectIntersectionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> ObjectComplementOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping>)) ObjectComplementOf(ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping>))))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza>)
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1> "Any pizza that only has vegetarian toppings or no toppings is a VegetarianPizzaEquiv1. Should be inferred to be equivalent to VegetarianPizzaEquiv2. Not equivalent to VegetarianPizza because PizzaTopping is not covering"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1> "PizzaVegetarianaEquivalente1"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1> ObjectIntersectionOf(ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2> "An alternative to VegetarianPizzaEquiv1 that does not require a definition of VegetarianTopping. Perhaps more difficult to maintain. Not equivalent to VegetarianPizza"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2> "PizzaVegetarianaEquivalente2"@pt)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2> ObjectIntersectionOf(ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>)) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping> "CoberturaVegetariana"@pt)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping> "An example of a covering axiom. VegetarianTopping is equivalent to the union of all toppings in the given axiom. VegetarianToppings can only be Cheese or Vegetable or....etc."@en)
EquivalentClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping> ObjectIntersectionOf(ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping>) <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>))
Declaration(Class(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana>))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> "Veneziana"@pt)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza>)
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectSomeValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>))
SubClassOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> ObjectAllValuesFrom(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> ObjectUnionOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping>)))
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho>)
DisjointClasses(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza>)
Declaration(Class(owl:Thing))
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase>))
SubObjectPropertyOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient>)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase>)
FunctionalObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase>)
InverseFunctionalObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase>)
ObjectPropertyDomain(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
ObjectPropertyRange(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasCountryOfOrigin>))
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient> "NB Transitive - the ingredients of ingredients are ingredients of the whole"@en)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>)
TransitiveObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> "A property created to be used with the ValuePartition - Spiciness."@en)
FunctionalObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness>)
ObjectPropertyRange(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping>))
SubObjectPropertyOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient>)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping>)
ObjectPropertyDomain(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
ObjectPropertyRange(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf>))
SubObjectPropertyOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasBase>)
FunctionalObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf>)
InverseFunctionalObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf>)
ObjectPropertyDomain(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase>)
ObjectPropertyRange(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isBaseOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf> "The inverse property tree to hasIngredient - all subproperties and attributes of the properties should reflect those under hasIngredient."@en)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>)
TransitiveObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>)
Declaration(ObjectProperty(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf>))
SubObjectPropertyOf(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf>)
InverseObjectProperties(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasTopping>)
ObjectPropertyDomain(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping>)
ObjectPropertyRange(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isToppingOf> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza>)
Declaration(DataProperty(<http://protege.stanford.edu/plugins/owl/protege#defaultLanguage>))
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl>))
DataPropertyAssertion(<http://protege.stanford.edu/plugins/owl/protege#defaultLanguage> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl> "en"^^xsd:string)
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#America>))
ClassAssertion(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#America>)
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#England>))
ClassAssertion(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#England>)
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#France>))
ClassAssertion(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#France>)
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Germany>))
ClassAssertion(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Germany>)
Declaration(NamedIndividual(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy>))
ClassAssertion(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy>)
Declaration(AnnotationProperty(rdfs:comment))
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza> "Any pizza that has at least 1 cheese topping."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> "This class will be inconsistent. This is because we have given it 2 disjoint parents, which means it could never have any members (as nothing can simultaneously be a CheeseTopping and a VegetableTopping). NB Called ProbeInconsistentTopping in the ProtegeOWL Tutorial."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> "A class that is equivalent to the set of individuals that are described in the enumeration - ie Countries can only be either America, England, France, Germany or Italy and nothing else. Note that these individuals have been asserted to be allDifferent from each other."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> "A class to demonstrate mistakes made with setting a property domain. The property hasTopping has a domain of Pizza. This means that the reasoner can infer that all individuals using the hasTopping property must be of type Pizza. Because of the restriction on this class, all members of IceCream must use the hasTopping property, and therefore must also be members of Pizza. However, Pizza and IceCream are disjoint, so this causes an inconsistency. If they were not disjoint, IceCream would be inferred to be a subclass of Pizza."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza> "Any pizza that has at least 3 toppings. Note that this is a cardinality constraint on the hasTopping property and NOT a qualified cardinality constraint (QCR). A QCR would specify from which class the members in this relationship must be. eg has at least 3 toppings from PizzaTopping. This is currently not supported in OWL."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza> "Any pizza that has at least one meat topping"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza> "A pizza that can be found on a pizza menu"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> "Any Pizza that is not a VegetarianPizza"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> "This defined class has conditions that are part of the definition: ie any Pizza that has the country of origin, Italy is a RealItalianPizza. It also has conditions that merely describe the members - that all RealItalianPizzas must only have ThinAndCrispy bases."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> "A ValuePartition that describes only values from Hot, Medium or Mild. NB Subclasses can themselves be divided up into further partitions."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza> "Any pizza that has a spicy topping is a SpicyPizza"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent> "An alternative definition for the SpicyPizza which does away with needing a definition of SpicyTopping and uses a slightly more complicated restriction: Pizzas that have at least one topping that is both a PizzaTopping and has spiciness hot are members of this class."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping> "Any pizza topping that has spiciness Hot"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> "An unclosed Pizza cannot be inferred to be either a VegetarianPizza or a NonVegetarianPizza, because it might have other toppings."^^xsd:string)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition> "A ValuePartition is a pattern that describes a restricted set of classes from which a property can be associated. The parent class is used in restrictions, and the covering axiom means that only members of the subclasses may be used as values. The possible subclasses cannot be extended without updating the ValuePartition class."^^xsd:string)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> "Any pizza that does not have fish topping and does not have meat topping is a VegetarianPizza. Members of this class do not need to have any toppings at all."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1> "Any pizza that only has vegetarian toppings or no toppings is a VegetarianPizzaEquiv1. Should be inferred to be equivalent to VegetarianPizzaEquiv2. Not equivalent to VegetarianPizza because PizzaTopping is not covering"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2> "An alternative to VegetarianPizzaEquiv1 that does not require a definition of VegetarianTopping. Perhaps more difficult to maintain. Not equivalent to VegetarianPizza"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping> "An example of a covering axiom. VegetarianTopping is equivalent to the union of all toppings in the given axiom. VegetarianToppings can only be Cheese or Vegetable or....etc."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasIngredient> "NB Transitive - the ingredients of ingredients are ingredients of the whole"@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#hasSpiciness> "A property created to be used with the ValuePartition - Spiciness."@en)
AnnotationAssertion(rdfs:comment <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#isIngredientOf> "The inverse property tree to hasIngredient - all subproperties and attributes of the properties should reflect those under hasIngredient."@en)
Declaration(AnnotationProperty(rdfs:label))
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#American> "Americana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AmericanHot> "AmericanaPicante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AnchoviesTopping> "CoberturaDeAnchovies"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ArtichokeTopping> "CoberturaDeArtichoke"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#AsparagusTopping> "CoberturaDeAspargos"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Cajun> "Cajun"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CajunSpiceTopping> "CoberturaDeCajun"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CaperTopping> "CoberturaDeCaper"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Capricciosa> "Capricciosa"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Caprina> "Caprina"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseTopping> "CoberturaDeQueijo"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyPizza> "PizzaComQueijo"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#CheeseyVegetableTopping> "CoberturaDeQueijoComVegetais"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ChickenTopping> "CoberturaDeFrango"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Country> "Pais"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#DeepPanBase> "BaseEspessa"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Fiorentina> "Fiorentina"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FishTopping> "CoberturaDePeixe"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourCheesesTopping> "CoberturaQuatroQueijos"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FourSeasons> "QuatroQueijos"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruitTopping> "CoberturaDeFrutas"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#FruttiDiMare> "FrutosDoMar"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GarlicTopping> "CoberturaDeAlho"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Giardiniera> "Giardiniera"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GoatsCheeseTopping> "CoberturaDeQueijoDeCabra"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GorgonzolaTopping> "CoberturaDeGorgonzola"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#GreenPepperTopping> "CoberturaDePimentaoVerde"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HamTopping> "CoberturaDePresunto"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HerbSpiceTopping> "CoberturaDeErvas"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Hot> "Picante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotGreenPepperTopping> "CoberturaDePimentaoVerdePicante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#HotSpicedBeefTopping> "CoberturaDeBifePicante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#IceCream> "Sorvete"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#InterestingPizza> "PizzaInteressante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#JalapenoPepperTopping> "CoberturaDeJalapeno"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LaReine> "LaReine"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#LeekTopping> "CoberturaDeLeek"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Margherita> "Margherita"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatTopping> "CoberturaDeCarne"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MeatyPizza> "PizzaDeCarne"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Medium> "Media"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mild> "NaoPicante"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MixedSeafoodTopping> "CoberturaDeFrutosDoMarMistos"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MozzarellaTopping> "CoberturaDeMozzarella"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Mushroom> "Cogumelo"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#MushroomTopping> "CoberturaDeCogumelo"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NamedPizza> "PizzaComUmNome"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Napoletana> "Napoletana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NonVegetarianPizza> "PizzaNaoVegetariana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#NutTopping> "CoberturaDeCastanha"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OliveTopping> "CoberturaDeAzeitona"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#OnionTopping> "CoberturaDeCebola"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmaHamTopping> "CoberturaDePrezuntoParma"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Parmense> "Parmense"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ParmesanTopping> "CoberturaDeParmesao"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperonataTopping> "CoberturaPeperonata"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PeperoniSausageTopping> "CoberturaDeCalabreza"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PepperTopping> "CoberturaDePimentao"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PetitPoisTopping> "CoberturaPetitPois"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PineKernels> "CoberturaPineKernels"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Pizza> "Pizza"@en)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaBase> "BaseDaPizza"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PizzaTopping> "CoberturaDaPizza"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PolloAdAstra> "PolloAdAstra"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrawnsTopping> "CoberturaDeCamarao"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#PrinceCarlo> "CoberturaPrinceCarlo"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#QuattroFormaggi> "QuatroQueijos"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RealItalianPizza> "PizzaItalianaReal"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RedOnionTopping> "CoberturaDeCebolaVermelha"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RocketTopping> "CoberturaRocket"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Rosa> "Rosa"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#RosemaryTopping> "CoberturaRosemary"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SauceTopping> "CoberturaEmMolho"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Siciliana> "Siciliana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SlicedTomatoTopping> "CoberturaDeTomateFatiado"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SloppyGiuseppe> "SloppyGiuseppe"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Soho> "Soho"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Spiciness> "Tempero"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizza> "PizzaTemperada"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyPizzaEquivalent> "PizzaTemperadaEquivalente"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpicyTopping> "CoberturaTemperada"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SpinachTopping> "CoberturaDeEspinafre"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SultanaTopping> "CoberturaSultana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SundriedTomatoTopping> "CoberturaDeTomateRessecadoAoSol"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#SweetPepperTopping> "CoberturaDePimentaoDoce"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ThinAndCrispyBase> "BaseFinaEQuebradica"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TobascoPepperSauce> "MolhoTobascoPepper"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#TomatoTopping> "CoberturaDeTomate"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#UnclosedPizza> "PizzaAberta"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#ValuePartition> "ValorDaParticao"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetableTopping> "CoberturaDeVegetais"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizza> "PizzaVegetariana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent1> "PizzaVegetarianaEquivalente1"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianPizzaEquivalent2> "PizzaVegetarianaEquivalente2"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#VegetarianTopping> "CoberturaVegetariana"@pt)
AnnotationAssertion(rdfs:label <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Veneziana> "Veneziana"@pt)
Declaration(AnnotationProperty(owl:versionInfo))
DifferentIndividuals(<http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#America> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#England> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#France> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Germany> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl#Italy>)
DataPropertyAssertion(<http://protege.stanford.edu/plugins/owl/protege#defaultLanguage> <http://www.co-ode.org/ontologies/pizza/2005/10/18/pizza.owl> "en"^^xsd:string)
)
| Web Ontology Language | 5 | VishalS711/protege | protege-editor-owl/src/test/resources/ontologies/pizza-functional.owl | [
"BSD-2-Clause"
] |
"""Support for MyQ-Enabled lights."""
from pymyq.errors import MyQError
from homeassistant.components.light import ColorMode, LightEntity
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import STATE_OFF, STATE_ON
from homeassistant.core import HomeAssistant
from homeassistant.exceptions import HomeAssistantError
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from . import MyQEntity
from .const import DOMAIN, MYQ_COORDINATOR, MYQ_GATEWAY, MYQ_TO_HASS
async def async_setup_entry(
hass: HomeAssistant,
config_entry: ConfigEntry,
async_add_entities: AddEntitiesCallback,
) -> None:
"""Set up myq lights."""
data = hass.data[DOMAIN][config_entry.entry_id]
myq = data[MYQ_GATEWAY]
coordinator = data[MYQ_COORDINATOR]
async_add_entities(
[MyQLight(coordinator, device) for device in myq.lamps.values()], True
)
class MyQLight(MyQEntity, LightEntity):
"""Representation of a MyQ light."""
_attr_color_mode = ColorMode.ONOFF
_attr_supported_color_modes = {ColorMode.ONOFF}
@property
def is_on(self):
"""Return true if the light is on, else False."""
return MYQ_TO_HASS.get(self._device.state) == STATE_ON
@property
def is_off(self):
"""Return true if the light is off, else False."""
return MYQ_TO_HASS.get(self._device.state) == STATE_OFF
async def async_turn_on(self, **kwargs):
"""Issue on command to light."""
if self.is_on:
return
try:
await self._device.turnon(wait_for_state=True)
except MyQError as err:
raise HomeAssistantError(
f"Turning light {self._device.name} on failed with error: {err}"
) from err
# Write new state to HASS
self.async_write_ha_state()
async def async_turn_off(self, **kwargs):
"""Issue off command to light."""
if self.is_off:
return
try:
await self._device.turnoff(wait_for_state=True)
except MyQError as err:
raise HomeAssistantError(
f"Turning light {self._device.name} off failed with error: {err}"
) from err
# Write new state to HASS
self.async_write_ha_state()
| Python | 5 | liangleslie/core | homeassistant/components/myq/light.py | [
"Apache-2.0"
] |
CLASSES = \
Exploit.java
.SUFFIXES: .java .class
.java.class:
javac -source 1.2 -target 1.2 -cp "../../../../data/java" $*.java
all: $(CLASSES:.java=.class)
install:
mv Exploit.class ../../../../data/exploits/jre17u17/Exploit.class
mv SystemClass.class ../../../../data/exploits/jre17u17/SystemClass.class
mv Union1.class ../../../../data/exploits/jre17u17/Union1.class
mv Union2.class ../../../../data/exploits/jre17u17/Union2.class
clean:
rm -rf *.class
| Makefile | 2 | OsmanDere/metasploit-framework | external/source/exploits/jre17u17/Makefile | [
"BSD-2-Clause",
"BSD-3-Clause"
] |
"""
GenericType[of System.Int32]
GenericType[of System.String]
"""
macro genericTypeDef:
yield [|
class GenericType[of T]:
override def ToString():
return "GenericType[of ${T}]"
|]
genericTypeDef
print GenericType[of int]()
print GenericType[of string]()
| Boo | 4 | popcatalin81/boo | tests/testcases/macros/macro-yielding-generic-class.boo | [
"BSD-3-Clause"
] |
# LANGUAGE: MATLAB
# AUTHOR: Swati Jain
# GITHUB: https://github.com/swati345
fprintf ( 1, 'HELLO:\n' ); | Matlab | 2 | prajjyadav/AvengersAssemble | scripts/hello_world.matlab | [
"MIT"
] |
;; -*- no-byte-compile: t; -*-
;;; completion/vertico/packages.el
(package! vertico
:recipe (:host github :repo "minad/vertico"
:files ("*.el" "extensions/*.el"))
:pin "cd3c400aac2f5435080dc55d13c03c8886241365")
(package! orderless :pin "62f71c34baca0b7d0adeab4a1c07d85ffcee80d9")
(package! consult :pin "166e3b03c3de4f88bbfdeef7f52efac27642e2d3")
(when (featurep! :checkers syntax)
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
(package! embark :pin "8a0b80c6e6ecdf6bb0df7dc496fe4d03197def65")
(package! embark-consult :pin "8a0b80c6e6ecdf6bb0df7dc496fe4d03197def65")
(package! marginalia :pin "fbd2f378f532b6d34d95d84b43edabd00e99a472")
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
(when (featurep! +icons)
(package! all-the-icons-completion :pin "a0f34d68cc12330ab3992a7521f9caa1de3b8470"))
| Emacs Lisp | 2 | game-loader/own_doom | modules/completion/vertico/packages.el | [
"MIT"
] |
skriv("Hello World") | Eiffel | 1 | Gabrielarodrigues10/ga | e/Enkelt.e | [
"MIT"
] |
React = require 'react'
ReactDOM = require 'react-dom'
Sheet = require './sheet'
Flexbox = require('./components/flexbox').default
RetinaImg = require('./components/retina-img').default
Utils = require './flux/models/utils'
{remote} = require 'electron'
_str = require 'underscore.string'
_ = require 'underscore'
{Actions,
ComponentRegistry,
WorkspaceStore} = require "nylas-exports"
class ToolbarSpacer extends React.Component
@displayName: 'ToolbarSpacer'
@propTypes:
order: React.PropTypes.number
render: =>
<div className="item-spacer" style={flex: 1, order:@props.order ? 0}></div>
class WindowTitle extends React.Component
@displayName: "WindowTitle"
constructor: (@props) ->
@state = NylasEnv.getLoadSettings()
componentDidMount: ->
@unlisten = NylasEnv.onWindowPropsReceived (windowProps) =>
@setState NylasEnv.getLoadSettings()
componentWillUnmount: ->
@unlisten?()
render: ->
<div className="window-title">{@state.title}</div>
Category = null
FocusedPerspectiveStore = null
class ToolbarBack extends React.Component
@displayName: 'ToolbarBack'
# These stores are only required when this Toolbar is actually needed.
# This is because loading these stores has database side effects.
constructor: (@props) ->
Category ?= require('./flux/models/category').default
FocusedPerspectiveStore ?= require('./flux/stores/focused-perspective-store').default
@state =
categoryName: FocusedPerspectiveStore.current().name
componentDidMount: =>
@_unsubscriber = FocusedPerspectiveStore.listen =>
@setState(categoryName: FocusedPerspectiveStore.current().name)
componentWillUnmount: =>
@_unsubscriber() if @_unsubscriber
render: =>
if @state.categoryName is Category.AllMailName
title = 'All Mail'
else if @state.categoryName
title = _str.titleize(@state.categoryName)
else
title = "Back"
<div className="item-back" onClick={@_onClick} title="Return to #{title}">
<RetinaImg name="sheet-back.png" mode={RetinaImg.Mode.ContentIsMask} />
<div className="item-back-title">{title}</div>
</div>
_onClick: =>
Actions.popSheet()
class ToolbarWindowControls extends React.Component
@displayName: 'ToolbarWindowControls'
constructor: (@props) ->
@state = {alt: false}
componentDidMount: =>
if process.platform is 'darwin'
window.addEventListener('keydown', @_onAlt)
window.addEventListener('keyup', @_onAlt)
componentWillUnmount: =>
if process.platform is 'darwin'
window.removeEventListener('keydown', @_onAlt)
window.removeEventListener('keyup', @_onAlt)
render: =>
<div name="ToolbarWindowControls" className="toolbar-window-controls alt-#{@state.alt}">
<button tabIndex={-1} className="close" onClick={ -> NylasEnv.close()}></button>
<button tabIndex={-1} className="minimize" onClick={ -> NylasEnv.minimize()}></button>
<button tabIndex={-1} className="maximize" onClick={@_onMaximize}></button>
</div>
_onAlt: (event) =>
@setState(alt: event.altKey) if @state.alt isnt event.altKey
_onMaximize: (event) =>
if process.platform is 'darwin' and not event.altKey
NylasEnv.setFullScreen(!NylasEnv.isFullScreen())
else
NylasEnv.maximize()
class ToolbarMenuControl extends React.Component
@displayName: 'ToolbarMenuControl'
render: =>
<div className="toolbar-menu-control">
<button tabIndex={-1} className="btn btn-toolbar" onClick={@_openMenu}>
<RetinaImg name="windows-menu-icon.png" mode={RetinaImg.Mode.ContentIsMask} />
</button>
</div>
_openMenu: =>
applicationMenu = remote.getGlobal('application').applicationMenu
applicationMenu.menu.popup(NylasEnv.getCurrentWindow())
ComponentRegistry.register ToolbarWindowControls,
location: WorkspaceStore.Sheet.Global.Toolbar.Left
ComponentRegistry.register ToolbarMenuControl,
location: WorkspaceStore.Sheet.Global.Toolbar.Right
class Toolbar extends React.Component
@displayName: 'Toolbar'
@propTypes:
data: React.PropTypes.object
depth: React.PropTypes.number
@childContextTypes:
sheetDepth: React.PropTypes.number
getChildContext: =>
sheetDepth: @props.depth
constructor: (@props) ->
@state = @_getStateFromStores()
componentDidMount: =>
@mounted = true
@unlisteners = []
@unlisteners.push WorkspaceStore.listen (event) =>
@setState(@_getStateFromStores())
@unlisteners.push ComponentRegistry.listen (event) =>
@setState(@_getStateFromStores())
window.addEventListener("resize", @_onWindowResize)
window.requestAnimationFrame => @recomputeLayout()
componentWillUnmount: =>
@mounted = false
window.removeEventListener("resize", @_onWindowResize)
unlistener() for unlistener in @unlisteners
componentWillReceiveProps: (props) =>
@setState(@_getStateFromStores(props))
componentDidUpdate: =>
# Wait for other components that are dirty (the actual columns in the sheet)
window.requestAnimationFrame => @recomputeLayout()
shouldComponentUpdate: (nextProps, nextState) =>
# This is very important. Because toolbar uses ReactCSSTransitionGroup,
# repetitive unnecessary updates can break animations and cause performance issues.
not Utils.isEqualReact(nextProps, @props) or not Utils.isEqualReact(nextState, @state)
render: =>
style =
position:'absolute'
width:'100%'
height:'100%'
zIndex: 1
toolbars = @state.columns.map (components, idx) =>
<div style={position: 'absolute', top:0, display:'none'}
className="toolbar-#{@state.columnNames[idx]}"
data-column={idx}
key={idx}>
{@_flexboxForComponents(components)}
</div>
<div
style={style}
className={"sheet-toolbar-container mode-#{@state.mode}"}
data-id={@props.data.id}>
{toolbars}
</div>
_flexboxForComponents: (components) =>
elements = components.map (Component) =>
<Component key={Component.displayName} {...@props} />
<Flexbox className="item-container" direction="row">
{elements}
<ToolbarSpacer key="spacer-50" order={-50}/>
<ToolbarSpacer key="spacer+50" order={50}/>
</Flexbox>
recomputeLayout: =>
# Yes this really happens - do not remove!
return unless @mounted
# Find our item containers that are tied to specific columns
el = ReactDOM.findDOMNode(@)
columnToolbarEls = el.querySelectorAll('[data-column]')
# Find the top sheet in the stack
sheet = document.querySelectorAll("[name='Sheet']")[@props.depth]
return unless sheet
# Position item containers so they have the position and width
# as their respective columns in the top sheet
for columnToolbarEl in columnToolbarEls
column = columnToolbarEl.dataset.column
columnEl = sheet.querySelector("[data-column='#{column}']")
continue unless columnEl
columnToolbarEl.style.display = 'inherit'
columnToolbarEl.style.left = "#{columnEl.offsetLeft}px"
columnToolbarEl.style.width = "#{columnEl.offsetWidth}px"
# Record our overall height for sheets
remote.getCurrentWindow().setSheetOffset(el.clientHeight)
_onWindowResize: =>
@recomputeLayout()
_getStateFromStores: (props) =>
props ?= @props
state =
mode: WorkspaceStore.layoutMode()
columns: []
columnNames: []
# Add items registered to Regions in the current sheet
if @props.data?.columns[state.mode]?
for loc in @props.data.columns[state.mode]
continue if WorkspaceStore.isLocationHidden(loc)
entries = ComponentRegistry.findComponentsMatching({location: loc.Toolbar, mode: state.mode})
state.columns.push(entries)
state.columnNames.push(loc.Toolbar.id.split(":")[0]) if entries
# Add left items registered to the Sheet instead of to a Region
for loc in [WorkspaceStore.Sheet.Global, @props.data]
entries = ComponentRegistry.findComponentsMatching({location: loc.Toolbar.Left, mode: state.mode})
state.columns[0]?.push(entries...)
if @props.depth > 0
state.columns[0]?.push(ToolbarBack)
# Add right items registered to the Sheet instead of to a Region
for loc in [WorkspaceStore.Sheet.Global, @props.data]
entries = ComponentRegistry.findComponentsMatching({location: loc.Toolbar.Right, mode: state.mode})
state.columns[state.columns.length - 1]?.push(entries...)
if state.mode is "popout"
state.columns[0]?.push(WindowTitle)
state
module.exports = Toolbar
| CoffeeScript | 5 | cnheider/nylas-mail | packages/client-app/src/sheet-toolbar.cjsx | [
"MIT"
] |
// @jsx: preserve
// @filename: index.tsx
namespace JSX {
export interface Element {}
}
export type CatInfo = { type: 'Cat'; subType: string; };
export type DogInfo = { type: 'Dog'; };
export type AnimalInfo = CatInfo | DogInfo;
function AnimalComponent(info: AnimalInfo): JSX.Element {
return undefined as any;
}
function getProps(): AnimalInfo {
// this may be from server or whatever ...
return { type: 'Cat', subType: 'Large' };
}
var props:AnimalInfo = getProps();
var component = <AnimalComponent {...props} />
var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
var component2 = <AnimalComponent {...props2} /> | TypeScript | 4 | nilamjadhav/TypeScript | tests/cases/compiler/tsxUnionSpread.tsx | [
"Apache-2.0"
] |
a { width: +0.; } | CSS | 0 | mengxy/swc | crates/swc_css_parser/tests/errors/number/plus-dot/input.css | [
"Apache-2.0"
] |
# Copyright (c) 2018-2021, Carnegie Mellon University
# See LICENSE for details
Class(SKLR_Vx1i, SIMD_ISA, rec(
includes := () -> ["<stdlib.h>"] :: _MM_MALLOC(),
active := true,
ctype := "char",
instr := [],
bits := 1,
isFloat := false,
isFixedPoint := false,
splopts := rec(),
alignment := 8,
autolib := rec(
includes := () -> ["<include/sp_bits.h>"],
includesTimer := () -> [],
),
_op_load_u := abstract(),
_op_bcast := abstract(),
_op_store_u := abstract(),
dupload := (self, y, x) >> Checked(ObjId(x)=nth, # NOTE: is there a better way?
let(base := x.loc,
ofs := x.idx,
v := self.v,
xvec := Cond(IsUnalignedPtrT(base.t), self._op_load_u(base, idiv(ofs,v)*v, v),
vtref(self.t, base, idiv(ofs, v))),
assign(y, self._op_bcast(xvec, imod(ofs, v))))),
svload := [ [ ], # load using subvecs of len 1
[ ], # load using subvecs of len 2
[ ], # load using subvecs of len 4
],
svstore := [ [ ], # store using subvecs of len 1
[ ], # store using subvecs of len 2
[ ], # store using subvecs of len 4
],
# keep the n lower scalars and zero the other ones
mask_l := (self, c, n) >> Cond( n = self.v, c,
bin_and(c, self.val(Replicate(n, 1) :: Replicate(self.v - n, 0)))),
mask_h := (self, c, n) >> Cond( n = self.v, c,
bin_and(c, self.val(Replicate(n, 0) :: Replicate(self.v - n, 1)))),
loadCont := (self, n, y, yofs, x, xofs, xofs_align, opts) >> let(
a := _unwrap(xofs_align),
nn := _unwrap(n),
yy := vtref(self.t, y, yofs),
m := x -> self.mask_l(x, nn),
Cond(a = 0 and not IsUnalignedPtrT(x.t),
assign(yy, m(vtref(self.t, x, xofs/self.v))),
# known alignment, sv is small, so that we only need 1 aligned load + 1 shift + mask
((IsInt(a) and (nn <= self.v - a)) or nn=1) and not IsUnalignedPtrT(x.t),
let(v1 := vtref(self.t, x, idiv(xofs, self.v)),
assign(yy, m(bin_shr(v1, a)))),
# known alignment, sv covers 2 vectors, 2 aligned loads + 2 shifts + mask
# NB: no masking is needed because shifts will do the job
IsInt(a) and not IsUnalignedPtrT(x.t),
let(v1 := vtref(self.t, x, (xofs - a)/self.v),
v2 := vtref(self.t, x, (xofs - a)/self.v + 1),
assign(yy, m(bin_or(bin_shr(v1, a), bin_shl(v2, self.v - a))))),
# else, unknown alignment, use unaligned load
assign(yy, self._op_load_u(x, xofs, nn))
)
),
storeCont := (self, n, y, yofs, yofs_align, x, xofs, opts) >> let(
a := _unwrap(yofs_align),
nn := _unwrap(n),
xx := vtref(self.t, x, xofs),
yy := vtref(self.t, y, yofs/self.v),
Cond(nn = self.v and a = 0 and not IsUnalignedPtrT(y.t),
assign(yy, xx),
#else
self._op_store_u(y, yofs, xx, nn))),
rotate_left := (self, shift) >> ((y, x) -> assign(vtref(self.t, y, 0), rCyclicShift(vtref(self.t, x, 0), shift, self.v))),
kswap := (self, y, x, k, mask) >> let( u := var.fresh_t("U", self.t),
chain(assign( u, bin_and(bin_xor(x, bin_shr(x, 2^(k-1))), self.t.value(mask))),
assign( y, bin_xor(bin_xor(x, u), bin_shl(u, 2^(k-1)))))),
kexch := (self, y1, y2, x1, x2, mask) >> let( u := var.fresh_t("U", self.t),
chain(assign( u, bin_and(bin_xor(x1, x2), self.t.value(mask))),
assign( y1, bin_xor(x1, u)),
assign( y2, bin_xor(x2, u)))),
));
Class(SKLR_16x1i, SKLR_Vx1i, rec(
# countrec below is invalid
countrec := rec(
ops := [
[add, sub],
[mul],
[sklr_bcast_16x1i], # shuffles
[sklr_loadu_16x1i, sklr_storeu_16x1i],
[deref],
Value # Value without [] is a keyword in countOps !!
],
printstrings := ["[adds]", "[mults]", "[vperms]", "[svldst]", "[vldst]", "[vval]"],
type := "TVect",
arithcost := (self, opcount) >> opcount[1]+opcount[2]
),
info := "Scalar 16 x 1-bit",
v := 16,
t := BitVector(16),
v_ones := BitVector(16).one(),
v_zeros := BitVector(16).zero(),
val := bits -> BitVector(16).value(bits),
_op_load_u := (self, ptr, offs, elts) >> sklr_loadu_16x1i(ptr, offs, elts),
_op_bcast := (self, loc, elt_num) >> sklr_bcast_16x1i(loc, elt_num),
_op_store_u := (self, ptr, offs, src, elts) >> sklr_storeu_16x1i(ptr, offs, src, elts),
));
Class(SKLR_32x1i, SKLR_Vx1i, rec(
# countrec below is invalid
countrec := rec(
ops := [
[add, sub],
[mul],
[sklr_bcast_32x1i], # shuffles
[sklr_loadu_32x1i, sklr_storeu_32x1i],
[deref],
Value # Value without [] is a keyword in countOps !!
],
printstrings := ["[adds]", "[mults]", "[vperms]", "[svldst]", "[vldst]", "[vval]"],
type := "TVect",
arithcost := (self, opcount) >> opcount[1]+opcount[2]
),
info := "Scalar 32 x 1-bit",
v := 32,
t := BitVector(32),
v_ones := BitVector(32).one(),
v_zeros := BitVector(32).zero(),
val := bits -> BitVector(32).value(bits),
_op_load_u := (self, ptr, offs, elts) >> sklr_loadu_32x1i(ptr, offs, elts),
_op_bcast := (self, loc, elt_num) >> sklr_bcast_32x1i(loc, elt_num),
_op_store_u := (self, ptr, offs, src, elts) >> sklr_storeu_32x1i(ptr, offs, src, elts),
));
Class(SKLR_64x1i, SKLR_Vx1i, rec(
# countrec below is invalid
countrec := rec(
ops := [
[add, sub],
[mul],
[sklr_bcast_64x1i], # shuffles
[sklr_loadu_64x1i, sklr_storeu_64x1i],
[deref],
Value # Value without [] is a keyword in countOps !!
],
printstrings := ["[adds]", "[mults]", "[vperms]", "[svldst]", "[vldst]", "[vval]"],
type := "TVect",
arithcost := (self, opcount) >> opcount[1]+opcount[2]
),
info := "Scalar 64 x 1-bit",
v := 64,
t := BitVector(64),
v_ones := BitVector(64).one(),
v_zeros := BitVector(64).zero(),
val := bits -> BitVector(64).value(bits),
_op_load_u := (self, ptr, offs, elts) >> sklr_loadu_64x1i(ptr, offs, elts),
_op_bcast := (self, loc, elt_num) >> sklr_bcast_64x1i(loc, elt_num),
_op_store_u := (self, ptr, offs, src, elts) >> sklr_storeu_64x1i(ptr, offs, src, elts),
));
RewriteRules(RulesStrengthReduce, rec(
aligned_loadu_32x1 := Rule( @(1, sklr_loadu_32x1i, x -> IsInt(_unwrap(x.args[2] mod 32)) and not IsUnalignedPtrT(x.args[1])),
e -> let(
offs := imod(e.args[2], 32),
xx0 := vtref(e.t, e.args[1], idiv(e.args[2], 32)),
xx1 := vtref(e.t, e.args[1], idiv(e.args[2], 32)+1),
nn := _unwrap(e.args[3]),
bin_and( When(offs + nn <= 32,
bin_shr(xx0, offs),
bin_or(bin_shr(xx0, offs), bin_shl(xx1, 32 - offs))),
e.t.value(Replicate(nn, 1) :: Replicate(32 - nn, 0)))
)),
aligned_loadu_64x1 := Rule( @(1, sklr_loadu_64x1i, x -> IsInt(_unwrap(x.args[2] mod 64)) and not IsUnalignedPtrT(x.args[1])),
e -> let(
offs := imod(e.args[2], 64),
xx0 := vtref(e.t, e.args[1], idiv(e.args[2], 64)),
xx1 := vtref(e.t, e.args[1], idiv(e.args[2], 64)+1),
nn := _unwrap(e.args[3]),
bin_and( When(offs + nn <= 64,
bin_shr(xx0, offs),
bin_or(bin_shr(xx0, offs), bin_shl(xx1, 64 - offs))),
e.t.value(Replicate(nn, 1) :: Replicate(64 - nn, 0)))
)),
));
Class(SKLR_32x1i_to_SSE_16x8i, ISA_Bridge, rec(
isa_from := SKLR_32x1i,
isa_to := SSE_16x8i(T_Int(8)),
code := (self, y, x, opts) >> let(
xx := (offs) -> vtref(self.isa_from.t, x, offs),
yy := (offs) -> vtref(self.isa_to.t, y, offs),
a := var.fresh_t("U", T_UInt(32)),
b0 := var.fresh_t("U", T_UInt(32)),
b1 := var.fresh_t("U", T_UInt(32)),
b2 := var.fresh_t("U", T_UInt(32)),
b3 := var.fresh_t("U", T_UInt(32)),
mask := T_UInt(32).value(1 + 256 + 65536 + 16777216),
decl([a,b0,b1,b2,b3], chain(
assign( a, tcast(a.t, xx(0)) ),
assign( b0, bin_and( a, mask)),
assign( b1, bin_and(bin_shr(a, 1), mask)),
assign( b2, bin_and(bin_shr(a, 2), mask)),
assign( b3, bin_and(bin_shr(a, 3), mask)),
assign( yy(0), tcast(self.isa_to.t, vpack(b0, b1, b2, b3))),
assign( b0, bin_and(bin_shr(a, 4), mask)),
assign( b1, bin_and(bin_shr(a, 5), mask)),
assign( b2, bin_and(bin_shr(a, 6), mask)),
assign( b3, bin_and(bin_shr(a, 7), mask)),
assign( yy(1), tcast(self.isa_to.t, vpack(b0, b1, b2, b3)))
))),
toAMat := self >> L(self.isa_from.v, 8).toAMat(),
toSpl := self >> Cvt(self)*TL(self.isa_from.v, div(self.isa_from.v, 8)).withTags([AVecReg(self.isa_from)])
));
Class(SKLR_64x1i_to_SSE_16x8i, SKLR_32x1i_to_SSE_16x8i, rec(
isa_from := SKLR_64x1i,
isa_to := SSE_16x8i(T_Int(8)),
code := (self, y, x, opts) >> let(
xx := (offs) -> vtref(self.isa_from.t, x, offs),
yy := (offs) -> vtref(self.isa_to.t, y, offs),
a := var.fresh_t("U", T_UInt(64)),
b0 := var.fresh_t("U", T_UInt(64)),
b1 := var.fresh_t("U", T_UInt(64)),
mask := T_UInt(64).value(1 + 2^8 + 2^16 + 2^24 + 2^32 + 2^40 + 2^48 + 2^56),
decl([a,b0,b1], chain(
assign( a, tcast(a.t, xx(0)) ),
assign( b0, bin_and( a, mask)),
assign( b1, bin_and(bin_shr(a, 1), mask)),
assign( yy(0), tcast(self.isa_to.t, vpack(b0, b1))),
assign( b0, bin_and(bin_shr(a, 2), mask)),
assign( b1, bin_and(bin_shr(a, 3), mask)),
assign( yy(1), tcast(self.isa_to.t, vpack(b0, b1))),
assign( b0, bin_and(bin_shr(a, 4), mask)),
assign( b1, bin_and(bin_shr(a, 5), mask)),
assign( yy(2), tcast(self.isa_to.t, vpack(b0, b1))),
assign( b0, bin_and(bin_shr(a, 6), mask)),
assign( b1, bin_and(bin_shr(a, 7), mask)),
assign( yy(3), tcast(self.isa_to.t, vpack(b0, b1)))
)))
));
Class(SKLR_32x1i_to_SSE_4x32f_f32, SKLR_32x1i_to_SSE_16x8i, rec(
isa_from := SKLR_32x1i,
isa_to := SSE_4x32f(T_Real(32)),
code := (self, y, x, opts) >> let(
xx := (offs) -> vtref(self.isa_from.t, x, offs),
yy := (offs) -> vtref(self.isa_to.t, y, offs),
ti := TVect(T_Int(32), 4),
tf := TVect(T_Real(32), 4),
a := var.fresh_t("U", T_UInt(32)),
b := var.fresh_t("U", ti),
decl( [a, b], chain(
assign( a, tcast(a.t, xx(0)) ),
assign( b, vpack(a, bin_shr(a, 8), bin_shr(a, 16), bin_shr(a, 24)) ),
assign(yy(0), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 31), 31) ))),
assign(yy(1), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 30), 31) ))),
assign(yy(2), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 29), 31) ))),
assign(yy(3), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 28), 31) ))),
assign(yy(4), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 27), 31) ))),
assign(yy(5), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 26), 31) ))),
assign(yy(6), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 25), 31) ))),
assign(yy(7), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b, 24), 31) )))
))
)
));
Class(SKLR_64x1i_to_SSE_4x32f_f32, SKLR_32x1i_to_SSE_16x8i, rec(
isa_from := SKLR_64x1i,
isa_to := SSE_4x32f(T_Real(32)),
code := (self, y, x, opts) >> let(
xx := (offs) -> vtref(self.isa_from.t, x, offs),
yy := (offs) -> vtref(self.isa_to.t, y, offs),
ti := TVect(T_Int(32), 4),
tf := TVect(T_Real(32), 4),
a := var.fresh_t("U", T_UInt(64)),
b0 := var.fresh_t("U", ti),
b1 := var.fresh_t("U", ti),
shift := (t, n) -> tcast(T_Int(32), bin_shr(t, n)),
decl( [a, b0, b1], chain(
assign( a, tcast(a.t, xx(0)) ),
assign( b0, vpack(shift(a, 0), shift(a, 8), shift(a, 16), shift(a, 24)) ),
assign( b1, vpack(shift(a, 32), shift(a, 40), shift(a, 48), shift(a, 56)) ),
assign(yy( 0), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 31), 31) ))),
assign(yy( 1), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 31), 31) ))),
assign(yy( 2), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 30), 31) ))),
assign(yy( 3), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 30), 31) ))),
assign(yy( 4), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 29), 31) ))),
assign(yy( 5), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 29), 31) ))),
assign(yy( 6), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 28), 31) ))),
assign(yy( 7), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 28), 31) ))),
assign(yy( 8), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 27), 31) ))),
assign(yy( 9), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 27), 31) ))),
assign(yy(10), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 26), 31) ))),
assign(yy(11), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 26), 31) ))),
assign(yy(12), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 25), 31) ))),
assign(yy(13), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 25), 31) ))),
assign(yy(14), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b0, 24), 31) ))),
assign(yy(15), tcast(tf, bin_and( tf.one(), arith_shr(bin_shl(b1, 24), 31) )))
))
)
));
# NOTE: assumption that most significant bit is set for non zero numbers:
#
# SSE_16x8i_i8_to_SKLR_32x1i can be implemented as
# neg(vmovemask_16x8i(eq(self.isa_from.t.zero(), xx(2*i))))
# and later simplified if xx(2*i) comes from comparision, yet we cannot match this situation
# because it's unlikely that we will have comparision propagated into this expression.
# Another way is to make T_Bool and simplify expression above by looking at data type.
ISA_Bridge.add(Class(CVT_SKLR_16x1i_SSE_16x8i, ISA_Bridge_I, rec(
isa_from := SSE_16x8i(T_Int(8)),
isa_to := SKLR_16x1i,
props := ["saturation"],
code := (self, y, x, opts) >> assign(self._y(y,0), vmovemask_16x8i(self._x(x,0))),
)));
ISA_Bridge.add(Class(CVT_SKLR_16x1i_SSE_16x8ui, CVT_SKLR_16x1i_SSE_16x8i, rec(
isa_from := SSE_16x8i(T_UInt(8)),
)));
Class(SKLR_32f_to_SKLR_32x1i, ISA_Bridge_I, rec(
isa_from := SKLR(T_Real(32)),
isa_to := SKLR_32x1i,
granularity := self >> self.isa_to.v,
code := (self, y, x, opts) >> let(
j := Ind(self.isa_to.v),
xt := self.isa_from.t,
yt := T_UInt(self.isa_to.v),
yy := (offs) -> vtref(self.isa_to.t, y, offs),
a := var.fresh_t("U", yt),
decl([a], chain(
assign(a, a.t.zero()),
loop(j, j.range,
assign(a, bin_or(a, cond(eq(nth(x, j), xt.zero()), yt.zero(), bin_shl(yt.one(), j))))),
assign(yy(0), a)
))
),
));
Class(SKLR_32f_to_SKLR_64x1i, SKLR_32f_to_SKLR_32x1i, rec(
isa_from := SKLR(T_Real(32)),
isa_to := SKLR_64x1i
));
Class(SKLR_64x1i_to_SKLR_32f, ISA_Bridge_I, rec(
isa_from := SKLR_64x1i,
isa_to := SKLR(T_Real(32)),
granularity := self >> self.isa_from.v,
code := (self, y, x, opts) >> let(
j := Ind(self.isa_from.v),
xx := (offs) -> vtref(self.isa_from.t, x, offs),
ti := T_UInt(self.isa_from.v),
tf := self.isa_to.t,
a := var.fresh_t("U", ti),
decl( [a], chain(
assign( a, tcast(a.t, xx(0)) ),
loop(j, j.range,
assign( nth(y, j), tcvt( tf, bin_and(bin_shr(a, j), a.t.one())))
).unroll()
))
),
));
Class(SKLR_32x1i_to_SKLR_32f, SKLR_64x1i_to_SKLR_32f, rec(
isa_from := SKLR_32x1i,
isa_to := SKLR(T_Real(32))
));
Class(SKLR_64x1i_to_SKLR_8i, SKLR_64x1i_to_SKLR_32f, rec(
isa_from := SKLR_64x1i,
isa_to := SKLR(T_Int(8))
));
Class(SKLR_32x1i_to_SKLR_8i, SKLR_64x1i_to_SKLR_32f, rec(
isa_from := SKLR_32x1i,
isa_to := SKLR(T_Int(8))
));
ISA_Bridge.add(Class(CVT_SKLR_32x1i_SKLR_16x1i, ISA_Bridge_I, rec(
isa_from := SKLR_16x1i,
isa_to := SKLR_32x1i,
code := (self, y, x, opts) >>
assign(self._y(y,0), bin_or(tcvt(T_UInt(32), self._x(x,0)), bin_shl(tcvt(T_UInt(32), self._x(x,1)), 16)) ),
)));
ISA_Bridge.add(Class(CVT_SKLR_64x1i_SKLR_16x1i, ISA_Bridge_I, rec(
isa_from := SKLR_16x1i,
isa_to := SKLR_64x1i,
code := (self, y, x, opts) >>
assign(self._y(y,0), bin_or(
tcvt(T_UInt(64), self._x(x,0)),
bin_shl(tcvt(T_UInt(64), self._x(x,1)), 16),
bin_shl(tcvt(T_UInt(64), self._x(x,2)), 32),
bin_shl(tcvt(T_UInt(64), self._x(x,3)), 48)
)),
)));
| GAP | 4 | sr7cb/spiral-software | namespaces/spiral/platforms/scalar/bitisa/isa.gi | [
"BSD-2-Clause-FreeBSD"
] |
extends Node
func _on_body_entered(body):
if body.name == "Player":
$"../WinText".show()
| GDScript | 3 | jonbonazza/godot-demo-projects | 2d/kinematic_character/level/princess.gd | [
"MIT"
] |
var localVar = 42;
it("should not leak localVar to other modules", () => {
expect(localVar).toBe(42);
expect(require("./module")).toBe("undefined");
});
| JavaScript | 2 | 1shenxi/webpack | test/cases/entry-inline/no-var-leak/index.js | [
"MIT"
] |
package com.baeldung.spring.dao.generics;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class FooService implements IFooService {
IGenericDao<Foo> dao;
@Autowired
public void setDao(IGenericDao<Foo> daoToSet) {
dao = daoToSet;
dao.setClazz(Foo.class);
}
@Override
public Foo retrieveByName(String name) {
return null;
}
}
| Java | 4 | DBatOWL/tutorials | persistence-modules/spring-jpa-2/src/main/java/com/baeldung/spring/dao/generics/FooService.java | [
"MIT"
] |
import * as React from 'react'
class IndexComponent extends React.Component {
render () {
return <div>Hello world</div>
}
}
export default IndexComponent
| Handlebars | 3 | nicholascapo/gatsby | plop-templates/example/index.js.hbs | [
"MIT"
] |
- dashboard: overview
title: "[GA4] Overview"
layout: newspaper
preferred_viewer: dashboards-next
elements:
- title: Session Count
name: Session Count
model: ga4
explore: sessions
type: single_value
fields: [sessions.total_sessions, sessions.total_first_visit_sessions_percentage]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
color_application:
collection_id: legacy
palette_id: looker_classic
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 8
col: 0
width: 6
height: 4
- name: ''
type: text
title_text: ''
subtitle_text: ''
body_text: "---\n<div style=\"text-align: center;\">\n\t<div>\n\t\t<h1 style=\"\
font-size: 28px;\">GA Overview</h1><h2 style=\"font-size: 16px;\">\nOverview\
\ of traffic to website</h2></div>\n</div>"
row: 4
col: 0
width: 24
height: 4
- title: Bounces
name: Bounces
model: ga4
explore: sessions
type: single_value
fields: [sessions.total_bounced_sessions, sessions.total_bounced_sessions_percentage]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
color_application:
collection_id: legacy
palette_id: looker_classic
custom_color: "#FFF"
single_value_title: Bounces
comparison_label: Bounce Rate
conditional_formatting: [{type: not null, value: !!null '', background_color: "#EA4335",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 8
col: 6
width: 6
height: 4
- title: Avg Session Duration
name: Avg Session Duration
model: ga4
explore: sessions
type: single_value
fields: [sessions.average_session_duration]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
color_application:
collection_id: legacy
palette_id: looker_classic
custom_color: "#FFF"
single_value_title: Avg Session Duration
comparison_label: Bounce Rate
conditional_formatting: [{type: not null, value: !!null '', background_color: "#1A73E8",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 8
col: 18
width: 6
height: 4
- title: Engaged Sessions
name: Engaged Sessions
model: ga4
explore: sessions
type: single_value
fields: [sessions.total_engaged_sessions, sessions.total_engaged_sessions_percentage]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
color_application:
collection_id: legacy
palette_id: looker_classic
custom_color: "#FFF"
single_value_title: Engaged Sessions
comparison_label: Engaged Session Percentage
conditional_formatting: [{type: not null, value: !!null '', background_color: "#7CB342",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 8
col: 12
width: 6
height: 4
- title: Traffic
name: Traffic
model: ga4
explore: sessions
type: looker_column
fields: [sessions.total_sessions, sessions.session_data_session_start_week, sessions.total_bounced_sessions_percentage,
sessions.average_session_duration]
fill_fields: [sessions.session_data_session_start_week]
sorts: [sessions.session_data_session_start_week desc]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: time
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
color_application:
collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2
palette_id: 5d189dfc-4f46-46f3-822b-bfb0b61777b1
options:
steps: 5
y_axes: [{label: '', orientation: left, series: [{axisId: sessions.total_sessions,
id: sessions.total_sessions, name: Total Sessions}], showLabels: true,
showValues: true, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}, {label: !!null '', orientation: right, series: [{axisId: sessions.total_bounced_sessions_percentage,
id: sessions.total_bounced_sessions_percentage, name: Total Bounced Sessions
Percentage}], showLabels: true, showValues: true, unpinAxis: false,
tickDensity: default, tickDensityCustom: 5, type: linear}, {label: !!null '',
orientation: right, series: [{axisId: sessions.average_session_duration, id: sessions.average_session_duration,
name: 'Average Session Duration (HH:MM:SS)'}], showLabels: false, showValues: false,
unpinAxis: false, tickDensity: default, tickDensityCustom: 5, type: linear}]
series_types:
sessions.total_bounced_sessions_percentage: line
sessions.average_session_duration: line
series_colors:
sessions.total_sessions: "#F9AB00"
sessions.average_session_duration: "#1A73E8"
sessions.total_bounced_sessions_percentage: "#12B5CB"
series_labels:
sessions.total_sessions: Sessions
sessions.total_bounced_sessions_percentage: Bounce Rate
sessions.average_session_duration: Avg Session Duration
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 12
col: 0
width: 16
height: 9
- title: Session Duration Tier
name: Session Duration Tier
model: ga4
explore: sessions
type: looker_bar
fields: [sessions.session_data_session_duration_tier, sessions.total_sessions]
filters:
sessions.session_data_session_duration_tier: "-Undefined"
sorts: [sessions.session_data_session_duration_tier]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
color_application:
collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2
palette_id: 5d189dfc-4f46-46f3-822b-bfb0b61777b1
options:
steps: 5
y_axes: [{label: '', orientation: left, series: [{axisId: sessions.total_sessions,
id: sessions.total_sessions, name: Total Sessions}], showLabels: true,
showValues: true, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}, {label: !!null '', orientation: right, series: [{axisId: sessions.total_bounced_sessions_percentage,
id: sessions.total_bounced_sessions_percentage, name: Total Bounced Sessions
Percentage}], showLabels: true, showValues: true, unpinAxis: false,
tickDensity: default, tickDensityCustom: 5, type: linear}, {label: !!null '',
orientation: right, series: [{axisId: sessions.average_session_duration, id: sessions.average_session_duration,
name: 'Average Session Duration (HH:MM:SS)'}], showLabels: false, showValues: false,
unpinAxis: false, tickDensity: default, tickDensityCustom: 5, type: linear}]
series_types: {}
series_colors:
sessions.total_sessions: "#1A73E8"
sessions.average_session_duration: "#1A73E8"
sessions.total_bounced_sessions_percentage: "#12B5CB"
series_labels:
sessions.total_sessions: Sessions
sessions.total_bounced_sessions_percentage: Bounce Rate
sessions.average_session_duration: Avg Session Duration
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 12
col: 16
width: 8
height: 9
- title: Users
name: Users
model: ga4
explore: sessions
type: single_value
fields: [sessions.total_users, sessions.percentage_returning_users]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
color_application:
collection_id: legacy
palette_id: looker_classic
custom_color: "#FFF"
single_value_title: Total Users
comparison_label: Returning Users
conditional_formatting: [{type: not null, value: !!null '', background_color: "#1A73E8",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 25
col: 0
width: 24
height: 4
- title: Sessions by Continent
name: Sessions by Continent
model: ga4
explore: sessions
type: looker_area
fields: [sessions.session_data_session_start_week, sessions.total_sessions, sessions.geo_data_continent]
pivots: [sessions.geo_data_continent]
fill_fields: [sessions.session_data_session_start_week]
filters:
sessions.geo_data_continent: -NULL, -"(not set)"
sorts: [sessions.session_data_session_start_week desc]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: percent
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: time
y_axis_combined: true
show_null_points: true
interpolation: linear
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
color_application:
collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2
palette_id: 5d189dfc-4f46-46f3-822b-bfb0b61777b1
options:
steps: 5
y_axes: [{label: '', orientation: left, series: [{axisId: sessions.total_sessions,
id: sessions.total_sessions, name: Total Sessions}], showLabels: true,
showValues: true, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}, {label: !!null '', orientation: right, series: [{axisId: sessions.total_bounced_sessions_percentage,
id: sessions.total_bounced_sessions_percentage, name: Total Bounced Sessions
Percentage}], showLabels: true, showValues: true, unpinAxis: false,
tickDensity: default, tickDensityCustom: 5, type: linear}, {label: !!null '',
orientation: right, series: [{axisId: sessions.average_session_duration, id: sessions.average_session_duration,
name: 'Average Session Duration (HH:MM:SS)'}], showLabels: false, showValues: false,
unpinAxis: false, tickDensity: default, tickDensityCustom: 5, type: linear}]
series_types: {}
series_colors:
sessions.total_sessions: "#F9AB00"
sessions.average_session_duration: "#1A73E8"
sessions.total_bounced_sessions_percentage: "#12B5CB"
series_labels:
sessions.total_sessions: Sessions
sessions.total_bounced_sessions_percentage: Bounce Rate
sessions.average_session_duration: Avg Session Duration
ordering: none
show_null_labels: false
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 29
col: 0
width: 9
height: 8
- title: Top US States
name: Top US States
model: ga4
explore: sessions
type: looker_geo_choropleth
fields: [sessions.total_sessions, sessions.geo_data_region]
filters:
sessions.geo_data_country: United States
sorts: [sessions.total_sessions desc]
limit: 500
column_limit: 50
map: usa
map_projection: ''
show_view_names: false
quantize_colors: false
colors: ["#f9f9f9", "#4285F4", "#185ABC"]
color_application:
collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2
palette_id: 5d189dfc-4f46-46f3-822b-bfb0b61777b1
options:
steps: 5
x_axis_gridlines: false
y_axis_gridlines: true
y_axes: [{label: '', orientation: left, series: [{axisId: sessions.total_sessions,
id: sessions.total_sessions, name: Total Sessions}], showLabels: true,
showValues: true, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}, {label: !!null '', orientation: right, series: [{axisId: sessions.total_bounced_sessions_percentage,
id: sessions.total_bounced_sessions_percentage, name: Total Bounced Sessions
Percentage}], showLabels: true, showValues: true, unpinAxis: false,
tickDensity: default, tickDensityCustom: 5, type: linear}, {label: !!null '',
orientation: right, series: [{axisId: sessions.average_session_duration, id: sessions.average_session_duration,
name: 'Average Session Duration (HH:MM:SS)'}], showLabels: false, showValues: false,
unpinAxis: false, tickDensity: default, tickDensityCustom: 5, type: linear}]
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: percent
limit_displayed_rows: false
legend_position: center
series_types: {}
point_style: none
series_colors:
sessions.total_sessions: "#F9AB00"
sessions.average_session_duration: "#1A73E8"
sessions.total_bounced_sessions_percentage: "#12B5CB"
series_labels:
sessions.total_sessions: Sessions
sessions.total_bounced_sessions_percentage: Bounce Rate
sessions.average_session_duration: Avg Session Duration
show_value_labels: false
label_density: 25
x_axis_scale: time
y_axis_combined: true
show_null_points: true
interpolation: linear
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
ordering: none
show_null_labels: false
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
map_plot_mode: points
heatmap_gridlines: false
heatmap_gridlines_empty: false
heatmap_opacity: 0.5
show_region_field: true
draw_map_labels_above_data: true
map_tile_provider: light
map_position: custom
map_scale_indicator: 'off'
map_pannable: true
map_zoomable: true
map_marker_type: circle
map_marker_icon_name: default
map_marker_radius_mode: proportional_value
map_marker_units: meters
map_marker_proportional_scale_type: linear
map_marker_color_mode: fixed
show_legend: true
quantize_map_value_colors: false
reverse_map_value_colors: false
map_latitude: 36.94989178681327
map_longitude: -91.142578125
map_zoom: 3
hidden_fields: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 29
col: 9
width: 7
height: 8
- title: Top Countries (Non-US)
name: Top Countries (Non-US)
model: ga4
explore: sessions
type: looker_geo_choropleth
fields: [sessions.total_sessions, sessions.geo_data_country]
filters:
sessions.geo_data_country: "-United States"
sorts: [sessions.total_sessions desc]
limit: 500
column_limit: 50
map: world
map_projection: ''
show_view_names: false
quantize_colors: false
colors: ["#f9f9f9", "#4285F4", "#185ABC"]
color_application:
collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2
palette_id: 5d189dfc-4f46-46f3-822b-bfb0b61777b1
options:
steps: 5
x_axis_gridlines: false
y_axis_gridlines: true
y_axes: [{label: '', orientation: left, series: [{axisId: sessions.total_sessions,
id: sessions.total_sessions, name: Total Sessions}], showLabels: true,
showValues: true, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}, {label: !!null '', orientation: right, series: [{axisId: sessions.total_bounced_sessions_percentage,
id: sessions.total_bounced_sessions_percentage, name: Total Bounced Sessions
Percentage}], showLabels: true, showValues: true, unpinAxis: false,
tickDensity: default, tickDensityCustom: 5, type: linear}, {label: !!null '',
orientation: right, series: [{axisId: sessions.average_session_duration, id: sessions.average_session_duration,
name: 'Average Session Duration (HH:MM:SS)'}], showLabels: false, showValues: false,
unpinAxis: false, tickDensity: default, tickDensityCustom: 5, type: linear}]
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: percent
limit_displayed_rows: false
legend_position: center
series_types: {}
point_style: none
series_colors:
sessions.total_sessions: "#F9AB00"
sessions.average_session_duration: "#1A73E8"
sessions.total_bounced_sessions_percentage: "#12B5CB"
series_labels:
sessions.total_sessions: Sessions
sessions.total_bounced_sessions_percentage: Bounce Rate
sessions.average_session_duration: Avg Session Duration
show_value_labels: false
label_density: 25
x_axis_scale: time
y_axis_combined: true
show_null_points: true
interpolation: linear
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
ordering: none
show_null_labels: false
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
single_value_title: Sessions
comparison_label: First Visit Sessions
conditional_formatting: [{type: not null, value: !!null '', background_color: "#F9AB00",
font_color: "#FFF", color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
map_plot_mode: points
heatmap_gridlines: false
heatmap_gridlines_empty: false
heatmap_opacity: 0.5
show_region_field: true
draw_map_labels_above_data: true
map_tile_provider: light
map_position: custom
map_scale_indicator: 'off'
map_pannable: true
map_zoomable: true
map_marker_type: circle
map_marker_icon_name: default
map_marker_radius_mode: proportional_value
map_marker_units: meters
map_marker_proportional_scale_type: linear
map_marker_color_mode: fixed
show_legend: true
quantize_map_value_colors: false
reverse_map_value_colors: false
map_latitude: 36.94989178681327
map_longitude: -91.142578125
map_zoom: 3
hidden_fields: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 29
col: 16
width: 8
height: 8
- title: Sessions by Source Channel
name: Sessions by Source Channel
model: ga4
explore: sessions
type: looker_bar
fields: [sessions.audience_trait, sessions.total_sessions, audience_cohorts.rank]
pivots: [sessions.audience_trait, audience_cohorts.rank]
filters:
sessions.audience_selector: Channel
sorts: [audience_cohorts.rank, sessions.audience_trait]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: percent
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: true
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
defaults_version: 1
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 41
col: 0
width: 24
height: 7
- title: Top Referrers
name: Top Referrers
model: ga4
explore: sessions
type: looker_bar
fields: [sessions.session_attribution_source, sessions.total_sessions]
filters:
sessions.session_attribution_medium: referral
sorts: [sessions.total_sessions desc]
limit: 500
column_limit: 50
dynamic_fields: [{table_calculation: of_total, label: "% of Total", expression: "${sessions.total_sessions}/sum(${sessions.total_sessions})",
value_format: !!null '', value_format_name: percent_0, _kind_hint: measure,
_type_hint: number}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: true
legend_position: center
point_style: none
show_value_labels: true
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
limit_displayed_rows_values:
show_hide: show
first_last: first
num_rows: '10'
hidden_series: [of_total]
series_types: {}
series_colors:
sessions.total_sessions: "#F9AB00"
of_total: "#facb04"
defaults_version: 1
hidden_fields: []
y_axes: []
note_state: collapsed
note_display: hover
note_text: Channel groups are default, as defined by Google https://support.google.com/analytics/answer/9756891?hl=en
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 48
col: 0
width: 12
height: 11
- title: Top Landing Pages
name: Top Landing Pages
model: ga4
explore: sessions
type: looker_bar
fields: [sessions.total_sessions, events.event_param_page]
filters:
events.event_param_page: "-EMPTY"
events.page_view_rank: '1'
sorts: [sessions.total_sessions desc]
limit: 500
column_limit: 50
dynamic_fields: [{table_calculation: of_total, label: "% of Total", expression: "${sessions.total_sessions}/sum(${sessions.total_sessions})",
value_format: !!null '', value_format_name: percent_0, _kind_hint: measure,
_type_hint: number}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: true
legend_position: center
point_style: none
show_value_labels: true
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
limit_displayed_rows_values:
show_hide: show
first_last: first
num_rows: '10'
hidden_series: [of_total]
series_types: {}
series_colors:
sessions.total_sessions: "#F9AB00"
of_total: "#facb04"
defaults_version: 1
hidden_fields: []
y_axes: []
note_state: collapsed
note_display: hover
note_text: Top 10 Landing pages based on Sessions within timeframe
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 48
col: 12
width: 12
height: 11
- title: Page Views
name: Page Views
model: ga4
explore: sessions
type: single_value
fields: [events.total_page_views, events.total_unique_page_views]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
comparison_label: Unique Page Views
conditional_formatting: [{type: not null, value: !!null '', background_color: "#c73727",
font_color: !!null '', color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: false
legend_position: center
point_style: none
show_value_labels: false
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
defaults_version: 1
series_types: {}
hidden_fields: []
y_axes: []
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 63
col: 0
width: 12
height: 4
- title: Average Time on Page
name: Average Time on Page
model: ga4
explore: sessions
type: single_value
fields: [events.average_time_to_next_page]
sorts: [events.average_time_to_next_page desc]
limit: 500
column_limit: 50
custom_color_enabled: true
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
single_value_title: Avg Time on Page
conditional_formatting: [{type: not null, value: !!null '', background_color: "#1A73E8",
font_color: !!null '', color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: []
y_axes: []
note_state: collapsed
note_display: hover
note_text: Avg time spent on each page in session
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 63
col: 12
width: 12
height: 4
- title: Top Pages
name: Top Pages
model: ga4
explore: sessions
type: looker_bar
fields: [events.total_page_views, events.total_unique_page_views, events.event_param_page]
filters:
events.event_param_page: "-EMPTY"
sorts: [events.total_page_views desc]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: false
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: true
legend_position: center
point_style: circle
show_value_labels: true
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
y_axes: [{label: '', orientation: bottom, series: [{axisId: events.total_page_views,
id: events.total_page_views, name: Total Page Views}, {axisId: events.total_unique_page_views,
id: events.total_unique_page_views, name: Total Unique Page Views}], showLabels: false,
showValues: false, unpinAxis: false, tickDensity: default, tickDensityCustom: 5,
type: linear}]
size_by_field: event_data.total_unique_page_views
limit_displayed_rows_values:
show_hide: show
first_last: first
num_rows: '10'
series_types:
events.total_unique_page_views: scatter
series_colors:
events.total_page_views: "#B31412"
events.total_unique_page_views: "#BDC1C6"
label_color: ["#B31412", transparent]
custom_color_enabled: true
show_single_value_title: true
show_comparison: true
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
custom_color: "#FFF"
comparison_label: Unique Page Views
conditional_formatting: [{type: not null, value: !!null '', background_color: "#c73727",
font_color: !!null '', color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: []
note_state: collapsed
note_display: hover
note_text: Top Pages based on Page Views within timeframe
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 67
col: 0
width: 12
height: 12
- title: Average Time by Page
name: Average Time by Page
model: ga4
explore: sessions
type: looker_bar
fields: [events.event_param_page, events.average_time_to_next_page, events.total_page_views]
filters:
events.event_param_page: "-EMPTY"
sorts: [events.total_page_views desc]
limit: 500
column_limit: 50
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: false
show_x_axis_ticks: true
y_axis_scale_mode: linear
x_axis_reversed: false
y_axis_reversed: false
plot_size_by_field: false
trellis: ''
stacking: ''
limit_displayed_rows: true
legend_position: center
point_style: none
show_value_labels: true
label_density: 25
x_axis_scale: auto
y_axis_combined: true
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
y_axes: [{label: '', orientation: bottom, series: [{axisId: events.average_time_to_next_page,
id: events.average_time_to_next_page, name: Average Time to Next Event}],
showLabels: false, showValues: false, unpinAxis: false, tickDensity: default,
tickDensityCustom: 5, type: linear}]
limit_displayed_rows_values:
show_hide: show
first_last: first
num_rows: '10'
series_types: {}
custom_color_enabled: true
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
enable_conditional_formatting: true
conditional_formatting_include_totals: false
conditional_formatting_include_nulls: false
single_value_title: Avg Time on Page
conditional_formatting: [{type: not null, value: !!null '', background_color: "#1A73E8",
font_color: !!null '', color_application: {collection_id: 7c56cc21-66e4-41c9-81ce-a60e1c3967b2,
palette_id: 56d0c358-10a0-4fd6-aa0b-b117bef527ab}, bold: false, italic: false,
strikethrough: false, fields: !!null ''}]
defaults_version: 1
hidden_fields: [events.total_page_views]
note_state: collapsed
note_display: hover
note_text: Avg time spent on each page in session
listen:
Date: sessions.session_date
Landing Page: sessions.landing_page
row: 67
col: 12
width: 12
height: 12
- name: " (2)"
type: text
title_text: ''
subtitle_text: ''
body_text: "---\n<div style=\"text-align: center;\">\n\t<div>\n\t\t<h1 style=\"\
font-size: 28px;\">Behavior\n</h1><h2 style=\"font-size: 16px;\">What are people\
\ doing on your website?\n</h2></div>\n</div>"
row: 59
col: 0
width: 24
height: 4
- name: " (3)"
type: text
title_text: ''
subtitle_text: ''
body_text: "---\n<div style=\"text-align: center;\">\n\t<div>\n\t\t<h1 style=\"\
font-size: 28px;\">Audience</h1><h2 style=\"font-size: 16px;\">Who is visiting\
\ your website?</h2></div>\n</div>"
row: 21
col: 0
width: 24
height: 4
- name: " (4)"
type: text
title_text: ''
subtitle_text: ''
body_text: "---\n<div style=\"text-align: center;\">\n\t<div>\n\t\t<h1 style=\"\
font-size: 28px;\">Acquisition\n</h1><h2 style=\"font-size: 16px;\">How are\
\ people finding you?</h2></div>\n</div>"
row: 37
col: 0
width: 24
height: 4
- name: " (5)"
type: text
title_text: ''
subtitle_text: ''
body_text: "<div style=\"border: solid 1px #1A73E8; border-radius: 5px; padding:\
\ 3px 10px; background: #eaf1fe; text-align: center; margin-bottom: 10px;\"\
>\n\t<div>\n\t\t<img style=\"height: 60px; margin-top: 30px;\" src=\"https://www.gstatic.com/analytics-suite/header/suite/v2/ic_analytics.svg\"\
/>\n\t</div><br>\n<nav style=\"font-size: 18px; position: absolute; bottom:\
\ 0; text-align: center;\">\n <a style=\"padding: 5px; line-height: 40px;\"\
\ href=\"/dashboards-next/ga4::overview\">\n \t<svg style=\"height: 16px; fill: #4285F4;\" class=\"\
svg-icon\" viewBox=\"0 0 20 20\">\n\t\t\t\t\t\t\t<path d=\"M17.431,2.156h-3.715c-0.228,0-0.413,0.186-0.413,0.413v6.973h-2.89V6.687c0-0.229-0.186-0.413-0.413-0.413H6.285c-0.228,0-0.413,0.184-0.413,0.413v6.388H2.569c-0.227,0-0.413,0.187-0.413,0.413v3.942c0,0.228,0.186,0.413,0.413,0.413h14.862c0.228,0,0.413-0.186,0.413-0.413V2.569C17.844,2.342,17.658,2.156,17.431,2.156\
\ M5.872,17.019h-2.89v-3.117h2.89V17.019zM9.587,17.019h-2.89V7.1h2.89V17.019z\
\ M13.303,17.019h-2.89v-6.651h2.89V17.019z M17.019,17.019h-2.891V2.982h2.891V17.019z\"\
></path>\n</svg>\nGA Overview</a>\n<a style=\"padding: 5px; line-height: 40px;\"\
\ href=\"/dashboards-next/ga4::audience\">\n<svg style=\"height: 16px; fill: #4285F4;\" class=\"svg-icon\"\
\ viewBox=\"0 0 20 20\">\n<path d=\"M12.075,10.812c1.358-0.853,2.242-2.507,2.242-4.037c0-2.181-1.795-4.618-4.198-4.618S5.921,4.594,5.921,6.775c0,1.53,0.884,3.185,2.242,4.037c-3.222,0.865-5.6,3.807-5.6,7.298c0,0.23,0.189,0.42,0.42,0.42h14.273c0.23,0,0.42-0.189,0.42-0.42C17.676,14.619,15.297,11.677,12.075,10.812\
\ M6.761,6.775c0-2.162,1.773-3.778,3.358-3.778s3.359,1.616,3.359,3.778c0,2.162-1.774,3.778-3.359,3.778S6.761,8.937,6.761,6.775\
\ M3.415,17.69c0.218-3.51,3.142-6.297,6.704-6.297c3.562,0,6.486,2.787,6.705,6.297H3.415z\"\
></path>\n</svg>\nAudience</a>\n<a style=\"padding: 5px; line-height: 40px;\"\
\ href=\"/dashboards-next/ga4::acquisition\">\n<svg style=\"height: 16px; fill: #4285F4;\" class=\"svg-icon\"\
\ viewBox=\"0 0 20 20\">\n<path d=\"M8.749,9.934c0,0.247-0.202,0.449-0.449,0.449H4.257c-0.247,0-0.449-0.202-0.449-0.449S4.01,9.484,4.257,9.484H8.3C8.547,9.484,8.749,9.687,8.749,9.934\
\ M7.402,12.627H4.257c-0.247,0-0.449,0.202-0.449,0.449s0.202,0.449,0.449,0.449h3.145c0.247,0,0.449-0.202,0.449-0.449S7.648,12.627,7.402,12.627\
\ M8.3,6.339H4.257c-0.247,0-0.449,0.202-0.449,0.449c0,0.247,0.202,0.449,0.449,0.449H8.3c0.247,0,0.449-0.202,0.449-0.449C8.749,6.541,8.547,6.339,8.3,6.339\
\ M18.631,4.543v10.78c0,0.248-0.202,0.45-0.449,0.45H2.011c-0.247,0-0.449-0.202-0.449-0.45V4.543c0-0.247,0.202-0.449,0.449-0.449h16.17C18.429,4.094,18.631,4.296,18.631,4.543\
\ M17.732,4.993H2.46v9.882h15.272V4.993z M16.371,13.078c0,0.247-0.202,0.449-0.449,0.449H9.646c-0.247,0-0.449-0.202-0.449-0.449c0-1.479,0.883-2.747,2.162-3.299c-0.434-0.418-0.714-1.008-0.714-1.642c0-1.197,0.997-2.246,2.133-2.246s2.134,1.049,2.134,2.246c0,0.634-0.28,1.224-0.714,1.642C15.475,10.331,16.371,11.6,16.371,13.078M11.542,8.137c0,0.622,0.539,1.348,1.235,1.348s1.235-0.726,1.235-1.348c0-0.622-0.539-1.348-1.235-1.348S11.542,7.515,11.542,8.137\
\ M15.435,12.629c-0.214-1.273-1.323-2.246-2.657-2.246s-2.431,0.973-2.644,2.246H15.435z\"\
></path>\n</svg>\nAcquisition</a>\n<a style=\"padding: 5px; line-height: 40px;\"\
\ href=\"/dashboards-next/ga4::behavior\">\n<svg style=\"height: 16px; fill: #4285F4;\" class=\"\
svg-icon\" viewBox=\"0 0 20 20\">\n<path d=\"M17.237,3.056H2.93c-0.694,0-1.263,0.568-1.263,1.263v8.837c0,0.694,0.568,1.263,1.263,1.263h4.629v0.879c-0.015,0.086-0.183,0.306-0.273,0.423c-0.223,0.293-0.455,0.592-0.293,0.92c0.07,0.139,0.226,0.303,0.577,0.303h4.819c0.208,0,0.696,0,0.862-0.379c0.162-0.37-0.124-0.682-0.374-0.955c-0.089-0.097-0.231-0.252-0.268-0.328v-0.862h4.629c0.694,0,1.263-0.568,1.263-1.263V4.319C18.5,3.625,17.932,3.056,17.237,3.056\
\ M8.053,16.102C8.232,15.862,8.4,15.597,8.4,15.309v-0.89h3.366v0.89c0,0.303,0.211,0.562,0.419,0.793H8.053z\
\ M17.658,13.156c0,0.228-0.193,0.421-0.421,0.421H2.93c-0.228,0-0.421-0.193-0.421-0.421v-1.263h15.149V13.156z\
\ M17.658,11.052H2.509V4.319c0-0.228,0.193-0.421,0.421-0.421h14.308c0.228,0,0.421,0.193,0.421,0.421V11.052z\"\
></path>\n</svg>\nBehavior</a>\n<a style=\"padding: 5px; line-height: 40px;\"\
\ href=\"/dashboards-next/ga4::custom_goal_conversions\">\n<svg style=\"height: 16px; fill: #4285F4;\" class=\"\
svg-icon\" viewBox=\"0 0 20 20\">\n<path d=\"M15.94,10.179l-2.437-0.325l1.62-7.379c0.047-0.235-0.132-0.458-0.372-0.458H5.25c-0.241,0-0.42,0.223-0.373,0.458l1.634,7.376L4.06,10.179c-0.312,0.041-0.446,0.425-0.214,0.649l2.864,2.759l-0.724,3.947c-0.058,0.315,0.277,0.554,0.559,0.401l3.457-1.916l3.456,1.916c-0.419-0.238,0.56,0.439,0.56-0.401l-0.725-3.947l2.863-2.759C16.388,10.604,16.254,10.22,15.94,10.179M10.381,2.778h3.902l-1.536,6.977L12.036,9.66l-1.655-3.546V2.778z\
\ M5.717,2.778h3.903v3.335L7.965,9.66L7.268,9.753L5.717,2.778zM12.618,13.182c-0.092,0.088-0.134,0.217-0.11,0.343l0.615,3.356l-2.938-1.629c-0.057-0.03-0.122-0.048-0.184-0.048c-0.063,0-0.128,0.018-0.185,0.048l-2.938,1.629l0.616-3.356c0.022-0.126-0.019-0.255-0.11-0.343l-2.441-2.354l3.329-0.441c0.128-0.017,0.24-0.099,0.295-0.215l1.435-3.073l1.435,3.073c0.055,0.116,0.167,0.198,0.294,0.215l3.329,0.441L12.618,13.182z\"\
></path>\n</svg>\nConversions</a>\n</nav>\n</div>"
row: 0
col: 0
width: 24
height: 4
filters:
- name: Date
title: Date
type: field_filter
default_value: 14 day
allow_multiple_values: true
required: false
ui_config:
type: relative_timeframes
display: inline
options: []
model: ga4
explore: sessions
listens_to_filters: []
field: sessions.session_date
- name: Landing Page
title: Landing Page
type: field_filter
default_value: ''
allow_multiple_values: true
required: false
ui_config:
type: tag_list
display: popover
options: []
model: ga4
explore: sessions
listens_to_filters: []
field: sessions.landing_page | LookML | 3 | bcmu/ga_four | dashboards/overview.dashboard.lookml | [
"MIT"
] |
=head1 NAME
examples/shootout/harmonic.pir - Partial sum of Harmonic series
=head1 SYNOPSIS
% ./parrot examples/shootout/harmonic.pir -j 10000000
=head1 DESCRIPTION
Translated from C code by Greg Buchholz into PIR
by Peter Baylies <pbaylies@gmail.com>.
The C code is at:
The Great Computer Language Shootout
http://shootout.alioth.debian.org/
=cut
.sub 'main' :main
.param pmc argv
.local int argc
.local int n
.local num i, sum
i = 1
sum = 0
argc = argv
n = 10000000
if argc <= 1 goto NREDO
$S0 = argv[1]
n = $S0
NREDO: $N1 = 1 / i
sum += $N1
inc i
dec n
if n goto NREDO
$P0 = new .FixedFloatArray
$P0 = 1
$P0[0] = sum
$S0 = sprintf "%.9f\n", $P0
print $S0
end
.end
| Parrot | 4 | kragen/shootout | bench/harmonic/harmonic.parrot | [
"BSD-3-Clause"
] |
:- ensure_loaded(library(clpbn)).
:- ensure_loaded(library('clpbn/hmm')).
:- hmm_state((m/3, i/3, d/3, t/2, b/2, n/2, j/2, e/2, s/2, c/2)).
/*
We represent a plan7 HMMer as a recursive program. There are two parameters:
i represents position on a string
j slice in the HMMer: probability distributions are different for each slice.
An HMM has 10 states (M, I, D are the core states):
S -> begin
N -> before match
B -> begin a match
M -> match state
I -> insertion
D -> deletion
E -> end of match
C -> continuation after matches done
T -> end of sequence
J -> go back to match start.
S, B, E, and T do not emit.
Each state will be represented as a binary random variable.
Also, you'll see terms of the form
{ S = m(I) with p([t,f], trans([MMCPT,IMCPT,DMCPT]), [M0,I0,D0]) }.
the sum function is as examplified:
P(S=t) = P(MMCPT|M0)P(M0=t)+P(IMCPT|M0)P(I0=t)+P(IDCPT|M0)P(D0=t)
P(S=f) = 1-P(S=t)
With sum a single element may be true so if
k1\=k2, P(A_k1=t,A_k2=t) = 0.
*/
% now this is our nice DBN: notice that CPTs depend on slide,
% so this is really an "irregular" DBN.
% first, the emission probabilities (they are easier ;-).
% we look at the core first: m, and i emissions
% next, go to inner states (state transitions).
% the first m-state
m(I,J,M) :-
slices(J), !,
I1 is I+1,
e(I1,E),
{ M = m(I,J) with p(bool, trans([0]),[E]) },
emitting(M).
% standard m-state
m(I,J,M) :-
I1 is I+1,
J1 is J+1,
i(I1,J,NI),
m(I1,J1,NM),
d(I1,J1,ND),
e(I1,NE),
m_i_cpt(J,MICPT),
m_m_cpt(J,MMCPT),
m_d_cpt(J,MDCPT),
m_e_cpt(J,MECPT),
{ M = m(I,J) with p(bool, trans([MICPT,MMCPT,MDCPT,MECPT]),[NI,NM,ND,NE]) },
emitting(M).
i(I,J,S) :-
I1 is I+1,
J1 is J+1,
m(I1,J1,M),
i(I1,J,IS),
i_i_cpt(J,IICPT),
i_m_cpt(J,IMCPT),
{ S = i(I,J) with p(bool, trans([IMCPT,IICPT]), [M,IS]) },
emitting(S).
d(I,J,D) :-
slices(J), !,
e(I,E),
{ D = d(I,J) with p(bool, trans([0]), [E]) }.
d(I,J,S) :-
J1 is J+1,
m(I,J1,M),
d(I,J1,ND),
m_d_cpt(J,MDCPT),
d_d_cpt(J,DDCPT),
{ S = d(I,J) with p(bool, trans([MDCPT,DDCPT]), [M,ND]) }.
e_evidence([],_).
e_evidence([Emission|Es],Emission) :-
e_evidence(Es,Emission).
%
% N, C, and J states can also emit.
%
% and they have transitions.
% initial state
s(0,S) :-
n(0,N),
{ S = s(0) with p(bool, trans([0]),[N]) }.
n(I,S) :-
I1 is I+1,
b(I1, B0),
n(I1, N0),
n_n_cpt(NNCPT),
n_b_cpt(NBCPT),
{ S = n(I) with p(bool, trans([NBCPT,NNCPT]), [B0,N0]) },
emitting(S).
b(I,S) :-
slices(Ss),
b_m_transitions(0,Ss,I,Ms,MCPTs),
d(I,1, D),
b_d_cpt(BMCPT),
{ S = b(I) with p(bool, trans([BMCPT|MCPTs]), [D|Ms]) }.
b_m_transitions(Ss,Ss,_,[],[]) :- !.
b_m_transitions(J0,Ss,I,[M|Ms],[CPT|MCPTs]) :-
J is J0+1,
m(I,J,M),
b_m_cpt(J,CPT),
b_m_transitions(J,Ss,I,Ms,MCPTs).
j(I,S) :-
I1 is I+1,
b(I1, NB),
j(I1, NJ),
j_b_cpt(JBCPT),
j_j_cpt(JJCPT),
{ S = j(I) with p(bool, trans([JBCPT,JJCPT]), [NB,NJ]) },
emitting(S).
e(I,S) :-
c(I, NC),
j(I, NJ),
e_c_cpt(ECCPT),
e_j_cpt(EJCPT),
{ S = e(I) with p(bool, trans([ECCPT,EJCPT]), [NC,NJ]) }.
c(I,S) :-
I1 is I+1,
t(I1, T),
c(I1, NC),
c_t_cpt(CTCPT),
c_c_cpt(CCCPT),
{ S = c(I) with p(bool, trans([CCCPT,CTCPT]),[NC,T]) },
emitting(S).
t(I,S) :-
% I < IMax
{ S = t(I) with p(bool, trans([]), []) }.
% the item I at slice J is a random variable P.
emitting(M) :-
emission(M).
emission_cpt(Key, CPT) :-
Key=..[A,_,Slice], !,
emission_cpt(A, Slice, CPT).
emission_cpt(_, CPT) :-
nule_cpt(CPT).
emission_cpt(m,J,CPT) :- !, me_cpt(J,CPT).
emission_cpt(i,J,CPT) :- !, ie_cpt(J,CPT).
emission_cpt(_,_,CPT) :- nule_cpt(CPT).
ie_cpt(I,Logs) :- ie_cpt(I,Logs,_,_).
me_cpt(I,Logs) :- me_cpt(I,Logs,_,_).
nule_cpt(Logs) :- nule_cpt(Logs,_,_).
b_m_cpt(I,Log) :- b_m_cpt(I,Log,_,_).
b_d_cpt(Log) :- b_d_cpt(Log,_,_).
c_c_cpt(Log) :- c_c_cpt(Log,_,_).
c_t_cpt(Log) :- c_t_cpt(Log,_,_).
d_d_cpt(I,Log) :- d_d_cpt(I,Log,_,_).
d_m_cpt(I,Log) :- d_m_cpt(I,Log,_,_).
e_c_cpt(Log) :- e_c_cpt(Log,_,_).
e_j_cpt(Log) :- e_j_cpt(Log,_,_).
i_i_cpt(I,Log) :- i_i_cpt(I,Log,_,_).
i_m_cpt(I,Log) :- i_m_cpt(I,Log,_,_).
j_b_cpt(Log) :- j_b_cpt(Log,_,_).
j_j_cpt(Log) :- j_j_cpt(Log,_,_).
m_d_cpt(I,Log) :- m_d_cpt(I,Log,_,_).
m_e_cpt(I,Log) :- m_e_cpt(I,Log,_,_).
m_i_cpt(I,Log) :- m_i_cpt(I,Log,_,_).
m_m_cpt(I,Log) :- m_m_cpt(I,Log,_,_).
n_b_cpt(Log) :- n_b_cpt(Log,_,_).
n_n_cpt(Log) :- n_n_cpt(Log,_,_).
%hmm_domain([a, c, d, e, f, g, h, i, k, l, m, n, p, q, r, s, t, v, w, y]).
hmm_domain(aminoacids).
| Prolog | 4 | ryandesign/yap | packages/CLPBN/examples/HMMer/plan7.yap | [
"Artistic-1.0-Perl",
"ClArtistic"
] |
\title{Community}
\subsection{Community}
Edward's community is a key asset. We work together to make Edward a
rewarding experience both in its usage and development.
\subsubsection{General}
The most important community resources for Edward are:
\begin{itemize}
\item
The
\href{https://discourse.edwardlib.org}{Forum},
for any discussion of Edward. The Forum includes user and development
discussion, as well as announcements.
\item
The
\href{http://gitter.im/blei-lab/edward}{Gitter channel},
for any discussion at real time.
\end{itemize}
Both can be used to get help with installation, coding and debugging
in Edward, and any discussion about probabilistic modeling.
You can also find help on the question and answer site,
\href{http://stackoverflow.com}{Stack Overflow}.
\subsubsection{Bug reports \& feature requests}
To submit bug reports or feature requests, use Edward's
\href{https://github.com/blei-lab/edward/issues}{Github issues tracker}.
Check out our
\href{/contributing}{contributing page}
if you'd like to help improve Edward.
| TeX | 1 | xiangze/edward | docs/tex/community.tex | [
"Apache-2.0"
] |
-- @shouldFailWith UnknownClass
module Main where
import Lib
test = x [1, 2, 3]
| PureScript | 2 | metaleap/purs-with-dump-coreimp | examples/failing/2379.purs | [
"BSD-3-Clause"
] |
print("Hello, world.")
| Grace | 0 | Dmitri-2/GraceWebsite | js-simple/tests/retired/t001_print_test.grace | [
"MIT",
"BSD-3-Clause"
] |
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }}</title>
<meta name="description" content="Quill is a free, open source WYSIWYG editor built for the modern web. With its expressive API, you can completely customize it to fit your needs.">
{% include meta.html %}
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="/0.20/assets/css/syntax.css">
<link rel="stylesheet" href="/0.20/assets/css/styles.css">
<link rel="stylesheet" href="//cdn.quilljs.com/0.20.1/quill.snow.css">
{% include analytics.html %}
</head>
<body{% if page.path == '0.20/index.md' %} class="home"{% endif%}>
<a class="version-warning" href="/latest/"><strong>Yeaaah!</strong> A newer version <strong>Quill {{ site.version | split: '.' | slice: 0,2 | join: '.' }}</strong> is out! You are viewing docs for <strong>v0.20</strong>.</a>
<header id="navigation-container" class="navbar">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/0.20/" title="Quill">
<img src="/0.20/assets/images/icon.png" alt="Quill">
<span>Quill</span>
</a>
</div>
<nav class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/0.20/docs/quickstart/" title="Documentation">Documentation</a></li>
<li><a href="/0.20/examples/" title="Examples">Examples</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li ><a href="/blog/" title="Blog">Blog</a></li>
<li><iframe class="github-button" src="//ghbtns.com/github-btn.html?user=quilljs&repo=quill&type=watch&count=true"></iframe></li>
</ul>
</nav>
</div>
</header>
{{ content }}
<footer>
<div class="container">
<ul>
<li><iframe src="//ghbtns.com/github-btn.html?user=quilljs&repo=quill&type=watch&count=true" title="Star on GitHub" width="100" height="20"></iframe></li>
<li><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://quilljs.com" data-text="Quill - A Rich Text Editor with an API" data-via="quilljs">Tweet</a></li>
</ul>
<div>
Quill is open source under
<a title="BSD" href="https://github.com/quilljs/quill#license">BSD</a>.
The latest version is currently
<a title="Version 0.20.1" href="https://github.com/quilljs/quill/releases/tag/v{{site.version}}">v{{site.version}}</a>
</div>
</div>
</footer>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</body>
</html>
| HTML | 4 | ionurboz/quill | docs/_layouts/v0.20.html | [
"BSD-3-Clause"
] |
#
# Main file for fish command completions. This file contains various
# common helper functions for the command completions. All actual
# completions are located in the completions subdirectory.
#
#
# Set default field separators
#
set -g IFS \n\ \t
#
# Set default search paths for completions and shellscript functions
# unless they already exist
#
set -l configdir ~/.config
if set -q XDG_CONFIG_HOME
set configdir $XDG_CONFIG_HOME
end
# __fish_datadir, __fish_sysconfdir, __fish_help_dir, __fish_bin_dir
# are expected to have been set up by read_init from fish.cpp
# Set up function and completion paths. Make sure that the fish
# default functions/completions are included in the respective path.
if not set -q fish_function_path
set fish_function_path $configdir/fish/functions $__fish_sysconfdir/functions $__fish_datadir/functions
end
if not contains $__fish_datadir/functions $fish_function_path
set fish_function_path[-1] $__fish_datadir/functions
end
if not set -q fish_complete_path
set fish_complete_path $configdir/fish/completions $__fish_sysconfdir/completions $__fish_datadir/completions
end
if not contains $__fish_datadir/completions $fish_complete_path
set fish_complete_path[-1] $__fish_datadir/completions
end
#
# This is a Solaris-specific test to modify the PATH so that
# Posix-conformant tools are used by default. It is separate from the
# other PATH code because this directory needs to be prepended, not
# appended, since it contains POSIX-compliant replacements for various
# system utilities.
#
if test -d /usr/xpg4/bin
if not contains /usr/xpg4/bin $PATH
set PATH /usr/xpg4/bin $PATH
end
end
#
# Add a few common directories to path, if they exists. Note that pure
# console programs like makedep sometimes live in /usr/X11R6/bin, so we
# want this even for text-only terminals.
#
set -l path_list /bin /usr/bin /usr/X11R6/bin /usr/local/bin $__fish_bin_dir
# Root should also have the sbin directories in the path
switch $USER
case root
set path_list $path_list /sbin /usr/sbin /usr/local/sbin
end
for i in $path_list
if not contains $i $PATH
if test -d $i
set PATH $PATH $i
end
end
end
#
# Launch debugger on SIGTRAP
#
function fish_sigtrap_handler --on-signal TRAP --no-scope-shadowing --description "Signal handler for the TRAP signal. Lanches a debug prompt."
breakpoint
end
#
# Whenever a prompt is displayed, make sure that interactive
# mode-specific initializations have been performed.
# This handler removes itself after it is first called.
#
function __fish_on_interactive --on-event fish_prompt
__fish_config_interactive
functions -e __fish_on_interactive
end
| fish | 5 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/fish/config.fish | [
"MIT"
] |
extends /templates/play/modal/announcement-modal
block config
- showSubscribe = true
- showNfo = false
block title
h1(style="font-size: 2em; top:-10px" data-i18n="announcement.now_available")
h1(data-i18n="announcement.ritic")
block image
#ice-chamber(style="border-radius: 8px; border:1px solid black;box-sizing:border-box; box-shadow: inset 0 0 32px #000000; overflow:hidden; background-position: 50%; background-size:cover;background-image:url('/images/pages/play/modal/announcement/ritic/ice-background.jpg');height:94%;width:307px;position:absolute;left:1.2%;top:3%")
#shattered-block.ice-block.has-tooltip(style="width: 307px;height:307px;position:absolute;bottom:0;left:0")
img.twitching(style="width: 100%;height:100%;" src="/images/pages/play/modal/announcement/ritic/cracked_block.png")
#chipped-block.ice-block.has-tooltip(style="width: 307px;height:307px;position:absolute;bottom:0;left:0")
img.twitching(style="width: 100%;height:100%;" src="/images/pages/play/modal/announcement/ritic/undercracked_block.png")
#clear-block.ice-block.has-tooltip(style="width: 307px;height:307px;position:absolute;bottom:0;left:0")
img.twitching(style="width: 100%; height:100%;" src="/images/pages/play/modal/announcement/ritic/clear_block.png")
.highlight(style="position: absolute; top: 50%; left: 0; width: 100%; height: 12.5%; background-size: 100%;background-image:url('/images/pages/play/modal/announcement/ritic/ray.png')")
.highlight(style="position: absolute; top: 50%; left: 0; width: 100%; height: 12.5%; background-size: 100%;background-image:url('/images/pages/play/modal/announcement/ritic/ray.png')")
.highlight(style="position: absolute; top: 50%; left: 0; width: 100%; height: 12.5%; background-size: 100%;background-image:url('/images/pages/play/modal/announcement/ritic/ray.png')")
.highlight(style="position: absolute; top: 50%; left: 0; width: 100%; height: 12.5%; background-size: 100%;background-image:url('/images/pages/play/modal/announcement/ritic/ray.png')")
.highlight(style="position: absolute; top: 50%; left: 0; width: 100%; height: 12.5%; background-size: 100%;background-image:url('/images/pages/play/modal/announcement/ritic/ray.png')")
#ritic-image.ritic-block.ritic-block-1.has-tooltip(style="bottom: 10%; left: 25%; width: 153px;height:calc(153px * 1.45);position:absolute;" data-name="announcement.ice_block" data-description="announcement.ice_description")
img(style="width: 100%; height:100%;" src="/images/pages/play/modal/announcement/ritic/assassin-pose.png")
#info-container(style="height:100%;width:calc(100% - 307px);position:absolute;right:0;top:0; ")
#ability-bar(style="z-index: 1; filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.75)); margin:8px; background-repeat: no-repeat; background-position: 50%; width: calc(100% - 16px); height: 125px; background-size: contain; background-image:url('/images/pages/play/modal/announcement/ritic/ability_bar.png'); position:absolute; top: 0%; left:0%")
#blink-icon.ability-icon.has-tooltip(data-gif="blink" data-name="announcement.blink_name" data-description="announcement.blink_description")
img(style="width: 62px; left: 9.75%; top:21.75%;" src="/images/pages/play/modal/announcement/ritic/blink.png")
#darkness-icon.ability-icon.has-tooltip(data-gif="darkness" data-name="announcement.wallOfDarkness_name" data-description="announcement.wallOfDarkness_description")
img(style="width: 62px; left: 30%; top:21.75%" src="/images/pages/play/modal/announcement/ritic/darkness.png")
#tornado-icon.ability-icon.has-tooltip(data-gif="tornado" data-name="announcement.tornado_name" data-description="announcement.tornado_description")
img(style="width: 62px; left: 51.75%; top:21.75%" src="/images/pages/play/modal/announcement/ritic/tornado.png")
#shadowwalk-icon.ability-icon.has-tooltip(data-gif="shadowwalk" data-name="announcement.shadowStep_name" data-description="announcement.shadowStep_description")
img(style="width: 62px; left: 74%; top:21.75%" src="/images/pages/play/modal/announcement/ritic/shadowwalk.png")
#video-bar(style="overflow: hidden; border-radius: 8px; border:1px solid black;box-sizing:border-box; box-shadow: inset 0 0 32px #000000; margin-top:-20px; position:absolute; top: 125px; left:calc(50% - (293px / 2)); width: 293px;height: 293px;")
img.gif-video#tornado-gif(style="z-index: -1; width: 100%;" src="/images/pages/play/modal/announcement/ritic/tornado.gif")
img.gif-video#shadowwalk-gif(style="display: none; z-index: -1; width: 100%;" src="/images/pages/play/modal/announcement/ritic/shadowwalk.gif")
img.gif-video#blink-gif(style="display: none; z-index: -1; width: 100%;" src="/images/pages/play/modal/announcement/ritic/blink.gif")
img.gif-video#darkness-gif(style="display: none; z-index: -1; width: 100%;" src="/images/pages/play/modal/announcement/ritic/darkness.gif")
block info
| Jade | 1 | cihatislamdede/codecombat | app/templates/play/modal/announcements/2.jade | [
"CC-BY-4.0",
"MIT"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.