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
-- In a module instantiation 'module A = e', 'e' should have the form 'm e1 .. -- en' where 'm' is a module name. module NotAModuleExpr where module Bad = \x -> x
Agda
1
cruhland/agda
test/Fail/NotAModuleExpr.agda
[ "MIT" ]
const expect = @import("std").testing.expect; usingnamespace @import("foo.zig"); usingnamespace @import("bar.zig"); test "no clobbering happened" { @This().foo_function(); @This().bar_function(); try expect(@This().saw_foo_function); try expect(@This().saw_bar_function); }
Zig
3
lukekras/zig
test/behavior/usingnamespace/import_segregation.zig
[ "MIT" ]
% Blind renaming - C blocks % Jim Cordy, May 2010 % Using Gnu C grammar include "c.grm" redefine compound_statement { [IN] [NL] [compound_statement_body] [EX] } [NL] end redefine define potential_clone [compound_statement] end define % Generic blind renaming include "generic-rename-blind.txl"
TXL
3
coder-chenzhi/SQA
SourcererCC/parser/java/txl/c-rename-blind-blocks.txl
[ "Apache-2.0" ]
import "std/file" import "std/filepath" import "std/test" import "std/os" const testdataDir = os.env()['TESTDATA_DIR'] if isNil(testdataDir) { println("TESTDATA_DIR not set") exit(1) } const filename = filepath.join(testdataDir, 'test.txt') test.run("file.readFile", fn(assert) { const data = file.readFile(filename) const expected = "Hello, world!\n" assert.isEq(data, expected) })
Inform 7
4
lfkeitel/nitrogen
tests/stdlib/file.ni
[ "BSD-3-Clause" ]
int a=100; int main() { upc_barrier ; upc_barrier 10; upc_barrier a+10; //upc_barrier 0.9; //illegal case return 0; }
Unified Parallel C
2
maurizioabba/rose
projects/UpcTranslation/tests/barrier.upc
[ "BSD-3-Clause" ]
import Foundation public class Fish { @NSManaged public var name: String }
Swift
4
lwhsu/swift
test/SILGen/Inputs/nsmanaged-witness-multi-other.swift
[ "Apache-2.0" ]
import * as React from 'react'; import clsx from 'clsx'; import { useForkRef, capitalize } from '@mui/material/utils'; import { alpha, styled } from '@mui/material/styles'; import { unstable_composeClasses as composeClasses, generateUtilityClass, generateUtilityClasses, } from '@mui/base'; import { WrapperVariant, WrapperVariantContext, } from '../internal/pickers/wrappers/WrapperVariantContext'; export interface YearProps { autoFocus?: boolean; children: React.ReactNode; classes?: { root?: string; modeDesktop?: string; modeMobile?: string; yearButton?: string; disabled?: string; selected?: string; }; className?: string; disabled?: boolean; forwardedRef?: React.Ref<HTMLButtonElement>; onClick: (event: React.MouseEvent, value: number) => void; onKeyDown: (event: React.KeyboardEvent, value: number) => void; selected: boolean; value: number; } export function getPickersYearUtilityClass(slot: string) { return generateUtilityClass('PrivatePickersYear', slot); } export type PickersYearClassKey = keyof NonNullable<YearProps['classes']>; export const pickersYearClasses = generateUtilityClasses<PickersYearClassKey>( 'PrivatePickersYear', ['root', 'modeMobile', 'modeDesktop', 'yearButton', 'disabled', 'selected'], ); const useUtilityClasses = (ownerState: YearProps & { wrapperVariant: WrapperVariant }) => { const { wrapperVariant, disabled, selected, classes } = ownerState; const slots = { root: ['root', wrapperVariant && `mode${capitalize(wrapperVariant)}`], yearButton: ['yearButton', disabled && 'disabled', selected && 'selected'], }; return composeClasses(slots, getPickersYearUtilityClass, classes); }; const PickersYearRoot = styled('div', { skipSx: true })<{ ownerState: YearProps & { wrapperVariant: WrapperVariant }; }>(({ ownerState }) => ({ flexBasis: '33.3%', display: 'flex', alignItems: 'center', justifyContent: 'center', ...(ownerState?.wrapperVariant === 'desktop' && { flexBasis: '25%', }), })); const PickersYearButton = styled('button', { skipSx: true })<{ ownerState: YearProps & { wrapperVariant: WrapperVariant }; }>(({ theme }) => ({ color: 'unset', backgroundColor: 'transparent', border: 0, outline: 0, ...theme.typography.subtitle1, margin: '8px 0', height: 36, width: 72, borderRadius: 18, cursor: 'pointer', '&:focus, &:hover': { backgroundColor: alpha(theme.palette.action.active, theme.palette.action.hoverOpacity), }, [`&.${pickersYearClasses.disabled}`]: { color: theme.palette.text.secondary, }, [`&.${pickersYearClasses.selected}`]: { color: theme.palette.primary.contrastText, backgroundColor: theme.palette.primary.main, '&:focus, &:hover': { backgroundColor: theme.palette.primary.dark, }, }, })); /** * @ignore - internal component. */ const PickersYear = React.forwardRef<HTMLButtonElement, YearProps>(function PickersYear( props, forwardedRef, ) { const { autoFocus, className, children, disabled, onClick, onKeyDown, selected, value } = props; const ref = React.useRef<HTMLButtonElement>(null); const refHandle = useForkRef(ref, forwardedRef as React.Ref<HTMLButtonElement>); const wrapperVariant = React.useContext(WrapperVariantContext); const ownerState = { ...props, wrapperVariant, }; const classes = useUtilityClasses(ownerState); // TODO: Can we just forward this to the button? React.useEffect(() => { if (autoFocus) { // `ref.current` being `null` would be a bug in MUIu ref.current!.focus(); } }, [autoFocus]); return ( <PickersYearRoot data-mui-test="year" className={clsx(classes.root, className)} ownerState={ownerState} > <PickersYearButton ref={refHandle} disabled={disabled} type="button" data-mui-test={`year-${children}`} tabIndex={selected ? 0 : -1} onClick={(event) => onClick(event, value)} onKeyDown={(event) => onKeyDown(event, value)} className={classes.yearButton} ownerState={ownerState} > {children} </PickersYearButton> </PickersYearRoot> ); }); export default PickersYear;
TypeScript
4
timwang-ai/material-ui
packages/mui-lab/src/YearPicker/PickersYear.tsx
[ "MIT" ]
static const q15_t in_com1[512] = { 0x3AE0, 0x07CC, 0xFBCC, 0x1E50, 0x9245, 0xDE55, 0xC639, 0x9BD7, 0x0F04, 0xF9D3, 0x1791, 0x09CF, 0xE123, 0xEABD, 0x9027, 0xB7F0, 0xD705, 0xBEEE, 0x15DD, 0x13D9, 0xFB04, 0x096A, 0x364E, 0xDEE3, 0xF4ED, 0x1DEA, 0xE666, 0xF072, 0xCAC8, 0x2674, 0x1092, 0xEC36, 0x0CB8, 0xF380, 0xA277, 0x106B, 0x3533, 0x1316, 0xCD5F, 0x981C, 0xEF8C, 0x2C6D, 0xDC77, 0x0C5A, 0x19BE, 0xF295, 0x58A7, 0x1A81, 0xCDFF, 0x5E5D, 0xDC2D, 0xE1A0, 0x1BDC, 0x0BF1, 0x54D9, 0x2F62, 0xDC7E, 0xB395, 0xF662, 0x129F, 0xCB93, 0x2354, 0x3029, 0xF4B0, 0xF8B8, 0x1E70, 0xE490, 0xFB15, 0x4EA3, 0x45D3, 0x292B, 0x12C5, 0xFF29, 0xFDE5, 0xF9DD, 0x0F8B, 0x1CE5, 0xD229, 0x2A9E, 0xCA6A, 0xDE36, 0xF466, 0xEDD6, 0xF285, 0x0399, 0xF560, 0xF36A, 0x315B, 0xD8D6, 0x20C8, 0xE6AE, 0x46D5, 0xFE1E, 0xED5D, 0xBC5D, 0xDF83, 0xB765, 0xD9DC, 0x185A, 0xF23E, 0xC918, 0xDE19, 0xAF0E, 0x0F87, 0x11AE, 0xEE54, 0xF53E, 0x4094, 0xD396, 0xC093, 0x56BD, 0xFDA1, 0xF0DD, 0x1FF1, 0xB897, 0x170C, 0x4587, 0x11B6, 0xF2E3, 0xFC86, 0xF2BF, 0xCAD9, 0xD692, 0xD715, 0xD8EF, 0x1803, 0x1F9B, 0x5052, 0x356C, 0xFC89, 0xB8E4, 0x0B69, 0x039D, 0xC76C, 0x1638, 0x2B06, 0x04B3, 0xBB79, 0xFABF, 0x235B, 0xB7D4, 0xCCED, 0xF385, 0x2B54, 0xECA0, 0x04F4, 0x4611, 0xE983, 0xD96D, 0xC01B, 0xE630, 0xE1E9, 0x3537, 0xF4DE, 0x2232, 0xF89C, 0x1A99, 0x3344, 0x1C06, 0x21AB, 0x3C10, 0xF52D, 0x13A3, 0x13B4, 0xFC6E, 0xDE51, 0x019E, 0xFFB5, 0xF7C9, 0x2369, 0xFF0B, 0xE753, 0xD5E9, 0x13F9, 0x1ED8, 0xDE6E, 0x1C72, 0x0F75, 0xEFEF, 0xDBF0, 0x64B3, 0xE11C, 0xD0F2, 0xBE1C, 0x11F6, 0x0404, 0x1878, 0x006E, 0x1DD3, 0xFFEB, 0xD696, 0xDA5A, 0xC28B, 0xAF0D, 0xD83D, 0x4C16, 0xED16, 0x41DA, 0xF6B5, 0x0A81, 0xDD9A, 0x49FD, 0x16D2, 0x185C, 0xF231, 0xD9E9, 0xDCEB, 0x11CF, 0xE27F, 0xDF18, 0x46EC, 0xCCF1, 0xC09F, 0x02D6, 0x4533, 0x0BB6, 0xE625, 0x0AF9, 0xD086, 0x138C, 0x026D, 0xFCB4, 0x33A1, 0x0151, 0xC969, 0x1839, 0xC66D, 0xFEAB, 0x0689, 0xF67C, 0x45BF, 0x1AA9, 0xBCF8, 0xEC79, 0x0FF2, 0xE401, 0xE3E9, 0xF006, 0xDC62, 0x0624, 0xE480, 0x4A05, 0xE54A, 0xC8D5, 0xE990, 0x3BC1, 0x1CA3, 0x9A77, 0xF679, 0xEF34, 0xDC7D, 0xF7E2, 0x16E7, 0x28A7, 0xC2F1, 0xD3EA, 0x2D66, 0xC001, 0x264E, 0xE3C6, 0x118F, 0xB7AF, 0x35BD, 0xFA10, 0xFC42, 0xD890, 0xF53E, 0x00F1, 0x1FE4, 0xF135, 0xEBAB, 0xC64D, 0x2955, 0x26A4, 0xF86D, 0x0A7C, 0x0AD2, 0xD062, 0x11E8, 0xF909, 0xF96F, 0xD801, 0xF115, 0x1825, 0xBF2E, 0xEA40, 0x2907, 0xBCD6, 0x1F69, 0xCBFC, 0xFAB0, 0xE716, 0xE981, 0x072D, 0x1360, 0x0400, 0xFDEE, 0xF8BB, 0xD823, 0x5C07, 0xDB67, 0x3E52, 0x0249, 0xD300, 0x1902, 0x21C0, 0x59C6, 0xB4BA, 0xAEB5, 0x061C, 0x2EDE, 0x04D3, 0xD4A4, 0x0F9D, 0x377E, 0xAD85, 0x1277, 0xC080, 0x46A2, 0xF6C0, 0x4095, 0xE2BB, 0x28A3, 0xDFB4, 0x35C4, 0xFD6A, 0xCB6B, 0xF389, 0x1D80, 0x2545, 0x5502, 0xCD41, 0x235B, 0xF748, 0x0AF3, 0x125E, 0xA413, 0xE2CB, 0xE5DC, 0x276D, 0xF656, 0x5238, 0xA3E3, 0x1EC4, 0x108E, 0x2879, 0xFCD3, 0xD7E1, 0x18B1, 0x03F6, 0xE792, 0x2876, 0x086F, 0x7235, 0xF700, 0x0E04, 0x27AE, 0xD4E2, 0x13EF, 0xE041, 0x0AE8, 0xCD84, 0x0C2C, 0x8000, 0x2F21, 0x1478, 0xDCBA, 0x1DD8, 0x0FC1, 0x6E53, 0xD496, 0xF563, 0x2761, 0x9AF9, 0xCFAD, 0xEDB6, 0x0451, 0x0DAC, 0xCC7C, 0xCF22, 0xCCE1, 0xD269, 0x0AC7, 0x03FC, 0xCED5, 0x081E, 0x0B2A, 0x2E20, 0xE7B3, 0xF9CC, 0x0B6B, 0xD386, 0xE4A7, 0x1093, 0x4C60, 0x1930, 0x12BB, 0xE33C, 0x1A3F, 0x081C, 0xF490, 0xC923, 0x2036, 0x1445, 0xC87B, 0x0995, 0x2CF2, 0xE88E, 0x0E29, 0x30F7, 0xCF82, 0x0872, 0x1167, 0x101C, 0xED63, 0xC9F5, 0xD30C, 0x0B5A, 0x19A5, 0xCDCC, 0x53A0, 0x8F0D, 0x417B, 0xAB53, 0xDAEE, 0x49EB, 0x09A3, 0x038D, 0xE882, 0x3282, 0x183E, 0x3256, 0x05F4, 0x0B9C, 0xFE7A, 0x42A4, 0xD758, 0xA67F, 0x15DC, 0xF9EF, 0x155C, 0xF168, 0xDB3C, 0xC32A, 0xD322, 0xD36E, 0x326A, 0x06BB, 0xF1C9, 0xE217, 0x2D43, 0xDB4B, 0x0A5B, 0xE72B, 0xCDA2, 0xF3EF, 0x3932, 0xE21B, 0xE95B, 0xEB51, 0x15FD, 0xF1D2, 0x1B54, 0xFD4E, 0xF4F0, 0xD1C0, 0x498A, 0x0291, 0x4AD8, 0xEAEE, 0x0390, 0xD61B, 0xF6DA, 0x24FB, 0xCED6, 0x01B5, 0x0696, 0xB734, 0xEFE3, 0xB57F, 0xD13D, 0xA3CE, 0xEF94, 0xD554, 0x2D58, 0x1FDB, 0xD52B, 0xDD6B, 0x0BE4, 0xB266, 0x28B7, 0xD386, 0xFBDE, 0x0FA5, 0x0509, 0xF501, 0xCC81, 0x2D94, 0xF901, 0x466F, 0xE58D, 0xFB6A, 0x153A, 0x1D15, 0x3E41, 0xD358, 0x18E3, 0xD541, 0xDF69, 0xF8CF, 0x4B62, 0x3539 }; static const q15_t in_com2[512] = { 0x2726, 0xED0F, 0x15CA, 0x1E72, 0x156B, 0x1318, 0x34E9, 0xCC4C, 0x0C32, 0xF12A, 0xB338, 0xBAEF, 0xEA78, 0xF3A5, 0x1017, 0x2314, 0xFE9D, 0xD945, 0xFE4F, 0xED5D, 0x2B71, 0xCEB4, 0x559A, 0xD27B, 0xF166, 0x127E, 0x02D5, 0xE47C, 0x499F, 0xD53A, 0x2A13, 0xF848, 0xCD14, 0xBF90, 0x0825, 0xDF5D, 0xE78D, 0x2338, 0xDECE, 0x0649, 0xD83E, 0x23EE, 0x09D5, 0x186B, 0xDD0A, 0xF2A6, 0xE2F4, 0x1729, 0xEF46, 0x09C2, 0x08F1, 0x2F48, 0x0DD4, 0x2760, 0xF207, 0xF0D3, 0xEAD6, 0x097E, 0x19BC, 0xE4DD, 0xD1ED, 0xFD18, 0x042F, 0xCBA7, 0xFF37, 0xFC63, 0x1E31, 0xFCE9, 0x1CEB, 0xD930, 0x1266, 0xBE64, 0x07E8, 0x0C04, 0xF930, 0x0E53, 0x168E, 0xDA4F, 0xF480, 0x25B6, 0xDD12, 0x24A2, 0x8BDA, 0xEE4F, 0xF0D8, 0x0A82, 0xFAE9, 0x014B, 0xDDAB, 0xB9DD, 0x1352, 0xD837, 0x0BDD, 0xF05D, 0x2F6B, 0x499D, 0xE848, 0x3BBA, 0x0686, 0xE3EC, 0xE8C0, 0x1D78, 0x0409, 0x28BC, 0xF6C0, 0x1456, 0x02F1, 0x0CFC, 0x1EE5, 0x2020, 0xF5E7, 0x72D3, 0xFE01, 0xF767, 0xDD28, 0x2554, 0xC912, 0x32AF, 0xEA31, 0x12C4, 0xECB6, 0x1E5B, 0xD445, 0x1A1B, 0x0113, 0xD09D, 0xE02A, 0xD3C8, 0x2056, 0xA2DC, 0x537C, 0xD6E2, 0x348E, 0x9FC3, 0x4379, 0x2270, 0x2038, 0x2E45, 0x48C9, 0xFBBA, 0x174B, 0x0FE2, 0xF7E0, 0x2C6F, 0xD1D7, 0xD83A, 0x2380, 0xB80F, 0x4058, 0xE327, 0x19A1, 0xD7F3, 0xEAA1, 0xD2C3, 0xBD5F, 0x0036, 0x15AC, 0x5238, 0x0E02, 0xDD01, 0xF6A3, 0xFF3B, 0x113F, 0x015A, 0xECCA, 0x00C1, 0x0657, 0xE6FA, 0x31E2, 0xEE8F, 0x42EA, 0xF692, 0x1386, 0xE151, 0x353C, 0xF624, 0x004D, 0xD40A, 0x0A7B, 0xCF3B, 0xF793, 0xF1C0, 0xD4E8, 0xAF87, 0xF55C, 0x1C43, 0xF831, 0xE8D5, 0xEFAD, 0x080B, 0x112B, 0x4F43, 0xFE25, 0xE26D, 0x2A81, 0xEAB7, 0x05D2, 0xAF2F, 0x1AAF, 0xB42E, 0xFDF7, 0x0BF3, 0x0778, 0xE445, 0x2661, 0x1E92, 0x3A07, 0x1EF8, 0xD584, 0xDA3C, 0xF57A, 0x2D54, 0x1312, 0x2DA7, 0x1391, 0xFF2D, 0xE2FF, 0xE1C2, 0xD7DA, 0x00E8, 0x2A66, 0xF27B, 0xBFDB, 0xDCB3, 0x0E9E, 0xFA3A, 0xEC7B, 0xE0DB, 0x5452, 0x07FC, 0x26F0, 0xEE19, 0x246C, 0x0CDC, 0x1ABE, 0x156E, 0xEBD3, 0xF940, 0x0457, 0xC644, 0xE832, 0xCD27, 0x0610, 0x0AE5, 0xA0D9, 0xB9FA, 0x2B4A, 0xCE5F, 0x428C, 0x01CD, 0xE44E, 0xFAA4, 0x036D, 0xED11, 0xE0DD, 0x215F, 0x116A, 0x111D, 0x21D1, 0x3F18, 0x0C6B, 0xFF88, 0xDE91, 0x07C0, 0xD957, 0x65D4, 0xE797, 0x3504, 0xD100, 0x28B5, 0x0241, 0xF6F0, 0x7375, 0x2E74, 0x3BCC, 0x00DE, 0x16D5, 0xB429, 0xFDA9, 0xD3C6, 0x3078, 0xE32C, 0xF379, 0xEE44, 0xF025, 0xBBE0, 0x377A, 0xE01B, 0x1E90, 0xD796, 0x1923, 0x01A0, 0xEF95, 0xF5DA, 0xDBE5, 0xDD02, 0x1922, 0xDC09, 0x3C9F, 0x0E2C, 0x3B2A, 0x41FE, 0x2B7C, 0x0358, 0x38ED, 0x0E04, 0xF445, 0xC6EA, 0x0B82, 0xF598, 0xFAEA, 0xF18B, 0xD6C8, 0x4613, 0x5466, 0xF95C, 0x13DC, 0x07DC, 0x10F0, 0xF5B4, 0x310D, 0x19AA, 0xF938, 0x035E, 0x5474, 0x0BC2, 0x5869, 0x021D, 0xF958, 0xAC03, 0x10D7, 0xF7B0, 0x148D, 0xECF1, 0x1B0E, 0x1FC7, 0x0425, 0x4A26, 0xF7D3, 0x3484, 0xD9BD, 0x1E70, 0xD660, 0xCDB3, 0xF37D, 0xF248, 0x0294, 0x2592, 0xDE65, 0x214D, 0xFE72, 0xE4B7, 0x5C39, 0x026D, 0xFC08, 0xF3BC, 0x1C43, 0xF166, 0x1E0D, 0x07FF, 0x0FB9, 0xD575, 0xF485, 0xF7BF, 0x28E2, 0x1D71, 0xEC57, 0xEF97, 0xFA54, 0xA7F8, 0x6342, 0x2DEA, 0x27D8, 0xBAD6, 0x1A93, 0x20AB, 0x0625, 0xB825, 0x000A, 0x27A9, 0xD7E4, 0xF8D8, 0xDA6C, 0xEEE2, 0x0028, 0x519E, 0xF3F0, 0x49DA, 0x0099, 0x036E, 0x36AA, 0xE1DF, 0xE5AB, 0x0DA2, 0x22DC, 0x46AC, 0xFDC5, 0xDB8F, 0x5C2D, 0xF4C5, 0x0E23, 0x169C, 0x38FC, 0xE0B2, 0x0E83, 0x2D42, 0x25FC, 0x001C, 0x0CEA, 0x20D5, 0x19D1, 0x18EE, 0x30C6, 0xF4FA, 0x0F9A, 0x3473, 0x3309, 0x16A5, 0xCEBE, 0x12AB, 0xE592, 0x2C89, 0xD7EC, 0xE02A, 0x11E4, 0xB7B0, 0x2A81, 0x2954, 0x41AF, 0x30D3, 0xDE81, 0xDBCA, 0xD013, 0xE45B, 0xFA99, 0x0924, 0x5DAB, 0x4ACC, 0xFA5B, 0x2746, 0x0568, 0xE190, 0xE54B, 0xF5BE, 0xDF24, 0xC63E, 0xFBB5, 0x12B4, 0xC2CB, 0xFA06, 0x261C, 0x0ED3, 0xF4B9, 0xFB1A, 0xF6DD, 0x264F, 0xCBD6, 0xC3CA, 0x12B2, 0xB78F, 0x0866, 0xFE93, 0xEB56, 0xE0F0, 0x6623, 0x0846, 0x153A, 0x121A, 0x1B0B, 0x0E12, 0x516F, 0xC22A, 0xE56C, 0x17C0, 0x08D5, 0xE392, 0x1073, 0x7FFF, 0xBCFF, 0xD449, 0xF1A6, 0xE4D9, 0xDDC4, 0xE1C2, 0xF637, 0xDFD7, 0x03A3, 0xDC5B, 0xCBD5, 0xC1C8, 0xF37E, 0x0101, 0x105B, 0xDB71, 0x41B1, 0xEA79, 0xDC7F, 0xB308, 0xD47E, 0x3A2E, 0x1AC8, 0xDDD1, 0xAF67, 0x2D81, 0xC618, 0x1DC1, 0xFF5A, 0xCC6E, 0x2969, 0xDC33, 0x2C29, 0xF6BF }; static const q15_t in_com3[256] = { 0x13E3, 0xEFF3, 0x0498, 0x01BB, 0x07EB, 0xE61D, 0x0A9A, 0xEA1A, 0xC613, 0x0F79, 0xF3A2, 0x9B75, 0x173E, 0x2EFB, 0xF4A4, 0xFC0D, 0xEBAA, 0xE8D6, 0x1770, 0x0750, 0xF09C, 0x1A67, 0xEEAD, 0x3925, 0x1A90, 0x2925, 0xC852, 0xC2C5, 0xD114, 0xC17F, 0x5B19, 0xCF7F, 0xFF20, 0xEE10, 0x0DB6, 0xF564, 0x2D7C, 0xF11C, 0x1DBD, 0xEABA, 0xD44C, 0x0D35, 0xD87D, 0x76DA, 0xDCC0, 0x0D3D, 0xFE7B, 0xD4D7, 0x2DDB, 0x2E55, 0xF88E, 0x1CA3, 0xF01B, 0xF198, 0x157A, 0x2953, 0xD8BD, 0xFF14, 0xF1ED, 0xFB1C, 0x8000, 0x2B0C, 0xACD4, 0xE237, 0xE68E, 0xFAD2, 0xE1BB, 0x3324, 0xFF8C, 0xF545, 0x0976, 0xD4AB, 0xE4DA, 0x0509, 0x052B, 0x01D7, 0x0EF2, 0x391F, 0xAA8D, 0xD10B, 0x1A4B, 0xE521, 0x2D78, 0x28A6, 0xC865, 0xF777, 0xF044, 0x0D7A, 0xBBC3, 0xF712, 0x5E5D, 0x3576, 0xF4DF, 0x4F37, 0xD4AD, 0x166B, 0xC2B3, 0xDB0D, 0x0CFB, 0x4096, 0xDDD2, 0xB7DD, 0x2AF5, 0x2590, 0x1E99, 0x19E2, 0x22A8, 0xFA2E, 0xCA76, 0xE855, 0x4635, 0x2522, 0xE94C, 0xFC15, 0xE04E, 0x3E84, 0x6058, 0xD1AE, 0x9C90, 0x3351, 0xB733, 0x0B20, 0x09C0, 0xC330, 0x2FC7, 0xF67B, 0x151A, 0x208D, 0xF1BD, 0xE6EC, 0x03F6, 0x47C6, 0x2D9A, 0xD71D, 0xC0E7, 0xC998, 0xEA60, 0x2A4F, 0x0369, 0x3A59, 0xA671, 0xF63B, 0xD8F8, 0xB5E7, 0x05E2, 0x1D84, 0x1BB9, 0xDE9E, 0x425F, 0xEFEB, 0x23AE, 0x3EFE, 0x042B, 0xFE53, 0xE6F6, 0x7682, 0x2194, 0xA26E, 0x3725, 0x0379, 0x30B9, 0xFC29, 0x0AC6, 0xDF33, 0xFA41, 0x4827, 0xE243, 0x25DB, 0x00A3, 0xFF10, 0x1608, 0x1B31, 0x07BA, 0x2686, 0xFE5A, 0xC658, 0x0AAA, 0x092D, 0xF5D1, 0xAD66, 0xCAD9, 0xABA9, 0x70DD, 0xDDD7, 0x29B8, 0xFC34, 0x569B, 0x27FA, 0x04FE, 0xDCB8, 0xF6C4, 0xEE4B, 0xCAA5, 0x2F73, 0x1F07, 0xFB9F, 0x26BB, 0x3667, 0xCEFE, 0x12AA, 0x04AA, 0x0264, 0x8E10, 0xF379, 0xEFF1, 0xCE3F, 0xC560, 0xEC38, 0xABFE, 0x16FD, 0x6023, 0x0C2A, 0xC9A7, 0x056D, 0xED32, 0xE69C, 0xD93C, 0x1F64, 0x3425, 0x083F, 0xD0D6, 0xE822, 0xE50D, 0xCBEA, 0xF181, 0x9407, 0x3EE5, 0xE35C, 0xBACC, 0xC112, 0x10F9, 0x6A52, 0xCB2A, 0x1271, 0x18DE, 0xFFC9, 0xF9F8, 0xCDA5, 0x205C, 0xC409, 0x0F0E, 0xCC7C, 0xDF5E, 0x1753, 0x30A9, 0xF78F, 0x176B, 0xEB12, 0x0960, 0x0ACC, 0xEA8C, 0xFBE9, 0xFC87, 0xD053, 0xF4FD, 0xCF46 }; static const q15_t ref_conj[512] = { 0x3AE0, 0xF834, 0xFBCC, 0xE1B0, 0x9245, 0x21AB, 0xC639, 0x6429, 0x0F04, 0x062D, 0x1791, 0xF631, 0xE123, 0x1543, 0x9027, 0x4810, 0xD705, 0x4112, 0x15DD, 0xEC27, 0xFB04, 0xF696, 0x364E, 0x211D, 0xF4ED, 0xE216, 0xE666, 0x0F8E, 0xCAC8, 0xD98C, 0x1092, 0x13CA, 0x0CB8, 0x0C80, 0xA277, 0xEF95, 0x3533, 0xECEA, 0xCD5F, 0x67E4, 0xEF8C, 0xD393, 0xDC77, 0xF3A6, 0x19BE, 0x0D6B, 0x58A7, 0xE57F, 0xCDFF, 0xA1A3, 0xDC2D, 0x1E60, 0x1BDC, 0xF40F, 0x54D9, 0xD09E, 0xDC7E, 0x4C6B, 0xF662, 0xED61, 0xCB93, 0xDCAC, 0x3029, 0x0B50, 0xF8B8, 0xE190, 0xE490, 0x04EB, 0x4EA3, 0xBA2D, 0x292B, 0xED3B, 0xFF29, 0x021B, 0xF9DD, 0xF075, 0x1CE5, 0x2DD7, 0x2A9E, 0x3596, 0xDE36, 0x0B9A, 0xEDD6, 0x0D7B, 0x0399, 0x0AA0, 0xF36A, 0xCEA5, 0xD8D6, 0xDF38, 0xE6AE, 0xB92B, 0xFE1E, 0x12A3, 0xBC5D, 0x207D, 0xB765, 0x2624, 0x185A, 0x0DC2, 0xC918, 0x21E7, 0xAF0E, 0xF079, 0x11AE, 0x11AC, 0xF53E, 0xBF6C, 0xD396, 0x3F6D, 0x56BD, 0x025F, 0xF0DD, 0xE00F, 0xB897, 0xE8F4, 0x4587, 0xEE4A, 0xF2E3, 0x037A, 0xF2BF, 0x3527, 0xD692, 0x28EB, 0xD8EF, 0xE7FD, 0x1F9B, 0xAFAE, 0x356C, 0x0377, 0xB8E4, 0xF497, 0x039D, 0x3894, 0x1638, 0xD4FA, 0x04B3, 0x4487, 0xFABF, 0xDCA5, 0xB7D4, 0x3313, 0xF385, 0xD4AC, 0xECA0, 0xFB0C, 0x4611, 0x167D, 0xD96D, 0x3FE5, 0xE630, 0x1E17, 0x3537, 0x0B22, 0x2232, 0x0764, 0x1A99, 0xCCBC, 0x1C06, 0xDE55, 0x3C10, 0x0AD3, 0x13A3, 0xEC4C, 0xFC6E, 0x21AF, 0x019E, 0x004B, 0xF7C9, 0xDC97, 0xFF0B, 0x18AD, 0xD5E9, 0xEC07, 0x1ED8, 0x2192, 0x1C72, 0xF08B, 0xEFEF, 0x2410, 0x64B3, 0x1EE4, 0xD0F2, 0x41E4, 0x11F6, 0xFBFC, 0x1878, 0xFF92, 0x1DD3, 0x0015, 0xD696, 0x25A6, 0xC28B, 0x50F3, 0xD83D, 0xB3EA, 0xED16, 0xBE26, 0xF6B5, 0xF57F, 0xDD9A, 0xB603, 0x16D2, 0xE7A4, 0xF231, 0x2617, 0xDCEB, 0xEE31, 0xE27F, 0x20E8, 0x46EC, 0x330F, 0xC09F, 0xFD2A, 0x4533, 0xF44A, 0xE625, 0xF507, 0xD086, 0xEC74, 0x026D, 0x034C, 0x33A1, 0xFEAF, 0xC969, 0xE7C7, 0xC66D, 0x0155, 0x0689, 0x0984, 0x45BF, 0xE557, 0xBCF8, 0x1387, 0x0FF2, 0x1BFF, 0xE3E9, 0x0FFA, 0xDC62, 0xF9DC, 0xE480, 0xB5FB, 0xE54A, 0x372B, 0xE990, 0xC43F, 0x1CA3, 0x6589, 0xF679, 0x10CC, 0xDC7D, 0x081E, 0x16E7, 0xD759, 0xC2F1, 0x2C16, 0x2D66, 0x3FFF, 0x264E, 0x1C3A, 0x118F, 0x4851, 0x35BD, 0x05F0, 0xFC42, 0x2770, 0xF53E, 0xFF0F, 0x1FE4, 0x0ECB, 0xEBAB, 0x39B3, 0x2955, 0xD95C, 0xF86D, 0xF584, 0x0AD2, 0x2F9E, 0x11E8, 0x06F7, 0xF96F, 0x27FF, 0xF115, 0xE7DB, 0xBF2E, 0x15C0, 0x2907, 0x432A, 0x1F69, 0x3404, 0xFAB0, 0x18EA, 0xE981, 0xF8D3, 0x1360, 0xFC00, 0xFDEE, 0x0745, 0xD823, 0xA3F9, 0xDB67, 0xC1AE, 0x0249, 0x2D00, 0x1902, 0xDE40, 0x59C6, 0x4B46, 0xAEB5, 0xF9E4, 0x2EDE, 0xFB2D, 0xD4A4, 0xF063, 0x377E, 0x527B, 0x1277, 0x3F80, 0x46A2, 0x0940, 0x4095, 0x1D45, 0x28A3, 0x204C, 0x35C4, 0x0296, 0xCB6B, 0x0C77, 0x1D80, 0xDABB, 0x5502, 0x32BF, 0x235B, 0x08B8, 0x0AF3, 0xEDA2, 0xA413, 0x1D35, 0xE5DC, 0xD893, 0xF656, 0xADC8, 0xA3E3, 0xE13C, 0x108E, 0xD787, 0xFCD3, 0x281F, 0x18B1, 0xFC0A, 0xE792, 0xD78A, 0x086F, 0x8DCB, 0xF700, 0xF1FC, 0x27AE, 0x2B1E, 0x13EF, 0x1FBF, 0x0AE8, 0x327C, 0x0C2C, 0x7FFF, 0x2F21, 0xEB88, 0xDCBA, 0xE228, 0x0FC1, 0x91AD, 0xD496, 0x0A9D, 0x2761, 0x6507, 0xCFAD, 0x124A, 0x0451, 0xF254, 0xCC7C, 0x30DE, 0xCCE1, 0x2D97, 0x0AC7, 0xFC04, 0xCED5, 0xF7E2, 0x0B2A, 0xD1E0, 0xE7B3, 0x0634, 0x0B6B, 0x2C7A, 0xE4A7, 0xEF6D, 0x4C60, 0xE6D0, 0x12BB, 0x1CC4, 0x1A3F, 0xF7E4, 0xF490, 0x36DD, 0x2036, 0xEBBB, 0xC87B, 0xF66B, 0x2CF2, 0x1772, 0x0E29, 0xCF09, 0xCF82, 0xF78E, 0x1167, 0xEFE4, 0xED63, 0x360B, 0xD30C, 0xF4A6, 0x19A5, 0x3234, 0x53A0, 0x70F3, 0x417B, 0x54AD, 0xDAEE, 0xB615, 0x09A3, 0xFC73, 0xE882, 0xCD7E, 0x183E, 0xCDAA, 0x05F4, 0xF464, 0xFE7A, 0xBD5C, 0xD758, 0x5981, 0x15DC, 0x0611, 0x155C, 0x0E98, 0xDB3C, 0x3CD6, 0xD322, 0x2C92, 0x326A, 0xF945, 0xF1C9, 0x1DE9, 0x2D43, 0x24B5, 0x0A5B, 0x18D5, 0xCDA2, 0x0C11, 0x3932, 0x1DE5, 0xE95B, 0x14AF, 0x15FD, 0x0E2E, 0x1B54, 0x02B2, 0xF4F0, 0x2E40, 0x498A, 0xFD6F, 0x4AD8, 0x1512, 0x0390, 0x29E5, 0xF6DA, 0xDB05, 0xCED6, 0xFE4B, 0x0696, 0x48CC, 0xEFE3, 0x4A81, 0xD13D, 0x5C32, 0xEF94, 0x2AAC, 0x2D58, 0xE025, 0xD52B, 0x2295, 0x0BE4, 0x4D9A, 0x28B7, 0x2C7A, 0xFBDE, 0xF05B, 0x0509, 0x0AFF, 0xCC81, 0xD26C, 0xF901, 0xB991, 0xE58D, 0x0496, 0x153A, 0xE2EB, 0x3E41, 0x2CA8, 0x18E3, 0x2ABF, 0xDF69, 0x0731, 0x4B62, 0xCAC7 }; static const q31_t ref_dot_prod_3[2] = { 0xFF7120DE, 0xFF8EC992 }; static const q31_t ref_dot_prod_4n[2] = { 0xFF6737B0, 0xFF4B14C3 }; static const q31_t ref_dot_prod_4n1[2] = { 0xFF28DDCF, 0xFF925F46 }; static const q15_t ref_mag[256] = { 0x1DB2, 0x0F4D, 0x3964, 0x39D1, 0x081E, 0x0CC3, 0x12BD, 0x4287, 0x2673, 0x0EC4, 0x0553, 0x1FCD, 0x0FF3, 0x0EFA, 0x20D4, 0x0CE7, 0x08EB, 0x2F7B, 0x1C43, 0x39C9, 0x17B0, 0x12CF, 0x0E84, 0x2E44, 0x3565, 0x177C, 0x0F28, 0x3097, 0x2A22, 0x0A7B, 0x1F9C, 0x18BC, 0x0FA6, 0x0DF0, 0x3495, 0x16A0, 0x0122, 0x085B, 0x1B18, 0x223C, 0x11DD, 0x0B4F, 0x059C, 0x1978, 0x1989, 0x259C, 0x095E, 0x2585, 0x2902, 0x0DFC, 0x2044, 0x2936, 0x0C80, 0x20BC, 0x26B7, 0x2B62, 0x11AD, 0x2585, 0x23E0, 0x06C8, 0x1B64, 0x1D1E, 0x16EE, 0x2B28, 0x1AC4, 0x2402, 0x1C59, 0x1836, 0x2258, 0x11DF, 0x2C35, 0x168C, 0x0A00, 0x24CB, 0x2551, 0x13D3, 0x1B2F, 0x117E, 0x1CE1, 0x15E7, 0x1E84, 0x0DE9, 0x10F0, 0x00D3, 0x122D, 0x0C59, 0x174B, 0x16CB, 0x1030, 0x13BD, 0x34AA, 0x287C, 0x0934, 0x0C3D, 0x0EE9, 0x1BFC, 0x32D1, 0x2AED, 0x2242, 0x0703, 0x28CC, 0x10B1, 0x1442, 0x13AC, 0x1619, 0x2BB2, 0x1FB8, 0x2317, 0x0E0B, 0x19AC, 0x020C, 0x19D3, 0x1DDC, 0x1CCB, 0x05C6, 0x2556, 0x22E9, 0x101C, 0x1028, 0x1212, 0x277B, 0x1EA6, 0x1FEA, 0x34BF, 0x09A8, 0x1237, 0x1754, 0x25A8, 0x273B, 0x17CA, 0x2536, 0x1B08, 0x13CF, 0x0566, 0x1194, 0x1E97, 0x1C4A, 0x0678, 0x186A, 0x099B, 0x1444, 0x0E31, 0x2230, 0x275A, 0x1E62, 0x0CBC, 0x0BCE, 0x09E4, 0x03C8, 0x3225, 0x2423, 0x1687, 0x1500, 0x3A94, 0x28C3, 0x178E, 0x170B, 0x31B5, 0x2111, 0x239E, 0x2374, 0x19F4, 0x1AEA, 0x1B05, 0x17C4, 0x3180, 0x1235, 0x0AB1, 0x303A, 0x17A7, 0x2964, 0x308F, 0x15DD, 0x1420, 0x0C81, 0x17A2, 0x3942, 0x0854, 0x1D4C, 0x12BE, 0x19D3, 0x404A, 0x19B1, 0x171A, 0x37B9, 0x1659, 0x3637, 0x19D6, 0x072B, 0x2381, 0x2240, 0x05BF, 0x18EB, 0x17BA, 0x0C8A, 0x16F5, 0x0FFD, 0x2836, 0x112A, 0x0DBC, 0x1C05, 0x1308, 0x1C2C, 0x1959, 0x197C, 0x189C, 0x0BDB, 0x1C94, 0x172F, 0x1C30, 0x4645, 0x3585, 0x2959, 0x0523, 0x1BDA, 0x1BEF, 0x0686, 0x2154, 0x3127, 0x0B58, 0x0CEF, 0x238A, 0x1F9F, 0x196E, 0x108F, 0x1D23, 0x0D74, 0x19E5, 0x2045, 0x0F56, 0x0D15, 0x0DBB, 0x17C7, 0x24CB, 0x26E0, 0x1506, 0x130C, 0x1899, 0x248C, 0x261D, 0x33B0, 0x16DD, 0x1BB5, 0x1B87, 0x2741, 0x1E26, 0x0817, 0x060C, 0x2262, 0x2364, 0x0D6C, 0x1200, 0x264F, 0x18BB, 0x10B0, 0x2E23 }; static const q15_t ref_mag_squared[256] = { 0x06E3, 0x01D4, 0x19BB, 0x1A1D, 0x0084, 0x0146, 0x02BE, 0x2293, 0x0B8D, 0x01B4, 0x0039, 0x07E7, 0x01FD, 0x01C1, 0x086B, 0x014D, 0x009F, 0x119D, 0x063D, 0x1A16, 0x0462, 0x02C4, 0x01A5, 0x10B9, 0x1646, 0x044F, 0x01CB, 0x1272, 0x0DDE, 0x00DC, 0x07CE, 0x04C8, 0x01EA, 0x0185, 0x159A, 0x0400, 0x0003, 0x008C, 0x05BC, 0x0928, 0x027E, 0x0100, 0x003F, 0x0511, 0x0518, 0x0B0D, 0x00AF, 0x0AFF, 0x0D23, 0x0187, 0x0822, 0x0D45, 0x0138, 0x085F, 0x0BB6, 0x0EB4, 0x0271, 0x0AFF, 0x0A0E, 0x005C, 0x05DC, 0x069F, 0x041B, 0x0E8D, 0x0599, 0x0A21, 0x0647, 0x0494, 0x0937, 0x027F, 0x0F45, 0x03F9, 0x00C8, 0x0A94, 0x0AE1, 0x0312, 0x05C6, 0x0264, 0x0684, 0x03C0, 0x0746, 0x0183, 0x023E, 0x0001, 0x0295, 0x0131, 0x043D, 0x040F, 0x020C, 0x030B, 0x15AB, 0x0CCE, 0x00A9, 0x012B, 0x01BD, 0x061E, 0x142D, 0x0E65, 0x092B, 0x0062, 0x0D01, 0x022D, 0x0335, 0x0306, 0x03D1, 0x0EEB, 0x07DC, 0x099F, 0x018A, 0x0526, 0x0008, 0x0536, 0x06F7, 0x067A, 0x0043, 0x0AE4, 0x0985, 0x0207, 0x020A, 0x028D, 0x0C2D, 0x0757, 0x07F5, 0x15BD, 0x00BA, 0x0297, 0x0441, 0x0B14, 0x0C06, 0x046C, 0x0AD1, 0x05B6, 0x0311, 0x003A, 0x026A, 0x074F, 0x0641, 0x0054, 0x04A8, 0x00B9, 0x0335, 0x0193, 0x0921, 0x0C19, 0x0736, 0x0144, 0x0117, 0x00C4, 0x001D, 0x13A5, 0x0A34, 0x03F7, 0x0372, 0x1ACF, 0x0CFB, 0x0456, 0x0426, 0x134D, 0x088B, 0x09E9, 0x09D2, 0x0543, 0x05A9, 0x05B4, 0x046A, 0x1325, 0x0297, 0x00E5, 0x122C, 0x045F, 0x0D63, 0x126C, 0x03BC, 0x032A, 0x0139, 0x045D, 0x199D, 0x008B, 0x06B5, 0x02BF, 0x0536, 0x204A, 0x0528, 0x042B, 0x1842, 0x03E7, 0x16F7, 0x0537, 0x0067, 0x09D9, 0x092A, 0x0042, 0x04DA, 0x0466, 0x013B, 0x041E, 0x01FF, 0x0CA2, 0x024D, 0x0179, 0x0622, 0x02D4, 0x0633, 0x0505, 0x0513, 0x04BB, 0x0119, 0x0661, 0x0433, 0x0635, 0x2693, 0x1661, 0x0D5B, 0x0035, 0x0610, 0x0619, 0x0055, 0x08AE, 0x12E0, 0x0101, 0x014F, 0x09DE, 0x07D0, 0x050E, 0x0224, 0x06A2, 0x016A, 0x053D, 0x0823, 0x01D6, 0x0156, 0x0179, 0x046B, 0x0A93, 0x0BCF, 0x0374, 0x02D6, 0x04BA, 0x0A6F, 0x0B59, 0x14DF, 0x0415, 0x05FF, 0x05EB, 0x0C0A, 0x071A, 0x0083, 0x0049, 0x093D, 0x09C9, 0x0168, 0x0288, 0x0B77, 0x04C7, 0x022D, 0x10A1 }; static const q15_t ref_mult_cmplx[512] = { 0x04CA, 0xFE6B, 0xFE05, 0x010A, 0xFCAA, 0xFA80, 0xEFEA, 0xFB7C, 0x002E, 0xFF6B, 0xFDCA, 0xFB5A, 0x00C9, 0x01A4, 0x016C, 0xF612, 0xFB30, 0x0347, 0x00A6, 0xFF23, 0x007C, 0x0147, 0x0623, 0xF5A3, 0xFF3C, 0xFEBF, 0xFF06, 0x014A, 0xFB8F, 0x09FA, 0x0110, 0xFE20, 0xFD29, 0xFFA5, 0xFF8F, 0x0639, 0xFC26, 0x02C0, 0x048F, 0x061D, 0xFE29, 0xFB65, 0xFEBB, 0xFE8B, 0xFDE4, 0x003F, 0xF9C5, 0x0282, 0xFFD6, 0xFBF7, 0x022E, 0xFC29, 0xFFD5, 0x0277, 0xFF17, 0xFC31, 0x02E2, 0x0280, 0x0081, 0x0172, 0x04EB, 0xFD1E, 0xFF3D, 0xFAFC, 0x003A, 0x0001, 0xFE5A, 0xFFE0, 0x09BC, 0xFDFC, 0x03E2, 0xFB66, 0x0009, 0xFFF3, 0xFFA6, 0xFF9F, 0xFDE6, 0xFBDB, 0x02FD, 0x0458, 0x0323, 0xFE60, 0x03A8, 0x03AF, 0x001D, 0x0063, 0x0000, 0xFF7A, 0x071E, 0x032B, 0x048C, 0x04A4, 0xFF63, 0xFFA0, 0xFE68, 0xF344, 0x07D0, 0xF94C, 0xFF8E, 0xFE7D, 0x0472, 0xFE61, 0xFE20, 0xF9AF, 0x0062, 0x0106, 0xFE4D, 0x0019, 0x014D, 0xF963, 0xFED2, 0x1380, 0x0098, 0x0021, 0x032E, 0xF93A, 0xF6CA, 0x04FC, 0x00B0, 0xFFAB, 0x03A7, 0x0138, 0x05A0, 0x0162, 0x0224, 0x03AB, 0x04F9, 0xF847, 0x02BE, 0xF610, 0xF552, 0x0792, 0xF5BC, 0xF983, 0x0009, 0x072A, 0x067D, 0xFC1D, 0xFF8C, 0x0512, 0xFE4D, 0xFB70, 0xFC70, 0xFE3B, 0x0222, 0x010F, 0x01B3, 0xF498, 0xF78D, 0xFA25, 0xFC5B, 0x0083, 0xFCCC, 0xFBC3, 0xFB8E, 0x00FA, 0xF8E5, 0x0671, 0x0311, 0xFF01, 0xFEE3, 0x001C, 0x009C, 0x00B7, 0x002F, 0x0142, 0x0001, 0xFFEB, 0x0068, 0x03BB, 0xFF6C, 0xFCCB, 0xFF98, 0x0349, 0x028F, 0xFBEA, 0x0158, 0xFD91, 0xFC3C, 0x00CB, 0xFD7C, 0xFDB5, 0xF99B, 0x0CF1, 0xFF68, 0x00E8, 0xFFA5, 0xFEE3, 0xFF0D, 0x0079, 0x0471, 0xF854, 0xFB8C, 0x03D8, 0xFFDD, 0x07F8, 0x0A2E, 0x03BC, 0x0112, 0x01EC, 0xFE69, 0xFEE7, 0x01A7, 0xFF1F, 0x013D, 0xFC52, 0xFAF2, 0xFFE5, 0x0005, 0x04E8, 0x0310, 0x0754, 0xFD63, 0xFA74, 0x02AA, 0x0056, 0x021D, 0x00E8, 0x03B0, 0xFE62, 0x001D, 0xFFAA, 0xF99F, 0xFC47, 0xFEB7, 0x014F, 0x021D, 0x038E, 0x013A, 0xFE89, 0x063C, 0xFF97, 0xFBB9, 0xFCED, 0x0201, 0xFF35, 0x00E5, 0x0100, 0x0064, 0x0411, 0x08A1, 0xFF4A, 0x00DC, 0xFEC7, 0x0C58, 0xF7F7, 0xF894, 0xF4A4, 0xFED2, 0xFDC9, 0x01D6, 0x00D0, 0x01A8, 0xFF6D, 0x0696, 0xFEB4, 0x03AF, 0xFF57, 0x0602, 0x02DB, 0x005C, 0xFE3B, 0xFC95, 0x0133, 0x0820, 0x023C, 0x006A, 0xFED7, 0xFE40, 0x03E5, 0xFEE4, 0x001B, 0x05D1, 0x0C77, 0xFF19, 0x0136, 0xF96E, 0xFC46, 0xFF51, 0xFE7C, 0xFD20, 0xFC95, 0x0134, 0xFFED, 0xFF1D, 0x094C, 0x0043, 0xF62B, 0xFDC5, 0xFA6A, 0xFFD1, 0xFEC3, 0x00DD, 0x0037, 0xFEE8, 0xFE65, 0xFF63, 0xFFCA, 0xF8BC, 0x09CB, 0xF3BD, 0x027C, 0x007D, 0xFC31, 0x01DB, 0x0470, 0xF58D, 0xF7B7, 0xFE4C, 0x01CA, 0xFFAC, 0xFEA1, 0x015B, 0xF8CF, 0x0814, 0xF1AF, 0x01B1, 0xFDD2, 0x0227, 0xFE46, 0x07A8, 0x006F, 0xFFAD, 0x00B2, 0x08EE, 0x00CF, 0xF6F9, 0xFDA1, 0x05BB, 0xFAAD, 0x01F9, 0xFCF3, 0x0118, 0xFE55, 0xFF70, 0x01A6, 0x037C, 0xF273, 0xFC60, 0xFCB0, 0xFBD6, 0xF948, 0x0A83, 0x068C, 0x00AE, 0xFE91, 0x02EE, 0xFF91, 0xFE1F, 0x0159, 0x023B, 0x012E, 0x00FA, 0x149D, 0x0068, 0x001B, 0x00F6, 0xFC7D, 0x01AA, 0xFE73, 0xFC24, 0xFD8B, 0xFDAA, 0x02AC, 0x0296, 0x0458, 0x0250, 0xFFFC, 0x12CB, 0xFC12, 0xF889, 0xFA0D, 0xF56B, 0xF2D2, 0xFEA9, 0xFBF8, 0x01F9, 0xFF8F, 0x03C8, 0xFC02, 0x035E, 0x0449, 0xFF58, 0xFF59, 0xFEB1, 0xF82A, 0xF915, 0x0086, 0x0003, 0xFFD4, 0xFE9A, 0xFA94, 0x00F7, 0xFE6B, 0x01B9, 0x0C42, 0xFDDF, 0xFECB, 0x04E7, 0x00E2, 0x021B, 0xFDFB, 0x04D3, 0x0049, 0xFD94, 0xFB5D, 0x0357, 0xFE45, 0xFD38, 0x0225, 0xFD25, 0xFE11, 0x0201, 0x0129, 0x04F8, 0xFC72, 0xFB04, 0xFF25, 0xFF5D, 0x05C4, 0x0582, 0x0D1B, 0xF59C, 0x028F, 0x0925, 0x07D1, 0x0083, 0x0113, 0xF82B, 0x043D, 0x01F9, 0xFAFE, 0x0012, 0xFE98, 0xFED4, 0xFF45, 0x05A3, 0xE9B0, 0x0039, 0x01BE, 0xFF5C, 0xFE93, 0x00B3, 0x03E9, 0xFDDA, 0x07EC, 0xFF55, 0x01C9, 0x015A, 0x03BE, 0x046E, 0xFE94, 0xFF89, 0x0073, 0x01CD, 0xFC72, 0xF6A8, 0xFC52, 0xFC3F, 0x0273, 0x0052, 0xFFB5, 0xFEBC, 0xFE73, 0xFE8A, 0xF698, 0x02F5, 0x02B5, 0x0488, 0x00F2, 0xFB82, 0xF8E8, 0xFEC2, 0xFDA8, 0xFF3F, 0x02C2, 0x1269, 0xFF4F, 0xFBBF, 0x0B20, 0xFC6C, 0x0510, 0xFE94, 0x03D3, 0x0122, 0xFC8B, 0xFD4A, 0x02BD, 0xF55C, 0x0676, 0xFF18, 0x012B, 0x00FC, 0x00CB, 0x002F, 0xFE61, 0x0A6C, 0x0495, 0xF897, 0xF938, 0xFE4F, 0x0187, 0xFA13, 0xFD4F, 0xFB8E, 0x08AB, 0xFBAA, 0xFD8C, 0xFCDC, 0x01B2, 0x0777, 0x033A }; static const q15_t ref_mult_real[512] = { 0x0926, 0x0136, 0x0087, 0xFC33, 0xFC10, 0xFECB, 0xFF38, 0xFEA6, 0x00EE, 0xFF9E, 0xFB3C, 0xFE04, 0xFD72, 0xFE3D, 0x1323, 0x0C54, 0x128C, 0x1D73, 0x02A5, 0x0266, 0x007B, 0xFF17, 0xD558, 0x1A03, 0xFDFD, 0x056F, 0xF69B, 0xFA4B, 0x04B9, 0xFC96, 0xFF7D, 0x009C, 0xFDFB, 0x01FC, 0x10ED, 0xFD07, 0x09BE, 0x037F, 0xFD1C, 0xFA11, 0x01FA, 0xFAA9, 0xF8AC, 0x028C, 0xFC84, 0x01D1, 0x2794, 0x0BD5, 0xF59F, 0x1395, 0xF47C, 0xF63D, 0xF3E1, 0xFACE, 0xD769, 0xE955, 0x0D04, 0x1C03, 0x04B2, 0xF6E8, 0xDAB1, 0x1924, 0xEDC0, 0x0449, 0x000D, 0xFFCB, 0x03D8, 0x00B0, 0x086D, 0x077B, 0xFC96, 0xFE72, 0xFFB4, 0xFF40, 0x00B7, 0xFE31, 0x06B7, 0xF55A, 0xF8EB, 0x08E8, 0x0B89, 0x03F6, 0xFE20, 0xFE9C, 0xFEE4, 0x0348, 0xF451, 0x2DD4, 0x0AC9, 0xF6F9, 0xFD62, 0x0754, 0x0006, 0x0039, 0x16CE, 0x0AF4, 0xE5FD, 0xF256, 0x08D1, 0xFB05, 0x0332, 0x01F9, 0xEDE4, 0x0379, 0xFDCE, 0x0232, 0x0136, 0xF8BB, 0xF88C, 0xF55C, 0x1C00, 0xFF3C, 0x04A5, 0xF634, 0x0083, 0xFFD6, 0xF85B, 0xFE0D, 0x0080, 0x0022, 0x0D41, 0x3527, 0xF211, 0xF23D, 0x1963, 0xF066, 0xF8A5, 0xED50, 0xF561, 0x00B0, 0x02E1, 0xFF8A, 0xFF25, 0x0D61, 0x08E0, 0x1131, 0xFFFC, 0x003E, 0x0071, 0xFD09, 0xFAAA, 0xFC3A, 0x043A, 0xF155, 0x041C, 0xFEF3, 0x02C1, 0xFF1E, 0xFE71, 0xFD6C, 0xFFA1, 0xFF91, 0x0636, 0xFEB3, 0x0F42, 0xFCB4, 0xEE3E, 0xDDC6, 0xF5B8, 0xF3A6, 0x0C56, 0xFDC7, 0xFBE1, 0xFBDD, 0xFEBB, 0xF409, 0x0084, 0xFFE8, 0x0392, 0xF09E, 0x0010, 0x01A5, 0x052D, 0xFD8B, 0x033F, 0xFC77, 0xF0D6, 0xF7C2, 0x011F, 0x0284, 0x4A3D, 0xE93A, 0xEC59, 0xE47B, 0xFE70, 0xFFA7, 0x0F25, 0x0044, 0xF5E8, 0x0007, 0xF8BF, 0xF968, 0x1D6F, 0x26C5, 0x0B7A, 0xEA0A, 0xFE15, 0x06AD, 0xFB4F, 0x054D, 0x092F, 0xEC3E, 0xF324, 0xF245, 0xFB5E, 0xF338, 0xF5B4, 0x053A, 0xF8F3, 0xF822, 0x0E57, 0xF5AD, 0xEED7, 0x00C5, 0xFCDA, 0xFF78, 0x0AD1, 0xFB69, 0x08C7, 0xFC63, 0x0154, 0xFE31, 0x0EFA, 0x0062, 0x09AF, 0xFBB4, 0x01C3, 0x000A, 0xFE62, 0x025B, 0x2211, 0x0D05, 0xCD8C, 0xF14D, 0xFA3B, 0x0A22, 0x15D2, 0x0C69, 0xF1B9, 0x0276, 0x0FA4, 0xD5E7, 0xFDAE, 0xFB35, 0xFE4A, 0x048D, 0xF265, 0x303D, 0xFC71, 0xF9BB, 0x02A4, 0x009B, 0x03C7, 0x06B4, 0xF079, 0xF4CA, 0xFAF1, 0x0721, 0xF87F, 0x0588, 0x008B, 0xFDC3, 0x1E22, 0xFCAC, 0xFEAB, 0xF1F3, 0x0370, 0xFFB3, 0xF048, 0x074B, 0x08A4, 0x1886, 0xF904, 0xF979, 0xFD7F, 0x0377, 0x004A, 0xFEBB, 0x082A, 0xFCD3, 0x0498, 0x1BFC, 0x0123, 0xFE28, 0x13C4, 0x06A2, 0xE840, 0x26E1, 0x0172, 0xFD9C, 0xFEC6, 0xFA41, 0xFB21, 0x018E, 0xFAF3, 0xFEF5, 0xFEED, 0xFC3B, 0x0502, 0xF470, 0xF5CC, 0x115F, 0x0120, 0xE9DB, 0x00D0, 0x0119, 0xFED3, 0x00FC, 0x0FE7, 0xFECE, 0x2B64, 0x0478, 0xF4A0, 0x0419, 0xD76F, 0x3C4B, 0x07F5, 0xE4A5, 0x01EB, 0xFFC0, 0x1895, 0xF4DC, 0xFEC8, 0x00F8, 0x0486, 0xFFC8, 0x0D7A, 0x0332, 0xFEAD, 0xFE54, 0x2FEB, 0xE365, 0xF7C9, 0x0207, 0x033D, 0x056F, 0xFF8B, 0xFFDB, 0x0031, 0xFFB6, 0xFE56, 0x0E27, 0xEC6F, 0x0689, 0x0100, 0x0271, 0xFF0B, 0xF3ED, 0xFFAF, 0xFFF3, 0x0B01, 0xEDC6, 0x00B4, 0x0984, 0xFF5B, 0x0101, 0xFCD8, 0x036E, 0xF323, 0x147D, 0xFB79, 0x14F7, 0xF7FA, 0x5457, 0x298E, 0x120C, 0x096A, 0xF809, 0x0523, 0x23F5, 0x014A, 0x0051, 0x1AA5, 0xBBA5, 0xF0E8, 0xFA4A, 0x002B, 0x0089, 0x0E33, 0x0D78, 0x03B0, 0x034A, 0xFE82, 0xFF73, 0x147F, 0xFC9E, 0x0424, 0x1119, 0xFA1C, 0xFE7F, 0xFF9C, 0x0186, 0xF7BA, 0x0504, 0x2076, 0x0AB4, 0xF8D4, 0x0B04, 0x03D4, 0x012F, 0xFF95, 0xFE00, 0x009A, 0x0061, 0x316B, 0xF779, 0xFB9A, 0x024B, 0xFE39, 0xF9DB, 0x12D9, 0xFCB8, 0xF808, 0xF89F, 0x02E0, 0x085A, 0x1D81, 0xF88D, 0x049B, 0xF6FC, 0x3ECF, 0xAB2B, 0x0639, 0xF7F4, 0x0FBD, 0xE09E, 0x0069, 0x0027, 0x0374, 0xF895, 0xFB31, 0xF604, 0xFE32, 0xFC7C, 0xFFA0, 0x1058, 0xEF70, 0xDB8A, 0x0169, 0xFF9C, 0xF821, 0x0561, 0x06DB, 0x0B58, 0x0972, 0x0962, 0xEB7C, 0xFD43, 0x019C, 0x0363, 0xD9D2, 0x1EF7, 0x0517, 0xF3CC, 0x0B45, 0x02B3, 0xE114, 0x102A, 0x0B22, 0x0A2B, 0x02EA, 0xFE1F, 0x16B3, 0xFDC3, 0x0491, 0x1317, 0x0A98, 0x005F, 0x0E8B, 0xFBE8, 0xFFFE, 0x0012, 0x006E, 0xFE42, 0x1357, 0xFF54, 0x01AA, 0xED99, 0x078D, 0x22E7, 0xFA80, 0xF528, 0x069C, 0x112D, 0xF471, 0xF7E1, 0xF832, 0xF9B3, 0x0485, 0xE280, 0xFD51, 0x02EF, 0xFF3F, 0x02DD, 0xFF2D, 0x01CC, 0xFC3A, 0x0357, 0xFF69, 0x05F1, 0x046F, 0x00C5, 0xFF52, 0xFF12, 0xFE4F, 0x0136, 0xF6BB, 0x0FEC, 0x02CE, 0x009E, 0xE34E, 0xEBBD };
Max
2
maxvankessel/zephyr
tests/lib/cmsis_dsp/complexmath/src/q15.pat
[ "Apache-2.0" ]
--TEST-- void socket_clear_error ([ resource $socket ] ) ; --CREDITS-- marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br --EXTENSIONS-- sockets --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) == 'WIN' ) { die('skip non-windows only test'); } ?> --FILE-- <?php $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_set_option($socket, -1, -1, -1); var_dump(socket_last_error($socket)); socket_clear_error($socket); var_dump(socket_last_error($socket)); ?> --EXPECTF-- Warning: socket_set_option(): Unable to set socket option [%s]: %s in %s on line %d int(%d) int(0)
PHP
3
NathanFreeman/php-src
ext/sockets/tests/socket_clear_error.phpt
[ "PHP-3.01" ]
import os import unittest from test import support from test.support import import_helper # skip tests if _ctypes was not built ctypes = import_helper.import_module('ctypes') ctypes_symbols = dir(ctypes) def need_symbol(name): return unittest.skipUnless(name in ctypes_symbols, '{!r} is required'.format(name)) def load_tests(*args): return support.load_package_tests(os.path.dirname(__file__), *args)
Python
4
shawwn/cpython
Lib/ctypes/test/__init__.py
[ "0BSD" ]
// Ensure we appropriately error instead of overflowing a calculation when creating a new Alloc // Layout // run-fail // compile-flags: -C opt-level=3 // error-pattern: index out of bounds: the len is 0 but the index is 16777216 // ignore-wasm no panic or subprocess support // ignore-emscripten no panic or subprocess support fn do_test(x: usize) { let arr = vec![vec![0u8; 3]]; let mut z = Vec::new(); for arr_ref in arr { for y in 0..x { for _ in 0..1 { z.extend(std::iter::repeat(0).take(x)); let a = y * x; let b = (y + 1) * x - 1; let slice = &arr_ref[a..b]; eprintln!("{} {} {} {}", a, b, arr_ref.len(), slice.len()); eprintln!("{:?}", slice[1 << 24]); } } } } fn main() { do_test(1); do_test(2); }
Rust
3
Eric-Arellano/rust
src/test/ui/issues/issue-69225-layout-repeated-checked-add.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64--linux" @intToPtrResult = local_unnamed_addr global i8 2 @ptrToIntResult = local_unnamed_addr global i8 2 define void @runtime.initAll() local_unnamed_addr { ret void }
LLVM
2
ybkimm/tinygo
interp/testdata/consteval.out.ll
[ "Apache-2.0" ]
--- title: Title description: Description --- /* comment */ .something { }
CSS
1
fuelingtheweb/prettier
tests/css_yaml/comment_after.css
[ "MIT" ]
#!/usr/bin/env bash # This script allows you install your msf payload apk to your Android emulator. # Make sure you have Java and Android SDK. apk_path=$1 if ! [ -x "$(command -v adb)" ] then echo "Android SDK platform-tools not included in \$PATH." exit fi if ! [ -x "$(command -v jarsigner)" ] then echo "jarsigner is missing." exit fi if ! [ -e "$HOME/.android/debug.keystore" ] then echo "Missing ~/.android/debug.keystore" exit fi if [ -z "$apk_path" ] then echo "APK path is required." exit fi if ! [ -a "$apk_path" ] then echo "APK not found." exit fi jarsigner -verbose -keystore ~/.android/debug.keystore -storepass android -keypass android -digestalg SHA1 -sigalg MD5withRSA $apk_path androiddebugkey adb uninstall com.metasploit.stage adb install -r $apk_path adb shell am start -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
Shell
4
OsmanDere/metasploit-framework
tools/exploit/install_msf_apk.sh
[ "BSD-2-Clause", "BSD-3-Clause" ]
(* * 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. *) open OUnit2 let assert_same_elements ~ctxt lst1 lst2 = let sort = List.fast_sort (fun x y -> x - y) in assert_equal ~ctxt (sort lst1) (sort lst2) let assert_one_of ~ctxt item lst = assert_equal ~ctxt (List.mem item lst) true let assert_raises ~ctxt ~f expected_exception = let exn = ref None in (try f () with | e -> exn := Some e); assert_equal ~ctxt !exn (Some expected_exception) let makeUnionFind () = let x = UnionFind.of_list [1; 2; 3; 4; 5; 6; 7; 8; 9] in UnionFind.union x 1 3; UnionFind.union x 2 6; UnionFind.union x 7 9; UnionFind.union x 9 10; UnionFind.union x 4 3; UnionFind.union x 1 10; x let tests = "union_find" >::: [ ( "add" >:: fun ctxt -> let x = UnionFind.make () in UnionFind.add x 3; UnionFind.add x 5; assert_equal ~ctxt (UnionFind.members x 3) [3]; assert_equal ~ctxt (UnionFind.members x 5) [5] ); ( "union_new_values" >:: fun ctxt -> let x = UnionFind.make () in UnionFind.union x 1 3; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 3] ); ( "union_duplicate" >:: fun ctxt -> let x = UnionFind.make () in UnionFind.add x 1; UnionFind.add x 2; UnionFind.union x 1 2; UnionFind.union x 1 2; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 2] ); ( "find" >:: fun ctxt -> let x = makeUnionFind () in assert_one_of ~ctxt (UnionFind.find x 1) [1; 3; 4; 7; 9; 10]; assert_one_of ~ctxt (UnionFind.find x 6) [2; 6]; let y = UnionFind.make () in UnionFind.add y 1; assert_equal ~ctxt (UnionFind.find y 1) 1 ); ( "multiple_groups" >:: fun ctxt -> let x = makeUnionFind () in assert_same_elements ~ctxt (UnionFind.members x 1) [1; 3; 4; 7; 9; 10]; assert_same_elements ~ctxt (UnionFind.members x 6) [2; 6] ); ( "grow" >:: fun ctxt -> let x = UnionFind.of_list [1; 2] in (* Should grow here *) UnionFind.add x 3; UnionFind.add x 4; (* Should grow here too *) UnionFind.add x 5; UnionFind.union x 1 5; UnionFind.union x 3 4; UnionFind.union x 4 2; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 5]; assert_same_elements ~ctxt (UnionFind.members x 4) [3; 4; 2] ); ( "find_not_found" >:: fun ctxt -> let x = UnionFind.make () in assert_raises ~ctxt Not_found ~f:(fun () -> ignore (UnionFind.find x 1)) ); ( "members_not_found" >:: fun ctxt -> let x = UnionFind.make () in assert_raises ~ctxt Not_found ~f:(fun () -> ignore (UnionFind.members x 1)) ); ( "exercise_union_by_rank" >:: fun ctxt -> let x = UnionFind.of_list [1; 2; 3; 4; 5; 6; 7; 8; 9] in (* Two sets have the same rank (0), now [1; 2] has rank 1. *) UnionFind.union x 1 2; (* Put the set with rank 1 first. Resulting set should still have rank 1. *) UnionFind.union x 2 3; (* Put the set with rank 1 second. Resulting set should still have rank 1. *) UnionFind.union x 4 3; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 2; 3; 4] ); ( "of_list" >:: fun ctxt -> (* Exercise power-of-two edge cases looking for off-by-ones *) let x = UnionFind.of_list [] in UnionFind.union x 1 2; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 2]; let x = UnionFind.of_list [1] in UnionFind.union x 1 2; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 2]; let x = UnionFind.of_list [1; 2] in UnionFind.union x 1 2; UnionFind.union x 1 3; UnionFind.union x 4 5; assert_same_elements ~ctxt (UnionFind.members x 1) [1; 2; 3] ); ]
OCaml
5
zhangmaijun/flow
src/common/utils/__tests__/unionFind_test.ml
[ "MIT" ]
( Generated from test_builtin_haskey_in.muv by the MUV compiler. ) ( https://github.com/revarbat/pymuv ) : _main[ _arg -- ret ] { "foo" 3 "bar" 7 "baz" 9 }dict var! _arr "bar" _arr @ swap 1 array_make array_extract ; : __start "me" match me ! me @ location loc ! trig trigger ! _main ;
MUF
3
revarbat/pymuv
tests/test_builtin_haskey_cmp.muf
[ "MIT" ]
(* Get User Name This script uses UI element scripting to get the name for the current user. If "Enable access for assistive devices" is not checked, this script will open the Universal Access System Preference and ask the user to check the checkbox. Copyright 2007 Apple Inc. You may incorporate this Apple sample code into your program(s) without restriction. This Apple sample code has been provided "AS IS" and the responsibility for its operation is yours. You are not permitted to redistribute this Apple sample code as "Apple sample code" after having made changes. If you're going to redistribute the code, we require that you make it clear that the code was descended from Apple sample code, but that you've made changes. *) tell application "System Preferences" activate set current pane to pane "com.apple.preferences.users" end tell tell application "System Events" if UI elements enabled then tell tab group 1 of window "Accounts" of process "System Preferences" click radio button 1 delay 2 get value of text field 1 end tell else tell application "System Preferences" activate set current pane to pane "com.apple.preference.universalaccess" display dialog "UI element scripting is not enabled. Check \"Enable access for assistive devices\"" end tell end if end tell
AppleScript
4
JavascriptID/sourcerer-app
src/test/resources/samples/langs/AppleScript/Get User Name.applescript
[ "MIT" ]
ul - sections.each do |section| li = section.title
Slim
1
tnir/asciidoctor
test/fixtures/custom-backends/slim/html5-custom-outline/outline.html.slim
[ "MIT" ]
module example import StdEnv maxArray :: [Real] [Real] -> [Real] maxArray list1 list2 = [ (max e1 e2) \\ e1 <- list1 & e2 <- list2 ] Start :: [Real] Start = maxArray [1.3,4.1,6.6,2.3,3.5] [2.1,3.3,88.9,-5.0,3.56]
Clean
3
OfekShilon/compiler-explorer
examples/clean/Max_array.icl
[ "BSD-2-Clause" ]
SET optimize_arithmetic_operations_in_aggregate_functions = 1; SELECT max(multiply(1)); -- { serverError 42 } SELECT min(multiply(2));-- { serverError 42 } SELECT sum(multiply(3)); -- { serverError 42 } SELECT max(plus(1)); -- { serverError 42 } SELECT min(plus(2)); -- { serverError 42 } SELECT sum(plus(3)); -- { serverError 42 } SELECT max(multiply()); -- { serverError 42 } SELECT min(multiply(1, 2 ,3)); -- { serverError 42 } SELECT sum(plus() + multiply()); -- { serverError 42 } SELECT sum(plus(multiply(42, 3), multiply(42))); -- { serverError 42 }
SQL
2
pdv-ru/ClickHouse
tests/queries/0_stateless/01323_bad_arg_in_arithmetic_operations.sql
[ "Apache-2.0" ]
codec_type: AUTO stat_prefix: "ingress_http" route_config { virtual_hosts { name: "service" domains: "*" routes { match { prefix: "/service" } route { cluster: "local_service" timeout { seconds: 0 } } } } } http_filters { name: "router" }
PureBasic
4
dcillera/envoy
api/examples/service_envoy/http_connection_manager.pb
[ "Apache-2.0" ]
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. Describe 'Enable-PSBreakpoint' -Tags 'CI' { BeforeEach { # Set some breakpoints $lineBp = Set-PSBreakpoint -Line ([int]::MaxValue) -Script $PSCommandPath | Disable-PSBreakpoint -PassThru $cmdBp = Set-PSBreakpoint -Command Test-ThisIsNotReallyACommand | Disable-PSBreakpoint -PassThru $varBp = Set-PSBreakpoint -Variable thisIsNotReallyAVariable | Disable-PSBreakpoint -PassThru } AfterEach { # Clean up after ourselves Get-PSBreakpoint | Remove-PSBreakpoint } It 'Should enable breakpoints using pipeline input by value' { foreach ($bp in $lineBp, $cmdBp, $varBp) { $bp = $bp | Enable-PSBreakpoint -PassThru $bp.Enabled | Should -BeTrue } } It 'Should enable breakpoints using pipeline input by property name' { foreach ($bp in $lineBp, $cmdBp, $varBp) { $bp = [pscustomobject]@{ Id = $bp.Id } | Enable-PSBreakpoint -PassThru $bp.Enabled | Should -BeTrue } } }
PowerShell
5
rdtechie/PowerShell
test/powershell/Modules/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.Tests.ps1
[ "MIT" ]
upstream githubprapi { server 127.0.0.1:8000; } server { listen 80; server_name default; location / { proxy_pass http://githubprapi; proxy_connect_timeout 60s; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; } }
ApacheConf
4
ganeshkj/githubprapi_nginx_prometheus
githubprapi.vhost
[ "MIT" ]
# Copyright 2019 Google LLC # # 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 # # https://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. e = 65537 c = 0x59081114d5e0fe44922894787879caf778568dde06174a9ab498c9071176f52c9891e987adfac71e53b57e805e244f2667b8d7c098aabc045a9f4618f49300a70022b8642571ffb9948accd96a4943b950e0cd4f47246440b748dfd1ba67e9e966d40096d1a2a0ddcb8e31daf98a9865d2df78a8f72dedd6c656f38c92c6e90e995946126198a9d628758c0408b038954ba7f3dc33803305bcb8adbb67a3f50f4b0e5a49fce30853ee1971c556929e7327cee2476fe7737279871a03a7cd023bb3e8a056217bbbdd53480be56ee76c8a2128cf8f9aec36e9aec3631414031c90e1c7d90a7a7865d02138496382305ae1a92db9e249c8c130cb180a331359a261667ee5a1ef6a0908498b9fcff01c39ac9d99546dab9f17d35ec566d6b69c5d910509a4bf33922728890c4991a1804c4a49a7a874209671e570f368c5738081c4e31d0e76d970552d475332f97ff0c1115f5d7ca7b7a14994661aeb2bcf050240a424125a018d03cb0a5c6bde25b7c0a53912441834ff4579505c85750ef3ff00219084037902c8824065349762e09f3cf2fef589b74b315e9c77713a25890811ab3fa384858ff9e46b7d6dbcaf177fc5d701be0749c4c2e1c409b439830bc34c3d3284f27952b17c930cc9ef6cb6c9aace9a1f5024a21f46387f16470935d0bcc285aa8da3f38ffedef7e5c1f4ccf3968c0485437dcf5d5386afcd0f270e24c9 n = 0xd3eaed980ca42c7957cd728b453e1e4dd81da1e6d3a124f10eb70d6fe8a070a6c5759463a960dce2e73c2f5f7405b5ffe0a25a0847afde6cb4dff6cc7c4b29f7bff5b3c5a4f160ce79b102f1b587775ca745e7ba9e427401b718b9d1be99f145d9c01b37fc24587aaab6edeea037249fc3c4c782bf19d7c71a5b250687dc18977a5e9a3321756ddc42eae8f7170e827c47848e24fadb8986c9ea1e6573e10088ce020b3d16c342a79fe069b940cf08d3beeaaf7ea51496b4f4de1100d16f7830a0d8789170bc477912c19337def818a68c363eccd09c882d781aeb0963cd8aae15280ba2dbe1af33b20b9112fb566ddb81fc292edbfbba0b9639f712e2a008ab9481b402581f269d5a78e8ea97d7bdf8ad276ace25a2995d85f2d32abdcf7a02bd03ac49c4fcef0b6ea6cc88103d975410cd8b6cd84e53f0fc42410520132598dc06efe2d231aaa8a1ae9b082dbf67dc43f58214cd17a04ea247f7e67d507b0472aa90840c87eb3731ca0aa26c98efe2323a991cd1b518211111f2f9ef885c4828fce7ad80a882bb9db95e20135528260f9466b3726a4f9c43e31349897085531fd8a6eb48dc02ce6c3e68ae18c88af8e4bce4c3c8ec7e6789d1fbd13b368bc5ca042b8b1ffa1b747d1a4e8415110e037f3acaeff0a9d04fc3558e51156a410316a58f31913f5d1a4009922556e488671f6ccc6fb05d2bdaeb6147fcac2d227f pattern_size = 256 prime_size = 2048 x = 2**pattern_size d0 = 2**pattern_size - 1 w = 2**prime_size u, v = divmod(n, w) M = matrix([[x, 0, u * d0 % w], [0, x, v * d0 % w], [0, 0, w]]) for vec in M.LLL(): bx, ax = vec[0], -vec[1] p = gcd(ax * w + bx, n) if 1 < p < n: q = n // p break phi = (p-1)*(q-1) d = inverse_mod(e, phi) print(Integer(pow(c, d, n)).hex().decode('hex'))
Sage
3
iicarus-bit/google-ctf
2019/finals/crypto-fractorization/solve.sage
[ "Apache-2.0" ]
#include "concurrency/interruptor.hpp" #include "concurrency/wait_any.hpp" void wait_interruptible(const signal_t *signal, const signal_t *interruptor) THROWS_ONLY(interrupted_exc_t) { wait_any_t waiter(signal, interruptor); waiter.wait_lazily_unordered(); if (interruptor->is_pulsed()) { throw interrupted_exc_t(); } }
C++
4
zadcha/rethinkdb
src/concurrency/interruptor.cc
[ "Apache-2.0" ]
#include <metal_stdlib> #include <simd/simd.h> using namespace metal; struct Uniforms { half4 colorGreen; half4 colorRed; }; struct Inputs { }; struct Outputs { half4 sk_FragColor [[color(0)]]; }; template <typename T1, typename T2, size_t N> bool operator==(thread const array<T1, N>& left, thread const array<T2, N>& right); template <typename T1, typename T2, size_t N> bool operator!=(thread const array<T1, N>& left, thread const array<T2, N>& right); thread bool operator==(const float2x2 left, const float2x2 right); thread bool operator!=(const float2x2 left, const float2x2 right); template <size_t N> array<half, N> array_of_half_from_float(thread const array<float, N>& x) { array<half, N> result; for (int i = 0; i < N; ++i) { result[i] = half(x[i]); } return result; } template <size_t N> array<float, N> array_of_float_from_half(thread const array<half, N>& x) { array<float, N> result; for (int i = 0; i < N; ++i) { result[i] = float(x[i]); } return result; } template <size_t N> array<short3, N> array_of_short3_from_int3(thread const array<int3, N>& x) { array<short3, N> result; for (int i = 0; i < N; ++i) { result[i] = short3(x[i]); } return result; } template <size_t N> array<int3, N> array_of_int3_from_short3(thread const array<short3, N>& x) { array<int3, N> result; for (int i = 0; i < N; ++i) { result[i] = int3(x[i]); } return result; } template <size_t N> array<float2x2, N> array_of_float2x2_from_half2x2(thread const array<half2x2, N>& x) { array<float2x2, N> result; for (int i = 0; i < N; ++i) { result[i] = float2x2(x[i]); } return result; } template <size_t N> array<half2x2, N> array_of_half2x2_from_float2x2(thread const array<float2x2, N>& x) { array<half2x2, N> result; for (int i = 0; i < N; ++i) { result[i] = half2x2(x[i]); } return result; } template <typename T1, typename T2, size_t N> bool operator==(thread const array<T1, N>& left, thread const array<T2, N>& right) { for (size_t index = 0; index < N; ++index) { if (!all(left[index] == right[index])) { return false; } } return true; } template <typename T1, typename T2, size_t N> bool operator!=(thread const array<T1, N>& left, thread const array<T2, N>& right) { return !(left == right); } thread bool operator==(const float2x2 left, const float2x2 right) { return all(left[0] == right[0]) && all(left[1] == right[1]); } thread bool operator!=(const float2x2 left, const float2x2 right) { return !(left == right); } fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant Uniforms& _uniforms [[buffer(0)]], bool _frontFacing [[front_facing]], float4 _fragCoord [[position]]) { Outputs _out; (void)_out; array<float, 4> f = array<float, 4>{1.0, 2.0, 3.0, 4.0}; array<half, 4> h = array_of_half_from_float(f); f = array_of_float_from_half(h); h = array_of_half_from_float(f); array<int3, 3> i3 = array<int3, 3>{int3(1), int3(2), int3(3)}; array<short3, 3> s3 = array_of_short3_from_int3(i3); i3 = array_of_int3_from_short3(s3); s3 = array_of_short3_from_int3(i3); array<half2x2, 2> h2x2 = array<half2x2, 2>{half2x2(half2(1.0h, 2.0h), half2(3.0h, 4.0h)), half2x2(half2(5.0h, 6.0h), half2(7.0h, 8.0h))}; array<float2x2, 2> f2x2 = array_of_float2x2_from_half2x2(h2x2); f2x2 = array_of_float2x2_from_half2x2(h2x2); h2x2 = array_of_half2x2_from_float2x2(f2x2); _out.sk_FragColor = (f == array_of_float_from_half(h) && i3 == array_of_int3_from_short3(s3)) && f2x2 == array_of_float2x2_from_half2x2(h2x2) ? _uniforms.colorGreen : _uniforms.colorRed; return _out; }
Metal
5
fourgrad/skia
tests/sksl/shared/ArrayCast.metal
[ "BSD-3-Clause" ]
/** * * GlobalTimedWeight.x10 * * Rudra Distributed Learning Platform * * Copyright (c) IBM Corporation 2016 * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * 3. Neither the name of Rudra nor the names of its contributors may be used * to endorse or promote products derived from this software without specific * prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY,OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ package rudra; public class GlobalTimedWeight(networkSize:Long) implements TimedWeightI { // mutated in place, hence fields are vars. var timeStamp:UInt=0un; var size:UInt=0un; var weight:GlobalRail[Float] = GlobalRail(new Rail[Float](networkSize)); public def weightRail():Rail[Float]=weight(); public def loadSize():UInt=size; public def setLoadSize(l:UInt):void{ size=l; } public def timeStamp():UInt = timeStamp; public def setTimeStamp(u:UInt):void { timeStamp=u; } def calcHash():Float{ var result:Float=0.0f; val wweight = weight(); for (x in wweight) result+=x; return result/wweight.size; } public def toString():String = (here==weight.rail.home) ? ("<GTG #" + hashCode()+" load="+ calcHash()+", size="+loadSize()+", time="+timeStamp+">" ) : ("<Remote GTG #" + hashCode()+ " home=" + weight.rail.home + ", time="+timeStamp+">"); }
X10
4
milthorpe/rudra
x10/src/rudra/GlobalTimedWeight.x10
[ "BSD-3-Clause" ]
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> <qgis styleCategories="AllStyleCategories" maxScale="0" version="3.18.0-Zürich" hasScaleBasedVisibilityFlag="0" minScale="1e+08"> <flags> <Identifiable>1</Identifiable> <Removable>1</Removable> <Searchable>1</Searchable> <Private>0</Private> </flags> <temporal fetchMode="0" enabled="0" mode="0"> <fixedRange> <start></start> <end></end> </fixedRange> </temporal> <customproperties> <property value="false" key="WMSBackgroundLayer"/> <property value="false" key="WMSPublishDataSourceUrl"/> <property value="0" key="embeddedWidgets/count"/> <property value="Value" key="identify/format"/> </customproperties> <pipe> <provider> <resampling zoomedInResamplingMethod="nearestNeighbour" maxOversampling="2" enabled="false" zoomedOutResamplingMethod="nearestNeighbour"/> </provider> <rasterrenderer type="singlebandpseudocolor" opacity="1" alphaBand="-1" band="1" classificationMax="100" classificationMin="0" nodataColor=""> <rasterTransparency/> <minMaxOrigin> <limits>None</limits> <extent>WholeRaster</extent> <statAccuracy>Estimated</statAccuracy> <cumulativeCutLower>0.02</cumulativeCutLower> <cumulativeCutUpper>0.98</cumulativeCutUpper> <stdDevFactor>2</stdDevFactor> </minMaxOrigin> <rastershader> <colorrampshader classificationMode="1" minimumValue="0" maximumValue="100" clip="0" labelPrecision="4" colorRampType="INTERPOLATED"> <colorramp type="gradient" name="[source]"> <Option type="Map"> <Option value="215,25,28,255" type="QString" name="color1"/> <Option value="43,131,186,255" type="QString" name="color2"/> <Option value="0" type="QString" name="discrete"/> <Option value="gradient" type="QString" name="rampType"/> <Option value="0.25;255,255,191,255:0.5;253,174,97,255:0.75;171,221,164,255" type="QString" name="stops"/> </Option> <prop k="color1" v="215,25,28,255"/> <prop k="color2" v="43,131,186,255"/> <prop k="discrete" v="0"/> <prop k="rampType" v="gradient"/> <prop k="stops" v="0.25;255,255,191,255:0.5;253,174,97,255:0.75;171,221,164,255"/> </colorramp> <item value="0" label="0.0000" color="#d7191c" alpha="255"/> <item value="25" label="25.0000" color="#ffffbf" alpha="255"/> <item value="50" label="50.0000" color="#fdae61" alpha="255"/> <item value="75" label="75.0000" color="#abdda4" alpha="255"/> <item value="100" label="100.0000" color="#2b83ba" alpha="255"/> <rampLegendSettings prefix="" direction="0" orientation="2" minimumLabel="" maximumLabel="" suffix=""> <numericFormat id="basic"> <Option type="Map"> <Option value="" type="QChar" name="decimal_separator"/> <Option value="6" type="int" name="decimals"/> <Option value="0" type="int" name="rounding_type"/> <Option value="false" type="bool" name="show_plus"/> <Option value="true" type="bool" name="show_thousand_separator"/> <Option value="false" type="bool" name="show_trailing_zeros"/> <Option value="" type="QChar" name="thousand_separator"/> </Option> </numericFormat> </rampLegendSettings> </colorrampshader> </rastershader> </rasterrenderer> <brightnesscontrast brightness="0" gamma="1" contrast="0"/> <huesaturation colorizeRed="255" saturation="0" colorizeOn="0" colorizeStrength="100" colorizeGreen="128" colorizeBlue="128" grayscaleMode="0"/> <rasterresampler maxOversampling="2"/> <resamplingStage>resamplingFilter</resamplingStage> </pipe> <blendMode>0</blendMode> </qgis>
QML
3
FeU-aKlos/gdal
autotest/utilities/data/color_pseudocolor_spectral_0-100.qml
[ "Apache-2.0" ]
Foo: class{ test := [1, 2, 3] init: func } Bar: class{ test := static const [1, 2, 3] init: func } describe("ArrayLiteral should be correctly unwrapped",|| foo := Foo new() assert(foo test[0] == 1) assert(foo test[1] == 2) assert(foo test[2] == 3) assert(Bar test[0] == 1) assert(Bar test[1] == 2) assert(Bar test[2] == 3) )
ooc
2
shamanas/rock
test/compiler/literals/array-literal-in-class.ooc
[ "MIT" ]
fn putnumln(n: int) -> void = do putnum(n); putchar('\n'); end in fn one() -> int = 1 in (one() + 2).putnumln
Harbour
4
adam-mcdaniel/harbor
examples/fn.hb
[ "Apache-2.0" ]
CREATE TABLE `tb_hgbecqwvnf` ( `col_qppnejcxiu` binary(137) DEFAULT NULL, `col_nyrvlflfiz` mediumblob, `col_zfwcescosm` bit(1) DEFAULT NULL, `col_dqpoxmoyzl` bigint(111) unsigned DEFAULT '1', `col_rfnetihhhs` decimal(15,0) NOT NULL, `col_jhaqzczhxe` mediumblob, `col_gfdmpyoigq` time(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; CREATE TABLE `tb_dqeiczpcpp` ( `col_zfwcescosm` bit(1) DEFAULT NULL, `col_gvrsiekgpu` mediumint(9) DEFAULT NULL, `col_luknerkzbg` year(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
SQL
1
yuanweikang2020/canal
parse/src/test/resources/ddl/alter/mysql_15.sql
[ "Apache-2.0" ]
using Uno; using Uno.IO; using Uno.Net; using Uno.Net.Sockets; using Uno.Collections; using Uno.Compiler.ExportTargetInterop; using Fuse; using Uno.Diagnostics; using Fuse.Controls; using Fuse.Elements; using Fuse.Input; namespace Outracks.Simulator.Client { using Bytecode; using Protocol; using Runtime; using UnoHost; // Uninitialized state sealed class Uninitialized : State { public override State OnUpdate() { if (((Application)Uno.Application.Current).Reflection != null) return new ConnectingToProxy(); return this; } public override State OnException(Exception e) { return new Faulted(isOnline: false, exception: e, buttons: new DialogButton("Try again", this)); } } // Connecting states abstract class Connecting : State { public override State OnException(Exception e) { if (e is Outracks.Simulator.DesignerNotRunning) return new DesignerNotRunning(); return new FailedToConnect(e); } } sealed class ConnectingToProxy : Connecting { readonly IPEndPoint[] _proxyEndpoints; Task<IPEndPoint[]> _connecting; public ConnectingToProxy(IPEndPoint[] proxyEndpoints) { _proxyEndpoints = proxyEndpoints; } public ConnectingToProxy() { _proxyEndpoints = Context.ProxyEndpoints; } public override State OnEnterState() { if defined(!MOBILE) { var args = Uno.Environment.GetCommandLineArgs(); var index = Array.IndexOf(args, "--host"); if (index != -1) { return new ConnectingToHost(new [] { new IPEndPoint(IPAddress.Parse(args[index+1]), int.Parse(args[index+2])) }); } } _connecting = ProxyClient.GetSimulatorEndpoint(_proxyEndpoints, Context.Project, Context.Defines); if defined(MOBILE) { LoadingScreen.Show(Context.App, "Connecting", "Connecting to computer..."); } else { LoadingScreen.Show(Context.App, "Loading", "Loading project..."); } return this; } public override State OnUpdate() { if (_connecting.IsCompleted) return new ConnectingToHost(_connecting.Result); return this; } } sealed class ConnectingToHost : Connecting { readonly IPEndPoint[] _simulatorEndpoints; public ConnectingToHost(IEnumerable<IPEndPoint> simulatorEndpoints) { _simulatorEndpoints = simulatorEndpoints.ToArray(); } Task<Socket> _connecting; public override State OnEnterState() { _connecting = ConnectToFirstRespondingEndpoint.Execute(_simulatorEndpoints); if defined (MOBILE) { LoadingScreen.Show(Context.App, "Connecting", "Fetching project data from computer"); } else { LoadingScreen.Show(Context.App, "Loading", "Loading data..."); } return this; } public override State OnUpdate() { if (_connecting.IsCompleted) { var client = new SimulatorClient(_connecting.Result); Uno.Platform.CoreApp.Terminating += Closure.ToAppStateChangeHandler(client.Dispose); return new Idle(client); } return this; } } // Connected states abstract class Connected : State { protected readonly ISimulatorClient Client; protected Connected( ISimulatorClient client) { Client = client; } public override State OnEnterState() { Debug.SetLogHandler(SendDebugLog); Client.Send(new RegisterName(DeviceInfo.GUID, DeviceInfo.Name)); Fuse.Diagnostics.DiagnosticReported += OnDiagnosticReported; Fuse.Diagnostics.DiagnosticDismissed += OnDiagnosticDismissed; return this; } public override void OnLeaveState() { Fuse.Diagnostics.DiagnosticReported -= OnDiagnosticReported; Fuse.Diagnostics.DiagnosticDismissed -= OnDiagnosticDismissed; } public override State OnException(Exception e) { var exceptions = Exceptions.Unpack(e); Exceptions.Send(Client, exceptions); var f = exceptions.Count == 1 ? exceptions[0] : e; return OnFaulted(f); } protected abstract State OnFaulted(Exception e); public override State OnUpdate() { IBinaryMessage message; while (Client.IncommingMessages.TryDequeue(out message)) { var newState = NextState(message); if (newState != this) return newState; } return this; } State NextState(IBinaryMessage message) { var bcg = message.TryParse(BytecodeGenerated.MessageType, (Func<System.IO.BinaryReader, BytecodeGenerated>)BytecodeGenerated.ReadDataFrom); if (bcg.HasValue) return OnReify(bcg.Value); var bu = message.TryParse(BytecodeUpdated.MessageType, (Func<System.IO.BinaryReader, BytecodeUpdated>)BytecodeUpdated.ReadDataFrom); if (bu.HasValue) return OnExecute(bu.Value); var e = message.TryParse(Error.MessageType, (Func<System.IO.BinaryReader, Error>)Error.ReadDataFrom); if (e.HasValue) return OnConnectionError(e.Value); return this; } protected virtual State OnReify(BytecodeGenerated reify) { return new Reifying(Client, reify); } protected virtual State OnExecute(BytecodeUpdated args) { VirtualMachine.Execute(args.Function); return this; } protected virtual State OnConnectionError(Error error) { return new ConnectionLost(error.Exception); } static Dictionary<Fuse.Diagnostic, Protocol.Diagnostic> _activeDiagnostics = new Dictionary<Fuse.Diagnostic, Protocol.Diagnostic>(); static object _mutex = new object(); private void OnDiagnosticReported(Fuse.Diagnostic d) { lock(_mutex) { var diag = new Protocol.Diagnostic(DeviceInfo.GUID, DeviceInfo.Name, d.Message, d.ToString(), d.FilePath, d.LineNumber, 0); Client.Send(diag); _activeDiagnostics.Add(d, diag); } } private void OnDiagnosticDismissed(Fuse.Diagnostic d) { lock(_mutex) { Protocol.Diagnostic diag; if (_activeDiagnostics.TryGetValue(d, out diag)) { Client.Send(new DismissDiagnostic(DeviceInfo.GUID, DeviceInfo.Name, diag.DiagnosticId)); _activeDiagnostics.Remove(d); } } } public void DismissAllActiveDiagnostics() { lock (_mutex) { foreach (var k in _activeDiagnostics) { Client.Send(new DismissDiagnostic(DeviceInfo.GUID, DeviceInfo.Name, k.Value.DiagnosticId)); } _activeDiagnostics.Clear(); } } private void SendDebugLog(string text, Uno.Diagnostics.DebugMessageType type) { Client.Send(new DebugLog(DeviceInfo.GUID, DeviceInfo.Name, text)); } } sealed class Idle : Connected { public Idle(ISimulatorClient client) : base(client) { } public override State OnEnterState() { base.OnEnterState(); LoadingScreen.Show(Context.App, "Loading", "Starting project..."); return this; } protected override State OnFaulted(Exception e) { return new Faulted(Client.IsOnline, e, new DialogButton("Try again", this)); } } sealed class Reifying : Connected { readonly BytecodeGenerated _reify; public Reifying(ISimulatorClient client, BytecodeGenerated reify) : base(client) { _reify = reify; } public override State OnEnterState() { base.OnEnterState(); DismissAllActiveDiagnostics(); object previousState = null; if (Context.App.RootViewport != null) previousState = Context.App.RootViewport.SavePreviewState(); //prepare for new nodes UserAppState.Default.ApplyTo(Context.App); if (Context.App.RootViewport != null) Context.App.RootViewport.RestorePreviewState(previousState); VirtualMachine.Execute(_reify.Bytecode.Reify, Context.App); var userState = UserAppState.Save(Context.App); return new Running(Client, userState, _reify); } protected override State OnFaulted(Exception e) { return new Faulted(Client.IsOnline, e, new DialogButton("Try again", new ConnectingToProxy())); } } // HACK: This avoids missing entity causing https://github.com/fusetools/Fuse/issues/3149 [Require("Entity", "Uno.UX.SimulatedProperties.Set(Uno.UX.PropertyObject,string,object,Uno.UX.IPropertyListener)")] [Require("Entity", "Uno.UX.SimulatedProperties.Get(Uno.UX.PropertyObject,string)")] public static class VirtualMachine { public static object Execute(Lambda lambda, params object[] arguments) { return Execute(((Application)Uno.Application.Current).Reflection, lambda, arguments); } public static object Execute(IReflection reflection, Lambda lambda, params object[] arguments) { return new ScopeClosure(new Outracks.Simulator.Runtime.Environment(Optional.None<Outracks.Simulator.Runtime.Environment>()), reflection).Execute(lambda, arguments); } } sealed class Running : Connected { readonly BytecodeGenerated _runningReify; float _zoomWhenRooted; UserAppState _userApp; public Running( ISimulatorClient client, UserAppState userApp, BytecodeGenerated runningReify) : base(client) { _userApp = userApp; _runningReify = runningReify; } public override State OnEnterState() { base.OnEnterState(); _userApp.ApplyTo(Context.App); _zoomWhenRooted = QueryDensity(); return this; } public override void OnLeaveState() { base.OnLeaveState(); _userApp = UserAppState.Save(Context.App); } public override State OnUpdate() { var currentZoom = QueryDensity(); if (currentZoom != _zoomWhenRooted) { debug_log "Density changed, reifying"; return new Reifying(Client, _runningReify); } return base.OnUpdate(); } protected override State OnFaulted(Exception e) { return new Faulted(Client.IsOnline, e, new DialogButton("Restart", new ConnectingToProxy())); } static float QueryDensity() { return Uno.Platform.Displays.MainDisplay.Density; } } internal static class Exceptions { public static void Send(ISimulatorClient client, List<Exception> exceptions) { for (var i = 0; i < exceptions.Count; ++i) { var unpacked = exceptions[i]; client.Send(new UnhandledException(DeviceInfo.GUID, DeviceInfo.Name, unpacked.Message, unpacked.StackTrace, unpacked.GetType().ToString())); } } public static List<Exception> Unpack(Exception e) { if (e is AggregateException) { var aggregate = (AggregateException)e; var exceptions = new List<Exception>(); foreach (var inner in aggregate.InnerExceptions) exceptions.AddRange(Unpack(inner)); return exceptions; } else if (e.InnerException != null) { return Unpack(e.InnerException); } else { return new List<Exception> { e }; } } } // Error states sealed class Faulted : ShowingModalDialog { public Faulted(bool isOnline, Exception exception, params DialogButton[] buttons) : base( "Oops! Something went wrong here.", exception.Message + (isOnline ? "\n\nPlease refer to the log for details." : ""), "", buttons) { } } sealed class ConnectionLost : ShowingModalDialog { public ConnectionLost(Exception exception) : this(ExceptionInfo.Capture(exception)) { } public ConnectionLost(ExceptionInfo exception) : base( "Connection lost", exception.Message, "", new DialogButton("Change IP", new ChangeIp()), new DialogButton("Reconnect", new ConnectingToProxy())) { } } sealed class FailedToConnect : ShowingModalDialog { public FailedToConnect(Exception exception) : base( "Failed to connect", "Please check that this device is connected to the same network as your computer.", exception.Message, new DialogButton("Change IP", new ChangeIp()), new DialogButton("Try again", new ConnectingToProxy())) { } } sealed class DesignerNotRunning : ShowingModalDialog { public DesignerNotRunning() : base( "Fuse not running", "Please check that this project is open in Fuse on your computer.", "", new DialogButton("Change IP", new ChangeIp()), new DialogButton("Try again", new ConnectingToProxy())) { } } sealed class ChangeIp : ShowingPrompt { public ChangeIp(string body = "") : base("Connect to IP", body + "\nE.g. '192.168.1.1'") { } protected override State OnOk(string input) { var endpoints = new[] { new IPEndPoint(IPAddress.Parse(input), Context.ProxyEndpoints[0].Port) }; return new ConnectingToProxy(endpoints); } protected override State OnCancel() { return new ConnectingToProxy(); } public override State OnException(Exception e) { return new ChangeIp(e.Message); } } }
Uno
5
mortend/fuse-studio
Source/Preview/Core/ApplicationStates.uno
[ "MIT" ]
screen bonus_screen(): tag menu ## This use statement includes the game_menu screen inside this one. The ## vbox child is then included inside the viewport inside the game_menu ## screen. use game_menu(_("Bonus"), scroll="viewport"): style_prefix "bonus" vbox: spacing 15 if not renpy.mobile: label _('Minigames') textbutton _("{icon=icon-music} Rhythm Game") action Start('rhythm_game_entry_label') # TODO: more mini games, quiz speedrun survival mode etc. # some might be playable on mobile null height 20 label _('Bonus Content') textbutton _("{icon=icon-award} Achievements") action Show('achievements_screen') textbutton _("{icon=icon-headphones} Music Room"): action [ Notify('There might be a lag before the selected track starts to play. Please be patient.'), Show('music_room_screen') ] # textbutton '{icon=icon-book-open} ' + _("Glossary") action Show('glossary_screen') # textbutton '{icon=icon-code} ' + _("Quiz Collection") action Show('quiz_screen') # TODO: uncomment when we have the YouTube video links # null height 20 # label 'Videos' # # TODO: play game trailer from YouTube # textbutton '{icon=icon-film} ' + _("Game Trailer") action NullAction() # textbutton '{icon=icon-youtube} ' + _("Learn to Code RPG: The Making of") action NullAction() null height 20 label _('Other Links') textbutton _("{icon=icon-thumbs-up} Rate and Review This Game on itch.io") action OpenURL(itch_url) textbutton _("{icon=icon-github} Check out This Game's Source Code on GitHub") action OpenURL(github_url) textbutton _("{icon=icon-file-text} Read Our Dev Log Article (a Let's Play Video Included)") action OpenURL(article_url) textbutton _("{icon=icon-heart} Support Us by Donating to freeCodeCamp.org") action OpenURL('https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp/') null height 20 label _('Awesome freeCodeCamp.org Resources') textbutton _("{icon=icon-youtube} freeCodeCamp YouTube Channel") action OpenURL("https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ") textbutton _("{icon=icon-map} freeCodeCamp Curriculum") action OpenURL("https://www.freecodecamp.org/learn/") # textbutton '{icon=icon-compass} ' + _("freeCodeCamp Forum") action OpenURL("https://forum.freecodecamp.org/") textbutton _("{icon=icon-coffee} freeCodeCamp Code Radio") action OpenURL("https://coderadio.freecodecamp.org/") # textbutton '{icon=icon-edit-3} ' + _("freeCodeCamp Style Guide") action OpenURL("https://design-style-guide.freecodecamp.org/") screen achievements_screen(): tag menu use game_menu(_("Achievements"), scroll="viewport"): style_prefix "bonus" vbox: spacing 50 vbox: $ num_achievements = len(persistent.achievements) text _('{icon=icon-award} Number of Achievements Unlocked: [num_achievements] / [total_num_achievements]'): font gui.text_font textbutton _("{icon=icon-twitter} Tweet it when you've unlocked all of the achievements!"): action [ SensitiveIf(num_achievements == total_num_achievements), OpenURL(tweet_all_achievements_unlocked) ] for category in [plot_achievement, plot_bonus, quiz_bonus, ending_achievement]: vbox: spacing 15 label category $ achievement_to_tweet_map = achievement_labels_map[category] grid 2 len(achievement_to_tweet_map): xspacing 60 for achievement in sorted(achievement_to_tweet_map.keys()): $ is_unlocked = (achievement in persistent.achievements) if is_unlocked: $ tweet = achievement_to_tweet_map[achievement] text '{icon=icon-unlock} [achievement!t]': font gui.text_font if renpy.variant("small"): xsize 700 textbutton _("{icon=icon-twitter} Tweet this") action OpenURL(tweet) else: text _('{icon=icon-lock} ? ? ?'): font gui.text_font color gui.insensitive_color null # https://www.renpy.org/doc/html/rooms.html screen music_room_screen(): # this is called from the menu tag menu use game_menu(_("Music Room"), scroll="viewport"): style_prefix "bonus" vbox: spacing 10 hbox: spacing 20 # Buttons that let us advance tracks. textbutton _("Previous Track {icon=icon-arrow-left-circle}") action music_room.Previous() textbutton _("{icon=icon-arrow-right-circle} Next Track") action music_room.Next() # textbutton "Pause" action music_room.TogglePause() null width 40 textbutton _("{icon=icon-stop-circle} Stop") action music_room.Stop() null height 20 label _('All Tracks') # The buttons that play each track. for track in all_music_tracks: $ file = all_music_tracks[track] # no need to translate the track name so no need for [track!t] textbutton '{icon=icon-headphones} [track]' action music_room.Play(file) screen music_room_screen_in_script(): # this is called inside renpy scripts frame: xalign 0.5 yalign 0.5 xpadding 80 ypadding 30 background white80 vbox: spacing 10 xalign 0.5 hbox: spacing 20 # Buttons that let us advance tracks. textbutton _("Previous Track {icon=icon-arrow-left-circle}") action music_room.Previous() textbutton _("{icon=icon-arrow-right-circle} Next Track") action music_room.Next() # textbutton "Pause" action music_room.TogglePause() null width 40 textbutton _("{icon=icon-stop-circle} Stop") action music_room.Stop() null height 20 label _('All Tracks') # The buttons that play each track. for track in all_music_tracks: $ file = all_music_tracks[track] # no need to translate the track name textbutton '{icon=icon-headphones} [track]' action music_room.Play(file) null height 20 # The button that lets the user exit the music room. textbutton _("{icon=icon-x-circle} Exit") action Return() # # Start the music playing on entry to the music room. # on "replace" action music_room.Play() # # Restore the main menu music upon leaving. # on "replaced" action Play("music", config.main_menu_music) # TODO: v2 screen glossary_screen(): tag menu use game_menu(_("Glossary"), scroll="viewport"): style_prefix "bonus" text "Coming in v2!" # TODO: v2 screen quiz_screen(): tag menu use game_menu(_("Quiz Questions"), scroll="viewport"): style_prefix "bonus" text "Coming in v2!" style bonus_label is gui_label style bonus_label_text is gui_label_text style bonus_text is gui_text style bonus_label_text: size gui.label_text_size
Ren'Py
5
googlebleh/LearnToCodeRPG
game/scripts/bonus_screen.rpy
[ "BSD-3-Clause" ]
import { value3 } from "./reexport"; expect(value3).toBe(42);
JavaScript
2
1shenxi/webpack
test/cases/scope-hoisting/side-effects-11990/chunk1.js
[ "MIT" ]
%%{ machine smtp_ip; }%%
Ragel in Ruby Host
0
podsvirov/colm-suite
test/ragel.d/include3/smtp_ip.rl
[ "MIT" ]
package com.baeldung.reducingIfElse; public enum Operator { ADD { @Override public int apply(int a, int b) { return a + b; } }, MULTIPLY { @Override public int apply(int a, int b) { return a * b; } }, SUBTRACT { @Override public int apply(int a, int b) { return a - b; } }, DIVIDE { @Override public int apply(int a, int b) { return a / b; } }, MODULO { @Override public int apply(int a, int b) { return a % b; } }; public abstract int apply(int a, int b); }
Java
5
DBatOWL/tutorials
patterns/design-patterns-creational/src/main/java/com/baeldung/reducingIfElse/Operator.java
[ "MIT" ]
// run-pass struct Foo { new: isize, } pub fn main() { let foo = Foo{ new: 3 }; assert_eq!(foo.new, 3); }
Rust
3
Eric-Arellano/rust
src/test/ui/structs-enums/struct-new-as-field-name.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
"""Test the Switcher switch platform.""" from unittest.mock import patch from aioswitcher.api import Command, SwitcherBaseResponse from aioswitcher.device import DeviceState import pytest from homeassistant.components.switch import DOMAIN as SWITCH_DOMAIN from homeassistant.const import ( ATTR_ENTITY_ID, SERVICE_TURN_OFF, SERVICE_TURN_ON, STATE_OFF, STATE_ON, STATE_UNAVAILABLE, ) from homeassistant.util import slugify from . import init_integration from .consts import DUMMY_PLUG_DEVICE, DUMMY_WATER_HEATER_DEVICE @pytest.mark.parametrize("mock_bridge", [[DUMMY_WATER_HEATER_DEVICE]], indirect=True) async def test_switch(hass, mock_bridge, mock_api, monkeypatch): """Test the switch.""" await init_integration(hass) assert mock_bridge device = DUMMY_WATER_HEATER_DEVICE entity_id = f"{SWITCH_DOMAIN}.{slugify(device.name)}" # Test initial state - on state = hass.states.get(entity_id) assert state.state == STATE_ON # Test state change on --> off monkeypatch.setattr(device, "device_state", DeviceState.OFF) mock_bridge.mock_callbacks([DUMMY_WATER_HEATER_DEVICE]) await hass.async_block_till_done() state = hass.states.get(entity_id) assert state.state == STATE_OFF # Test turning on with patch( "homeassistant.components.switcher_kis.switch.SwitcherApi.control_device", ) as mock_control_device: await hass.services.async_call( SWITCH_DOMAIN, SERVICE_TURN_ON, {ATTR_ENTITY_ID: entity_id}, blocking=True ) assert mock_api.call_count == 2 mock_control_device.assert_called_once_with(Command.ON) state = hass.states.get(entity_id) assert state.state == STATE_ON # Test turning off with patch( "homeassistant.components.switcher_kis.switch.SwitcherApi.control_device" ) as mock_control_device: await hass.services.async_call( SWITCH_DOMAIN, SERVICE_TURN_OFF, {ATTR_ENTITY_ID: entity_id}, blocking=True ) assert mock_api.call_count == 4 mock_control_device.assert_called_once_with(Command.OFF) state = hass.states.get(entity_id) assert state.state == STATE_OFF @pytest.mark.parametrize("mock_bridge", [[DUMMY_PLUG_DEVICE]], indirect=True) async def test_switch_control_fail(hass, mock_bridge, mock_api, monkeypatch, caplog): """Test switch control fail.""" await init_integration(hass) assert mock_bridge device = DUMMY_PLUG_DEVICE entity_id = f"{SWITCH_DOMAIN}.{slugify(device.name)}" # Test initial state - off monkeypatch.setattr(device, "device_state", DeviceState.OFF) mock_bridge.mock_callbacks([DUMMY_PLUG_DEVICE]) await hass.async_block_till_done() state = hass.states.get(entity_id) assert state.state == STATE_OFF # Test exception during turn on with patch( "homeassistant.components.switcher_kis.switch.SwitcherApi.control_device", side_effect=RuntimeError("fake error"), ) as mock_control_device: await hass.services.async_call( SWITCH_DOMAIN, SERVICE_TURN_ON, {ATTR_ENTITY_ID: entity_id}, blocking=True ) assert mock_api.call_count == 2 mock_control_device.assert_called_once_with(Command.ON) assert ( f"Call api for {device.name} failed, api: 'control_device'" in caplog.text ) state = hass.states.get(entity_id) assert state.state == STATE_UNAVAILABLE # Make device available again mock_bridge.mock_callbacks([DUMMY_PLUG_DEVICE]) await hass.async_block_till_done() state = hass.states.get(entity_id) assert state.state == STATE_OFF # Test error response during turn on with patch( "homeassistant.components.switcher_kis.switch.SwitcherApi.control_device", return_value=SwitcherBaseResponse(None), ) as mock_control_device: await hass.services.async_call( SWITCH_DOMAIN, SERVICE_TURN_ON, {ATTR_ENTITY_ID: entity_id}, blocking=True ) assert mock_api.call_count == 4 mock_control_device.assert_called_once_with(Command.ON) assert ( f"Call api for {device.name} failed, api: 'control_device'" in caplog.text ) state = hass.states.get(entity_id) assert state.state == STATE_UNAVAILABLE
Python
5
MrDelik/core
tests/components/switcher_kis/test_switch.py
[ "Apache-2.0" ]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of Logtalk <https://logtalk.org/> % Copyright (c) 2010, Victor Lagerkvist % SPDX-License-Identifier: BSD-3-Clause % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, this % list of conditions and the following disclaimer. % % * Redistributions in binary form must reproduce the above copyright notice, % this list of conditions and the following disclaimer in the documentation % and/or other materials provided with the distribution. % % * Neither the name of the copyright holder nor the names of its % contributors may be used to endorse or promote products derived from % this software without specific prior written permission. % % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" % AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE % IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE % DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE % FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL % DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR % SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER % CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, % OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE % OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% :- object(bup_interpreter, implements(interpreterp)). :- info([ version is 1:1:1, author is 'Ulf Nilsson. Ported to Logtalk and augmented with negation by Victor Lagerkvist.', date is 2021-01-02, comment is 'Semi-naive bottom-up interpreter for general (stratified) logic programs. Magic transformation is realized through an expansion hook.' ]). prove(Goal, DB) :- prove(Goal, -1, DB). %%Does not work with negated goals! This is a minor issue since these goals %%can be rewritten as rules instead. prove(Goal, Limit, DB) :- magic::magic(Goal, MagicGoal), prove(Goal, [MagicGoal], [MagicGoal], _FixPoint, Limit, DB). prove(Goal, I, DI, FixPoint, Limit, DB) :- subsumption_iterate(Goal, I, DI, [], Pending, FixPoint0, Limit, DB), ( Pending = [] -> FixPoint = FixPoint0 ; satisfy_negative_literals(Pending, FixPoint0, Satisfied), subsumption_union(FixPoint0, Satisfied, FixPoint1), prove(Goal, FixPoint1, Satisfied, FixPoint, Limit, DB) ). satisfy_negative_literals([], _, []). satisfy_negative_literals([not(X)|Pending], FixPoint, Satisfied) :- counter::increment, %Inference counting. ( \+ list::member(X, FixPoint) -> Satisfied = [not(X)|Satisfied1], satisfy_negative_literals(Pending, FixPoint, Satisfied1) ; satisfy_negative_literals(Pending, FixPoint, Satisfied) ). subsumption_iterate(Goal, _, DI, _, _, _, _, _) :- list::member(Goal, DI). subsumption_iterate(Goal, I, DI, Pending0, Pending, Fix, Limit, DB) :- Limit \= 0, Limit0 is Limit - 1, debug(( write('I is: '), write(I), nl, write('DI is: '), write(DI), nl, write('Pending0 is: '), write(Pending0), nl )), subsumption_next(I, DI, NextI, NextDi, NextPending, DB), ( NextDi = [], NextPending = [] -> Fix = NextI, Pending = Pending0 ; list::append(NextPending, Pending0, Pending1), list::sort(Pending1, Pending2), subsumption_iterate(Goal, NextI, NextDi, Pending2, Pending, Fix, Limit0, DB) ). subsumption_next(I, Di, NextI, NextDi, Pending, DB) :- collect(I, Di, Tmp, Pending, DB), subsumption_sort(Tmp, NextDi), subsumption_union(I, NextDi, NextI). collect(I, Di, Heads, Pendings, DB) :- findall( Head, (DB::rule(Head, Body, PosOrNeg), debug((write('Trying rule: '), write(rule(Head, Body, PosOrNeg)), nl)), satisfy_one(Body, Di, NewBody, DB), debug((write(rule(Head, Body, PosOrNeg)),nl)), satisfy_all(NewBody, I, [], DB), debug((write('Rule satisfied: '), write(rule(Head, Body, PosOrNeg)), nl)), \+ subsumption_member(Head, I)), Heads), findall( Pending, (DB::rule(Head, Body, negative), satisfy_one(Body, Di, NewBody, DB), satisfy_all(NewBody, I, [Pending], DB)), Pendings). subsumption_member(X, [Y|Ys]) :- ( subsumed(X, Y) -> true ; X @>= Y, subsumption_member(X, Ys) ). subsumption_sort([], []) :- !. subsumption_sort([X], [X]) :- !. subsumption_sort(UnSorted, Sorted) :- split(UnSorted, UnSorted1, UnSorted2), subsumption_sort(UnSorted1, Sorted1), subsumption_sort(UnSorted2, Sorted2), subsumption_union(Sorted1, Sorted2, Sorted). subsumption_union([], Xs, Xs) :- !. subsumption_union(Xs, [], Xs) :- !. subsumption_union([X|Xs], [Y|Ys], Zs) :- subsumed(Y, X), !, subsumption_union([X|Xs], Ys, Zs). subsumption_union([X|Xs], [Y|Ys], Zs) :- subsumed(X, Y), !, subsumption_union(Xs, [Y|Ys], Zs). subsumption_union([X|Xs], [Y|Ys], [X|Zs]) :- X @< Y, !, subsumption_union(Xs, [Y|Ys], Zs). subsumption_union([X|Xs], [Y|Ys], [Y|Zs]) :- subsumption_union([X|Xs], Ys, Zs). satisfy_one([X|Xs], I, Xs, DB) :- X \= {_}, satisfy_atom(I, X, DB). satisfy_one([X|Xs], I, [X|Ys], DB) :- satisfy_one(Xs, I, Ys, DB). satisfy_all([], _, [], _). satisfy_all([not(X)|Xs], Int, Pending, DB) :- !, ( satisfy_atom(Int, not(X), DB) -> satisfy_all(Xs, Int, Pending, DB) ; satisfy_atom(Int, X, DB) -> fail ; Pending = [not(X)] ). satisfy_all([X|Xs], Int, Pending, DB) :- satisfy_atom(Int, X, DB), satisfy_all(Xs, Int, Pending, DB). :- meta_predicate(satisfy_atom(*, ::, *)). satisfy_atom(_, {A}, _) :- !, counter::increment, %Inference counting. call(A). satisfy_atom([X| _], A, _) :- counter::increment, %Inference counting. copy_term(X, A). satisfy_atom([_| Xs], A, DB) :- satisfy_atom(Xs, A, DB). split([], [], []). split([X|Xs], [X|Ys], Zs) :- split(Xs, Zs, Ys). %%The double negation is a dirty hack to avoid binding any variables. subsumed(X, Y) :- %counter::increment, %Uncomment this if the subsumed operation should be counted %as 1 inference. \+ \+ term::subsumes(Y, X). :- end_object.
Logtalk
4
PaulBrownMagic/logtalk3
contributions/verdi_neruda/bup_interpreter.lgt
[ "Apache-2.0" ]
/* * Top-level definitions */ //================================================================== Ingress module "ingress_www_petshop_com_br" { source = "./modules/ingress/www.petshop.com.br" ingress_host = "www.petshop.com.br" } //================================================================== Deployments module "SvcCustomer" { source = "./modules/SvcCustomer" } module "SvcFeedback" { source = "./modules/SvcFeedback" }
HCL
3
DBatOWL/tutorials
terraform/best-practices/k8s-modules/main.tf
[ "MIT" ]
CREATE OR REPLACE FUNCTION hdb_catalog.insert_event_log(schema_name text, table_name text, trigger_name text, op text, row_data json) RETURNS text AS $$ DECLARE id text; payload json; session_variables json; server_version_num int; trace_context json; BEGIN id := gen_random_uuid(); server_version_num := current_setting('server_version_num'); IF server_version_num >= 90600 THEN session_variables := current_setting('hasura.user', 't'); trace_context := current_setting('hasura.tracecontext', 't'); ELSE BEGIN session_variables := current_setting('hasura.user'); EXCEPTION WHEN OTHERS THEN session_variables := NULL; END; BEGIN trace_context := current_setting('hasura.tracecontext'); EXCEPTION WHEN OTHERS THEN trace_context := NULL; END; END IF; payload := json_build_object( 'op', op, 'data', row_data, 'session_variables', session_variables, 'trace_context', trace_context ); INSERT INTO hdb_catalog.event_log (id, schema_name, table_name, trigger_name, payload) VALUES (id, schema_name, table_name, trigger_name, payload); RETURN id; END; $$ LANGUAGE plpgsql;
SQL
4
gh-oss-contributor/graphql-engine-1
server/src-rsr/migrations/36_to_37.sql
[ "Apache-2.0", "MIT" ]
--TEST-- Instanceof checks in VERIFY_RETURN_TYPE optimization may deal with unlinked classes --EXTENSIONS-- opcache --FILE-- <?php interface foo { } interface biz {} class qux implements foo { public function bar(): biz { $x = $this; return $x; } } ?> ===DONE=== --EXPECT-- ===DONE===
PHP
4
NathanFreeman/php-src
ext/opcache/tests/verify_return_instanceof.phpt
[ "PHP-3.01" ]
pragma solidity ^0.5.0; import "./LeafC.sol"; contract LeafB is LeafC { uint leafB; }
Solidity
3
wbt/truffle
packages/truffle/test/sources/inheritance/contracts/LeafB.sol
[ "MIT" ]
# Copyright (C) 2005-2009, Parrot Foundation. =head1 Title PGE::Hs - Match and display PGE rules as Haskell expressions =head1 SYNOPSIS (You need to run C<make PGE-Hs.pbc> in F<compilers/pge> first.) .sub _main load_bytecode "PGE.pbc" load_bytecode "PGE/Hs.pir" $P0 = get_hll_global ["PGE";"Hs"], "match" $S0 = $P0("Hello", "(...)*$") print $S0 # PGE_Match 2 5 [PGE_Array [PGE_Match 2 5 [] []]] [] .end =head1 DESCRIPTION The Haskell-side data structure is defined thus: data MatchPGE = PGE_Match Int Int [MatchPGE] [(String, MatchPGE)] | PGE_Array [MatchPGE] | PGE_String String | PGE_Fail deriving (Show, Eq, Ord, Read) This F<PGE-Hs.pbc> is built separately (not by default). The reason is because it's intended to be bundled with Pugs, so as to make Pugs usable with vanilla Parrot from 0.2.0 on, using either an external F<parrot> executable, or a linked F<libparrot>. In external F<parrot> mode, Parrot's include path looks into the F<.pbc> files inside the library tree first, then look into the current directory, F<.>. Hence this file includes, rather than loads, the F<PGE.pbc> library, because if Pugs is shipped with its own copy of F<PGE.pbc>, Parrot would ignore that file and prefer to load the one in the Parrot tree instead. Granted, it is possible to pass in Pugs's own library path into an environment variable (maybe C<PARROT_LIBS>?), but as this was not in the 0.3.0 release, I (audreyt) decided to take the easy route. :-) =head1 CAVEATS This is an initial sketch. The dump format may change, and the whole thing may be taken out or refactored away at any moment. =cut .namespace [ "PGE";"Hs" ] .const string PGE_FAIL = "PGE_Fail" .sub "__onload" :load .local pmc load $P0 = get_class ['PGE';'Match'] .end .sub "add_rule" .param string name .param string pattern .param pmc adverbs :slurpy :named .local pmc p6rule_compile, rulesub p6rule_compile = compreg 'PGE::Perl6Regex' null rulesub # adverbs['grammar'] = 'PGE::Grammar' # adverbs['name'] = name rulesub = p6rule_compile(pattern, adverbs :named :flat) $I0 = exists adverbs["grammar"] if $I0 goto done $P0 = get_class ["PGE";"Grammar"] if null $P0 goto done addmethod $P0, name, rulesub done: .return (name) .end .sub "match" .param string x .param string pattern .param pmc adverbs :slurpy :named .local string out, tmps .local pmc rulesub .local pmc match .local pmc p6rule_compile .local pmc capt p6rule_compile = compreg 'PGE::Perl6Regex' null rulesub push_eh match_error rulesub = p6rule_compile(pattern, adverbs :named :flat) match = rulesub(x, 'grammar' => 'PGE::Grammar') match_result: unless match goto match_fail tmps = match."dump_hs"() out .= tmps goto end_match match_fail: out = PGE_FAIL goto end_match match_error: get_results "0, 0", match, out end_match: out .= "\n" .return (out) .end .sub unescape .param string str .local string ret, tmp .local int i, j ret = "" j = length str if j == 0 goto END i = 0 LOOP: substr tmp, str, i, 1 inc i if i >= j goto FIN eq tmp, "\\", ESC ret = concat ret, tmp goto LOOP ESC: substr tmp, str, i, 1 inc i eq tmp, "n", LF ret = concat ret, tmp goto UNESC LF: ret = concat ret, "\n" UNESC: if i >= j goto END goto LOOP FIN: ret = concat ret, tmp END: .return(ret) .end .namespace [ "PGE";"Match" ] .sub "dump_hs" :method .local string out .local int spi, spc .local int ari, arc .local int tmpi, cond .local string tmps, key .local pmc capt, it, subelm, elm .local pmc jmpstack jmpstack = new 'ResizableIntegerArray' out = "" start: out .= "PGE_Match " tmpi = self."from"() tmps = tmpi out .= tmps out .= " " tmpi = self."to"() tmps = tmpi out .= tmps out .= " [" subpats: capt = self.'list'() unless capt goto subrules spi = 0 spc = elements capt goto subpats_body subpats_loop: unless spi < spc goto subrules out .= ", " subpats_body: cond = defined capt[spi] unless cond goto subpats_fail elm = capt[spi] local_branch jmpstack, dumper inc spi goto subpats_loop subpats_fail: out .= PGE_FAIL inc spi goto subpats_loop subrules: out .= "] [" capt = self.'hash'() if_null capt, end it = iter capt unless it goto end subrules_body: key = shift it cond = defined capt[key] unless cond goto subrules_fail elm = capt[key] out .= '("' tmps = escape key out .= tmps out .= '", ' local_branch jmpstack, dumper out .= ")" unless it goto end out .= ", " goto subrules_body subrules_fail: out .= PGE_FAIL key = shift it unless it goto end goto subrules_body dumper: $I0 = does elm, "array" if $I0 goto dumper_array $I0 = can elm, "dump_hs" unless $I0 goto dumper_string tmps = elm."dump_hs"() out .= tmps local_return jmpstack dumper_string: $S0 = elm tmps = escape $S0 out .= 'PGE_String "' out .= tmps out .= '"' local_return jmpstack dumper_fail: out .= PGE_FAIL local_return jmpstack dumper_done: out .= "]" local_return jmpstack dumper_array: ari = 0 arc = elements elm out .= "PGE_Array [" unless ari < arc goto dumper_done goto dumper_array_body dumper_array_loop: unless ari < arc goto dumper_done out .= ", " dumper_array_body: subelm = elm[ari] tmps = subelm."dump_hs"() out .= tmps inc ari goto dumper_array_loop end: out .= "]" .return (out) .end # Local Variables: # mode: pir # fill-column: 100 # End: # vim: expandtab shiftwidth=4 ft=pir:
Parrot Internal Representation
4
winnit-myself/Wifie
runtime/parrot/library/PGE/Hs.pir
[ "Artistic-2.0" ]
HAI 1.2 I HAS A LIMIT ITZ 100 I HAS A SUMOFSQUARES ITZ 0 I HAS A SQUAREOFSUMS ITZ 0 IM IN YR LIFE UPPIN YR N WILE DIFFRINT N SUM OF LIMIT 1 SUMOFSQUARES R SUM OF SUMOFSQUARES PRODUKT OF N N SQUAREOFSUMS R SUM OF SQUAREOFSUMS N IM OUTTA YR LIFE SQUAREOFSUMS R PRODUKT OF SQUAREOFSUMS SQUAREOFSUMS VISIBLE DIFF OF SQUAREOFSUMS SUMOFSQUARES KTHXBYE
LOLCODE
3
LeartS/loleuler
006.lol
[ "MIT" ]
UPDATE hdb_catalog.hdb_table SET is_system_defined = 'false' WHERE table_schema = 'hdb_catalog' AND table_name = 'hdb_allowlist';
SQL
3
gh-oss-contributor/graphql-engine-1
server/src-rsr/migrations/17_to_16.sql
[ "Apache-2.0", "MIT" ]
module.exports = -> "foo"
CoffeeScript
1
bkucera2/cypress
packages/server/test/support/fixtures/projects/e2e/lib/foo.coffee
[ "MIT" ]
<%@ Page Language="C#" %> <%@ Import Namespace="System.IO" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> private const string HEADER = "<html>\n<head>\n<title>filesystembrowser</title>\n<style type=\"text/css\"><!--\nbody,table,p,pre,form input,form select {\n font-family: \"Lucida Console\", monospace;\n font-size: 88%;\n}\n-->\n</style></head>\n<body>\n"; private const string FOOTER = "</body>\n</html>\n"; /// <summary> /// /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void Page_Load(object sender, EventArgs e) { try { if (Request.Params["operation"] != null) { if (Request.Params["operation"] == "upload") { Response.Write(HEADER); Response.Write(this.UploadFile()); Response.Write(FOOTER); } else { Response.Write(HEADER); Response.Write("Unknown operation"); Response.Write(FOOTER); } } else { Response.Write(HEADER); Response.Write(this.GetUploadControls()); Response.Write(FOOTER); } } catch (Exception ex) { Response.Write(HEADER); Response.Write(ex.Message); Response.Write(FOOTER); } } /// <summary> /// /// </summary> private string UploadFile() { try { if (Request.Files.Count != 1) { return "No file selected"; } HttpPostedFile httpPostedFile = Request.Files[0]; int fileLength = httpPostedFile.ContentLength; byte[] buffer = new byte[fileLength]; httpPostedFile.InputStream.Read(buffer, 0, fileLength); FileInfo fileInfo = new FileInfo(Request.PhysicalPath); using (FileStream fileStream = new FileStream(Path.Combine(fileInfo.DirectoryName, Path.GetFileName(httpPostedFile.FileName)), FileMode.Create)) { fileStream.Write(buffer, 0, buffer.Length); } return "File uploaded"; } catch (Exception ex) { return ex.ToString(); } } /// <summary> /// /// </summary> /// <returns></returns> private string GetUploadControls() { string temp = string.Empty; temp = "<form enctype=\"multipart/form-data\" action=\"?operation=upload\" method=\"post\">"; temp += "<p>Please specify a file: <input type=\"file\" name=\"file\"></p>"; temp += "<div><input type=\"submit\" value=\"Send\"></div>"; temp += "</form>"; return temp; } </script> <!-- Created by Mark Woan (http://www.woany.co.uk) -->
ASP
5
laotun-s/webshell
web-malware-collection-13-06-2012/ASP/fileupload.aspx
[ "MIT" ]
#pragma once #include <cstdint> #include <memory> #include <queue> #include "envoy/common/random_generator.h" #include "envoy/common/time.h" #include "envoy/common/token_bucket.h" #include "envoy/config/grpc_mux.h" #include "envoy/config/subscription.h" #include "envoy/event/dispatcher.h" #include "envoy/grpc/status.h" #include "envoy/service/discovery/v3/discovery.pb.h" #include "envoy/upstream/cluster_manager.h" #include "source/common/common/logger.h" #include "source/common/common/utility.h" #include "source/common/config/api_version.h" #include "source/common/config/grpc_stream.h" #include "source/common/config/pausable_ack_queue.h" #include "source/common/config/watch_map.h" #include "source/common/config/xds_mux/delta_subscription_state.h" #include "source/common/config/xds_mux/sotw_subscription_state.h" #include "source/common/grpc/common.h" #include "absl/container/node_hash_map.h" namespace Envoy { namespace Config { namespace XdsMux { class ShutdownableMux { public: virtual ~ShutdownableMux() = default; virtual void shutdown() PURE; }; // Manages subscriptions to one or more type of resource. The logical protocol // state of those subscription(s) is handled by SubscriptionState. // This class owns the GrpcStream used to talk to the server, maintains queuing // logic to properly order the subscription(s)' various messages, and allows // starting/stopping/pausing of the subscriptions. // // @tparam S SubscriptionState state type, either SotwSubscriptionState or DeltaSubscriptionState // @tparam F SubscriptionStateFactory type, either SotwSubscriptionStateFactory or // DeltaSubscriptionStateFactory // @tparam RQ Xds request type, either envoy::service::discovery::v3::DiscoveryRequest or // envoy::service::discovery::v3::DeltaDiscoveryRequest // @tparam RS Xds response type, either envoy::service::discovery::v3::DiscoveryResponse or // envoy::service::discovery::v3::DeltaDiscoveryResponse // template <class S, class F, class RQ, class RS> class GrpcMuxImpl : public GrpcStreamCallbacks<RS>, public GrpcMux, public ShutdownableMux, Logger::Loggable<Logger::Id::config> { public: GrpcMuxImpl(std::unique_ptr<F> subscription_state_factory, bool skip_subsequent_node, const LocalInfo::LocalInfo& local_info, Grpc::RawAsyncClientPtr&& async_client, Event::Dispatcher& dispatcher, const Protobuf::MethodDescriptor& service_method, Random::RandomGenerator& random, Stats::Scope& scope, const RateLimitSettings& rate_limit_settings); ~GrpcMuxImpl() override; // Causes all GrpcMuxImpl objects to stop sending any messages on `grpc_stream_` to fix a crash // on Envoy shutdown due to dangling pointers. This may not be the ideal fix; it is probably // preferable for the `ServerImpl` to cause all configuration subscriptions to be shutdown, which // would then cause all `GrpcMuxImpl` to be destructed. // TODO: figure out the correct fix: https://github.com/envoyproxy/envoy/issues/15072. static void shutdownAll(); void shutdown() override { shutdown_ = true; } bool isShutdown() { return shutdown_; } // TODO (dmitri-d) return a naked pointer instead of the wrapper once the legacy mux has been // removed and the mux interface can be changed Config::GrpcMuxWatchPtr addWatch(const std::string& type_url, const absl::flat_hash_set<std::string>& resources, SubscriptionCallbacks& callbacks, OpaqueResourceDecoder& resource_decoder, const SubscriptionOptions& options) override; void updateWatch(const std::string& type_url, Watch* watch, const absl::flat_hash_set<std::string>& resources, const SubscriptionOptions& options); void removeWatch(const std::string& type_url, Watch* watch); ScopedResume pause(const std::string& type_url) override; ScopedResume pause(const std::vector<std::string> type_urls) override; void start() override; const absl::flat_hash_map<std::string, std::unique_ptr<S>>& subscriptions() const { return subscriptions_; } // GrpcStreamCallbacks void onStreamEstablished() override { handleEstablishedStream(); } void onEstablishmentFailure() override { handleStreamEstablishmentFailure(); } void onWriteable() override { trySendDiscoveryRequests(); } void onDiscoveryResponse(std::unique_ptr<RS>&& message, ControlPlaneStats& control_plane_stats) override { genericHandleResponse(message->type_url(), *message, control_plane_stats); } GrpcStream<RQ, RS>& grpcStreamForTest() { return grpc_stream_; } protected: class WatchImpl : public Envoy::Config::GrpcMuxWatch { public: WatchImpl(const std::string& type_url, Watch* watch, GrpcMuxImpl& parent, const SubscriptionOptions& options) : type_url_(type_url), watch_(watch), parent_(parent), options_(options) {} ~WatchImpl() override { remove(); } void remove() { if (watch_) { parent_.removeWatch(type_url_, watch_); watch_ = nullptr; } } void update(const absl::flat_hash_set<std::string>& resources) override { parent_.updateWatch(type_url_, watch_, resources, options_); } private: const std::string type_url_; Watch* watch_; GrpcMuxImpl& parent_; const SubscriptionOptions options_; }; void sendGrpcMessage(RQ& msg_proto, S& sub_state); void maybeUpdateQueueSizeStat(uint64_t size) { grpc_stream_.maybeUpdateQueueSizeStat(size); } bool grpcStreamAvailable() { return grpc_stream_.grpcStreamAvailable(); } bool rateLimitAllowsDrain() { return grpc_stream_.checkRateLimitAllowsDrain(); } void sendMessage(RQ& msg_proto) { grpc_stream_.sendMessage(msg_proto); } S& subscriptionStateFor(const std::string& type_url); WatchMap& watchMapFor(const std::string& type_url); void handleEstablishedStream(); void handleStreamEstablishmentFailure(); void genericHandleResponse(const std::string& type_url, const RS& response_proto, ControlPlaneStats& control_plane_stats); void trySendDiscoveryRequests(); bool skipSubsequentNode() const { return skip_subsequent_node_; } bool anyRequestSentYetInCurrentStream() const { return any_request_sent_yet_in_current_stream_; } void setAnyRequestSentYetInCurrentStream(bool value) { any_request_sent_yet_in_current_stream_ = value; } const LocalInfo::LocalInfo& localInfo() const { return local_info_; } private: // Checks whether external conditions allow sending a DeltaDiscoveryRequest. (Does not check // whether we *want* to send a (Delta)DiscoveryRequest). bool canSendDiscoveryRequest(const std::string& type_url); // Checks whether we have something to say in a (Delta)DiscoveryRequest, which can be an ACK // and/or a subscription update. (Does not check whether we *can* send that // (Delta)DiscoveryRequest). Returns the type_url we should send the DeltaDiscoveryRequest for (if // any). First, prioritizes ACKs over non-ACK subscription interest updates. Then, prioritizes // non-ACK updates in the order the various types of subscriptions were activated (as tracked by // subscription_ordering_). absl::optional<std::string> whoWantsToSendDiscoveryRequest(); // Invoked when dynamic context parameters change for a resource type. void onDynamicContextUpdate(absl::string_view resource_type_url); GrpcStream<RQ, RS> grpc_stream_; // Resource (N)ACKs we're waiting to send, stored in the order that they should be sent in. All // of our different resource types' ACKs are mixed together in this queue. See class for // description of how it interacts with pause() and resume(). PausableAckQueue pausable_ack_queue_; // Makes SubscriptionStates, to be held in the subscriptions_ map. Whether this GrpcMux is doing // delta or state of the world xDS is determined by which concrete subclass this variable gets. std::unique_ptr<F> subscription_state_factory_; // Map key is type_url. // Only addWatch() should insert into these maps. absl::flat_hash_map<std::string, std::unique_ptr<S>> subscriptions_; absl::flat_hash_map<std::string, std::unique_ptr<WatchMap>> watch_maps_; // Determines the order of initial discovery requests. (Assumes that subscriptions are added // to this GrpcMux in the order of Envoy's dependency ordering). std::list<std::string> subscription_ordering_; // Whether to enable the optimization of only including the node field in the very first // discovery request in an xDS gRPC stream (really just one: *not* per-type_url). const bool skip_subsequent_node_; // State to help with skip_subsequent_node's logic. bool any_request_sent_yet_in_current_stream_{}; // Used to populate the (Delta)DiscoveryRequest's node field. That field is the same across // all type_urls, and moreover, the 'skip_subsequent_node' logic needs to operate across all // the type_urls. So, while the SubscriptionStates populate every other field of these messages, // this one is up to GrpcMux. const LocalInfo::LocalInfo& local_info_; Common::CallbackHandlePtr dynamic_update_callback_handle_; // True iff Envoy is shutting down; no messages should be sent on the `grpc_stream_` when this is // true because it may contain dangling pointers. std::atomic<bool> shutdown_{false}; }; class GrpcMuxDelta : public GrpcMuxImpl<DeltaSubscriptionState, DeltaSubscriptionStateFactory, envoy::service::discovery::v3::DeltaDiscoveryRequest, envoy::service::discovery::v3::DeltaDiscoveryResponse> { public: GrpcMuxDelta(Grpc::RawAsyncClientPtr&& async_client, Event::Dispatcher& dispatcher, const Protobuf::MethodDescriptor& service_method, Random::RandomGenerator& random, Stats::Scope& scope, const RateLimitSettings& rate_limit_settings, const LocalInfo::LocalInfo& local_info, bool skip_subsequent_node); // GrpcStreamCallbacks void requestOnDemandUpdate(const std::string& type_url, const absl::flat_hash_set<std::string>& for_update) override; }; class GrpcMuxSotw : public GrpcMuxImpl<SotwSubscriptionState, SotwSubscriptionStateFactory, envoy::service::discovery::v3::DiscoveryRequest, envoy::service::discovery::v3::DiscoveryResponse> { public: GrpcMuxSotw(Grpc::RawAsyncClientPtr&& async_client, Event::Dispatcher& dispatcher, const Protobuf::MethodDescriptor& service_method, Random::RandomGenerator& random, Stats::Scope& scope, const RateLimitSettings& rate_limit_settings, const LocalInfo::LocalInfo& local_info, bool skip_subsequent_node); // GrpcStreamCallbacks void requestOnDemandUpdate(const std::string&, const absl::flat_hash_set<std::string>&) override { ENVOY_BUG(false, "unexpected request for on demand update"); } }; class NullGrpcMuxImpl : public GrpcMux { public: void start() override {} ScopedResume pause(const std::string&) override { return std::make_unique<Cleanup>([]() {}); } ScopedResume pause(const std::vector<std::string>) override { return std::make_unique<Cleanup>([]() {}); } Config::GrpcMuxWatchPtr addWatch(const std::string&, const absl::flat_hash_set<std::string>&, SubscriptionCallbacks&, OpaqueResourceDecoder&, const SubscriptionOptions&) override; void requestOnDemandUpdate(const std::string&, const absl::flat_hash_set<std::string>&) override { ENVOY_BUG(false, "unexpected request for on demand update"); } }; } // namespace XdsMux } // namespace Config } // namespace Envoy
C
5
giantcroc/envoy
source/common/config/xds_mux/grpc_mux_impl.h
[ "Apache-2.0" ]
# This file is distributed under the same license as the Django package. # # Translators: # Jafry Hisham, 2021 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-01-15 09:00+0100\n" "PO-Revision-Date: 2021-11-16 13:42+0000\n" "Last-Translator: Jafry Hisham\n" "Language-Team: Malay (http://www.transifex.com/django/django/language/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ms\n" "Plural-Forms: nplurals=1; plural=0;\n" #, javascript-format msgid "Available %s" msgstr "%s tersedia" #, javascript-format msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" "Ini adalah senarai %s yang tersedia. Anda boleh memilih beberapa dengan " "memilihnya di dalam kotak dibawah dan kemudian klik pada anak panah \"Pilih" "\" diantara dua kotak itu." #, javascript-format msgid "Type into this box to filter down the list of available %s." msgstr "Taip didalam kotak untuk menapis senarai %s yang tersedia." msgid "Filter" msgstr "Tapis" msgid "Choose all" msgstr "Pilih semua" #, javascript-format msgid "Click to choose all %s at once." msgstr "Klik untuk memlih semua %s serentak." msgid "Choose" msgstr "Pilih" msgid "Remove" msgstr "Buang" #, javascript-format msgid "Chosen %s" msgstr "%s dipilh" #, javascript-format msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" "Ini adalah senarai %s yang dipilih. Anda boleh membuangnya dengan memilihnya " "pada kotak dibawah dan kemudian klik pada anak panah \"Buang\" diantara dua " "kotak itu." msgid "Remove all" msgstr "Buang semua" #, javascript-format msgid "Click to remove all chosen %s at once." msgstr "Klik untuk membuang serentak semua %s yang dipilih." msgid "%(sel)s of %(cnt)s selected" msgid_plural "%(sel)s of %(cnt)s selected" msgstr[0] "%(sel)s daripada %(cnt)s dipilih" msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" "Anda mempunyai perubahan yang belum disimpan pada medan-medan individu yang " "boleh di-edit. Sekiranya anda melakukan sebarang tindakan, penukaran yang " "tidak disimpan akan hilang." msgid "" "You have selected an action, but you haven’t saved your changes to " "individual fields yet. Please click OK to save. You’ll need to re-run the " "action." msgstr "" "Anda telah memlih tindakan, tetapi anda belum menyimpan perubahan yang " "dilakukan pada medan-medan individu. Sila klik OK to untuk simpan. Anda " "perlu melakukan semula tindakan tersebut." msgid "" "You have selected an action, and you haven’t made any changes on individual " "fields. You’re probably looking for the Go button rather than the Save " "button." msgstr "" "Anda telah memilih sesuatu tindakan, dan belum membuat perubahan pada medan-" "medan individu. Anda mungkin sedang mencari butang Pergi dan bukannya butang " "Simpan." msgid "Now" msgstr "Sekarang" msgid "Midnight" msgstr "Tengah malam" msgid "6 a.m." msgstr "6 pagi" msgid "Noon" msgstr "Tengahari" msgid "6 p.m." msgstr "6 malam" #, javascript-format msgid "Note: You are %s hour ahead of server time." msgid_plural "Note: You are %s hours ahead of server time." msgstr[0] "Nota: Anda %s jam ke depan daripada masa pelayan." #, javascript-format msgid "Note: You are %s hour behind server time." msgid_plural "Note: You are %s hours behind server time." msgstr[0] "Nota: Anda %s jam ke belakang daripada masa pelayan." msgid "Choose a Time" msgstr "Pilih Masa" msgid "Choose a time" msgstr "Pilih masa" msgid "Cancel" msgstr "Batal" msgid "Today" msgstr "Hari ini" msgid "Choose a Date" msgstr "Pilih Tarikh" msgid "Yesterday" msgstr "Semalam" msgid "Tomorrow" msgstr "Esok" msgid "January" msgstr "Januari" msgid "February" msgstr "Februari" msgid "March" msgstr "Mac" msgid "April" msgstr "Arpil" msgid "May" msgstr "Mei" msgid "June" msgstr "Jun" msgid "July" msgstr "Julai" msgid "August" msgstr "Ogos" msgid "September" msgstr "September" msgid "October" msgstr "Oktober" msgid "November" msgstr "November" msgid "December" msgstr "Disember" msgctxt "abbrev. month January" msgid "Jan" msgstr "Jan" msgctxt "abbrev. month February" msgid "Feb" msgstr "Feb" msgctxt "abbrev. month March" msgid "Mar" msgstr "Mar" msgctxt "abbrev. month April" msgid "Apr" msgstr "Apr" msgctxt "abbrev. month May" msgid "May" msgstr "Mei" msgctxt "abbrev. month June" msgid "Jun" msgstr "Jun" msgctxt "abbrev. month July" msgid "Jul" msgstr "Jul" msgctxt "abbrev. month August" msgid "Aug" msgstr "Ogo" msgctxt "abbrev. month September" msgid "Sep" msgstr "Sep" msgctxt "abbrev. month October" msgid "Oct" msgstr "Okt" msgctxt "abbrev. month November" msgid "Nov" msgstr "Nov" msgctxt "abbrev. month December" msgid "Dec" msgstr "Dis" msgctxt "one letter Sunday" msgid "S" msgstr "A" msgctxt "one letter Monday" msgid "M" msgstr "I" msgctxt "one letter Tuesday" msgid "T" msgstr "Se" msgctxt "one letter Wednesday" msgid "W" msgstr "R" msgctxt "one letter Thursday" msgid "T" msgstr "K" msgctxt "one letter Friday" msgid "F" msgstr "J" msgctxt "one letter Saturday" msgid "S" msgstr "Sa" msgid "Show" msgstr "Tunjuk" msgid "Hide" msgstr "Sorok"
Gettext Catalog
3
Joshua-Barawa/My-Photos
venv/lib/python3.8/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po
[ "PostgreSQL", "Unlicense" ]
.message { &.otr-ack { .info { color: lightgreen; &::before { display: inline-block; visibility: visible; content: "\e952"; font-family: 'fontello'; } } } }
CSS
3
subramanir2143/Rocket.Chat
app/otr/client/stylesheets/otr.css
[ "MIT" ]
module Libraries.Utils.Term import System.FFI %default total libterm : String -> String libterm s = "C:" ++ s ++ ", libidris2_support, idris_term.h" %foreign libterm "idris2_setupTerm" "jvm:setup,io/github/mmhelloworld/idrisjvm/runtime/Terminal" prim__setupTerm : PrimIO () %foreign libterm "idris2_getTermCols" "jvm:getColumns,io/github/mmhelloworld/idrisjvm/runtime/Terminal" prim__getTermCols : PrimIO Int %foreign libterm "idris2_getTermLines" "jvm:getRows,io/github/mmhelloworld/idrisjvm/runtime/Terminal" prim__getTermLines : PrimIO Int export setupTerm : IO () setupTerm = primIO prim__setupTerm export getTermCols : IO Int getTermCols = primIO prim__getTermCols export getTermLines : IO Int getTermLines = primIO prim__getTermLines
Idris
3
ska80/idris-jvm
src/Libraries/Utils/Term.idr
[ "BSD-3-Clause" ]
((exe_name hello) (link_order (world hello)))
Common Lisp
0
JavascriptID/sourcerer-app
src/test/resources/samples/langs/Common Lisp/config.sexp
[ "MIT" ]
{ "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#" }, "@graph": [ { "@id": "http://schema.org/downloadUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "If the file can be downloaded, URL to download the binary.", "rdfs:label": "downloadUrl" }, { "@id": "http://schema.org/UserLikes", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserLikes", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/CafeOrCoffeeShop", "@type": "rdfs:Class", "rdfs:comment": "A cafe or coffee shop.", "rdfs:label": "CafeOrCoffeeShop", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/pagination", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Article" }, { "@id": "http://schema.org/PublicationIssue" }, { "@id": "http://schema.org/Chapter" }, { "@id": "http://schema.org/PublicationVolume" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/pages" }, "rdfs:comment": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "rdfs:label": "pagination" }, { "@id": "http://schema.org/FoodService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A food service, like breakfast, lunch, or dinner.", "rdfs:label": "FoodService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/Recipe", "@type": "rdfs:Class", "rdfs:comment": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class=\"localLink\" href=\"http://schema.org/suitableForDiet\">suitableForDiet</a>. The <a class=\"localLink\" href=\"http://schema.org/keywords\">keywords</a> property can also be used to add more detail.", "rdfs:label": "Recipe", "rdfs:subClassOf": { "@id": "http://schema.org/HowTo" } }, { "@id": "http://schema.org/gameItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Game" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "rdfs:label": "gameItem" }, { "@id": "http://schema.org/duringMedia", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowToDirection" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A media object representing the circumstances while performing this direction.", "rdfs:label": "duringMedia" }, { "@id": "http://schema.org/Volcano", "@type": "rdfs:Class", "rdfs:comment": "A volcano, like Fuji san.", "rdfs:label": "Volcano", "rdfs:subClassOf": { "@id": "http://schema.org/Landform" } }, { "@id": "http://schema.org/departureStation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TrainStation" }, "rdfs:comment": "The station from which the train departs.", "rdfs:label": "departureStation" }, { "@id": "http://schema.org/SportsTeam", "@type": "rdfs:Class", "rdfs:comment": "Organization: Sports team.", "rdfs:label": "SportsTeam", "rdfs:subClassOf": { "@id": "http://schema.org/SportsOrganization" } }, { "@id": "http://schema.org/GroceryStore", "@type": "rdfs:Class", "rdfs:comment": "A grocery store.", "rdfs:label": "GroceryStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/True", "@type": "http://schema.org/Boolean", "rdfs:comment": "The boolean value true.", "rdfs:label": "True" }, { "@id": "http://schema.org/Demand", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.", "rdfs:label": "Demand", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/musicCompositionForm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of composition (e.g. overture, sonata, symphony, etc.).", "rdfs:label": "musicCompositionForm" }, { "@id": "http://schema.org/AboutPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: About page.", "rdfs:label": "AboutPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/result", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The result produced in the action. e.g. John wrote <em>a book</em>.", "rdfs:label": "result" }, { "@id": "http://schema.org/isbn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/isbn" }, "rdfs:comment": "The ISBN of the book.", "rdfs:label": "isbn", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/ExerciseAction", "@type": "rdfs:Class", "rdfs:comment": "The act of participating in exertive activity for the purposes of improving health and fitness.", "rdfs:label": "ExerciseAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlayAction" } }, { "@id": "http://schema.org/UserPlays", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserPlays", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/occupationLocation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Occupation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AdministrativeArea" }, "rdfs:comment": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.", "rdfs:label": "occupationLocation" }, { "@id": "http://schema.org/about", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1670" }, "http://schema.org/category": "issue-1670", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/CommunicateAction" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/subjectOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The subject matter of the content.", "rdfs:label": "about" }, { "@id": "http://schema.org/EBook", "@type": "http://schema.org/BookFormatType", "rdfs:comment": "Book format: Ebook.", "rdfs:label": "EBook" }, { "@id": "http://schema.org/SeaBodyOfWater", "@type": "rdfs:Class", "rdfs:comment": "A sea (for example, the Caspian sea).", "rdfs:label": "SeaBodyOfWater", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/ConvenienceStore", "@type": "rdfs:Class", "rdfs:comment": "A convenience store.", "rdfs:label": "ConvenienceStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/Trip", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, "rdfs:comment": "A trip or journey. An itinerary of visits to one or more places.", "rdfs:label": "Trip", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/VeganDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet exclusive of all animal products.", "rdfs:label": "VeganDiet" }, { "@id": "http://schema.org/serviceArea", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/AdministrativeArea" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeoShape" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/areaServed" }, "rdfs:comment": "The geographic area where the service is provided.", "rdfs:label": "serviceArea" }, { "@id": "http://schema.org/Dataset", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" }, "http://www.w3.org/2002/07/owl#equivalentClass": [ { "@id": "http://rdfs.org/ns/void#Dataset" }, { "@id": "http://purl.org/dc/dcmitype/Dataset" }, { "@id": "http://www.w3.org/ns/dcat#Dataset" } ], "rdfs:comment": "A body of structured information describing some topic(s) of interest.", "rdfs:label": "Dataset", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/DigitalAudioTapeFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DigitalAudioTapeFormat.", "rdfs:label": "DigitalAudioTapeFormat" }, { "@id": "http://schema.org/memberOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/member" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ProgramMembership" } ], "rdfs:comment": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "rdfs:label": "memberOf" }, { "@id": "http://schema.org/Action", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" }, "rdfs:comment": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/04/announcing-schemaorg-actions.html\">blog post</a> and <a href=\"http://schema.org/docs/actions.html\">Actions overview document</a>.", "rdfs:label": "Action", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/InsuranceAgency", "@type": "rdfs:Class", "rdfs:comment": "An Insurance agency.", "rdfs:label": "InsuranceAgency", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialService" } }, { "@id": "http://schema.org/DamagedCondition", "@type": "http://schema.org/OfferItemCondition", "rdfs:comment": "Indicates that the item is damaged.", "rdfs:label": "DamagedCondition" }, { "@id": "http://schema.org/nextItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ListItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ListItem" }, "rdfs:comment": "A link to the ListItem that follows the current one.", "rdfs:label": "nextItem" }, { "@id": "http://schema.org/AudioObject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "An audio file.", "rdfs:label": "AudioObject", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/recordingOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/recordedAs" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicComposition" }, "rdfs:comment": "The composition this track is a recording of.", "rdfs:label": "recordingOf" }, { "@id": "http://schema.org/geoWithin", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoWithin" }, { "@id": "http://schema.org/TaxiReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for a taxi.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "TaxiReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/audienceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Audience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).", "rdfs:label": "audienceType" }, { "@id": "http://schema.org/broadcastFrequency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BroadcastService" }, { "@id": "http://schema.org/BroadcastChannel" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/BroadcastFrequencySpecification" } ], "rdfs:comment": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".", "rdfs:label": "broadcastFrequency" }, { "@id": "http://schema.org/Game", "@type": "rdfs:Class", "rdfs:comment": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", "rdfs:label": "Game", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/AlbumRelease", "@type": "http://schema.org/MusicAlbumReleaseType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "AlbumRelease.", "rdfs:label": "AlbumRelease" }, { "@id": "http://schema.org/interactionService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/InteractionCounter" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebSite" }, { "@id": "http://schema.org/SoftwareApplication" } ], "rdfs:comment": "The WebSite or SoftwareApplication where the interactions took place.", "rdfs:label": "interactionService" }, { "@id": "http://schema.org/SoldOut", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item has sold out.", "rdfs:label": "SoldOut" }, { "@id": "http://schema.org/targetDescription", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The description of a node in an established educational framework.", "rdfs:label": "targetDescription" }, { "@id": "http://schema.org/Vehicle", "@type": "rdfs:Class", "rdfs:comment": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", "rdfs:label": "Vehicle", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/geoContains", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoContains" }, { "@id": "http://schema.org/photo", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Photograph" }, { "@id": "http://schema.org/ImageObject" } ], "rdfs:comment": "A photograph of this place.", "rdfs:label": "photo", "rdfs:subPropertyOf": { "@id": "http://schema.org/image" } }, { "@id": "http://schema.org/ratingValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Rating" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The rating for the content.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "ratingValue" }, { "@id": "http://schema.org/address", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/GeoCoordinates" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PostalAddress" } ], "rdfs:comment": "Physical address of the item.", "rdfs:label": "address" }, { "@id": "http://schema.org/educationalAlignment", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AlignmentObject" }, "rdfs:comment": "An alignment to an established educational framework.", "rdfs:label": "educationalAlignment" }, { "@id": "http://schema.org/startTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FoodEstablishmentReservation" }, { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/Action" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Time" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from <em>January</em> to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.<br/><br/>\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", "rdfs:label": "startTime" }, { "@id": "http://schema.org/spouse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The person's spouse.", "rdfs:label": "spouse" }, { "@id": "http://schema.org/uploadDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date when this media object was uploaded to this site.", "rdfs:label": "uploadDate" }, { "@id": "http://schema.org/AutoPartsStore", "@type": "rdfs:Class", "rdfs:comment": "An auto parts store.", "rdfs:label": "AutoPartsStore", "rdfs:subClassOf": [ { "@id": "http://schema.org/Store" }, { "@id": "http://schema.org/AutomotiveBusiness" } ] }, { "@id": "http://schema.org/manufacturer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/DietarySupplement" }, { "@id": "http://schema.org/Drug" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The manufacturer of the product.", "rdfs:label": "manufacturer" }, { "@id": "http://schema.org/Painting", "@type": "rdfs:Class", "rdfs:comment": "A painting.", "rdfs:label": "Painting", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/SomeProducts", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A placeholder for multiple similar products of the same kind.", "rdfs:label": "SomeProducts", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/urlTemplate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "rdfs:label": "urlTemplate" }, { "@id": "http://schema.org/MoveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of an agent relocating to a place.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>\n</ul>\n", "rdfs:label": "MoveAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/CreativeWork", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", "rdfs:label": "CreativeWork", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/discusses", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", "rdfs:label": "discusses" }, { "@id": "http://schema.org/sku", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "rdfs:label": "sku", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/AddAction", "@type": "rdfs:Class", "rdfs:comment": "The act of editing by adding an object to a collection.", "rdfs:label": "AddAction", "rdfs:subClassOf": { "@id": "http://schema.org/UpdateAction" } }, { "@id": "http://schema.org/broadcastChannelId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "rdfs:label": "broadcastChannelId" }, { "@id": "http://schema.org/JewelryStore", "@type": "rdfs:Class", "rdfs:comment": "A jewelry store.", "rdfs:label": "JewelryStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/ViewAction", "@type": "rdfs:Class", "rdfs:comment": "The act of consuming static visual content.", "rdfs:label": "ViewAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/WPFooter", "@type": "rdfs:Class", "rdfs:comment": "The footer section of the page.", "rdfs:label": "WPFooter", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/associatedMedia", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MediaObject" }, "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.", "rdfs:label": "associatedMedia" }, { "@id": "http://schema.org/QAPage", "@type": "rdfs:Class", "rdfs:comment": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", "rdfs:label": "QAPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/exifData", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ImageObject" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "exif data for this object.", "rdfs:label": "exifData" }, { "@id": "http://schema.org/query", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SearchAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A sub property of instrument. The query used on this action.", "rdfs:label": "query", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/sameAs", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", "rdfs:label": "sameAs" }, { "@id": "http://schema.org/funder", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/MonetaryGrant" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "rdfs:label": "funder", "rdfs:subPropertyOf": { "@id": "http://schema.org/sponsor" } }, { "@id": "http://schema.org/LikeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", "rdfs:label": "LikeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/PublicationEvent", "@type": "rdfs:Class", "rdfs:comment": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", "rdfs:label": "PublicationEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/Course", "@type": "rdfs:Class", "rdfs:comment": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", "rdfs:label": "Course", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/position", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/ListItem" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "The position of an item in a series or sequence of items.", "rdfs:label": "position" }, { "@id": "http://schema.org/colleagues", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/colleague" }, "rdfs:comment": "A colleague of the person.", "rdfs:label": "colleagues" }, { "@id": "http://schema.org/ParcelService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A private parcel service as the delivery mode available for a certain offer.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#DHL</li>\n<li>http://purl.org/goodrelations/v1#FederalExpress</li>\n<li>http://purl.org/goodrelations/v1#UPS</li>\n</ul>\n", "rdfs:label": "ParcelService", "rdfs:subClassOf": { "@id": "http://schema.org/DeliveryMethod" } }, { "@id": "http://schema.org/BefriendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>\n</ul>\n", "rdfs:label": "BefriendAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/playerType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Player type required&#x2014;for example, Flash or Silverlight.", "rdfs:label": "playerType" }, { "@id": "http://schema.org/unitCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/UnitPriceSpecification" }, { "@id": "http://schema.org/TypeAndQuantityNode" }, { "@id": "http://schema.org/PropertyValue" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", "rdfs:label": "unitCode" }, { "@id": "http://schema.org/produces", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/serviceOutput" }, "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", "rdfs:label": "produces" }, { "@id": "http://schema.org/OrderReturned", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that an order has been returned.", "rdfs:label": "OrderReturned" }, { "@id": "http://schema.org/HowTo", "@type": "rdfs:Class", "rdfs:comment": "Instructions that explain how to achieve a result by performing a sequence of steps.", "rdfs:label": "HowTo", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/PoliceStation", "@type": "rdfs:Class", "rdfs:comment": "A police station.", "rdfs:label": "PoliceStation", "rdfs:subClassOf": [ { "@id": "http://schema.org/EmergencyService" }, { "@id": "http://schema.org/CivicStructure" } ] }, { "@id": "http://schema.org/LeftHandDriving", "@type": "http://schema.org/SteeringPositionValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "The steering position is on the left side of the vehicle (viewed from the main direction of driving).", "rdfs:label": "LeftHandDriving" }, { "@id": "http://schema.org/latitude", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeoCoordinates" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The latitude of a location. For example <code>37.42242</code> (<a href=\"https://en.wikipedia.org/wiki/World_Geodetic_System\">WGS 84</a>).", "rdfs:label": "latitude" }, { "@id": "http://schema.org/arrivalAirport", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Airport" }, "rdfs:comment": "The airport where the flight terminates.", "rdfs:label": "arrivalAirport" }, { "@id": "http://schema.org/DigitalDocument", "@type": "rdfs:Class", "rdfs:comment": "An electronic file or document.", "rdfs:label": "DigitalDocument", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/bestRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Rating" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", "rdfs:label": "bestRating" }, { "@id": "http://schema.org/HealthClub", "@type": "rdfs:Class", "rdfs:comment": "A health club.", "rdfs:label": "HealthClub", "rdfs:subClassOf": [ { "@id": "http://schema.org/SportsActivityLocation" }, { "@id": "http://schema.org/HealthAndBeautyBusiness" } ] }, { "@id": "http://schema.org/DrinkAction", "@type": "rdfs:Class", "rdfs:comment": "The act of swallowing liquids.", "rdfs:label": "DrinkAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/softwareRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", "rdfs:label": "softwareRequirements" }, { "@id": "http://schema.org/DownloadAction", "@type": "rdfs:Class", "rdfs:comment": "The act of downloading an object.", "rdfs:label": "DownloadAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/typeOfGood", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TypeAndQuantityNode" }, { "@id": "http://schema.org/OwnershipInfo" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Product" } ], "rdfs:comment": "The product that this structured value is referring to.", "rdfs:label": "typeOfGood" }, { "@id": "http://schema.org/TireShop", "@type": "rdfs:Class", "rdfs:comment": "A tire shop.", "rdfs:label": "TireShop", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/Synagogue", "@type": "rdfs:Class", "rdfs:comment": "A synagogue.", "rdfs:label": "Synagogue", "rdfs:subClassOf": { "@id": "http://schema.org/PlaceOfWorship" } }, { "@id": "http://schema.org/numberOfForwardGears", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The total number of forward gears available for the transmission system of the vehicle.<br/><br/>\n\nTypical unit code(s): C62", "rdfs:label": "numberOfForwardGears" }, { "@id": "http://schema.org/AnimalShelter", "@type": "rdfs:Class", "rdfs:comment": "Animal shelter.", "rdfs:label": "AnimalShelter", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/actionStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ActionStatusType" }, "rdfs:comment": "Indicates the current disposition of the Action.", "rdfs:label": "actionStatus" }, { "@id": "http://schema.org/audio", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2420" }, "http://schema.org/category": "issue-2420", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/AudioObject" }, { "@id": "http://schema.org/MusicRecording" } ], "rdfs:comment": "An embedded audio object.", "rdfs:label": "audio" }, { "@id": "http://schema.org/deathDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date of death.", "rdfs:label": "deathDate" }, { "@id": "http://schema.org/WorkersUnion", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/243" }, "http://schema.org/category": "issue-243", "rdfs:comment": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", "rdfs:label": "WorkersUnion", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/PreOrder", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is available for pre-order.", "rdfs:label": "PreOrder" }, { "@id": "http://schema.org/workExample", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/exampleOfWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.", "rdfs:label": "workExample" }, { "@id": "http://schema.org/jobLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "A (typically single) geographic location associated with the job position.", "rdfs:label": "jobLocation" }, { "@id": "http://schema.org/HowToSection", "@type": "rdfs:Class", "rdfs:comment": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", "rdfs:label": "HowToSection", "rdfs:subClassOf": [ { "@id": "http://schema.org/ListItem" }, { "@id": "http://schema.org/ItemList" }, { "@id": "http://schema.org/CreativeWork" } ] }, { "@id": "http://schema.org/seasons", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWorkSeason" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/season" }, "rdfs:comment": "A season in a media series.", "rdfs:label": "seasons" }, { "@id": "http://schema.org/MusicAlbum", "@type": "rdfs:Class", "rdfs:comment": "A collection of music tracks.", "rdfs:label": "MusicAlbum", "rdfs:subClassOf": { "@id": "http://schema.org/MusicPlaylist" } }, { "@id": "http://schema.org/AssessAction", "@type": "rdfs:Class", "rdfs:comment": "The act of forming one's opinion, reaction or sentiment.", "rdfs:label": "AssessAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/Person", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://xmlns.com/foaf/0.1/Person" }, "rdfs:comment": "A person (alive, dead, undead, or fictional).", "rdfs:label": "Person", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/permissions", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).", "rdfs:label": "permissions" }, { "@id": "http://schema.org/RsvpResponseYes", "@type": "http://schema.org/RsvpResponseType", "rdfs:comment": "The invitee will attend.", "rdfs:label": "RsvpResponseYes" }, { "@id": "http://schema.org/provider", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ParcelDelivery" }, { "@id": "http://schema.org/Reservation" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Invoice" }, { "@id": "http://schema.org/Trip" }, { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.", "rdfs:label": "provider" }, { "@id": "http://schema.org/DeliveryChargeSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "The price for the delivery of an offer using a particular delivery method.", "rdfs:label": "DeliveryChargeSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/PriceSpecification" } }, { "@id": "http://schema.org/screenCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MovieTheater" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The number of screens in the movie theater.", "rdfs:label": "screenCount" }, { "@id": "http://schema.org/openingHoursSpecification", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OpeningHoursSpecification" }, "rdfs:comment": "The opening hours of a certain place.", "rdfs:label": "openingHoursSpecification" }, { "@id": "http://schema.org/occupancy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Suite" }, { "@id": "http://schema.org/SingleFamilyResidence" }, { "@id": "http://schema.org/Apartment" }, { "@id": "http://schema.org/HotelRoom" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person", "rdfs:label": "occupancy" }, { "@id": "http://schema.org/saturatedFatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of saturated fat.", "rdfs:label": "saturatedFatContent" }, { "@id": "http://schema.org/LendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/BorrowAction\">BorrowAction</a>: Reciprocal of LendAction.</li>\n</ul>\n", "rdfs:label": "LendAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/availabilityStarts", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } ], "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ActionAccessSpecification" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Time" }, { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The beginning of the availability of the product or service included in the offer.", "rdfs:label": "availabilityStarts" }, { "@id": "http://schema.org/FoodEstablishment", "@type": "rdfs:Class", "rdfs:comment": "A food-related business.", "rdfs:label": "FoodEstablishment", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/encoding", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/encodesCreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MediaObject" }, "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", "rdfs:label": "encoding" }, { "@id": "http://schema.org/interactivityType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.", "rdfs:label": "interactivityType" }, { "@id": "http://schema.org/ListenAction", "@type": "rdfs:Class", "rdfs:comment": "The act of consuming audio content.", "rdfs:label": "ListenAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/TransferAction", "@type": "rdfs:Class", "rdfs:comment": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "rdfs:label": "TransferAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/SoundtrackAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "SoundtrackAlbum.", "rdfs:label": "SoundtrackAlbum" }, { "@id": "http://schema.org/NutritionInformation", "@type": "rdfs:Class", "rdfs:comment": "Nutritional information about the recipe.", "rdfs:label": "NutritionInformation", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/benefits", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/jobBenefits" }, "rdfs:comment": "Description of benefits associated with the job.", "rdfs:label": "benefits" }, { "@id": "http://schema.org/SiteNavigationElement", "@type": "rdfs:Class", "rdfs:comment": "A navigation element of the page.", "rdfs:label": "SiteNavigationElement", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/albums", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicGroup" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbum" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/album" }, "rdfs:comment": "A collection of music albums.", "rdfs:label": "albums" }, { "@id": "http://schema.org/authenticator", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaSubscription" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media.", "rdfs:label": "authenticator" }, { "@id": "http://schema.org/gamePlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/VideoGame" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" } ], "rdfs:comment": "The electronic systems used to play <a href=\"http://en.wikipedia.org/wiki/Category:Video_game_platforms\">video games</a>.", "rdfs:label": "gamePlatform" }, { "@id": "http://schema.org/orderItemStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/OrderItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OrderStatus" }, "rdfs:comment": "The current status of the order item.", "rdfs:label": "orderItemStatus" }, { "@id": "http://schema.org/Organization", "@type": "rdfs:Class", "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.", "rdfs:label": "Organization", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/programMembershipUsed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ProgramMembership" }, "rdfs:comment": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", "rdfs:label": "programMembershipUsed" }, { "@id": "http://schema.org/DeleteAction", "@type": "rdfs:Class", "rdfs:comment": "The act of editing a recipient by removing one of its objects.", "rdfs:label": "DeleteAction", "rdfs:subClassOf": { "@id": "http://schema.org/UpdateAction" } }, { "@id": "http://schema.org/Wednesday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q128" }, "rdfs:comment": "The day of the week between Tuesday and Thursday.", "rdfs:label": "Wednesday" }, { "@id": "http://schema.org/trackingUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "Tracking url for the parcel delivery.", "rdfs:label": "trackingUrl" }, { "@id": "http://schema.org/RefurbishedCondition", "@type": "http://schema.org/OfferItemCondition", "rdfs:comment": "Indicates that the item is refurbished.", "rdfs:label": "RefurbishedCondition" }, { "@id": "http://schema.org/bookEdition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The edition of the book.", "rdfs:label": "bookEdition" }, { "@id": "http://schema.org/TradeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.", "rdfs:label": "TradeAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/processorRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Processor architecture required to run the application (e.g. IA64).", "rdfs:label": "processorRequirements" }, { "@id": "http://schema.org/LegalService", "@type": "rdfs:Class", "rdfs:comment": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).", "rdfs:label": "LegalService", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/grantee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DigitalDocumentPermission" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Audience" } ], "rdfs:comment": "The person, organization, contact point, or audience that has been granted this permission.", "rdfs:label": "grantee" }, { "@id": "http://schema.org/subEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/superEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.", "rdfs:label": "subEvent" }, { "@id": "http://schema.org/RemixAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "RemixAlbum.", "rdfs:label": "RemixAlbum" }, { "@id": "http://schema.org/membershipNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A unique identifier for the membership.", "rdfs:label": "membershipNumber" }, { "@id": "http://schema.org/OrderProcessing", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that an order is being processed.", "rdfs:label": "OrderProcessing" }, { "@id": "http://schema.org/VisualArtwork", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass" }, "rdfs:comment": "A work of art that is primarily visual in character.", "rdfs:label": "VisualArtwork", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/recipeYield", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The quantity produced by the recipe (for example, number of people served, number of servings, etc).", "rdfs:label": "recipeYield", "rdfs:subPropertyOf": { "@id": "http://schema.org/yield" } }, { "@id": "http://schema.org/gameServer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VideoGame" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/game" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/GameServer" }, "rdfs:comment": "The server on which it is possible to play the game.", "rdfs:label": "gameServer" }, { "@id": "http://schema.org/arrivalPlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The platform where the train arrives.", "rdfs:label": "arrivalPlatform" }, { "@id": "http://schema.org/Attorney", "@type": "rdfs:Class", "rdfs:comment": "Professional service: Attorney. <br/><br/>\n\nThis type is deprecated - <a class=\"localLink\" href=\"http://schema.org/LegalService\">LegalService</a> is more inclusive and less ambiguous.", "rdfs:label": "Attorney", "rdfs:subClassOf": { "@id": "http://schema.org/LegalService" } }, { "@id": "http://schema.org/Conversation", "@type": "rdfs:Class", "rdfs:comment": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.", "rdfs:label": "Conversation", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/RsvpAction", "@type": "rdfs:Class", "rdfs:comment": "The act of notifying an event organizer as to whether you expect to attend the event.", "rdfs:label": "RsvpAction", "rdfs:subClassOf": { "@id": "http://schema.org/InformAction" } }, { "@id": "http://schema.org/GeneralContractor", "@type": "rdfs:Class", "rdfs:comment": "A general contractor.", "rdfs:label": "GeneralContractor", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/Rating", "@type": "rdfs:Class", "rdfs:comment": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars.", "rdfs:label": "Rating", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/bed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HotelRoom" }, { "@id": "http://schema.org/Suite" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/BedDetails" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/BedType" } ], "rdfs:comment": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.", "rdfs:label": "bed" }, { "@id": "http://schema.org/bookFormat", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BookFormatType" }, "rdfs:comment": "The format of the book.", "rdfs:label": "bookFormat" }, { "@id": "http://schema.org/Time", "@type": [ "http://schema.org/DataType", "rdfs:Class" ], "rdfs:comment": "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see <a href=\"http://www.w3.org/TR/xmlschema-2/#time\">XML schema for details</a>).", "rdfs:label": "Time" }, { "@id": "http://schema.org/availableDeliveryMethod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DeliveryMethod" }, "rdfs:comment": "The delivery method(s) available for this offer.", "rdfs:label": "availableDeliveryMethod" }, { "@id": "http://schema.org/VegetarianDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet exclusive of animal meat.", "rdfs:label": "VegetarianDiet" }, { "@id": "http://schema.org/KosherDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet conforming to Jewish dietary practices.", "rdfs:label": "KosherDiet" }, { "@id": "http://schema.org/maps", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/hasMap" }, "rdfs:comment": "A URL to a map of the place.", "rdfs:label": "maps" }, { "@id": "http://schema.org/ApartmentComplex", "@type": "rdfs:Class", "rdfs:comment": "Residence type: Apartment complex.", "rdfs:label": "ApartmentComplex", "rdfs:subClassOf": { "@id": "http://schema.org/Residence" } }, { "@id": "http://schema.org/accessibilitySummary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1100" }, "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", "rdfs:label": "accessibilitySummary" }, { "@id": "http://schema.org/HousePainter", "@type": "rdfs:Class", "rdfs:comment": "A house painting service.", "rdfs:label": "HousePainter", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/orderDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "Date order was placed.", "rdfs:label": "orderDate" }, { "@id": "http://schema.org/MovieRentalStore", "@type": "rdfs:Class", "rdfs:comment": "A movie rental store.", "rdfs:label": "MovieRentalStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/WatchAction", "@type": "rdfs:Class", "rdfs:comment": "The act of consuming dynamic/moving visual content.", "rdfs:label": "WatchAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/workFeatured", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).", "rdfs:label": "workFeatured" }, { "@id": "http://schema.org/PropertyValueSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" }, "rdfs:comment": "A Property value specification.", "rdfs:label": "PropertyValueSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/EducationEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Education event.", "rdfs:label": "EducationEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/serviceAudience", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Audience" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/audience" }, "rdfs:comment": "The audience eligible for this service.", "rdfs:label": "serviceAudience" }, { "@id": "http://schema.org/recipeCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The category of the recipe—for example, appetizer, entree, etc.", "rdfs:label": "recipeCategory" }, { "@id": "http://schema.org/fatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of fat.", "rdfs:label": "fatContent" }, { "@id": "http://schema.org/character", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "Fictional person connected with a creative work.", "rdfs:label": "character" }, { "@id": "http://schema.org/ResumeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).", "rdfs:label": "ResumeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ControlAction" } }, { "@id": "http://schema.org/ToyStore", "@type": "rdfs:Class", "rdfs:comment": "A toy store.", "rdfs:label": "ToyStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/BedAndBreakfast", "@type": "rdfs:Class", "rdfs:comment": "Bed and breakfast.\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "BedAndBreakfast", "rdfs:subClassOf": { "@id": "http://schema.org/LodgingBusiness" } }, { "@id": "http://schema.org/Sunday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q132" }, "rdfs:comment": "The day of the week between Saturday and Monday.", "rdfs:label": "Sunday" }, { "@id": "http://schema.org/Suite", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Suite_(hotel)\">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Suite", "rdfs:subClassOf": { "@id": "http://schema.org/Accommodation" } }, { "@id": "http://schema.org/postOfficeBoxNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PostalAddress" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The post office box number for PO box addresses.", "rdfs:label": "postOfficeBoxNumber" }, { "@id": "http://schema.org/audience", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/PlayAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Audience" }, "rdfs:comment": "An intended audience, i.e. a group for whom something was created.", "rdfs:label": "audience" }, { "@id": "http://schema.org/awayTeam", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SportsEvent" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/SportsTeam" } ], "rdfs:comment": "The away team in a sports event.", "rdfs:label": "awayTeam", "rdfs:subPropertyOf": { "@id": "http://schema.org/competitor" } }, { "@id": "http://schema.org/GenderType", "@type": "rdfs:Class", "rdfs:comment": "An enumeration of genders.", "rdfs:label": "GenderType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/Reservoir", "@type": "rdfs:Class", "rdfs:comment": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", "rdfs:label": "Reservoir", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/Distillery", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/743" }, "http://schema.org/category": "issue-743", "rdfs:comment": "A distillery.", "rdfs:label": "Distillery", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/providesService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Service" }, "rdfs:comment": "The service provided by this channel.", "rdfs:label": "providesService" }, { "@id": "http://schema.org/GiveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TakeAction\">TakeAction</a>: Reciprocal of GiveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SendAction\">SendAction</a>: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).</li>\n</ul>\n", "rdfs:label": "GiveAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/instructor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CourseInstance" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A person assigned to instruct or provide instructional assistance for the <a class=\"localLink\" href=\"http://schema.org/CourseInstance\">CourseInstance</a>.", "rdfs:label": "instructor" }, { "@id": "http://schema.org/sourceOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The Organization on whose behalf the creator was working.", "rdfs:label": "sourceOrganization" }, { "@id": "http://schema.org/remainingAttendeeCapacity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of attendee places for an event that remain unallocated.", "rdfs:label": "remainingAttendeeCapacity" }, { "@id": "http://schema.org/mpn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "rdfs:label": "mpn" }, { "@id": "http://schema.org/OutOfStock", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is out of stock.", "rdfs:label": "OutOfStock" }, { "@id": "http://schema.org/OrderPickupAvailable", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing availability of an order for pickup.", "rdfs:label": "OrderPickupAvailable" }, { "@id": "http://schema.org/DJMixAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DJMixAlbum.", "rdfs:label": "DJMixAlbum" }, { "@id": "http://schema.org/PostOffice", "@type": "rdfs:Class", "rdfs:comment": "A post office.", "rdfs:label": "PostOffice", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentOffice" } }, { "@id": "http://schema.org/CheckoutPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Checkout page.", "rdfs:label": "CheckoutPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/Accommodation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Accommodation", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/isPartOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/hasPart" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.", "rdfs:label": "isPartOf" }, { "@id": "http://schema.org/cargoVolume", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.<br/><br/>\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet<br/><br/>\n\nNote: You can use <a class=\"localLink\" href=\"http://schema.org/minValue\">minValue</a> and <a class=\"localLink\" href=\"http://schema.org/maxValue\">maxValue</a> to indicate ranges.", "rdfs:label": "cargoVolume" }, { "@id": "http://schema.org/actor", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/TVSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "rdfs:label": "actor" }, { "@id": "http://schema.org/defaultValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" } ], "rdfs:comment": "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.", "rdfs:label": "defaultValue" }, { "@id": "http://schema.org/DiabeticDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet appropriate for people with diabetes.", "rdfs:label": "DiabeticDiet" }, { "@id": "http://schema.org/LiveAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "LiveAlbum.", "rdfs:label": "LiveAlbum" }, { "@id": "http://schema.org/beforeMedia", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowToDirection" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/MediaObject" } ], "rdfs:comment": "A media object representing the circumstances before performing this direction.", "rdfs:label": "beforeMedia" }, { "@id": "http://schema.org/PerformingArtsTheater", "@type": "rdfs:Class", "rdfs:comment": "A theater or other performing art center.", "rdfs:label": "PerformingArtsTheater", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/AggregateOffer", "@type": "rdfs:Class", "rdfs:comment": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.<br/><br/>\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "rdfs:label": "AggregateOffer", "rdfs:subClassOf": { "@id": "http://schema.org/Offer" } }, { "@id": "http://schema.org/actionOption", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ChooseAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" } ], "rdfs:comment": "A sub property of object. The options subject to this action.", "rdfs:label": "actionOption", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/Museum", "@type": "rdfs:Class", "rdfs:comment": "A museum.", "rdfs:label": "Museum", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/height", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/VisualArtwork" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Distance" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The height of the item.", "rdfs:label": "height" }, { "@id": "http://schema.org/PotentialActionStatus", "@type": "http://schema.org/ActionStatusType", "rdfs:comment": "A description of an action that is supported.", "rdfs:label": "PotentialActionStatus" }, { "@id": "http://schema.org/HowToSupply", "@type": "rdfs:Class", "rdfs:comment": "A supply consumed when performing the instructions for how to achieve a result.", "rdfs:label": "HowToSupply", "rdfs:subClassOf": { "@id": "http://schema.org/HowToItem" } }, { "@id": "http://schema.org/deliveryAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PostalAddress" }, "rdfs:comment": "Destination address.", "rdfs:label": "deliveryAddress" }, { "@id": "http://schema.org/performers", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/performer" }, "rdfs:comment": "The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor.", "rdfs:label": "performers" }, { "@id": "http://schema.org/serialNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/IndividualProduct" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", "rdfs:label": "serialNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/trackingNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Shipper tracking number.", "rdfs:label": "trackingNumber" }, { "@id": "http://schema.org/AutoRepair", "@type": "rdfs:Class", "rdfs:comment": "Car repair business.", "rdfs:label": "AutoRepair", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/broadcastTimezone", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The timezone in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 format</a> for which the service bases its broadcasts", "rdfs:label": "broadcastTimezone" }, { "@id": "http://schema.org/ExerciseGym", "@type": "rdfs:Class", "rdfs:comment": "A gym.", "rdfs:label": "ExerciseGym", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/Embassy", "@type": "rdfs:Class", "rdfs:comment": "An embassy.", "rdfs:label": "Embassy", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentBuilding" } }, { "@id": "http://schema.org/RsvpResponseNo", "@type": "http://schema.org/RsvpResponseType", "rdfs:comment": "The invitee will not attend.", "rdfs:label": "RsvpResponseNo" }, { "@id": "http://schema.org/ProfilePage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Profile page.", "rdfs:label": "ProfilePage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/DisagreeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.", "rdfs:label": "DisagreeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/partOfSeries", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/Episode" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWorkSeries" }, "rdfs:comment": "The series to which this episode or season belongs.", "rdfs:label": "partOfSeries", "rdfs:subPropertyOf": { "@id": "http://schema.org/isPartOf" } }, { "@id": "http://schema.org/childMaxAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParentAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Maximal age of the child.", "rdfs:label": "childMaxAge" }, { "@id": "http://schema.org/includedInDataCatalog", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/dataset" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataCatalog" }, "rdfs:comment": "A data catalog which contains this dataset.", "rdfs:label": "includedInDataCatalog" }, { "@id": "http://schema.org/ImageObject", "@type": "rdfs:Class", "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://purl.org/dc/dcmitype/Image" }, "rdfs:comment": "An image file.", "rdfs:label": "ImageObject", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/workLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "A contact location for a person's place of work.", "rdfs:label": "workLocation", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/ReservationPackage", "@type": "rdfs:Class", "rdfs:comment": "A group of multiple reservations with common values for all sub-reservations.", "rdfs:label": "ReservationPackage", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/courseCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Course" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The identifier for the <a class=\"localLink\" href=\"http://schema.org/Course\">Course</a> used by the course <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> (e.g. CS101 or 6.001).", "rdfs:label": "courseCode" }, { "@id": "http://schema.org/lyrics", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "The words in the song.", "rdfs:label": "lyrics" }, { "@id": "http://schema.org/coverageStartTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LiveBlogPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", "rdfs:label": "coverageStartTime" }, { "@id": "http://schema.org/HomeAndConstructionBusiness", "@type": "rdfs:Class", "rdfs:comment": "A construction business.<br/><br/>\n\nA HomeAndConstructionBusiness is a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> that provides services around homes and buildings.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).", "rdfs:label": "HomeAndConstructionBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/ProgramMembership", "@type": "rdfs:Class", "rdfs:comment": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", "rdfs:label": "ProgramMembership", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/ControlAction", "@type": "rdfs:Class", "rdfs:comment": "An agent controls a device or application.", "rdfs:label": "ControlAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/CheckAction", "@type": "rdfs:Class", "rdfs:comment": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.", "rdfs:label": "CheckAction", "rdfs:subClassOf": { "@id": "http://schema.org/FindAction" } }, { "@id": "http://schema.org/busName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name of the bus (e.g. Bolt Express).", "rdfs:label": "busName" }, { "@id": "http://schema.org/vehicleInteriorColor", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The color or color combination of the interior of the vehicle.", "rdfs:label": "vehicleInteriorColor" }, { "@id": "http://schema.org/browserRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", "rdfs:label": "browserRequirements" }, { "@id": "http://schema.org/DanceGroup", "@type": "rdfs:Class", "rdfs:comment": "A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.", "rdfs:label": "DanceGroup", "rdfs:subClassOf": { "@id": "http://schema.org/PerformingGroup" } }, { "@id": "http://schema.org/appliesToPaymentMethod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PaymentChargeSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PaymentMethod" }, "rdfs:comment": "The payment method(s) to which the payment charge specification applies.", "rdfs:label": "appliesToPaymentMethod" }, { "@id": "http://schema.org/EPRelease", "@type": "http://schema.org/MusicAlbumReleaseType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "EPRelease.", "rdfs:label": "EPRelease" }, { "@id": "http://schema.org/BroadcastRelease", "@type": "http://schema.org/MusicAlbumReleaseType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "BroadcastRelease.", "rdfs:label": "BroadcastRelease" }, { "@id": "http://schema.org/departureBusStop", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusTrip" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/BusStation" }, { "@id": "http://schema.org/BusStop" } ], "rdfs:comment": "The stop or station from which the bus departs.", "rdfs:label": "departureBusStop" }, { "@id": "http://schema.org/DiscussionForumPosting", "@type": "rdfs:Class", "rdfs:comment": "A posting to a discussion forum.", "rdfs:label": "DiscussionForumPosting", "rdfs:subClassOf": { "@id": "http://schema.org/SocialMediaPosting" } }, { "@id": "http://schema.org/bitrate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The bitrate of the media object.", "rdfs:label": "bitrate" }, { "@id": "http://schema.org/events", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/event" }, "rdfs:comment": "Upcoming or past events associated with this place or organization.", "rdfs:label": "events" }, { "@id": "http://schema.org/TouristAttraction", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" } ], "rdfs:comment": "A tourist attraction. In principle any Thing can be a <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>, from a <a class=\"localLink\" href=\"http://schema.org/Mountain\">Mountain</a> and <a class=\"localLink\" href=\"http://schema.org/LandmarksOrHistoricalBuildings\">LandmarksOrHistoricalBuildings</a> to a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a>. This Type can be used on its own to describe a general <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>, or be used as an <a class=\"localLink\" href=\"http://schema.org/additionalType\">additionalType</a> to add tourist attraction properties to any other type. (See examples below)", "rdfs:label": "TouristAttraction", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/Car", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "A car is a wheeled, self-powered motor vehicle used for transportation.", "rdfs:label": "Car", "rdfs:subClassOf": { "@id": "http://schema.org/Vehicle" } }, { "@id": "http://schema.org/PriceSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.", "rdfs:label": "PriceSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/netWorth", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "The total financial value of the person as calculated by subtracting assets from liabilities.", "rdfs:label": "netWorth" }, { "@id": "http://schema.org/videoFormat", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BroadcastService" }, { "@id": "http://schema.org/ScreeningEvent" }, { "@id": "http://schema.org/BroadcastEvent" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "rdfs:label": "videoFormat" }, { "@id": "http://schema.org/Season", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/CreativeWorkSeason" }, "rdfs:comment": "A media season e.g. tv, radio, video game etc.", "rdfs:label": "Season", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/servesCuisine", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The cuisine of the restaurant.", "rdfs:label": "servesCuisine" }, { "@id": "http://schema.org/DrawAction", "@type": "rdfs:Class", "rdfs:comment": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.", "rdfs:label": "DrawAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/paymentDue", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Invoice" }, { "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/paymentDueDate" }, "rdfs:comment": "The date that payment is due.", "rdfs:label": "paymentDue" }, { "@id": "http://schema.org/PaymentCard", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A payment method using a credit, debit, store or other card to associate the payment with an account.", "rdfs:label": "PaymentCard", "rdfs:subClassOf": [ { "@id": "http://schema.org/PaymentMethod" }, { "@id": "http://schema.org/FinancialProduct" } ] }, { "@id": "http://schema.org/numberOfEpisodes", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of episodes in this season or series.", "rdfs:label": "numberOfEpisodes" }, { "@id": "http://schema.org/PublicationVolume", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "rdfs:comment": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.", "rdfs:label": "PublicationVolume", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/LocalBusiness", "@type": "rdfs:Class", "http://www.w3.org/2004/02/skos/core#closeMatch": { "@id": "http://www.w3.org/ns/regorg#RegisteredOrganization" }, "rdfs:comment": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", "rdfs:label": "LocalBusiness", "rdfs:subClassOf": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Place" } ] }, { "@id": "http://schema.org/requiresSubscription", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/ActionAccessSpecification" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MediaSubscription" }, { "@id": "http://schema.org/Boolean" } ], "rdfs:comment": "Indicates if use of the media require a subscription (either paid or free). Allowed values are <code>true</code> or <code>false</code> (note that an earlier version had 'yes', 'no').", "rdfs:label": "requiresSubscription" }, { "@id": "http://schema.org/CancelAction", "@type": "rdfs:Class", "rdfs:comment": "The act of asserting that a future event/action is no longer going to happen.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ConfirmAction\">ConfirmAction</a>: The antonym of CancelAction.</li>\n</ul>\n", "rdfs:label": "CancelAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlanAction" } }, { "@id": "http://schema.org/RsvpResponseMaybe", "@type": "http://schema.org/RsvpResponseType", "rdfs:comment": "The invitee may or may not attend.", "rdfs:label": "RsvpResponseMaybe" }, { "@id": "http://schema.org/minValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/PropertyValueSpecification" }, { "@id": "http://schema.org/QuantitativeValue" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The lower value of some characteristic or property.", "rdfs:label": "minValue" }, { "@id": "http://schema.org/actionApplication", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "rdfs:comment": "An application that can complete the request.", "rdfs:label": "actionApplication" }, { "@id": "http://schema.org/trailer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/CreativeWorkSeason" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/VideoObject" }, "rdfs:comment": "The trailer of a movie or tv/radio series, season, episode, etc.", "rdfs:label": "trailer" }, { "@id": "http://schema.org/IgnoreAction", "@type": "rdfs:Class", "rdfs:comment": "The act of intentionally disregarding the object. An agent ignores an object.", "rdfs:label": "IgnoreAction", "rdfs:subClassOf": { "@id": "http://schema.org/AssessAction" } }, { "@id": "http://schema.org/steeringPosition", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SteeringPositionValue" }, "rdfs:comment": "The position of the steering wheel or similar device (mostly for cars).", "rdfs:label": "steeringPosition" }, { "@id": "http://schema.org/MusicRecording", "@type": "rdfs:Class", "rdfs:comment": "A music recording (track), usually a single song.", "rdfs:label": "MusicRecording", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/arrivalGate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Identifier of the flight's arrival gate.", "rdfs:label": "arrivalGate" }, { "@id": "http://schema.org/loanTerm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The duration of the loan or credit agreement.", "rdfs:label": "loanTerm", "rdfs:subPropertyOf": { "@id": "http://schema.org/duration" } }, { "@id": "http://schema.org/target", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EntryPoint" }, "rdfs:comment": "Indicates a target EntryPoint for an Action.", "rdfs:label": "target" }, { "@id": "http://schema.org/includedComposition", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicComposition" }, "rdfs:comment": "Smaller compositions included in this work (e.g. a movement in a symphony).", "rdfs:label": "includedComposition" }, { "@id": "http://schema.org/alternateName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An alias for the item.", "rdfs:label": "alternateName" }, { "@id": "http://schema.org/minPrice", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The lowest price if the price is a range.", "rdfs:label": "minPrice" }, { "@id": "http://schema.org/MotorcycleDealer", "@type": "rdfs:Class", "rdfs:comment": "A motorcycle dealer.", "rdfs:label": "MotorcycleDealer", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/regionsAllowed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href=\"http://en.wikipedia.org/wiki/ISO_3166\">ISO 3166 format</a>.", "rdfs:label": "regionsAllowed" }, { "@id": "http://schema.org/CheckOutAction", "@type": "rdfs:Class", "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CheckInAction\">CheckInAction</a>: The antonym of CheckOutAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/DepartAction\">DepartAction</a>: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/CancelAction\">CancelAction</a>: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>\n</ul>\n", "rdfs:label": "CheckOutAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/priceRange", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LocalBusiness" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The price range of the business, for example <code>$$$</code>.", "rdfs:label": "priceRange" }, { "@id": "http://schema.org/BankAccount", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.", "rdfs:label": "BankAccount", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialProduct" } }, { "@id": "http://schema.org/Duration", "@type": "rdfs:Class", "rdfs:comment": "Quantity: Duration (use <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>).", "rdfs:label": "Duration", "rdfs:subClassOf": { "@id": "http://schema.org/Quantity" } }, { "@id": "http://schema.org/RealEstateAgent", "@type": "rdfs:Class", "rdfs:comment": "A real-estate agent.", "rdfs:label": "RealEstateAgent", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/ApplyAction", "@type": "rdfs:Class", "rdfs:comment": "The act of registering to an organization/service without the guarantee to receive it.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</li>\n</ul>\n", "rdfs:label": "ApplyAction", "rdfs:subClassOf": { "@id": "http://schema.org/OrganizeAction" } }, { "@id": "http://schema.org/MapCategoryType", "@type": "rdfs:Class", "rdfs:comment": "An enumeration of several kinds of Map.", "rdfs:label": "MapCategoryType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/programmingModel", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates whether API is managed or unmanaged.", "rdfs:label": "programmingModel" }, { "@id": "http://schema.org/SportsOrganization", "@type": "rdfs:Class", "rdfs:comment": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.", "rdfs:label": "SportsOrganization", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/EndorseAction", "@type": "rdfs:Class", "rdfs:comment": "An agent approves/certifies/likes/supports/sanction an object.", "rdfs:label": "EndorseAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/EducationalOrganization", "@type": "rdfs:Class", "rdfs:comment": "An educational organization.", "rdfs:label": "EducationalOrganization", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/orderNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The identifier of the transaction.", "rdfs:label": "orderNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/gtin8", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The <a href=\"http://apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx\">GTIN-8</a> code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details.", "rdfs:label": "gtin8", "rdfs:subPropertyOf": [ { "@id": "http://schema.org/gtin" }, { "@id": "http://schema.org/identifier" } ] }, { "@id": "http://schema.org/image", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "An image of the item. This can be a <a class=\"localLink\" href=\"http://schema.org/URL\">URL</a> or a fully described <a class=\"localLink\" href=\"http://schema.org/ImageObject\">ImageObject</a>.", "rdfs:label": "image" }, { "@id": "http://schema.org/CableOrSatelliteService", "@type": "rdfs:Class", "rdfs:comment": "A service which provides access to media programming like TV or radio. Access may be via cable or satellite.", "rdfs:label": "CableOrSatelliteService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/endDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2486" }, "http://schema.org/category": "issue-2486", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWorkSeries" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/DatedMoneySpecification" }, { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/Role" }, { "@id": "http://schema.org/Schedule" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The end date and time of the item (in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 date format</a>).", "rdfs:label": "endDate" }, { "@id": "http://schema.org/CurrencyConversionService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A service to convert funds from one currency to another currency.", "rdfs:label": "CurrencyConversionService", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialProduct" } }, { "@id": "http://schema.org/HinduTemple", "@type": "rdfs:Class", "rdfs:comment": "A Hindu temple.", "rdfs:label": "HinduTemple", "rdfs:subClassOf": { "@id": "http://schema.org/PlaceOfWorship" } }, { "@id": "http://schema.org/TVSeason", "@type": "rdfs:Class", "rdfs:comment": "Season dedicated to TV broadcast and associated online delivery.", "rdfs:label": "TVSeason", "rdfs:subClassOf": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/CreativeWorkSeason" } ] }, { "@id": "http://schema.org/SearchResultsPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Search results page.", "rdfs:label": "SearchResultsPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/UserBlocks", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserBlocks", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/hasDeliveryMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ParcelDelivery" }, { "@id": "http://schema.org/DeliveryEvent" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DeliveryMethod" }, "rdfs:comment": "Method used for delivery or shipping.", "rdfs:label": "hasDeliveryMethod" }, { "@id": "http://schema.org/DanceEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: A social dance.", "rdfs:label": "DanceEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/flightNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "rdfs:label": "flightNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/season", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/RadioSeries" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWorkSeason" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/containsSeason" }, "rdfs:comment": "A season in a media series.", "rdfs:label": "season", "rdfs:subPropertyOf": { "@id": "http://schema.org/hasPart" } }, { "@id": "http://schema.org/itemListElement", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ItemList" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" }, { "@id": "http://schema.org/ListItem" } ], "rdfs:comment": "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.<br/><br/>\n\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.<br/><br/>\n\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.", "rdfs:label": "itemListElement" }, { "@id": "http://schema.org/paymentUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The URL for sending a payment.", "rdfs:label": "paymentUrl" }, { "@id": "http://schema.org/greater", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than the object.", "rdfs:label": "greater" }, { "@id": "http://schema.org/blogPosts", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Blog" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BlogPosting" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/blogPost" }, "rdfs:comment": "The postings that are part of this blog.", "rdfs:label": "blogPosts" }, { "@id": "http://schema.org/artMedium", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)", "rdfs:label": "artMedium", "rdfs:subPropertyOf": { "@id": "http://schema.org/material" } }, { "@id": "http://schema.org/partOfEpisode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Clip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Episode" }, "rdfs:comment": "The episode to which this clip belongs.", "rdfs:label": "partOfEpisode", "rdfs:subPropertyOf": { "@id": "http://schema.org/isPartOf" } }, { "@id": "http://schema.org/BookStore", "@type": "rdfs:Class", "rdfs:comment": "A bookstore.", "rdfs:label": "BookStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/orderStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OrderStatus" }, "rdfs:comment": "The current status of the order.", "rdfs:label": "orderStatus" }, { "@id": "http://schema.org/tickerSymbol", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Corporation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.", "rdfs:label": "tickerSymbol" }, { "@id": "http://schema.org/recordLabel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRelease" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/mo/label" }, "rdfs:comment": "The label that issued the release.", "rdfs:label": "recordLabel" }, { "@id": "http://schema.org/agent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The direct performer or driver of the action (animate or inanimate). e.g. <em>John</em> wrote a book.", "rdfs:label": "agent" }, { "@id": "http://schema.org/reservationStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ReservationStatusType" }, "rdfs:comment": "The current status of the reservation.", "rdfs:label": "reservationStatus" }, { "@id": "http://schema.org/namedPosition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Role" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/roleName" }, "rdfs:comment": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", "rdfs:label": "namedPosition" }, { "@id": "http://schema.org/validFor", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EducationalOccupationalCredential" }, { "@id": "http://schema.org/Permit" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The duration of validity of a permit or similar thing.", "rdfs:label": "validFor" }, { "@id": "http://schema.org/EntryPoint", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" }, "rdfs:comment": "An entry point, within some Web-based protocol.", "rdfs:label": "EntryPoint", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/SaleEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Sales event.", "rdfs:label": "SaleEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/FoodEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Food event.", "rdfs:label": "FoodEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/DigitalDocumentPermission", "@type": "rdfs:Class", "rdfs:comment": "A permission for a particular person or group to access a particular file.", "rdfs:label": "DigitalDocumentPermission", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/incentiveCompensation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", "rdfs:label": "incentiveCompensation" }, { "@id": "http://schema.org/OutletStore", "@type": "rdfs:Class", "rdfs:comment": "An outlet store.", "rdfs:label": "OutletStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/reviewRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Review" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Rating" }, "rdfs:comment": "The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <a class=\"localLink\" href=\"http://schema.org/aggregateRating\">aggregateRating</a> property applies to the review itself, as a creative work.", "rdfs:label": "reviewRating" }, { "@id": "http://schema.org/hasOccupation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Occupation" }, "rdfs:comment": "The Person's occupation. For past professions, use Role for expressing dates.", "rdfs:label": "hasOccupation" }, { "@id": "http://schema.org/OrderAction", "@type": "rdfs:Class", "rdfs:comment": "An agent orders an object/product/service to be delivered/sent.", "rdfs:label": "OrderAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/propertyID", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValue" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", "rdfs:label": "propertyID" }, { "@id": "http://schema.org/appliesToDeliveryMethod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PaymentChargeSpecification" }, { "@id": "http://schema.org/DeliveryChargeSpecification" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DeliveryMethod" }, "rdfs:comment": "The delivery method(s) to which the delivery charge or payment charge specification applies.", "rdfs:label": "appliesToDeliveryMethod" }, { "@id": "http://schema.org/InviteAction", "@type": "rdfs:Class", "rdfs:comment": "The act of asking someone to attend an event. Reciprocal of RsvpAction.", "rdfs:label": "InviteAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/LowFatDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet focused on reduced fat and cholesterol intake.", "rdfs:label": "LowFatDiet" }, { "@id": "http://schema.org/video", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/Clip" } ], "rdfs:comment": "An embedded video object.", "rdfs:label": "video" }, { "@id": "http://schema.org/targetProduct", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "rdfs:comment": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", "rdfs:label": "targetProduct" }, { "@id": "http://schema.org/episodes", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/CreativeWorkSeason" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Episode" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/episode" }, "rdfs:comment": "An episode of a TV/radio series or season.", "rdfs:label": "episodes" }, { "@id": "http://schema.org/course", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/exerciseCourse" }, "rdfs:comment": "A sub property of location. The course where this action was taken.", "rdfs:label": "course", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/doorTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" } ], "rdfs:comment": "The time admission will commence.", "rdfs:label": "doorTime" }, { "@id": "http://schema.org/TVEpisode", "@type": "rdfs:Class", "rdfs:comment": "A TV episode which can be part of a series or season.", "rdfs:label": "TVEpisode", "rdfs:subClassOf": { "@id": "http://schema.org/Episode" } }, { "@id": "http://schema.org/MusicGroup", "@type": "rdfs:Class", "rdfs:comment": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", "rdfs:label": "MusicGroup", "rdfs:subClassOf": { "@id": "http://schema.org/PerformingGroup" } }, { "@id": "http://schema.org/AmusementPark", "@type": "rdfs:Class", "rdfs:comment": "An amusement park.", "rdfs:label": "AmusementPark", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/ContactPointOption", "@type": "rdfs:Class", "rdfs:comment": "Enumerated options related to a ContactPoint.", "rdfs:label": "ContactPointOption", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/subOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/parentOrganization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.", "rdfs:label": "subOrganization" }, { "@id": "http://schema.org/dateRead", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date/time at which the message has been read by the recipient if a single recipient exists.", "rdfs:label": "dateRead" }, { "@id": "http://schema.org/containedInPlace", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/containsPlace" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The basic containment relation between a place and one that contains it.", "rdfs:label": "containedInPlace" }, { "@id": "http://schema.org/billingIncrement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/UnitPriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property.", "rdfs:label": "billingIncrement" }, { "@id": "http://schema.org/workHours", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", "rdfs:label": "workHours" }, { "@id": "http://schema.org/numberedPosition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/OrganizationRole" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "A number associated with a role in an organization, for example, the number on an athlete's jersey.", "rdfs:label": "numberedPosition" }, { "@id": "http://schema.org/Casino", "@type": "rdfs:Class", "rdfs:comment": "A casino.", "rdfs:label": "Casino", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/HearingImpairedSupported", "@type": "http://schema.org/ContactPointOption", "rdfs:comment": "Uses devices to support users with hearing impairments.", "rdfs:label": "HearingImpairedSupported" }, { "@id": "http://schema.org/broadcastServiceTier", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of service required to have access to the channel (e.g. Standard or Premium).", "rdfs:label": "broadcastServiceTier" }, { "@id": "http://schema.org/SubscribeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>\n</ul>\n", "rdfs:label": "SubscribeAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/geoOverlaps", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoOverlaps" }, { "@id": "http://schema.org/isrcCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The International Standard Recording Code for the recording.", "rdfs:label": "isrcCode" }, { "@id": "http://schema.org/hasOfferCatalog", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OfferCatalog" }, "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "rdfs:label": "hasOfferCatalog" }, { "@id": "http://schema.org/additionalType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.", "rdfs:label": "additionalType", "rdfs:subPropertyOf": { "@id": "rdf:type" } }, { "@id": "http://schema.org/valuePattern", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Specifies a regular expression for testing literal values according to the HTML spec.", "rdfs:label": "valuePattern" }, { "@id": "http://schema.org/publication", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PublicationEvent" }, "rdfs:comment": "A publication event associated with the item.", "rdfs:label": "publication" }, { "@id": "http://schema.org/underName", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Reservation" }, { "@id": "http://schema.org/Ticket" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The person or organization the reservation or ticket is for.", "rdfs:label": "underName" }, { "@id": "http://schema.org/BusinessEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Business event.", "rdfs:label": "BusinessEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/AgreeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.", "rdfs:label": "AgreeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/vehicleEngine", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EngineSpecification" }, "rdfs:comment": "Information about the engine or engines of the vehicle.", "rdfs:label": "vehicleEngine" }, { "@id": "http://schema.org/GameServer", "@type": "rdfs:Class", "rdfs:comment": "Server that provides game interaction in a multiplayer game.", "rdfs:label": "GameServer", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/DepositAccount", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.", "rdfs:label": "DepositAccount", "rdfs:subClassOf": [ { "@id": "http://schema.org/InvestmentOrDeposit" }, { "@id": "http://schema.org/BankAccount" } ] }, { "@id": "http://schema.org/DigitalDocumentPermissionType", "@type": "rdfs:Class", "rdfs:comment": "A type of permission which can be granted for accessing a digital document.", "rdfs:label": "DigitalDocumentPermissionType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/Motel", "@type": "rdfs:Class", "rdfs:comment": "A motel.\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Motel", "rdfs:subClassOf": { "@id": "http://schema.org/LodgingBusiness" } }, { "@id": "http://schema.org/WPAdBlock", "@type": "rdfs:Class", "rdfs:comment": "An advertising section of the page.", "rdfs:label": "WPAdBlock", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/text", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The textual content of this CreativeWork.", "rdfs:label": "text" }, { "@id": "http://schema.org/deathPlace", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The place where the person died.", "rdfs:label": "deathPlace" }, { "@id": "http://schema.org/name", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/title" }, "rdfs:comment": "The name of the item.", "rdfs:label": "name", "rdfs:subPropertyOf": { "@id": "rdfs:label" } }, { "@id": "http://schema.org/loser", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WinAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of participant. The loser of the action.", "rdfs:label": "loser", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/MultiPlayer", "@type": "http://schema.org/GamePlayMode", "rdfs:comment": "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.", "rdfs:label": "MultiPlayer" }, { "@id": "http://schema.org/ChildCare", "@type": "rdfs:Class", "rdfs:comment": "A Childcare center.", "rdfs:label": "ChildCare", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/smokingAllowed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", "rdfs:label": "smokingAllowed" }, { "@id": "http://schema.org/globalLocationNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The <a href=\"http://www.gs1.org/gln\">Global Location Number</a> (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "rdfs:label": "globalLocationNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/vehicleModelDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", "rdfs:label": "vehicleModelDate" }, { "@id": "http://schema.org/expires", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date the content expires and is no longer useful or available. For example a <a class=\"localLink\" href=\"http://schema.org/VideoObject\">VideoObject</a> or <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> whose availability or relevance is time-limited, or a <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a> fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.", "rdfs:label": "expires" }, { "@id": "http://schema.org/videoFrameSize", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VideoObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The frame size of the video.", "rdfs:label": "videoFrameSize" }, { "@id": "http://schema.org/publishedOn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PublicationEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BroadcastService" }, "rdfs:comment": "A broadcast service associated with the publication event.", "rdfs:label": "publishedOn" }, { "@id": "http://schema.org/InternetCafe", "@type": "rdfs:Class", "rdfs:comment": "An internet cafe.", "rdfs:label": "InternetCafe", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/cheatCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/VideoGame" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Cheat codes to the game.", "rdfs:label": "cheatCode" }, { "@id": "http://schema.org/PaymentStatusType", "@type": "rdfs:Class", "rdfs:comment": "A specific payment status. For example, PaymentDue, PaymentComplete, etc.", "rdfs:label": "PaymentStatusType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/MusicAlbumReleaseType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "The kind of release which this album is: single, EP or album.", "rdfs:label": "MusicAlbumReleaseType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/contributor", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "A secondary contributor to the CreativeWork or Event.", "rdfs:label": "contributor" }, { "@id": "http://schema.org/numberOfDoors", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of doors.<br/><br/>\n\nTypical unit code(s): C62", "rdfs:label": "numberOfDoors" }, { "@id": "http://schema.org/Pharmacy", "@type": "rdfs:Class", "rdfs:comment": "A pharmacy or drugstore.", "rdfs:label": "Pharmacy", "rdfs:subClassOf": [ { "@id": "http://schema.org/MedicalBusiness" }, { "@id": "http://schema.org/MedicalOrganization" } ] }, { "@id": "http://schema.org/deliveryStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DeliveryEvent" }, "rdfs:comment": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", "rdfs:label": "deliveryStatus" }, { "@id": "http://schema.org/DefenceEstablishment", "@type": "rdfs:Class", "rdfs:comment": "A defence establishment, such as an army or navy base.", "rdfs:label": "DefenceEstablishment", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentBuilding" } }, { "@id": "http://schema.org/publisher", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The publisher of the creative work.", "rdfs:label": "publisher" }, { "@id": "http://schema.org/BreadcrumbList", "@type": "rdfs:Class", "rdfs:comment": "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.<br/><br/>\n\nThe <a class=\"localLink\" href=\"http://schema.org/position\">position</a> property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an <a class=\"localLink\" href=\"http://schema.org/itemListOrder\">itemListOrder</a> of <a class=\"localLink\" href=\"http://schema.org/ItemListOrderAscending\">ItemListOrderAscending</a> (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.", "rdfs:label": "BreadcrumbList", "rdfs:subClassOf": { "@id": "http://schema.org/ItemList" } }, { "@id": "http://schema.org/Church", "@type": "rdfs:Class", "rdfs:comment": "A church.", "rdfs:label": "Church", "rdfs:subClassOf": { "@id": "http://schema.org/PlaceOfWorship" } }, { "@id": "http://schema.org/LiquorStore", "@type": "rdfs:Class", "rdfs:comment": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.", "rdfs:label": "LiquorStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/UsedCondition", "@type": "http://schema.org/OfferItemCondition", "rdfs:comment": "Indicates that the item is used.", "rdfs:label": "UsedCondition" }, { "@id": "http://schema.org/PublicationIssue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://purl.org/ontology/bibo/Issue" }, "rdfs:comment": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.", "rdfs:label": "PublicationIssue", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/GameServerStatus", "@type": "rdfs:Class", "rdfs:comment": "Status of a game server.", "rdfs:label": "GameServerStatus", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/coursePrerequisites", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Course" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Course" }, { "@id": "http://schema.org/AlignmentObject" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Requirements for taking the Course. May be completion of another <a class=\"localLink\" href=\"http://schema.org/Course\">Course</a> or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using <a class=\"localLink\" href=\"http://schema.org/AlignmentObject\">AlignmentObject</a>.", "rdfs:label": "coursePrerequisites" }, { "@id": "http://schema.org/Article", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.", "rdfs:label": "Article", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/characterAttribute", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Game" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "rdfs:label": "characterAttribute" }, { "@id": "http://schema.org/albumProductionType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicAlbum" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbumProductionType" }, "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", "rdfs:label": "albumProductionType" }, { "@id": "http://schema.org/UserTweets", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserTweets", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/yearsInOperation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusinessAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The age of the business.", "rdfs:label": "yearsInOperation" }, { "@id": "http://schema.org/amountOfThisGood", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/TypeAndQuantityNode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The quantity of the goods included in the offer.", "rdfs:label": "amountOfThisGood" }, { "@id": "http://schema.org/datasetTimeInterval", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/temporalCoverage" }, "rdfs:comment": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).", "rdfs:label": "datasetTimeInterval" }, { "@id": "http://schema.org/ownedFrom", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/OwnershipInfo" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date and time of obtaining the product.", "rdfs:label": "ownedFrom" }, { "@id": "http://schema.org/ParkingMap", "@type": "http://schema.org/MapCategoryType", "rdfs:comment": "A parking map.", "rdfs:label": "ParkingMap" }, { "@id": "http://schema.org/checkinTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LodgingReservation" }, { "@id": "http://schema.org/LodgingBusiness" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" } ], "rdfs:comment": "The earliest someone may check into a lodging establishment.", "rdfs:label": "checkinTime" }, { "@id": "http://schema.org/WebPageElement", "@type": "rdfs:Class", "rdfs:comment": "A web page element, like a table or an image.", "rdfs:label": "WebPageElement", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/VideoGame", "@type": "rdfs:Class", "rdfs:comment": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "rdfs:label": "VideoGame", "rdfs:subClassOf": [ { "@id": "http://schema.org/SoftwareApplication" }, { "@id": "http://schema.org/Game" } ] }, { "@id": "http://schema.org/resultReview", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ReviewAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Review" }, "rdfs:comment": "A sub property of result. The review that resulted in the performing of the action.", "rdfs:label": "resultReview", "rdfs:subPropertyOf": { "@id": "http://schema.org/result" } }, { "@id": "http://schema.org/partOfTVSeries", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TVClip" }, { "@id": "http://schema.org/TVSeason" }, { "@id": "http://schema.org/TVEpisode" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TVSeries" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/partOfSeries" }, "rdfs:comment": "The TV series to which this episode or season belongs.", "rdfs:label": "partOfTVSeries", "rdfs:subPropertyOf": { "@id": "http://schema.org/isPartOf" } }, { "@id": "http://schema.org/UserInteraction", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserInteraction", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/carrier", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ParcelDelivery" }, { "@id": "http://schema.org/Flight" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/provider" }, "rdfs:comment": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.", "rdfs:label": "carrier" }, { "@id": "http://schema.org/unsaturatedFatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of unsaturated fat.", "rdfs:label": "unsaturatedFatContent" }, { "@id": "http://schema.org/MobilePhoneStore", "@type": "rdfs:Class", "rdfs:comment": "A store that sells mobile phones and related accessories.", "rdfs:label": "MobilePhoneStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/Text", "@type": [ "rdfs:Class", "http://schema.org/DataType" ], "rdfs:comment": "Data type: Text.", "rdfs:label": "Text" }, { "@id": "http://schema.org/maximumAttendeeCapacity", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The total number of individuals that may attend an event or venue.", "rdfs:label": "maximumAttendeeCapacity" }, { "@id": "http://schema.org/Airline", "@type": "rdfs:Class", "rdfs:comment": "An organization that provides flights for passengers.", "rdfs:label": "Airline", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/birthPlace", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The place where the person was born.", "rdfs:label": "birthPlace" }, { "@id": "http://schema.org/LiveBlogPosting", "@type": "rdfs:Class", "rdfs:comment": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", "rdfs:label": "LiveBlogPosting", "rdfs:subClassOf": { "@id": "http://schema.org/BlogPosting" } }, { "@id": "http://schema.org/parentService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BroadcastService" }, "rdfs:comment": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "rdfs:label": "parentService" }, { "@id": "http://schema.org/feesAndCommissionsSpecification", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FinancialProduct" }, { "@id": "http://schema.org/FinancialService" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", "rdfs:label": "feesAndCommissionsSpecification" }, { "@id": "http://schema.org/menuAddOn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1541" }, "http://schema.org/category": "issue-1541", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MenuItem" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MenuSection" }, { "@id": "http://schema.org/MenuItem" } ], "rdfs:comment": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.", "rdfs:label": "menuAddOn" }, { "@id": "http://schema.org/geoCrosses", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoCrosses" }, { "@id": "http://schema.org/typicalAgeRange", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The typical expected age range, e.g. '7-9', '11-'.", "rdfs:label": "typicalAgeRange" }, { "@id": "http://schema.org/bookingAgent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/broker" }, "rdfs:comment": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", "rdfs:label": "bookingAgent" }, { "@id": "http://schema.org/codeRepository", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", "rdfs:label": "codeRepository" }, { "@id": "http://schema.org/vehicleConfiguration", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", "rdfs:label": "vehicleConfiguration" }, { "@id": "http://schema.org/BikeStore", "@type": "rdfs:Class", "rdfs:comment": "A bike store.", "rdfs:label": "BikeStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/BuddhistTemple", "@type": "rdfs:Class", "rdfs:comment": "A Buddhist temple.", "rdfs:label": "BuddhistTemple", "rdfs:subClassOf": { "@id": "http://schema.org/PlaceOfWorship" } }, { "@id": "http://schema.org/endTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FoodEstablishmentReservation" }, { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/Action" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" } ], "rdfs:comment": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to <em>December</em>. For media, including audio and video, it's the time offset of the end of a clip within a larger file.<br/><br/>\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", "rdfs:label": "endTime" }, { "@id": "http://schema.org/steps", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowTo" }, { "@id": "http://schema.org/HowToSection" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/ItemList" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/step" }, "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "rdfs:label": "steps" }, { "@id": "http://schema.org/billingPeriod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The time interval used to compute the invoice.", "rdfs:label": "billingPeriod" }, { "@id": "http://schema.org/originAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PostalAddress" }, "rdfs:comment": "Shipper's address.", "rdfs:label": "originAddress" }, { "@id": "http://schema.org/isLiveBroadcast", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "True is the broadcast is of a live event.", "rdfs:label": "isLiveBroadcast" }, { "@id": "http://schema.org/numChildren", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LodgingReservation" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "The number of children staying in the unit.", "rdfs:label": "numChildren" }, { "@id": "http://schema.org/hoursAvailable", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/LocationFeatureSpecification" }, { "@id": "http://schema.org/ContactPoint" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OpeningHoursSpecification" }, "rdfs:comment": "The hours during which this service or contact is available.", "rdfs:label": "hoursAvailable" }, { "@id": "http://schema.org/MenuSection", "@type": "rdfs:Class", "rdfs:comment": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", "rdfs:label": "MenuSection", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/iataCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Airline" }, { "@id": "http://schema.org/Airport" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "IATA identifier for an airline or airport.", "rdfs:label": "iataCode" }, { "@id": "http://schema.org/foodEstablishment", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/FoodEstablishment" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "A sub property of location. The specific food establishment where the action occurred.", "rdfs:label": "foodEstablishment", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/AutoRental", "@type": "rdfs:Class", "rdfs:comment": "A car rental business.", "rdfs:label": "AutoRental", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/ReadPermission", "@type": "http://schema.org/DigitalDocumentPermissionType", "rdfs:comment": "Permission to read or view the document.", "rdfs:label": "ReadPermission" }, { "@id": "http://schema.org/PublicHolidays", "@type": "http://schema.org/DayOfWeek", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with <a class=\"localLink\" href=\"http://schema.org/OpeningHoursSpecification\">OpeningHoursSpecification</a>. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.", "rdfs:label": "PublicHolidays" }, { "@id": "http://schema.org/LoanOrCredit", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A financial product for the loaning of an amount of money under agreed terms and charges.", "rdfs:label": "LoanOrCredit", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialProduct" } }, { "@id": "http://schema.org/CDFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "CDFormat.", "rdfs:label": "CDFormat" }, { "@id": "http://schema.org/predecessorOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProductModel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ProductModel" }, "rdfs:comment": "A pointer from a previous, often discontinued variant of the product to its newer variant.", "rdfs:label": "predecessorOf" }, { "@id": "http://schema.org/HotelRoom", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A hotel room is a single room in a hotel.\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "HotelRoom", "rdfs:subClassOf": { "@id": "http://schema.org/Room" } }, { "@id": "http://schema.org/departurePlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The platform from which the train departs.", "rdfs:label": "departurePlatform" }, { "@id": "http://schema.org/actionAccessibilityRequirement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ConsumeAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ActionAccessSpecification" }, "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.", "rdfs:label": "actionAccessibilityRequirement" }, { "@id": "http://schema.org/percentile25", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The 25th percentile value.", "rdfs:label": "percentile25" }, { "@id": "http://schema.org/pickupTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TaxiReservation" }, { "@id": "http://schema.org/RentalCarReservation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "When a taxi will pickup a passenger or a rental car can be picked up.", "rdfs:label": "pickupTime" }, { "@id": "http://schema.org/organizer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "An organizer of an Event.", "rdfs:label": "organizer" }, { "@id": "http://schema.org/parentItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Comment" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Question" }, "rdfs:comment": "The parent of a question, answer or item in general.", "rdfs:label": "parentItem" }, { "@id": "http://schema.org/Zoo", "@type": "rdfs:Class", "rdfs:comment": "A zoo.", "rdfs:label": "Zoo", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/broadcastDisplayName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "rdfs:label": "broadcastDisplayName" }, { "@id": "http://schema.org/WebSite", "@type": "rdfs:Class", "rdfs:comment": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.", "rdfs:label": "WebSite", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/Movie", "@type": "rdfs:Class", "rdfs:comment": "A movie.", "rdfs:label": "Movie", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/EventReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for an event like a concert, sporting event, or lecture.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "EventReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/EventPostponed", "@type": "http://schema.org/EventStatusType", "rdfs:comment": "The event has been postponed and no new date has been set. The event's previousStartDate should be set.", "rdfs:label": "EventPostponed" }, { "@id": "http://schema.org/OrganizeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of manipulating/administering/supervising/controlling one or more objects.", "rdfs:label": "OrganizeAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/Audience", "@type": "rdfs:Class", "rdfs:comment": "Intended audience for an item, i.e. the group for whom the item was created.", "rdfs:label": "Audience", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/members", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ProgramMembership" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/member" }, "rdfs:comment": "A member of this organization.", "rdfs:label": "members" }, { "@id": "http://schema.org/printColumn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The number of the column in which the NewsArticle appears in the print edition.", "rdfs:label": "printColumn" }, { "@id": "http://schema.org/EventRescheduled", "@type": "http://schema.org/EventStatusType", "rdfs:comment": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).", "rdfs:label": "EventRescheduled" }, { "@id": "http://schema.org/Restaurant", "@type": "rdfs:Class", "rdfs:comment": "A restaurant.", "rdfs:label": "Restaurant", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/broadcastAffiliateOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The media network(s) whose content is broadcast on this station.", "rdfs:label": "broadcastAffiliateOf" }, { "@id": "http://schema.org/Integer", "@type": "rdfs:Class", "rdfs:comment": "Data type: Integer.", "rdfs:label": "Integer", "rdfs:subClassOf": { "@id": "http://schema.org/Number" } }, { "@id": "http://schema.org/UseAction", "@type": "rdfs:Class", "rdfs:comment": "The act of applying an object to its intended purpose.", "rdfs:label": "UseAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/APIReference", "@type": "rdfs:Class", "rdfs:comment": "Reference documentation for application programming interfaces (APIs).", "rdfs:label": "APIReference", "rdfs:subClassOf": { "@id": "http://schema.org/TechArticle" } }, { "@id": "http://schema.org/TravelAction", "@type": "rdfs:Class", "rdfs:comment": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.", "rdfs:label": "TravelAction", "rdfs:subClassOf": { "@id": "http://schema.org/MoveAction" } }, { "@id": "http://schema.org/FilmAction", "@type": "rdfs:Class", "rdfs:comment": "The act of capturing sound and moving images on film, video, or digitally.", "rdfs:label": "FilmAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/arrivalBusStop", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusTrip" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/BusStation" }, { "@id": "http://schema.org/BusStop" } ], "rdfs:comment": "The stop or station from which the bus arrives.", "rdfs:label": "arrivalBusStop" }, { "@id": "http://schema.org/programmingLanguage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ComputerLanguage" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The computer programming language.", "rdfs:label": "programmingLanguage" }, { "@id": "http://schema.org/MobileApplication", "@type": "rdfs:Class", "rdfs:comment": "A software application designed specifically to work well on a mobile device such as a telephone.", "rdfs:label": "MobileApplication", "rdfs:subClassOf": { "@id": "http://schema.org/SoftwareApplication" } }, { "@id": "http://schema.org/Tuesday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q127" }, "rdfs:comment": "The day of the week between Monday and Wednesday.", "rdfs:label": "Tuesday" }, { "@id": "http://schema.org/partOfInvoice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Invoice" }, "rdfs:comment": "The order is being paid as part of the referenced Invoice.", "rdfs:label": "partOfInvoice" }, { "@id": "http://schema.org/bccRecipient", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ContactPoint" } ], "rdfs:comment": "A sub property of recipient. The recipient blind copied on a message.", "rdfs:label": "bccRecipient", "rdfs:subPropertyOf": { "@id": "http://schema.org/recipient" } }, { "@id": "http://schema.org/SoftwareApplication", "@type": "rdfs:Class", "rdfs:comment": "A software application.", "rdfs:label": "SoftwareApplication", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/fuelType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Vehicle" }, { "@id": "http://schema.org/EngineSpecification" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QualitativeValue" } ], "rdfs:comment": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle.", "rdfs:label": "fuelType" }, { "@id": "http://schema.org/availability", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ItemAvailability" }, "rdfs:comment": "The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc.", "rdfs:label": "availability" }, { "@id": "http://schema.org/icaoCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Airport" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "ICAO identifier for an airport.", "rdfs:label": "icaoCode" }, { "@id": "http://schema.org/Code", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/SoftwareSourceCode" }, "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "rdfs:label": "Code", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/vehicleIdentificationNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.", "rdfs:label": "vehicleIdentificationNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/serialNumber" } }, { "@id": "http://schema.org/SportingGoodsStore", "@type": "rdfs:Class", "rdfs:comment": "A sporting goods store.", "rdfs:label": "SportingGoodsStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/durationOfWarranty", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/WarrantyPromise" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.", "rdfs:label": "durationOfWarranty" }, { "@id": "http://schema.org/gameTip", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VideoGame" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Links to tips, tactics, etc.", "rdfs:label": "gameTip" }, { "@id": "http://schema.org/partySize", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FoodEstablishmentReservation" }, { "@id": "http://schema.org/TaxiReservation" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "Number of people the reservation should accommodate.", "rdfs:label": "partySize" }, { "@id": "http://schema.org/TextDigitalDocument", "@type": "rdfs:Class", "rdfs:comment": "A file composed primarily of text.", "rdfs:label": "TextDigitalDocument", "rdfs:subClassOf": { "@id": "http://schema.org/DigitalDocument" } }, { "@id": "http://schema.org/median", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The median value.", "rdfs:label": "median" }, { "@id": "http://schema.org/priceSpecification", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TradeAction" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PriceSpecification" }, "rdfs:comment": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", "rdfs:label": "priceSpecification" }, { "@id": "http://schema.org/providerMobility", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", "rdfs:label": "providerMobility" }, { "@id": "http://schema.org/DemoAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DemoAlbum.", "rdfs:label": "DemoAlbum" }, { "@id": "http://schema.org/QuantitativeValueDistribution", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "rdfs:comment": "A statistical distribution of values.", "rdfs:label": "QuantitativeValueDistribution", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/CoOp", "@type": "http://schema.org/GamePlayMode", "rdfs:comment": "Play mode: CoOp. Co-operative games, where you play on the same team with friends.", "rdfs:label": "CoOp" }, { "@id": "http://schema.org/releasedEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PublicationEvent" }, "rdfs:comment": "The place and time the release was issued, expressed as a PublicationEvent.", "rdfs:label": "releasedEvent" }, { "@id": "http://schema.org/speakable", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1389" }, "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/WebPage" }, { "@id": "http://schema.org/Article" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/SpeakableSpecification" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.<br/><br/>\n\nThe <em>speakable</em> property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:<br/><br/>\n\n1.) <em>id-value</em> URL references - uses <em>id-value</em> of an element in the page being annotated. The simplest use of <em>speakable</em> has (potentially relative) URL values, referencing identified sections of the document concerned.<br/><br/>\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the <a class=\"localLink\" href=\"http://schema.org/cssSelector\">cssSelector</a> property.<br/><br/>\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the <a class=\"localLink\" href=\"http://schema.org/xpath\">xpath</a> property.<br/><br/>\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, <a class=\"localLink\" href=\"http://schema.org/SpeakableSpecification\">SpeakableSpecification</a> which is defined to be a possible value of the <em>speakable</em> property.", "rdfs:label": "speakable" }, { "@id": "http://schema.org/musicGroupMember", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicGroup" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/member" }, "rdfs:comment": "A member of a music group&#x2014;for example, John, Paul, George, or Ringo.", "rdfs:label": "musicGroupMember" }, { "@id": "http://schema.org/Waterfall", "@type": "rdfs:Class", "rdfs:comment": "A waterfall, like Niagara.", "rdfs:label": "Waterfall", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/itemReviewed", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Review" }, { "@id": "http://schema.org/AggregateRating" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The item that is being reviewed/rated.", "rdfs:label": "itemReviewed" }, { "@id": "http://schema.org/availableOnDevice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", "rdfs:label": "availableOnDevice" }, { "@id": "http://schema.org/OfficeEquipmentStore", "@type": "rdfs:Class", "rdfs:comment": "An office equipment store.", "rdfs:label": "OfficeEquipmentStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/attendees", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/attendee" }, "rdfs:comment": "A person attending the event.", "rdfs:label": "attendees" }, { "@id": "http://schema.org/stepValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.", "rdfs:label": "stepValue" }, { "@id": "http://schema.org/RightHandDriving", "@type": "http://schema.org/SteeringPositionValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "The steering position is on the right side of the vehicle (viewed from the main direction of driving).", "rdfs:label": "RightHandDriving" }, { "@id": "http://schema.org/currency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/DatedMoneySpecification" }, { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/LoanOrCredit" }, { "@id": "http://schema.org/ExchangeRateSpecification" }, { "@id": "http://schema.org/MonetaryAmountDistribution" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The currency in which the monetary amount is expressed.<br/><br/>\n\nUse standard formats: <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 currency format</a> e.g. \"USD\"; <a href=\"https://en.wikipedia.org/wiki/List_of_cryptocurrencies\">Ticker symbol</a> for cryptocurrencies e.g. \"BTC\"; well known names for <a href=\"https://en.wikipedia.org/wiki/Local_exchange_trading_system\">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. \"Ithaca HOUR\".", "rdfs:label": "currency" }, { "@id": "http://schema.org/inventoryLevel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/SomeProducts" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The current approximate inventory level for the item or items.", "rdfs:label": "inventoryLevel" }, { "@id": "http://schema.org/salaryCurrency", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/EmployeeRole" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The currency (coded using <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217</a> ) used for the main salary information in this job posting or for this employee.", "rdfs:label": "salaryCurrency" }, { "@id": "http://schema.org/PaymentComplete", "@type": "http://schema.org/PaymentStatusType", "rdfs:comment": "The payment has been received and processed.", "rdfs:label": "PaymentComplete" }, { "@id": "http://schema.org/PlanAction", "@type": "rdfs:Class", "rdfs:comment": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", "rdfs:label": "PlanAction", "rdfs:subClassOf": { "@id": "http://schema.org/OrganizeAction" } }, { "@id": "http://schema.org/landlord", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RentAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A sub property of participant. The owner of the real estate property.", "rdfs:label": "landlord", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/confirmationNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Invoice" }, { "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A number that confirms the given order or payment has been received.", "rdfs:label": "confirmationNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/alumniOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/alumni" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/EducationalOrganization" } ], "rdfs:comment": "An organization that the person is an alumni of.", "rdfs:label": "alumniOf" }, { "@id": "http://schema.org/MovieTheater", "@type": "rdfs:Class", "rdfs:comment": "A movie theater.", "rdfs:label": "MovieTheater", "rdfs:subClassOf": [ { "@id": "http://schema.org/CivicStructure" }, { "@id": "http://schema.org/EntertainmentBusiness" } ] }, { "@id": "http://schema.org/commentText", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The text of the UserComment.", "rdfs:label": "commentText" }, { "@id": "http://schema.org/contentLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The location depicted or described in the content. For example, the location in a photograph or painting.", "rdfs:label": "contentLocation" }, { "@id": "http://schema.org/fuelConsumption", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).<br/><br/>\n\n<ul>\n<li>Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use <a class=\"localLink\" href=\"http://schema.org/unitText\">unitText</a> to indicate the unit of measurement, e.g. L/100 km.</li>\n<li>Note 2: There are two ways of indicating the fuel consumption, <a class=\"localLink\" href=\"http://schema.org/fuelConsumption\">fuelConsumption</a> (e.g. 8 liters per 100 km) and <a class=\"localLink\" href=\"http://schema.org/fuelEfficiency\">fuelEfficiency</a> (e.g. 30 miles per gallon). They are reciprocal.</li>\n<li>Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use <a class=\"localLink\" href=\"http://schema.org/valueReference\">valueReference</a> to link the value for the fuel consumption to another value.</li>\n</ul>\n", "rdfs:label": "fuelConsumption" }, { "@id": "http://schema.org/childMinAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParentAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Minimal age of the child.", "rdfs:label": "childMinAge" }, { "@id": "http://schema.org/Bakery", "@type": "rdfs:Class", "rdfs:comment": "A bakery.", "rdfs:label": "Bakery", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/schemaVersion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.", "rdfs:label": "schemaVersion" }, { "@id": "http://schema.org/GatedResidenceCommunity", "@type": "rdfs:Class", "rdfs:comment": "Residence type: Gated community.", "rdfs:label": "GatedResidenceCommunity", "rdfs:subClassOf": { "@id": "http://schema.org/Residence" } }, { "@id": "http://schema.org/dateSent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date/time at which the message was sent.", "rdfs:label": "dateSent" }, { "@id": "http://schema.org/Country", "@type": "rdfs:Class", "rdfs:comment": "A country.", "rdfs:label": "Country", "rdfs:subClassOf": { "@id": "http://schema.org/AdministrativeArea" } }, { "@id": "http://schema.org/PlaceOfWorship", "@type": "rdfs:Class", "rdfs:comment": "Place of worship, such as a church, synagogue, or mosque.", "rdfs:label": "PlaceOfWorship", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/HowToTip", "@type": "rdfs:Class", "rdfs:comment": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "rdfs:label": "HowToTip", "rdfs:subClassOf": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/ListItem" } ] }, { "@id": "http://schema.org/accessibilityFeature", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>).", "rdfs:label": "accessibilityFeature" }, { "@id": "http://schema.org/ComputerLanguage", "@type": "rdfs:Class", "rdfs:comment": "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the <a class=\"localLink\" href=\"http://schema.org/Language\">Language</a> type.", "rdfs:label": "ComputerLanguage", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/PerformanceRole", "@type": "rdfs:Class", "rdfs:comment": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.", "rdfs:label": "PerformanceRole", "rdfs:subClassOf": { "@id": "http://schema.org/Role" } }, { "@id": "http://schema.org/UnitPriceSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "The price asked for a given offer by the respective organization or person.", "rdfs:label": "UnitPriceSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/PriceSpecification" } }, { "@id": "http://schema.org/aggregateRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/Brand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AggregateRating" }, "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.", "rdfs:label": "aggregateRating" }, { "@id": "http://schema.org/PerformAction", "@type": "rdfs:Class", "rdfs:comment": "The act of participating in performance arts.", "rdfs:label": "PerformAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlayAction" } }, { "@id": "http://schema.org/BedType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1262" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" } ], "http://schema.org/category": "issue-1262", "rdfs:comment": "A type of bed. This is used for indicating the bed or beds available in an accommodation.", "rdfs:label": "BedType", "rdfs:subClassOf": { "@id": "http://schema.org/QualitativeValue" } }, { "@id": "http://schema.org/HinduDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet conforming to Hindu dietary practices, in particular, beef-free.", "rdfs:label": "HinduDiet" }, { "@id": "http://schema.org/ClothingStore", "@type": "rdfs:Class", "rdfs:comment": "A clothing store.", "rdfs:label": "ClothingStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/Mountain", "@type": "rdfs:Class", "rdfs:comment": "A mountain, like Mount Whitney or Mount Everest.", "rdfs:label": "Mountain", "rdfs:subClassOf": { "@id": "http://schema.org/Landform" } }, { "@id": "http://schema.org/alternativeHeadline", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A secondary title of the CreativeWork.", "rdfs:label": "alternativeHeadline" }, { "@id": "http://schema.org/recipeIngredient", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "rdfs:label": "recipeIngredient", "rdfs:subPropertyOf": { "@id": "http://schema.org/supply" } }, { "@id": "http://schema.org/trainName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name of the train (e.g. The Orient Express).", "rdfs:label": "trainName" }, { "@id": "http://schema.org/locationCreated", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.", "rdfs:label": "locationCreated" }, { "@id": "http://schema.org/recipeInstructions", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/ItemList" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.", "rdfs:label": "recipeInstructions", "rdfs:subPropertyOf": { "@id": "http://schema.org/step" } }, { "@id": "http://schema.org/value", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/MonetaryAmount" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Boolean" }, { "@id": "http://schema.org/StructuredValue" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The value of the quantitative value or property value node.<br/><br/>\n\n<ul>\n<li>For <a class=\"localLink\" href=\"http://schema.org/QuantitativeValue\">QuantitativeValue</a> and <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a>, the recommended type for values is 'Number'.</li>\n<li>For <a class=\"localLink\" href=\"http://schema.org/PropertyValue\">PropertyValue</a>, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.</li>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "value" }, { "@id": "http://schema.org/ReceiveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/SendAction\">SendAction</a>: The reciprocal of ReceiveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/TakeAction\">TakeAction</a>: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).</li>\n</ul>\n", "rdfs:label": "ReceiveAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/VideoGameClip", "@type": "rdfs:Class", "rdfs:comment": "A short segment/part of a video game.", "rdfs:label": "VideoGameClip", "rdfs:subClassOf": { "@id": "http://schema.org/Clip" } }, { "@id": "http://schema.org/inAlbum", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbum" }, "rdfs:comment": "The album to which this recording belongs.", "rdfs:label": "inAlbum" }, { "@id": "http://schema.org/itemShipped", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Product" }, "rdfs:comment": "Item(s) being shipped.", "rdfs:label": "itemShipped" }, { "@id": "http://schema.org/free", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PublicationEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/isAccessibleForFree" }, "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", "rdfs:label": "free" }, { "@id": "http://schema.org/MusicStore", "@type": "rdfs:Class", "rdfs:comment": "A music store.", "rdfs:label": "MusicStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/Crematorium", "@type": "rdfs:Class", "rdfs:comment": "A crematorium.", "rdfs:label": "Crematorium", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/contentSize", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "File size in (mega/kilo) bytes.", "rdfs:label": "contentSize" }, { "@id": "http://schema.org/isConsumableFor", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Product" }, "rdfs:comment": "A pointer to another product (or multiple products) for which this product is a consumable.", "rdfs:label": "isConsumableFor" }, { "@id": "http://schema.org/accessModeSufficient", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1100" }, "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ItemList" }, "rdfs:comment": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.", "rdfs:label": "accessModeSufficient" }, { "@id": "http://schema.org/itemListOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ItemList" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/ItemListOrderType" } ], "rdfs:comment": "Type of ordering (e.g. Ascending, Descending, Unordered).", "rdfs:label": "itemListOrder" }, { "@id": "http://schema.org/QuoteAction", "@type": "rdfs:Class", "rdfs:comment": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", "rdfs:label": "QuoteAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/artform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", "rdfs:label": "artform" }, { "@id": "http://schema.org/temporalCoverage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DateTime" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/temporal" }, "rdfs:comment": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in <a href=\"https://en.wikipedia.org/wiki/ISO_8601#Time_intervals\">ISO 8601 time interval format</a>. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".<br/><br/>\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.", "rdfs:label": "temporalCoverage" }, { "@id": "http://schema.org/PropertyValue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.<br/><br/>\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", "rdfs:label": "PropertyValue", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/codeSampleType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "rdfs:label": "codeSampleType" }, { "@id": "http://schema.org/ListItem", "@type": "rdfs:Class", "rdfs:comment": "An list item, e.g. a step in a checklist or how-to description.", "rdfs:label": "ListItem", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/ContactPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Contact page.", "rdfs:label": "ContactPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/WebApplication", "@type": "rdfs:Class", "rdfs:comment": "Web applications.", "rdfs:label": "WebApplication", "rdfs:subClassOf": { "@id": "http://schema.org/SoftwareApplication" } }, { "@id": "http://schema.org/BroadcastFrequencySpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "rdfs:comment": "The frequency in MHz and the modulation used for a particular BroadcastService.", "rdfs:label": "BroadcastFrequencySpecification", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/BlogPosting", "@type": "rdfs:Class", "rdfs:comment": "A blog post.", "rdfs:label": "BlogPosting", "rdfs:subClassOf": { "@id": "http://schema.org/SocialMediaPosting" } }, { "@id": "http://schema.org/eligibleTransactionVolume", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PriceSpecification" }, "rdfs:comment": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.", "rdfs:label": "eligibleTransactionVolume" }, { "@id": "http://schema.org/equal", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is equal to the object.", "rdfs:label": "equal" }, { "@id": "http://schema.org/LodgingReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for lodging at a hotel, motel, inn, etc.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", "rdfs:label": "LodgingReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/percentile10", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The 10th percentile value.", "rdfs:label": "percentile10" }, { "@id": "http://schema.org/PreOrderAction", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1125" }, "http://schema.org/category": "issue-1125", "rdfs:comment": "An agent orders a (not yet released) object/product/service to be delivered/sent.", "rdfs:label": "PreOrderAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/MediaSubscription", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "rdfs:comment": "A subscription which allows a user to access media including audio, video, books, etc.", "rdfs:label": "MediaSubscription", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/PresentationDigitalDocument", "@type": "rdfs:Class", "rdfs:comment": "A file containing slides or used for a presentation.", "rdfs:label": "PresentationDigitalDocument", "rdfs:subClassOf": { "@id": "http://schema.org/DigitalDocument" } }, { "@id": "http://schema.org/blogPost", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Blog" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BlogPosting" }, "rdfs:comment": "A posting that is part of this blog.", "rdfs:label": "blogPost" }, { "@id": "http://schema.org/GlutenFreeDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet exclusive of gluten.", "rdfs:label": "GlutenFreeDiet" }, { "@id": "http://schema.org/Report", "@type": "rdfs:Class", "rdfs:comment": "A Report generated by governmental or non-governmental organization.", "rdfs:label": "Report", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/accountablePerson", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.", "rdfs:label": "accountablePerson" }, { "@id": "http://schema.org/homeLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/ContactPoint" } ], "rdfs:comment": "A contact location for a person's residence.", "rdfs:label": "homeLocation", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/nutrition", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Recipe" }, { "@id": "http://schema.org/MenuItem" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/NutritionInformation" }, "rdfs:comment": "Nutrition information about the recipe or menu item.", "rdfs:label": "nutrition" }, { "@id": "http://schema.org/embedUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "A URL pointing to a player for a specific video. In general, this is the information in the <code>src</code> element of an <code>embed</code> tag and should not be the same as the content of the <code>loc</code> tag.", "rdfs:label": "embedUrl" }, { "@id": "http://schema.org/area", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/serviceArea" }, "rdfs:comment": "The area within which users can expect to reach the broadcast service.", "rdfs:label": "area" }, { "@id": "http://schema.org/Monday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q105" }, "rdfs:comment": "The day of the week between Sunday and Tuesday.", "rdfs:label": "Monday" }, { "@id": "http://schema.org/partOfSeason", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/Episode" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWorkSeason" }, "rdfs:comment": "The season to which this episode belongs.", "rdfs:label": "partOfSeason", "rdfs:subPropertyOf": { "@id": "http://schema.org/isPartOf" } }, { "@id": "http://schema.org/StructuredValue", "@type": "rdfs:Class", "rdfs:comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.", "rdfs:label": "StructuredValue", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/interestRate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/FinancialProduct" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.", "rdfs:label": "interestRate" }, { "@id": "http://schema.org/partOfOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Order" }, "rdfs:comment": "The overall order the items in this delivery were included in.", "rdfs:label": "partOfOrder" }, { "@id": "http://schema.org/totalPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Reservation" }, { "@id": "http://schema.org/Ticket" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "totalPrice" }, { "@id": "http://schema.org/OfferItemCondition", "@type": "rdfs:Class", "rdfs:comment": "A list of possible conditions for the item.", "rdfs:label": "OfferItemCondition", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/inPlaylist", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicPlaylist" }, "rdfs:comment": "The playlist to which this recording belongs.", "rdfs:label": "inPlaylist" }, { "@id": "http://schema.org/subEvents", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/subEvent" }, "rdfs:comment": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.", "rdfs:label": "subEvents" }, { "@id": "http://schema.org/customer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/Invoice" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "Party placing the order or paying the invoice.", "rdfs:label": "customer" }, { "@id": "http://schema.org/identifier", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PropertyValue" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/identifier" }, "rdfs:comment": "The identifier property represents any kind of identifier for any kind of <a class=\"localLink\" href=\"http://schema.org/Thing\">Thing</a>, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See <a href=\"/docs/datamodel.html#identifierBg\">background notes</a> for more details.", "rdfs:label": "identifier" }, { "@id": "http://schema.org/MusicRelease", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "A MusicRelease is a specific release of a music album.", "rdfs:label": "MusicRelease", "rdfs:subClassOf": { "@id": "http://schema.org/MusicPlaylist" } }, { "@id": "http://schema.org/ReservationConfirmed", "@type": "http://schema.org/ReservationStatusType", "rdfs:comment": "The status of a confirmed reservation.", "rdfs:label": "ReservationConfirmed" }, { "@id": "http://schema.org/availableAtOrFrom", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The place(s) from which the offer can be obtained (e.g. store locations).", "rdfs:label": "availableAtOrFrom", "rdfs:subPropertyOf": { "@id": "http://schema.org/areaServed" } }, { "@id": "http://schema.org/TechArticle", "@type": "rdfs:Class", "rdfs:comment": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", "rdfs:label": "TechArticle", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/maxPrice", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The highest price if the price is a range.", "rdfs:label": "maxPrice" }, { "@id": "http://schema.org/countryOfOrigin", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/TVEpisode" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/TVSeason" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Country" }, "rdfs:comment": "The country of the principal offices of the production company or individual responsible for the movie or program.", "rdfs:label": "countryOfOrigin" }, { "@id": "http://schema.org/prepTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowToDirection" }, { "@id": "http://schema.org/HowTo" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The length of time it takes to prepare the items to be used in instructions or a direction, in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>.", "rdfs:label": "prepTime" }, { "@id": "http://schema.org/Sculpture", "@type": "rdfs:Class", "rdfs:comment": "A piece of sculpture.", "rdfs:label": "Sculpture", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/scheduledPaymentDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date the invoice is scheduled to be paid.", "rdfs:label": "scheduledPaymentDate" }, { "@id": "http://schema.org/lodgingUnitDescription", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LodgingReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A full description of the lodging unit.", "rdfs:label": "lodgingUnitDescription" }, { "@id": "http://schema.org/duns", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Dun &amp; Bradstreet DUNS number for identifying an organization or business person.", "rdfs:label": "duns", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/ComputerStore", "@type": "rdfs:Class", "rdfs:comment": "A computer store.", "rdfs:label": "ComputerStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/jobBenefits", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Description of benefits associated with the job.", "rdfs:label": "jobBenefits" }, { "@id": "http://schema.org/RadioStation", "@type": "rdfs:Class", "rdfs:comment": "A radio station.", "rdfs:label": "RadioStation", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/option", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ChooseAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Thing" }, { "@id": "http://schema.org/Text" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/actionOption" }, "rdfs:comment": "A sub property of object. The options subject to this action.", "rdfs:label": "option", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/SingleRelease", "@type": "http://schema.org/MusicAlbumReleaseType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "SingleRelease.", "rdfs:label": "SingleRelease" }, { "@id": "http://schema.org/gameLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/Game" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PostalAddress" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Real or fictional location of the game (or part of game).", "rdfs:label": "gameLocation" }, { "@id": "http://schema.org/OrderProblem", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that there is a problem with the order.", "rdfs:label": "OrderProblem" }, { "@id": "http://schema.org/Map", "@type": "rdfs:Class", "rdfs:comment": "A map.", "rdfs:label": "Map", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/hasMenu", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Menu" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", "rdfs:label": "hasMenu" }, { "@id": "http://schema.org/taxID", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "rdfs:label": "taxID", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/courseMode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CourseInstance" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).", "rdfs:label": "courseMode" }, { "@id": "http://schema.org/spatialCoverage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/spatial" }, "rdfs:comment": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.", "rdfs:label": "spatialCoverage", "rdfs:subPropertyOf": { "@id": "http://schema.org/contentLocation" } }, { "@id": "http://schema.org/GolfCourse", "@type": "rdfs:Class", "rdfs:comment": "A golf course.", "rdfs:label": "GolfCourse", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/followee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FollowAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A sub property of object. The person or organization being followed.", "rdfs:label": "followee", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/recipe", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Recipe" }, "rdfs:comment": "A sub property of instrument. The recipe/instructions used to perform the action.", "rdfs:label": "recipe", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/musicBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/VideoObject" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/MusicGroup" } ], "rdfs:comment": "The composer of the soundtrack.", "rdfs:label": "musicBy" }, { "@id": "http://schema.org/lyricist", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The person who wrote the words.", "rdfs:label": "lyricist" }, { "@id": "http://schema.org/DepartAction", "@type": "rdfs:Class", "rdfs:comment": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.", "rdfs:label": "DepartAction", "rdfs:subClassOf": { "@id": "http://schema.org/MoveAction" } }, { "@id": "http://schema.org/TollFree", "@type": "http://schema.org/ContactPointOption", "rdfs:comment": "The associated telephone number is toll free.", "rdfs:label": "TollFree" }, { "@id": "http://schema.org/ActionAccessSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "rdfs:comment": "A set of requirements that a must be fulfilled in order to perform an Action.", "rdfs:label": "ActionAccessSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/amount", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": [ "issue-1253", "issue-1698" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LoanOrCredit" }, { "@id": "http://schema.org/MoneyTransfer" }, { "@id": "http://schema.org/DatedMoneySpecification" }, { "@id": "http://schema.org/MonetaryGrant" }, { "@id": "http://schema.org/InvestmentOrDeposit" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "The amount of money.", "rdfs:label": "amount" }, { "@id": "http://schema.org/reviews", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Review" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/review" }, "rdfs:comment": "Review of the item.", "rdfs:label": "reviews" }, { "@id": "http://schema.org/reservationFor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The thing -- flight, event, restaurant,etc. being reserved.", "rdfs:label": "reservationFor" }, { "@id": "http://schema.org/priceCurrency", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Reservation" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/Ticket" }, { "@id": "http://schema.org/TradeAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The currency of the price, or a price component when attached to <a class=\"localLink\" href=\"http://schema.org/PriceSpecification\">PriceSpecification</a> and its subtypes.<br/><br/>\n\nUse standard formats: <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 currency format</a> e.g. \"USD\"; <a href=\"https://en.wikipedia.org/wiki/List_of_cryptocurrencies\">Ticker symbol</a> for cryptocurrencies e.g. \"BTC\"; well known names for <a href=\"https://en.wikipedia.org/wiki/Local_exchange_trading_system\">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. \"Ithaca HOUR\".", "rdfs:label": "priceCurrency" }, { "@id": "http://schema.org/Number", "@type": [ "http://schema.org/DataType", "rdfs:Class" ], "rdfs:comment": "Data type: Number.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "Number" }, { "@id": "http://schema.org/Comment", "@type": "rdfs:Class", "rdfs:comment": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the <a class=\"localLink\" href=\"http://schema.org/text\">text</a> property, and its topic via <a class=\"localLink\" href=\"http://schema.org/about\">about</a>, properties shared with all CreativeWorks.", "rdfs:label": "Comment", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/ShoeStore", "@type": "rdfs:Class", "rdfs:comment": "A shoe store.", "rdfs:label": "ShoeStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/FMRadioChannel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "rdfs:comment": "A radio channel that uses FM.", "rdfs:label": "FMRadioChannel", "rdfs:subClassOf": { "@id": "http://schema.org/RadioChannel" } }, { "@id": "http://schema.org/serviceLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service.", "rdfs:label": "serviceLocation" }, { "@id": "http://schema.org/executableLibraryName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", "rdfs:label": "executableLibraryName" }, { "@id": "http://schema.org/trainNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique identifier for the train.", "rdfs:label": "trainNumber" }, { "@id": "http://schema.org/sugarContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of sugar.", "rdfs:label": "sugarContent" }, { "@id": "http://schema.org/WPSideBar", "@type": "rdfs:Class", "rdfs:comment": "A sidebar section of the page.", "rdfs:label": "WPSideBar", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/catalogNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRelease" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The catalog number for the release.", "rdfs:label": "catalogNumber" }, { "@id": "http://schema.org/answerCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Question" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of answers this question has received.", "rdfs:label": "answerCount" }, { "@id": "http://schema.org/seatingType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QualitativeValue" } ], "rdfs:comment": "The type/class of the seat.", "rdfs:label": "seatingType" }, { "@id": "http://schema.org/FlightReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for air travel.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "FlightReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/offers", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/AggregateOffer" }, { "@id": "http://schema.org/MenuItem" }, { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Trip" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/itemOffered" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "rdfs:comment": "An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a <a class=\"localLink\" href=\"http://schema.org/Demand\">Demand</a>. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "rdfs:label": "offers" }, { "@id": "http://schema.org/AlignmentObject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" }, "rdfs:comment": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.", "rdfs:label": "AlignmentObject", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/editor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "Specifies the Person who edited the CreativeWork.", "rdfs:label": "editor" }, { "@id": "http://schema.org/discussionUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "A link to the page containing the comments of the CreativeWork.", "rdfs:label": "discussionUrl" }, { "@id": "http://schema.org/SellAction", "@type": "rdfs:Class", "rdfs:comment": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", "rdfs:label": "SellAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/educationalCredentialAwarded", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/Course" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/EducationalOccupationalCredential" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", "rdfs:label": "educationalCredentialAwarded" }, { "@id": "http://schema.org/PetStore", "@type": "rdfs:Class", "rdfs:comment": "A pet store.", "rdfs:label": "PetStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/coverageEndTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LiveBlogPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", "rdfs:label": "coverageEndTime" }, { "@id": "http://schema.org/numberOfPreviousOwners", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of owners of the vehicle, including the current one.<br/><br/>\n\nTypical unit code(s): C62", "rdfs:label": "numberOfPreviousOwners" }, { "@id": "http://schema.org/OnDemandEvent", "@type": "rdfs:Class", "rdfs:comment": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.", "rdfs:label": "OnDemandEvent", "rdfs:subClassOf": { "@id": "http://schema.org/PublicationEvent" } }, { "@id": "http://schema.org/artworkSurface", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.", "rdfs:label": "artworkSurface" }, { "@id": "http://schema.org/HalalDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet conforming to Islamic dietary practices.", "rdfs:label": "HalalDiet" }, { "@id": "http://schema.org/issueNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PublicationIssue" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/issue" }, "rdfs:comment": "Identifies the issue of publication; for example, \"iii\" or \"2\".", "rdfs:label": "issueNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/position" } }, { "@id": "http://schema.org/AutoDealer", "@type": "rdfs:Class", "rdfs:comment": "An car dealership.", "rdfs:label": "AutoDealer", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/ChooseAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.", "rdfs:label": "ChooseAction", "rdfs:subClassOf": { "@id": "http://schema.org/AssessAction" } }, { "@id": "http://schema.org/LocationFeatureSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.", "rdfs:label": "LocationFeatureSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/PropertyValue" } }, { "@id": "http://schema.org/RestrictedDiet", "@type": "rdfs:Class", "rdfs:comment": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.", "rdfs:label": "RestrictedDiet", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/GovernmentOffice", "@type": "rdfs:Class", "rdfs:comment": "A government office&#x2014;for example, an IRS or DMV office.", "rdfs:label": "GovernmentOffice", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/Place", "@type": "rdfs:Class", "rdfs:comment": "Entities that have a somewhat fixed, physical extension.", "rdfs:label": "Place", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/QualitativeValue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.", "rdfs:label": "QualitativeValue", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/petsAllowed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/FloorPlan" }, { "@id": "http://schema.org/ApartmentComplex" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Boolean" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", "rdfs:label": "petsAllowed" }, { "@id": "http://schema.org/artEdition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\").", "rdfs:label": "artEdition" }, { "@id": "http://schema.org/award", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An award won by or for this item.", "rdfs:label": "award" }, { "@id": "http://schema.org/application", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/actionApplication" }, "rdfs:comment": "An application that can complete the request.", "rdfs:label": "application" }, { "@id": "http://schema.org/streetAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PostalAddress" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The street address. For example, 1600 Amphitheatre Pkwy.", "rdfs:label": "streetAddress" }, { "@id": "http://schema.org/containsSeason", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/RadioSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWorkSeason" }, "rdfs:comment": "A season that is part of the media series.", "rdfs:label": "containsSeason", "rdfs:subPropertyOf": { "@id": "http://schema.org/hasPart" } }, { "@id": "http://schema.org/EventMovedOnline", "@type": "http://schema.org/EventStatusType", "rdfs:comment": "Indicates that the event was changed to allow online participation. See <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> for specifics of whether it is now fully or partially online.", "rdfs:label": "EventMovedOnline" }, { "@id": "http://schema.org/category", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" } ], "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Recommendation" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/SpecialAnnouncement" }, { "@id": "http://schema.org/ActionAccessSpecification" }, { "@id": "http://schema.org/PhysicalActivity" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Invoice" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Thing" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PhysicalActivityCategory" } ], "rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "rdfs:label": "category" }, { "@id": "http://schema.org/contactOption", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ContactPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPointOption" }, "rdfs:comment": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", "rdfs:label": "contactOption" }, { "@id": "http://schema.org/SendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReceiveAction\">ReceiveAction</a>: The reciprocal of SendAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/GiveAction\">GiveAction</a>: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).</li>\n</ul>\n", "rdfs:label": "SendAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/VinylFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "VinylFormat.", "rdfs:label": "VinylFormat" }, { "@id": "http://schema.org/LeaveAction", "@type": "rdfs:Class", "rdfs:comment": "An agent leaves an event / group with participants/friends at a location.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: The antonym of LeaveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/UnRegisterAction\">UnRegisterAction</a>: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</li>\n</ul>\n", "rdfs:label": "LeaveAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/claimReviewed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1061" }, "http://schema.org/category": "issue-1061", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ClaimReview" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short summary of the specific claims reviewed in a ClaimReview.", "rdfs:label": "claimReviewed" }, { "@id": "http://schema.org/GasStation", "@type": "rdfs:Class", "rdfs:comment": "A gas station.", "rdfs:label": "GasStation", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/pageEnd", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Chapter" }, { "@id": "http://schema.org/PublicationVolume" }, { "@id": "http://schema.org/PublicationIssue" }, { "@id": "http://schema.org/Article" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/pageEnd" }, "rdfs:comment": "The page on which the work ends; for example \"138\" or \"xvi\".", "rdfs:label": "pageEnd" }, { "@id": "http://schema.org/Mosque", "@type": "rdfs:Class", "rdfs:comment": "A mosque.", "rdfs:label": "Mosque", "rdfs:subClassOf": { "@id": "http://schema.org/PlaceOfWorship" } }, { "@id": "http://schema.org/birthDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date of birth.", "rdfs:label": "birthDate" }, { "@id": "http://schema.org/mileageFromOdometer", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.<br/><br/>\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles", "rdfs:label": "mileageFromOdometer" }, { "@id": "http://schema.org/CommentAction", "@type": "rdfs:Class", "rdfs:comment": "The act of generating a comment about a subject.", "rdfs:label": "CommentAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/ItemListOrderDescending", "@type": "http://schema.org/ItemListOrderType", "rdfs:comment": "An ItemList ordered with higher values listed first.", "rdfs:label": "ItemListOrderDescending" }, { "@id": "http://schema.org/Library", "@type": "rdfs:Class", "rdfs:comment": "A library.", "rdfs:label": "Library", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/TouristInformationCenter", "@type": "rdfs:Class", "rdfs:comment": "A tourist information center.", "rdfs:label": "TouristInformationCenter", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/step", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowTo" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/HowToSection" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/HowToStep" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "rdfs:label": "step" }, { "@id": "http://schema.org/MusicComposition", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "A musical composition.", "rdfs:label": "MusicComposition", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/photos", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/Photograph" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/photo" }, "rdfs:comment": "Photographs of this place.", "rdfs:label": "photos" }, { "@id": "http://schema.org/makesOffer", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/offeredBy" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Offer" }, "rdfs:comment": "A pointer to products or services offered by the organization or person.", "rdfs:label": "makesOffer" }, { "@id": "http://schema.org/map", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/hasMap" }, "rdfs:comment": "A URL to a map of the place.", "rdfs:label": "map" }, { "@id": "http://schema.org/instrument", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The object that helped the agent perform the action. e.g. John wrote a book with <em>a pen</em>.", "rdfs:label": "instrument" }, { "@id": "http://schema.org/orderQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/OrderItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The number of the item ordered. If the property is not set, assume the quantity is one.", "rdfs:label": "orderQuantity" }, { "@id": "http://schema.org/width", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/VisualArtwork" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Distance" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The width of the item.", "rdfs:label": "width" }, { "@id": "http://schema.org/priceValidUntil", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Offer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date after which the price is no longer available.", "rdfs:label": "priceValidUntil" }, { "@id": "http://schema.org/givenName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.", "rdfs:label": "givenName" }, { "@id": "http://schema.org/SelfStorage", "@type": "rdfs:Class", "rdfs:comment": "A self-storage facility.", "rdfs:label": "SelfStorage", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/ticketNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique identifier for the ticket.", "rdfs:label": "ticketNumber" }, { "@id": "http://schema.org/proficiencyLevel", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TechArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", "rdfs:label": "proficiencyLevel" }, { "@id": "http://schema.org/valueMaxLength", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Specifies the allowed range for number of characters in a literal value.", "rdfs:label": "valueMaxLength" }, { "@id": "http://schema.org/cholesterolContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of milligrams of cholesterol.", "rdfs:label": "cholesterolContent" }, { "@id": "http://schema.org/ReservationPending", "@type": "http://schema.org/ReservationStatusType", "rdfs:comment": "The status of a reservation when a request has been sent, but not confirmed.", "rdfs:label": "ReservationPending" }, { "@id": "http://schema.org/GeoShape", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "rdfs:label": "GeoShape", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/EntertainmentBusiness", "@type": "rdfs:Class", "rdfs:comment": "A business providing entertainment.", "rdfs:label": "EntertainmentBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/creditedTo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRelease" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga.", "rdfs:label": "creditedTo" }, { "@id": "http://schema.org/datePosted", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/SpecialAnnouncement" }, { "@id": "http://schema.org/RealEstateListing" }, { "@id": "http://schema.org/JobPosting" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "Publication date of an online listing.", "rdfs:label": "datePosted" }, { "@id": "http://schema.org/BroadcastChannel", "@type": "rdfs:Class", "rdfs:comment": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", "rdfs:label": "BroadcastChannel", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/Florist", "@type": "rdfs:Class", "rdfs:comment": "A florist.", "rdfs:label": "Florist", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/directors", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/VideoGame" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/director" }, "rdfs:comment": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "rdfs:label": "directors" }, { "@id": "http://schema.org/runtimePlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "rdfs:label": "runtimePlatform" }, { "@id": "http://schema.org/contactPoints", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPoint" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/contactPoint" }, "rdfs:comment": "A contact point for a person or organization.", "rdfs:label": "contactPoints" }, { "@id": "http://schema.org/skills", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/2322" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" } ], "http://schema.org/category": [ "issue-2322", "issue-1698" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/Occupation" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "rdfs:label": "skills" }, { "@id": "http://schema.org/copyrightHolder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "The party holding the legal copyright to the CreativeWork.", "rdfs:label": "copyrightHolder" }, { "@id": "http://schema.org/paymentStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PaymentStatusType" } ], "rdfs:comment": "The status of payment; whether the invoice has been paid or not.", "rdfs:label": "paymentStatus" }, { "@id": "http://schema.org/characterName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PerformanceRole" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.", "rdfs:label": "characterName" }, { "@id": "http://schema.org/Mass", "@type": "rdfs:Class", "rdfs:comment": "Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'.", "rdfs:label": "Mass", "rdfs:subClassOf": { "@id": "http://schema.org/Quantity" } }, { "@id": "http://schema.org/breadcrumb", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/BreadcrumbList" } ], "rdfs:comment": "A set of links that can help a user understand and navigate a website hierarchy.", "rdfs:label": "breadcrumb" }, { "@id": "http://schema.org/dependencies", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TechArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Prerequisites needed to fulfill steps in article.", "rdfs:label": "dependencies" }, { "@id": "http://schema.org/HowToTool", "@type": "rdfs:Class", "rdfs:comment": "A tool used (but not consumed) when performing instructions for how to achieve a result.", "rdfs:label": "HowToTool", "rdfs:subClassOf": { "@id": "http://schema.org/HowToItem" } }, { "@id": "http://schema.org/CassetteFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "CassetteFormat.", "rdfs:label": "CassetteFormat" }, { "@id": "http://schema.org/PaymentMethod", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</li>\n<li>http://purl.org/goodrelations/v1#ByInvoice</li>\n<li>http://purl.org/goodrelations/v1#Cash</li>\n<li>http://purl.org/goodrelations/v1#CheckInAdvance</li>\n<li>http://purl.org/goodrelations/v1#COD</li>\n<li>http://purl.org/goodrelations/v1#DirectDebit</li>\n<li>http://purl.org/goodrelations/v1#GoogleCheckout</li>\n<li>http://purl.org/goodrelations/v1#PayPal</li>\n<li>http://purl.org/goodrelations/v1#PaySwarm</li>\n</ul>\n", "rdfs:label": "PaymentMethod", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/UserPlusOnes", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserPlusOnes", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/branchCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.<br/><br/>\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", "rdfs:label": "branchCode" }, { "@id": "http://schema.org/WebPage", "@type": "rdfs:Class", "rdfs:comment": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as <code>breadcrumb</code> may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.", "rdfs:label": "WebPage", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/merchant", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/seller" }, "rdfs:comment": "'merchant' is an out-dated term for 'seller'.", "rdfs:label": "merchant" }, { "@id": "http://schema.org/broker", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Reservation" }, { "@id": "http://schema.org/Invoice" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "rdfs:label": "broker" }, { "@id": "http://schema.org/Residence", "@type": "rdfs:Class", "rdfs:comment": "The place where a person lives.", "rdfs:label": "Residence", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/UserPageVisits", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserPageVisits", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/expectedArrivalFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The earliest date the package may arrive.", "rdfs:label": "expectedArrivalFrom" }, { "@id": "http://schema.org/dataFeedElement", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DataFeed" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" }, { "@id": "http://schema.org/DataFeedItem" } ], "rdfs:comment": "An item within in a data feed. Data feeds may have many elements.", "rdfs:label": "dataFeedElement" }, { "@id": "http://schema.org/addOn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Offer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Offer" }, "rdfs:comment": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).", "rdfs:label": "addOn" }, { "@id": "http://schema.org/FrontWheelDriveConfiguration", "@type": "http://schema.org/DriveWheelConfigurationValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "Front-wheel drive is a transmission layout where the engine drives the front wheels.", "rdfs:label": "FrontWheelDriveConfiguration" }, { "@id": "http://schema.org/sportsTeam", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SportsTeam" }, "rdfs:comment": "A sub property of participant. The sports team that participated on this action.", "rdfs:label": "sportsTeam", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/inBroadcastLineup", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CableOrSatelliteService" }, "rdfs:comment": "The CableOrSatelliteService offering the channel.", "rdfs:label": "inBroadcastLineup" }, { "@id": "http://schema.org/featureList", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Features or modules provided by this application (and possibly required by other applications).", "rdfs:label": "featureList" }, { "@id": "http://schema.org/accessibilityHazard", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>).", "rdfs:label": "accessibilityHazard" }, { "@id": "http://schema.org/albumReleaseType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicAlbum" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbumReleaseType" }, "rdfs:comment": "The kind of release which this album is: single, EP or album.", "rdfs:label": "albumReleaseType" }, { "@id": "http://schema.org/surface", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VisualArtwork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/artworkSurface" }, "rdfs:comment": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", "rdfs:label": "surface", "rdfs:subPropertyOf": { "@id": "http://schema.org/material" } }, { "@id": "http://schema.org/copyrightYear", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.", "rdfs:label": "copyrightYear" }, { "@id": "http://schema.org/greaterOrEqual", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.", "rdfs:label": "greaterOrEqual" }, { "@id": "http://schema.org/sportsEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SportsEvent" }, "rdfs:comment": "A sub property of location. The sports event where this action occurred.", "rdfs:label": "sportsEvent", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/Continent", "@type": "rdfs:Class", "rdfs:comment": "One of the continents (for example, Europe or Africa).", "rdfs:label": "Continent", "rdfs:subClassOf": { "@id": "http://schema.org/Landform" } }, { "@id": "http://schema.org/actionPlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.", "rdfs:label": "actionPlatform" }, { "@id": "http://schema.org/distance", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ExerciseAction" }, { "@id": "http://schema.org/TravelAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Distance" }, "rdfs:comment": "The distance travelled, e.g. exercising or travelling.", "rdfs:label": "distance" }, { "@id": "http://schema.org/longitude", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeoCoordinates" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The longitude of a location. For example <code>-122.08585</code> (<a href=\"https://en.wikipedia.org/wiki/World_Geodetic_System\">WGS 84</a>).", "rdfs:label": "longitude" }, { "@id": "http://schema.org/issn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Blog" }, { "@id": "http://schema.org/CreativeWorkSeries" }, { "@id": "http://schema.org/WebSite" }, { "@id": "http://schema.org/Dataset" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/issn" }, "rdfs:comment": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "rdfs:label": "issn", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/hasMap", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Map" } ], "rdfs:comment": "A URL to a map of the place.", "rdfs:label": "hasMap" }, { "@id": "http://schema.org/BusTrip", "@type": "rdfs:Class", "rdfs:comment": "A trip on a commercial bus line.", "rdfs:label": "BusTrip", "rdfs:subClassOf": { "@id": "http://schema.org/Trip" } }, { "@id": "http://schema.org/awards", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/award" }, "rdfs:comment": "Awards won by or for this item.", "rdfs:label": "awards" }, { "@id": "http://schema.org/hasBroadcastChannel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/providesBroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "rdfs:comment": "A broadcast channel of a broadcast service.", "rdfs:label": "hasBroadcastChannel" }, { "@id": "http://schema.org/incentives", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/incentiveCompensation" }, "rdfs:comment": "Description of bonus and commission compensation aspects of the job.", "rdfs:label": "incentives" }, { "@id": "http://schema.org/printEdition", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The edition of the print product in which the NewsArticle appears.", "rdfs:label": "printEdition" }, { "@id": "http://schema.org/UnRegisterAction", "@type": "rdfs:Class", "rdfs:comment": "The act of un-registering from a service.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: antonym of UnRegisterAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/LeaveAction\">LeaveAction</a>: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</li>\n</ul>\n", "rdfs:label": "UnRegisterAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/OfflinePermanently", "@type": "http://schema.org/GameServerStatus", "rdfs:comment": "Game server status: OfflinePermanently. Server is offline and not available.", "rdfs:label": "OfflinePermanently" }, { "@id": "http://schema.org/opponent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of participant. The opponent on this action.", "rdfs:label": "opponent", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/releaseOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRelease" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/albumRelease" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbum" }, "rdfs:comment": "The album this is a release of.", "rdfs:label": "releaseOf" }, { "@id": "http://schema.org/LoseAction", "@type": "rdfs:Class", "rdfs:comment": "The act of being defeated in a competitive activity.", "rdfs:label": "LoseAction", "rdfs:subClassOf": { "@id": "http://schema.org/AchieveAction" } }, { "@id": "http://schema.org/participant", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with <em>Steve</em>.", "rdfs:label": "participant" }, { "@id": "http://schema.org/ShoppingCenter", "@type": "rdfs:Class", "rdfs:comment": "A shopping center or mall.", "rdfs:label": "ShoppingCenter", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/Flight", "@type": "rdfs:Class", "rdfs:comment": "An airline flight.", "rdfs:label": "Flight", "rdfs:subClassOf": { "@id": "http://schema.org/Trip" } }, { "@id": "http://schema.org/menu", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Menu" }, { "@id": "http://schema.org/URL" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/hasMenu" }, "rdfs:comment": "Either the actual menu as a structured representation, as text, or a URL of the menu.", "rdfs:label": "menu" }, { "@id": "http://schema.org/servicePostalAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PostalAddress" }, "rdfs:comment": "The address for accessing the service by mail.", "rdfs:label": "servicePostalAddress" }, { "@id": "http://schema.org/HowToStep", "@type": "rdfs:Class", "rdfs:comment": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", "rdfs:label": "HowToStep", "rdfs:subClassOf": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/ItemList" }, { "@id": "http://schema.org/ListItem" } ] }, { "@id": "http://schema.org/ActionStatusType", "@type": "rdfs:Class", "rdfs:comment": "The status of an Action.", "rdfs:label": "ActionStatusType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/OfferCatalog", "@type": "rdfs:Class", "rdfs:comment": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", "rdfs:label": "OfferCatalog", "rdfs:subClassOf": { "@id": "http://schema.org/ItemList" } }, { "@id": "http://schema.org/warranty", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/WarrantyPromise" }, "rdfs:comment": "The warranty promise(s) included in the offer.", "rdfs:label": "warranty" }, { "@id": "http://schema.org/foundingDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date that this organization was founded.", "rdfs:label": "foundingDate" }, { "@id": "http://schema.org/liveBlogUpdate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LiveBlogPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BlogPosting" }, "rdfs:comment": "An update to the LiveBlog.", "rdfs:label": "liveBlogUpdate" }, { "@id": "http://schema.org/CreativeWorkSeries", "@type": "rdfs:Class", "rdfs:comment": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike <a class=\"localLink\" href=\"http://schema.org/ItemList\">ItemList</a> which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).<br/><br/>\n\nSpecific subtypes are available for describing <a class=\"localLink\" href=\"http://schema.org/TVSeries\">TVSeries</a>, <a class=\"localLink\" href=\"http://schema.org/RadioSeries\">RadioSeries</a>, <a class=\"localLink\" href=\"http://schema.org/MovieSeries\">MovieSeries</a>, <a class=\"localLink\" href=\"http://schema.org/BookSeries\">BookSeries</a>, <a class=\"localLink\" href=\"http://schema.org/Periodical\">Periodical</a> and <a class=\"localLink\" href=\"http://schema.org/VideoGameSeries\">VideoGameSeries</a>. In each case, the <a class=\"localLink\" href=\"http://schema.org/hasPart\">hasPart</a> / <a class=\"localLink\" href=\"http://schema.org/isPartOf\">isPartOf</a> properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.<br/><br/>\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.", "rdfs:label": "CreativeWorkSeries", "rdfs:subClassOf": [ { "@id": "http://schema.org/Series" }, { "@id": "http://schema.org/CreativeWork" } ] }, { "@id": "http://schema.org/eligibleQuantity", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/PriceSpecification" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.", "rdfs:label": "eligibleQuantity" }, { "@id": "http://schema.org/priceComponent", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/CompoundPriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/UnitPriceSpecification" }, "rdfs:comment": "This property links to all <a class=\"localLink\" href=\"http://schema.org/UnitPriceSpecification\">UnitPriceSpecification</a> nodes that apply in parallel for the <a class=\"localLink\" href=\"http://schema.org/CompoundPriceSpecification\">CompoundPriceSpecification</a> node.", "rdfs:label": "priceComponent" }, { "@id": "http://schema.org/NightClub", "@type": "rdfs:Class", "rdfs:comment": "A nightclub or discotheque.", "rdfs:label": "NightClub", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/ConfirmAction", "@type": "rdfs:Class", "rdfs:comment": "The act of notifying someone that a future event/action is going to happen as expected.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CancelAction\">CancelAction</a>: The antonym of ConfirmAction.</li>\n</ul>\n", "rdfs:label": "ConfirmAction", "rdfs:subClassOf": { "@id": "http://schema.org/InformAction" } }, { "@id": "http://schema.org/ccRecipient", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ContactPoint" } ], "rdfs:comment": "A sub property of recipient. The recipient copied on a message.", "rdfs:label": "ccRecipient", "rdfs:subPropertyOf": { "@id": "http://schema.org/recipient" } }, { "@id": "http://schema.org/significantLink", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "rdfs:label": "significantLink" }, { "@id": "http://schema.org/applicationSubCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Subcategory of the application, e.g. 'Arcade Game'.", "rdfs:label": "applicationSubCategory" }, { "@id": "http://schema.org/PaymentPastDue", "@type": "http://schema.org/PaymentStatusType", "rdfs:comment": "The payment is due and considered late.", "rdfs:label": "PaymentPastDue" }, { "@id": "http://schema.org/recordedAt", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/recordedIn" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.", "rdfs:label": "recordedAt" }, { "@id": "http://schema.org/recordedAs", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/recordingOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicRecording" }, "rdfs:comment": "An audio recording of the work.", "rdfs:label": "recordedAs" }, { "@id": "http://schema.org/spatial", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/spatial" }, "rdfs:comment": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. <a class=\"localLink\" href=\"http://schema.org/locationCreated\">locationCreated</a>, <a class=\"localLink\" href=\"http://schema.org/spatialCoverage\">spatialCoverage</a>, <a class=\"localLink\" href=\"http://schema.org/contentLocation\">contentLocation</a>) are not known to be appropriate.", "rdfs:label": "spatial" }, { "@id": "http://schema.org/FourWheelDriveConfiguration", "@type": "http://schema.org/DriveWheelConfigurationValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.", "rdfs:label": "FourWheelDriveConfiguration" }, { "@id": "http://schema.org/additionalProperty", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/QualitativeValue" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PropertyValue" }, "rdfs:comment": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.<br/><br/>\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "rdfs:label": "additionalProperty" }, { "@id": "http://schema.org/serviceOutput", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The tangible thing generated by the service, e.g. a passport, permit, etc.", "rdfs:label": "serviceOutput" }, { "@id": "http://schema.org/DataFeed", "@type": "rdfs:Class", "rdfs:comment": "A single feed providing structured information about one or more entities or topics.", "rdfs:label": "DataFeed", "rdfs:subClassOf": { "@id": "http://schema.org/Dataset" } }, { "@id": "http://schema.org/State", "@type": "rdfs:Class", "rdfs:comment": "A state or province of a country.", "rdfs:label": "State", "rdfs:subClassOf": { "@id": "http://schema.org/AdministrativeArea" } }, { "@id": "http://schema.org/commentCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", "rdfs:label": "commentCount" }, { "@id": "http://schema.org/Playground", "@type": "rdfs:Class", "rdfs:comment": "A playground.", "rdfs:label": "Playground", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/relatedLink", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "A link related to this web page, for example to other related web pages.", "rdfs:label": "relatedLink" }, { "@id": "http://schema.org/AppendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of inserting at the end if an ordered collection.", "rdfs:label": "AppendAction", "rdfs:subClassOf": { "@id": "http://schema.org/InsertAction" } }, { "@id": "http://schema.org/replacee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ReplaceAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "A sub property of object. The object that is being replaced.", "rdfs:label": "replacee", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/InteractionCounter", "@type": "rdfs:Class", "rdfs:comment": "A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.", "rdfs:label": "InteractionCounter", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/PaymentAutomaticallyApplied", "@type": "http://schema.org/PaymentStatusType", "rdfs:comment": "An automatic payment system is in place and will be used.", "rdfs:label": "PaymentAutomaticallyApplied" }, { "@id": "http://schema.org/replacer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ReplaceAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "A sub property of object. The object that replaces.", "rdfs:label": "replacer", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/ParkingFacility", "@type": "rdfs:Class", "rdfs:comment": "A parking lot or other parking facility.", "rdfs:label": "ParkingFacility", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/reportNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Report" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The number or other unique designator assigned to a Report by the publishing organization.", "rdfs:label": "reportNumber" }, { "@id": "http://schema.org/CookAction", "@type": "rdfs:Class", "rdfs:comment": "The act of producing/preparing food.", "rdfs:label": "CookAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/Male", "@type": "http://schema.org/GenderType", "rdfs:comment": "The male gender.", "rdfs:label": "Male" }, { "@id": "http://schema.org/AuthorizeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of granting permission to an object.", "rdfs:label": "AuthorizeAction", "rdfs:subClassOf": { "@id": "http://schema.org/AllocateAction" } }, { "@id": "http://schema.org/BookSeries", "@type": "rdfs:Class", "rdfs:comment": "A series of books. Included books can be indicated with the hasPart property.", "rdfs:label": "BookSeries", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/SpokenWordAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "SpokenWordAlbum.", "rdfs:label": "SpokenWordAlbum" }, { "@id": "http://schema.org/BeautySalon", "@type": "rdfs:Class", "rdfs:comment": "Beauty salon.", "rdfs:label": "BeautySalon", "rdfs:subClassOf": { "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { "@id": "http://schema.org/UserDownloads", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserDownloads", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/PawnShop", "@type": "rdfs:Class", "rdfs:comment": "A shop that will buy, or lend money against the security of, personal possessions.", "rdfs:label": "PawnShop", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/winner", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of participant. The winner of the action.", "rdfs:label": "winner", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/articleSection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Article" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "rdfs:label": "articleSection" }, { "@id": "http://schema.org/AssignAction", "@type": "rdfs:Class", "rdfs:comment": "The act of allocating an action/event/task to some destination (someone or something).", "rdfs:label": "AssignAction", "rdfs:subClassOf": { "@id": "http://schema.org/AllocateAction" } }, { "@id": "http://schema.org/PayAction", "@type": "rdfs:Class", "rdfs:comment": "An agent pays a price to a participant.", "rdfs:label": "PayAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/HighSchool", "@type": "rdfs:Class", "rdfs:comment": "A high school.", "rdfs:label": "HighSchool", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/leiCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF" } ], "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.", "rdfs:label": "leiCode", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/fileFormat", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/encodingFormat" }, "rdfs:comment": "Media type, typically MIME format (see <a href=\"http://www.iana.org/assignments/media-types/media-types.xhtml\">IANA site</a>) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.", "rdfs:label": "fileFormat" }, { "@id": "http://schema.org/TypeAndQuantityNode", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.", "rdfs:label": "TypeAndQuantityNode", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/OwnershipInfo", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A structured value providing information about when a certain organization or person owned a certain product.", "rdfs:label": "OwnershipInfo", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/AudiobookFormat", "@type": "http://schema.org/BookFormatType", "rdfs:comment": "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.", "rdfs:label": "AudiobookFormat" }, { "@id": "http://schema.org/SportsClub", "@type": "rdfs:Class", "rdfs:comment": "A sports club.", "rdfs:label": "SportsClub", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/Aquarium", "@type": "rdfs:Class", "rdfs:comment": "Aquarium.", "rdfs:label": "Aquarium", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/OrderDelivered", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing successful delivery of an order.", "rdfs:label": "OrderDelivered" }, { "@id": "http://schema.org/validUntil", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Permit" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date when the item is no longer valid.", "rdfs:label": "validUntil" }, { "@id": "http://schema.org/TrainTrip", "@type": "rdfs:Class", "rdfs:comment": "A trip on a commercial train line.", "rdfs:label": "TrainTrip", "rdfs:subClassOf": { "@id": "http://schema.org/Trip" } }, { "@id": "http://schema.org/Bridge", "@type": "rdfs:Class", "rdfs:comment": "A bridge.", "rdfs:label": "Bridge", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/TrainStation", "@type": "rdfs:Class", "rdfs:comment": "A train station.", "rdfs:label": "TrainStation", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/typeOfBed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/BedDetails" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/BedType" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.", "rdfs:label": "typeOfBed" }, { "@id": "http://schema.org/DatedMoneySpecification", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. <strong>Note:</strong> This type has been superseded by <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> use of that type is recommended", "rdfs:label": "DatedMoneySpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/inLanguage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2382" }, "http://schema.org/category": "issue-2382", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CommunicateAction" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/LinkRole" }, { "@id": "http://schema.org/WriteAction" }, { "@id": "http://schema.org/BroadcastService" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/PronounceableText" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Language" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The language of the content or performance or used in an action. Please use one of the language codes from the <a href=\"http://tools.ietf.org/html/bcp47\">IETF BCP 47 standard</a>. See also <a class=\"localLink\" href=\"http://schema.org/availableLanguage\">availableLanguage</a>.", "rdfs:label": "inLanguage" }, { "@id": "http://schema.org/familyName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.", "rdfs:label": "familyName" }, { "@id": "http://schema.org/fuelEfficiency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).<br/><br/>\n\n<ul>\n<li>Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use <a class=\"localLink\" href=\"http://schema.org/unitText\">unitText</a> to indicate the unit of measurement, e.g. mpg or km/L.</li>\n<li>Note 2: There are two ways of indicating the fuel consumption, <a class=\"localLink\" href=\"http://schema.org/fuelConsumption\">fuelConsumption</a> (e.g. 8 liters per 100 km) and <a class=\"localLink\" href=\"http://schema.org/fuelEfficiency\">fuelEfficiency</a> (e.g. 30 miles per gallon). They are reciprocal.</li>\n<li>Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use <a class=\"localLink\" href=\"http://schema.org/valueReference\">valueReference</a> to link the value for the fuel economy to another value.</li>\n</ul>\n", "rdfs:label": "fuelEfficiency" }, { "@id": "http://schema.org/PaymentDue", "@type": "http://schema.org/PaymentStatusType", "rdfs:comment": "The payment is due, but still within an acceptable time to be received.", "rdfs:label": "PaymentDue" }, { "@id": "http://schema.org/track", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MusicGroup" }, { "@id": "http://schema.org/MusicPlaylist" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MusicRecording" }, { "@id": "http://schema.org/ItemList" } ], "rdfs:comment": "A music recording (track)&#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "rdfs:label": "track" }, { "@id": "http://schema.org/seeks", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Demand" }, "rdfs:comment": "A pointer to products or services sought by the organization or person (demand).", "rdfs:label": "seeks" }, { "@id": "http://schema.org/member", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ProgramMembership" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/memberOf" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "rdfs:label": "member" }, { "@id": "http://schema.org/touristType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" } ], "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TouristTrip" }, { "@id": "http://schema.org/TouristDestination" }, { "@id": "http://schema.org/TouristAttraction" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Audience" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", "rdfs:label": "touristType" }, { "@id": "http://schema.org/founders", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/founder" }, "rdfs:comment": "A person who founded this organization.", "rdfs:label": "founders" }, { "@id": "http://schema.org/Friday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q130" }, "rdfs:comment": "The day of the week between Thursday and Saturday.", "rdfs:label": "Friday" }, { "@id": "http://schema.org/suggestedMaxAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Maximal age recommended for viewing content.", "rdfs:label": "suggestedMaxAge" }, { "@id": "http://schema.org/yearlyRevenue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusinessAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The size of the business in annual revenue.", "rdfs:label": "yearlyRevenue" }, { "@id": "http://schema.org/episodeNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Episode" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "Position of the episode within an ordered group of episodes.", "rdfs:label": "episodeNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/position" } }, { "@id": "http://schema.org/temporal", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. <a class=\"localLink\" href=\"http://schema.org/temporalCoverage\">temporalCoverage</a>, <a class=\"localLink\" href=\"http://schema.org/dateCreated\">dateCreated</a>, <a class=\"localLink\" href=\"http://schema.org/dateModified\">dateModified</a>, <a class=\"localLink\" href=\"http://schema.org/datePublished\">datePublished</a>) are not known to be appropriate.", "rdfs:label": "temporal" }, { "@id": "http://schema.org/ReserveAction", "@type": "rdfs:Class", "rdfs:comment": "Reserving a concrete object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ScheduleAction\">ScheduleAction</a></a>: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.</li>\n</ul>\n", "rdfs:label": "ReserveAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlanAction" } }, { "@id": "http://schema.org/WritePermission", "@type": "http://schema.org/DigitalDocumentPermissionType", "rdfs:comment": "Permission to write or edit the document.", "rdfs:label": "WritePermission" }, { "@id": "http://schema.org/sibling", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sibling of the person.", "rdfs:label": "sibling" }, { "@id": "http://schema.org/requirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/softwareRequirements" }, "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).", "rdfs:label": "requirements" }, { "@id": "http://schema.org/SoftwareSourceCode", "@type": "rdfs:Class", "rdfs:comment": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "rdfs:label": "SoftwareSourceCode", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/PaymentService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A Service to transfer funds from a person or organization to a beneficiary person or organization.", "rdfs:label": "PaymentService", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialProduct" } }, { "@id": "http://schema.org/SpeakableSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1389" }, "http://schema.org/category": "issue-1389", "rdfs:comment": "A SpeakableSpecification indicates (typically via <a class=\"localLink\" href=\"http://schema.org/xpath\">xpath</a> or <a class=\"localLink\" href=\"http://schema.org/cssSelector\">cssSelector</a>) sections of a document that are highlighted as particularly <a class=\"localLink\" href=\"http://schema.org/speakable\">speakable</a>. Instances of this type are expected to be used primarily as values of the <a class=\"localLink\" href=\"http://schema.org/speakable\">speakable</a> property.", "rdfs:label": "SpeakableSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/lesser", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than the object.", "rdfs:label": "lesser" }, { "@id": "http://schema.org/playMode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/GamePlayMode" }, "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "rdfs:label": "playMode" }, { "@id": "http://schema.org/alumni", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EducationalOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/alumniOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "Alumni of an organization.", "rdfs:label": "alumni" }, { "@id": "http://schema.org/ProfessionalService", "@type": "rdfs:Class", "rdfs:comment": "Original definition: \"provider of professional services.\"<br/><br/>\n\nThe general <a class=\"localLink\" href=\"http://schema.org/ProfessionalService\">ProfessionalService</a> type for local businesses was deprecated due to confusion with <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>. For reference, the types that it included were: <a class=\"localLink\" href=\"http://schema.org/Dentist\">Dentist</a>,\n <a class=\"localLink\" href=\"http://schema.org/AccountingService\">AccountingService</a>, <a class=\"localLink\" href=\"http://schema.org/Attorney\">Attorney</a>, <a class=\"localLink\" href=\"http://schema.org/Notary\">Notary</a>, as well as types for several kinds of <a class=\"localLink\" href=\"http://schema.org/HomeAndConstructionBusiness\">HomeAndConstructionBusiness</a>: <a class=\"localLink\" href=\"http://schema.org/Electrician\">Electrician</a>, <a class=\"localLink\" href=\"http://schema.org/GeneralContractor\">GeneralContractor</a>,\n <a class=\"localLink\" href=\"http://schema.org/HousePainter\">HousePainter</a>, <a class=\"localLink\" href=\"http://schema.org/Locksmith\">Locksmith</a>, <a class=\"localLink\" href=\"http://schema.org/Plumber\">Plumber</a>, <a class=\"localLink\" href=\"http://schema.org/RoofingContractor\">RoofingContractor</a>. <a class=\"localLink\" href=\"http://schema.org/LegalService\">LegalService</a> was introduced as a more inclusive supertype of <a class=\"localLink\" href=\"http://schema.org/Attorney\">Attorney</a>.", "rdfs:label": "ProfessionalService", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/dissolutionDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date that this organization was dissolved.", "rdfs:label": "dissolutionDate" }, { "@id": "http://schema.org/InteractAction", "@type": "rdfs:Class", "rdfs:comment": "The act of interacting with another person or organization.", "rdfs:label": "InteractAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/requiredMinAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Audiences defined by a person's minimum age.", "rdfs:label": "requiredMinAge" }, { "@id": "http://schema.org/AMRadioChannel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "rdfs:comment": "A radio channel that uses AM.", "rdfs:label": "AMRadioChannel", "rdfs:subClassOf": { "@id": "http://schema.org/RadioChannel" } }, { "@id": "http://schema.org/arrivalStation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TrainStation" }, "rdfs:comment": "The station where the train trip ends.", "rdfs:label": "arrivalStation" }, { "@id": "http://schema.org/AutoBodyShop", "@type": "rdfs:Class", "rdfs:comment": "Auto body shop.", "rdfs:label": "AutoBodyShop", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/Permit", "@type": "rdfs:Class", "rdfs:comment": "A permit issued by an organization, e.g. a parking pass.", "rdfs:label": "Permit", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/LaserDiscFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "LaserDiscFormat.", "rdfs:label": "LaserDiscFormat" }, { "@id": "http://schema.org/reviewCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AggregateRating" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The count of total number of reviews.", "rdfs:label": "reviewCount" }, { "@id": "http://schema.org/contentUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "Actual bytes of the media object, for example the image file or video file.", "rdfs:label": "contentUrl" }, { "@id": "http://schema.org/School", "@type": "rdfs:Class", "rdfs:comment": "A school.", "rdfs:label": "School", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/TelevisionStation", "@type": "rdfs:Class", "rdfs:comment": "A television station.", "rdfs:label": "TelevisionStation", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/HomeGoodsStore", "@type": "rdfs:Class", "rdfs:comment": "A home goods store.", "rdfs:label": "HomeGoodsStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/LakeBodyOfWater", "@type": "rdfs:Class", "rdfs:comment": "A lake (for example, Lake Pontrachain).", "rdfs:label": "LakeBodyOfWater", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/LowLactoseDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet appropriate for people with lactose intolerance.", "rdfs:label": "LowLactoseDiet" }, { "@id": "http://schema.org/circle", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoShape" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "rdfs:label": "circle" }, { "@id": "http://schema.org/BodyOfWater", "@type": "rdfs:Class", "rdfs:comment": "A body of water, such as a sea, ocean, or lake.", "rdfs:label": "BodyOfWater", "rdfs:subClassOf": { "@id": "http://schema.org/Landform" } }, { "@id": "http://schema.org/availableLanguage", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/ServiceChannel" }, { "@id": "http://schema.org/TouristAttraction" }, { "@id": "http://schema.org/ContactPoint" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Language" } ], "rdfs:comment": "A language someone may use with or at the item, service or place. Please use one of the language codes from the <a href=\"http://tools.ietf.org/html/bcp47\">IETF BCP 47 standard</a>. See also <a class=\"localLink\" href=\"http://schema.org/inLanguage\">inLanguage</a>", "rdfs:label": "availableLanguage" }, { "@id": "http://schema.org/performerIn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "Event that this person is a performer or participant in.", "rdfs:label": "performerIn" }, { "@id": "http://schema.org/RadioSeries", "@type": "rdfs:Class", "rdfs:comment": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.", "rdfs:label": "RadioSeries", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/MusicVideoObject", "@type": "rdfs:Class", "rdfs:comment": "A music video file.", "rdfs:label": "MusicVideoObject", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/question", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AskAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Question" }, "rdfs:comment": "A sub property of object. A question.", "rdfs:label": "question", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/numberOfItems", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ItemList" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.", "rdfs:label": "numberOfItems" }, { "@id": "http://schema.org/responsibilities", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/Occupation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Responsibilities associated with this role or Occupation.", "rdfs:label": "responsibilities" }, { "@id": "http://schema.org/isGift", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Was the offer accepted as a gift for someone other than the buyer.", "rdfs:label": "isGift" }, { "@id": "http://schema.org/Beach", "@type": "rdfs:Class", "rdfs:comment": "Beach.", "rdfs:label": "Beach", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/SpreadsheetDigitalDocument", "@type": "rdfs:Class", "rdfs:comment": "A spreadsheet file.", "rdfs:label": "SpreadsheetDigitalDocument", "rdfs:subClassOf": { "@id": "http://schema.org/DigitalDocument" } }, { "@id": "http://schema.org/referencesOrder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Order" }, "rdfs:comment": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.", "rdfs:label": "referencesOrder" }, { "@id": "http://schema.org/HowToItem", "@type": "rdfs:Class", "rdfs:comment": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.", "rdfs:label": "HowToItem", "rdfs:subClassOf": { "@id": "http://schema.org/ListItem" } }, { "@id": "http://schema.org/ShareAction", "@type": "rdfs:Class", "rdfs:comment": "The act of distributing content to people for their amusement or edification.", "rdfs:label": "ShareAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/validFrom", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Permit" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/LocationFeatureSpecification" }, { "@id": "http://schema.org/OpeningHoursSpecification" }, { "@id": "http://schema.org/MonetaryAmount" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date when the item becomes valid.", "rdfs:label": "validFrom" }, { "@id": "http://schema.org/box", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoShape" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "rdfs:label": "box" }, { "@id": "http://schema.org/sportsActivityLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SportsActivityLocation" }, "rdfs:comment": "A sub property of location. The sports activity location where this action occurred.", "rdfs:label": "sportsActivityLocation", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/subReservation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ReservationPackage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Reservation" }, "rdfs:comment": "The individual reservations included in the package. Typically a repeated property.", "rdfs:label": "subReservation" }, { "@id": "http://schema.org/WPHeader", "@type": "rdfs:Class", "rdfs:comment": "The header section of the page.", "rdfs:label": "WPHeader", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/device", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/availableOnDevice" }, "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.", "rdfs:label": "device" }, { "@id": "http://schema.org/LandmarksOrHistoricalBuildings", "@type": "rdfs:Class", "rdfs:comment": "An historical landmark or building.", "rdfs:label": "LandmarksOrHistoricalBuildings", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/MarryAction", "@type": "rdfs:Class", "rdfs:comment": "The act of marrying a person.", "rdfs:label": "MarryAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/baseSalary", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EmployeeRole" }, { "@id": "http://schema.org/JobPosting" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/PriceSpecification" } ], "rdfs:comment": "The base salary of the job or of an employee in an EmployeeRole.", "rdfs:label": "baseSalary" }, { "@id": "http://schema.org/foodEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CookAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/FoodEvent" }, "rdfs:comment": "A sub property of location. The specific food event where the action occurred.", "rdfs:label": "foodEvent", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/accessibilityAPI", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates that the resource is compatible with the referenced accessibility API (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>).", "rdfs:label": "accessibilityAPI" }, { "@id": "http://schema.org/billingAddress", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PostalAddress" }, "rdfs:comment": "The billing address for the order.", "rdfs:label": "billingAddress" }, { "@id": "http://schema.org/boardingPolicy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Flight" }, { "@id": "http://schema.org/Airline" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BoardingPolicyType" }, "rdfs:comment": "The type of boarding policy used by the airline (e.g. zone-based or group-based).", "rdfs:label": "boardingPolicy" }, { "@id": "http://schema.org/Notary", "@type": "rdfs:Class", "rdfs:comment": "A notary.", "rdfs:label": "Notary", "rdfs:subClassOf": { "@id": "http://schema.org/LegalService" } }, { "@id": "http://schema.org/IceCreamShop", "@type": "rdfs:Class", "rdfs:comment": "An ice cream shop.", "rdfs:label": "IceCreamShop", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/honorificPrefix", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", "rdfs:label": "honorificPrefix" }, { "@id": "http://schema.org/specialOpeningHoursSpecification", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OpeningHoursSpecification" }, "rdfs:comment": "The special opening hours of a certain place.<br/><br/>\n\nUse this to explicitly override general opening hours brought in scope by <a class=\"localLink\" href=\"http://schema.org/openingHoursSpecification\">openingHoursSpecification</a> or <a class=\"localLink\" href=\"http://schema.org/openingHours\">openingHours</a>.", "rdfs:label": "specialOpeningHoursSpecification" }, { "@id": "http://schema.org/byArtist", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MusicRecording" }, { "@id": "http://schema.org/MusicAlbum" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/MusicGroup" } ], "rdfs:comment": "The artist that performed this album or recording.", "rdfs:label": "byArtist" }, { "@id": "http://schema.org/ReactAction", "@type": "rdfs:Class", "rdfs:comment": "The act of responding instinctively and emotionally to an object, expressing a sentiment.", "rdfs:label": "ReactAction", "rdfs:subClassOf": { "@id": "http://schema.org/AssessAction" } }, { "@id": "http://schema.org/isAccessoryOrSparePartFor", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Product" }, "rdfs:comment": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", "rdfs:label": "isAccessoryOrSparePartFor" }, { "@id": "http://schema.org/additionalName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An additional name for a Person, can be used for a middle name.", "rdfs:label": "additionalName" }, { "@id": "http://schema.org/passengerSequenceNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The passenger's sequence number as assigned by the airline.", "rdfs:label": "passengerSequenceNumber" }, { "@id": "http://schema.org/addressCountry", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeoCoordinates" }, { "@id": "http://schema.org/PostalAddress" }, { "@id": "http://schema.org/GeoShape" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Country" } ], "rdfs:comment": "The country. For example, USA. You can also provide the two-letter <a href=\"http://en.wikipedia.org/wiki/ISO_3166-1\">ISO 3166-1 alpha-2 country code</a>.", "rdfs:label": "addressCountry" }, { "@id": "http://schema.org/toLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ExerciseAction" }, { "@id": "http://schema.org/MoveAction" }, { "@id": "http://schema.org/TransferAction" }, { "@id": "http://schema.org/InsertAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "A sub property of location. The final location of the object or the agent after the action.", "rdfs:label": "toLocation", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/Message", "@type": "rdfs:Class", "rdfs:comment": "A single message from a sender to one or more organizations or people.", "rdfs:label": "Message", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/InvestmentOrDeposit", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.", "rdfs:label": "InvestmentOrDeposit", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialProduct" } }, { "@id": "http://schema.org/DryCleaningOrLaundry", "@type": "rdfs:Class", "rdfs:comment": "A dry-cleaning business.", "rdfs:label": "DryCleaningOrLaundry", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/interactionStatistic", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2421" }, "http://schema.org/category": "issue-2421", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.", "rdfs:label": "interactionStatistic" }, { "@id": "http://schema.org/seatSection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The section location of the reserved seat (e.g. Orchestra).", "rdfs:label": "seatSection" }, { "@id": "http://schema.org/DeactivateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", "rdfs:label": "DeactivateAction", "rdfs:subClassOf": { "@id": "http://schema.org/ControlAction" } }, { "@id": "http://schema.org/validThrough", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/LocationFeatureSpecification" }, { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/OpeningHoursSpecification" }, { "@id": "http://schema.org/PriceSpecification" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.", "rdfs:label": "validThrough" }, { "@id": "http://schema.org/aircraft", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Vehicle" } ], "rdfs:comment": "The kind of aircraft (e.g., \"Boeing 747\").", "rdfs:label": "aircraft" }, { "@id": "http://schema.org/recipient", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GiveAction" }, { "@id": "http://schema.org/CommunicateAction" }, { "@id": "http://schema.org/TipAction" }, { "@id": "http://schema.org/DonateAction" }, { "@id": "http://schema.org/AuthorizeAction" }, { "@id": "http://schema.org/PayAction" }, { "@id": "http://schema.org/Message" }, { "@id": "http://schema.org/SendAction" }, { "@id": "http://schema.org/ReturnAction" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Audience" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A sub property of participant. The participant who is at the receiving end of the action.", "rdfs:label": "recipient", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/FastFoodRestaurant", "@type": "rdfs:Class", "rdfs:comment": "A fast-food restaurant.", "rdfs:label": "FastFoodRestaurant", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/DataFeedItem", "@type": "rdfs:Class", "rdfs:comment": "A single item within a larger data feed.", "rdfs:label": "DataFeedItem", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/attendee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A person or organization attending the event.", "rdfs:label": "attendee" }, { "@id": "http://schema.org/successorOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProductModel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ProductModel" }, "rdfs:comment": "A pointer from a newer variant of a product to its previous, often discontinued predecessor.", "rdfs:label": "successorOf" }, { "@id": "http://schema.org/collection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UpdateAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/targetCollection" }, "rdfs:comment": "A sub property of object. The collection target of the action.", "rdfs:label": "collection", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/OrderStatus", "@type": "rdfs:Class", "rdfs:comment": "Enumerated status values for Order.", "rdfs:label": "OrderStatus", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/SocialMediaPosting", "@type": "rdfs:Class", "rdfs:comment": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.", "rdfs:label": "SocialMediaPosting", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/subjectOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1670" }, "http://schema.org/category": "issue-1670", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/about" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" } ], "rdfs:comment": "A CreativeWork or Event about this Thing.", "rdfs:label": "subjectOf" }, { "@id": "http://schema.org/siblings", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/sibling" }, "rdfs:comment": "A sibling of the person.", "rdfs:label": "siblings" }, { "@id": "http://schema.org/amenityFeature", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FloorPlan" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/Accommodation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/LocationFeatureSpecification" }, "rdfs:comment": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "rdfs:label": "amenityFeature" }, { "@id": "http://schema.org/Park", "@type": "rdfs:Class", "rdfs:comment": "A park.", "rdfs:label": "Park", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/contentRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Rating" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Official rating of a piece of content&#x2014;for example,'MPAA PG-13'.", "rdfs:label": "contentRating" }, { "@id": "http://schema.org/starRating", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FoodEstablishment" }, { "@id": "http://schema.org/LodgingBusiness" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Rating" }, "rdfs:comment": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", "rdfs:label": "starRating" }, { "@id": "http://schema.org/applicationCategory", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Type of software application, e.g. 'Game, Multimedia'.", "rdfs:label": "applicationCategory" }, { "@id": "http://schema.org/geoRadius", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoCircle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Distance" }, { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", "rdfs:label": "geoRadius" }, { "@id": "http://schema.org/VoteAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", "rdfs:label": "VoteAction", "rdfs:subClassOf": { "@id": "http://schema.org/ChooseAction" } }, { "@id": "http://schema.org/mainEntityOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/mainEntity" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See <a href=\"/docs/datamodel.html#mainEntityBackground\">background notes</a> for details.", "rdfs:label": "mainEntityOfPage" }, { "@id": "http://schema.org/logo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Brand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "An associated logo.", "rdfs:label": "logo", "rdfs:subPropertyOf": { "@id": "http://schema.org/image" } }, { "@id": "http://schema.org/BookFormatType", "@type": "rdfs:Class", "rdfs:comment": "The publication format of the book.", "rdfs:label": "BookFormatType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/AchieveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.", "rdfs:label": "AchieveAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/lastReviewed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", "rdfs:label": "lastReviewed" }, { "@id": "http://schema.org/Boolean", "@type": [ "rdfs:Class", "http://schema.org/DataType" ], "rdfs:comment": "Boolean: True or False.", "rdfs:label": "Boolean" }, { "@id": "http://schema.org/ItemListOrderType", "@type": "rdfs:Class", "rdfs:comment": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.", "rdfs:label": "ItemListOrderType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/athlete", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SportsTeam" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A person that acts as performing member of a sports team; a player as opposed to a coach.", "rdfs:label": "athlete" }, { "@id": "http://schema.org/ComedyClub", "@type": "rdfs:Class", "rdfs:comment": "A comedy club.", "rdfs:label": "ComedyClub", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/ServiceChannel", "@type": "rdfs:Class", "rdfs:comment": "A means for accessing a service, e.g. a government office location, web site, or phone number.", "rdfs:label": "ServiceChannel", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/requiredCollateral", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Thing" } ], "rdfs:comment": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "rdfs:label": "requiredCollateral" }, { "@id": "http://schema.org/ExhibitionEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...", "rdfs:label": "ExhibitionEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/isVariantOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProductModel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ProductModel" }, "rdfs:comment": "A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.", "rdfs:label": "isVariantOf" }, { "@id": "http://schema.org/readonlyValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form.", "rdfs:label": "readonlyValue" }, { "@id": "http://schema.org/numberOfAxles", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The number of axles.<br/><br/>\n\nTypical unit code(s): C62", "rdfs:label": "numberOfAxles" }, { "@id": "http://schema.org/RentAction", "@type": "rdfs:Class", "rdfs:comment": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", "rdfs:label": "RentAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/sharedContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SocialMediaPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "A CreativeWork such as an image, video, or audio clip shared as part of this posting.", "rdfs:label": "sharedContent" }, { "@id": "http://schema.org/EmployeeRole", "@type": "rdfs:Class", "rdfs:comment": "A subclass of OrganizationRole used to describe employee relationships.", "rdfs:label": "EmployeeRole", "rdfs:subClassOf": { "@id": "http://schema.org/OrganizationRole" } }, { "@id": "http://schema.org/price", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PriceSpecification" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/TradeAction" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use the <a class=\"localLink\" href=\"http://schema.org/priceCurrency\">priceCurrency</a> property (with standard formats: <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 currency format</a> e.g. \"USD\"; <a href=\"https://en.wikipedia.org/wiki/List_of_cryptocurrencies\">Ticker symbol</a> for cryptocurrencies e.g. \"BTC\"; well known names for <a href=\"https://en.wikipedia.org/wiki/Local_exchange_trading_system\">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including <a href=\"http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign\">ambiguous symbols</a> such as '$' in the value.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n<li>Note that both <a href=\"http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute\">RDFa</a> and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.</li>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n</ul>\n", "rdfs:label": "price" }, { "@id": "http://schema.org/EmploymentAgency", "@type": "rdfs:Class", "rdfs:comment": "An employment agency.", "rdfs:label": "EmploymentAgency", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/PrependAction", "@type": "rdfs:Class", "rdfs:comment": "The act of inserting at the beginning if an ordered collection.", "rdfs:label": "PrependAction", "rdfs:subClassOf": { "@id": "http://schema.org/InsertAction" } }, { "@id": "http://schema.org/hiringOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "Organization offering the job position.", "rdfs:label": "hiringOrganization" }, { "@id": "http://schema.org/numberOfSeasons", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/TVSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of seasons in this series.", "rdfs:label": "numberOfSeasons" }, { "@id": "http://schema.org/FireStation", "@type": "rdfs:Class", "rdfs:comment": "A fire station. With firemen.", "rdfs:label": "FireStation", "rdfs:subClassOf": [ { "@id": "http://schema.org/CivicStructure" }, { "@id": "http://schema.org/EmergencyService" } ] }, { "@id": "http://schema.org/CourseInstance", "@type": "rdfs:Class", "rdfs:comment": "An instance of a <a class=\"localLink\" href=\"http://schema.org/Course\">Course</a> which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.", "rdfs:label": "CourseInstance", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/valueMinLength", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Specifies the minimum allowed range for number of characters in a literal value.", "rdfs:label": "valueMinLength" }, { "@id": "http://schema.org/Hotel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Hotel", "rdfs:subClassOf": { "@id": "http://schema.org/LodgingBusiness" } }, { "@id": "http://schema.org/IndividualProduct", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A single, identifiable product instance (e.g. a laptop with a particular serial number).", "rdfs:label": "IndividualProduct", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/Book", "@type": "rdfs:Class", "rdfs:comment": "A book.", "rdfs:label": "Book", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/dropoffTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RentalCarReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "When a rental car can be dropped off.", "rdfs:label": "dropoffTime" }, { "@id": "http://schema.org/workPerformed", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "A work performed in some event, for example a play performed in a TheaterEvent.", "rdfs:label": "workPerformed", "rdfs:subPropertyOf": { "@id": "http://schema.org/workFeatured" } }, { "@id": "http://schema.org/hasCourseInstance", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Course" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CourseInstance" }, "rdfs:comment": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", "rdfs:label": "hasCourseInstance" }, { "@id": "http://schema.org/RadioClip", "@type": "rdfs:Class", "rdfs:comment": "A short radio program or a segment/part of a radio program.", "rdfs:label": "RadioClip", "rdfs:subClassOf": { "@id": "http://schema.org/Clip" } }, { "@id": "http://schema.org/Intangible", "@type": "rdfs:Class", "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", "rdfs:label": "Intangible", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/ElectronicsStore", "@type": "rdfs:Class", "rdfs:comment": "An electronics store.", "rdfs:label": "ElectronicsStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/eventStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EventStatusType" }, "rdfs:comment": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.", "rdfs:label": "eventStatus" }, { "@id": "http://schema.org/gtin14", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The GTIN-14 code of the product, or the product to which the offer refers. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details.", "rdfs:label": "gtin14", "rdfs:subPropertyOf": [ { "@id": "http://schema.org/gtin" }, { "@id": "http://schema.org/identifier" } ] }, { "@id": "http://schema.org/gtin13", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details.", "rdfs:label": "gtin13", "rdfs:subPropertyOf": [ { "@id": "http://schema.org/gtin" }, { "@id": "http://schema.org/identifier" } ] }, { "@id": "http://schema.org/gtin12", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details.", "rdfs:label": "gtin12", "rdfs:subPropertyOf": [ { "@id": "http://schema.org/gtin" }, { "@id": "http://schema.org/identifier" } ] }, { "@id": "http://schema.org/OfflineTemporarily", "@type": "http://schema.org/GameServerStatus", "rdfs:comment": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon.", "rdfs:label": "OfflineTemporarily" }, { "@id": "http://schema.org/employees", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/employee" }, "rdfs:comment": "People working for this organization.", "rdfs:label": "employees" }, { "@id": "http://schema.org/learningResourceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.", "rdfs:label": "learningResourceType" }, { "@id": "http://schema.org/Order", "@type": "rdfs:Class", "rdfs:comment": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "rdfs:label": "Order", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/suitableForDiet", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Recipe" }, { "@id": "http://schema.org/MenuItem" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/RestrictedDiet" }, "rdfs:comment": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "rdfs:label": "suitableForDiet" }, { "@id": "http://schema.org/warrantyScope", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/WarrantyPromise" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/WarrantyScope" }, "rdfs:comment": "The scope of the warranty promise.", "rdfs:label": "warrantyScope" }, { "@id": "http://schema.org/valueReference", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/QualitativeValue" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/QualitativeValue" }, { "@id": "http://schema.org/StructuredValue" }, { "@id": "http://schema.org/Enumeration" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", "rdfs:label": "valueReference" }, { "@id": "http://schema.org/EventScheduled", "@type": "http://schema.org/EventStatusType", "rdfs:comment": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.", "rdfs:label": "EventScheduled" }, { "@id": "http://schema.org/accessMode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1100" }, "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.", "rdfs:label": "accessMode" }, { "@id": "http://schema.org/TVClip", "@type": "rdfs:Class", "rdfs:comment": "A short TV program or a segment/part of a TV program.", "rdfs:label": "TVClip", "rdfs:subClassOf": { "@id": "http://schema.org/Clip" } }, { "@id": "http://schema.org/NailSalon", "@type": "rdfs:Class", "rdfs:comment": "A nail salon.", "rdfs:label": "NailSalon", "rdfs:subClassOf": { "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { "@id": "http://schema.org/startDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2486" }, "http://schema.org/category": "issue-2486", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Role" }, { "@id": "http://schema.org/CreativeWorkSeries" }, { "@id": "http://schema.org/DatedMoneySpecification" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/Schedule" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The start date and time of the item (in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 date format</a>).", "rdfs:label": "startDate" }, { "@id": "http://schema.org/telephone", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The telephone number.", "rdfs:label": "telephone" }, { "@id": "http://schema.org/realEstateAgent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RentAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/RealEstateAgent" }, "rdfs:comment": "A sub property of participant. The real estate agent involved in the action.", "rdfs:label": "realEstateAgent", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/ContactPoint", "@type": "rdfs:Class", "rdfs:comment": "A contact point&#x2014;for example, a Customer Complaints department.", "rdfs:label": "ContactPoint", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/mainContentOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/WebPageElement" }, "rdfs:comment": "Indicates if this web page element is the main subject of the page.", "rdfs:label": "mainContentOfPage" }, { "@id": "http://schema.org/url", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "URL of the item.", "rdfs:label": "url" }, { "@id": "http://schema.org/PreSale", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is available for ordering and delivery before general availability.", "rdfs:label": "PreSale" }, { "@id": "http://schema.org/serviceUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The website to access the service.", "rdfs:label": "serviceUrl" }, { "@id": "http://schema.org/director", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/Clip" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.", "rdfs:label": "director" }, { "@id": "http://schema.org/InStock", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is in stock.", "rdfs:label": "InStock" }, { "@id": "http://schema.org/transcript", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/AudioObject" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "rdfs:label": "transcript" }, { "@id": "http://schema.org/TelevisionChannel", "@type": "rdfs:Class", "rdfs:comment": "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.", "rdfs:label": "TelevisionChannel", "rdfs:subClassOf": { "@id": "http://schema.org/BroadcastChannel" } }, { "@id": "http://schema.org/softwareVersion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Version of the software instance.", "rdfs:label": "softwareVersion" }, { "@id": "http://schema.org/providesBroadcastService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/hasBroadcastChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BroadcastService" }, "rdfs:comment": "The BroadcastService offered on this channel.", "rdfs:label": "providesBroadcastService" }, { "@id": "http://schema.org/superEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/subEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", "rdfs:label": "superEvent" }, { "@id": "http://schema.org/material", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.", "rdfs:label": "material" }, { "@id": "http://schema.org/GovernmentBuilding", "@type": "rdfs:Class", "rdfs:comment": "A government building.", "rdfs:label": "GovernmentBuilding", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/EmergencyService", "@type": "rdfs:Class", "rdfs:comment": "An emergency service, such as a fire station or ER.", "rdfs:label": "EmergencyService", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/issuedBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Permit" }, { "@id": "http://schema.org/Ticket" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The organization issuing the ticket or permit.", "rdfs:label": "issuedBy" }, { "@id": "http://schema.org/email", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Email address.", "rdfs:label": "email" }, { "@id": "http://schema.org/albumRelease", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicAlbum" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/releaseOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicRelease" }, "rdfs:comment": "A release of this album.", "rdfs:label": "albumRelease" }, { "@id": "http://schema.org/FinancialService", "@type": "rdfs:Class", "rdfs:comment": "Financial services business.", "rdfs:label": "FinancialService", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/VideoObject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "A video file.", "rdfs:label": "VideoObject", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/potentialAction", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Action" }, "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", "rdfs:label": "potentialAction" }, { "@id": "http://schema.org/isFamilyFriendly", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Indicates whether this content is family friendly.", "rdfs:label": "isFamilyFriendly" }, { "@id": "http://schema.org/weight", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The weight of the product or person.", "rdfs:label": "weight" }, { "@id": "http://schema.org/Menu", "@type": "rdfs:Class", "rdfs:comment": "A structured representation of food or drink items available from a FoodEstablishment.", "rdfs:label": "Menu", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/Periodical", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://purl.org/ontology/bibo/Periodical" }, "rdfs:comment": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.", "rdfs:label": "Periodical", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/broadcastOfEvent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "The event being broadcast such as a sporting event or awards ceremony.", "rdfs:label": "broadcastOfEvent" }, { "@id": "http://schema.org/numberOfBeds", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/BedDetails" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", "rdfs:label": "numberOfBeds" }, { "@id": "http://schema.org/MovieSeries", "@type": "rdfs:Class", "rdfs:comment": "A series of movies. Included movies can be indicated with the hasPart property.", "rdfs:label": "MovieSeries", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/Series", "@type": "rdfs:Class", "rdfs:comment": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also <a class=\"localLink\" href=\"http://schema.org/CreativeWorkSeries\">CreativeWorkSeries</a>, <a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a>.", "rdfs:label": "Series", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/buyer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SellAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of participant. The participant/person/organization that bought the object.", "rdfs:label": "buyer", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/Electrician", "@type": "rdfs:Class", "rdfs:comment": "An electrician.", "rdfs:label": "Electrician", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/depth", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VisualArtwork" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Distance" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The depth of the item.", "rdfs:label": "depth" }, { "@id": "http://schema.org/printSection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", "rdfs:label": "printSection" }, { "@id": "http://schema.org/WarrantyScope", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#Labor-BringIn</li>\n<li>http://purl.org/goodrelations/v1#PartsAndLabor-BringIn</li>\n<li>http://purl.org/goodrelations/v1#PartsAndLabor-PickUp</li>\n</ul>\n", "rdfs:label": "WarrantyScope", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/httpMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", "rdfs:label": "httpMethod" }, { "@id": "http://schema.org/CollectionPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Collection page.", "rdfs:label": "CollectionPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/PhotographAction", "@type": "rdfs:Class", "rdfs:comment": "The act of capturing still images of objects using a camera.", "rdfs:label": "PhotographAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/vehicleInteriorType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.", "rdfs:label": "vehicleInteriorType" }, { "@id": "http://schema.org/relevantOccupation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Occupation" }, "rdfs:comment": "The Occupation for the JobPosting.", "rdfs:label": "relevantOccupation" }, { "@id": "http://schema.org/performTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowToDirection" }, { "@id": "http://schema.org/HowTo" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>.", "rdfs:label": "performTime" }, { "@id": "http://schema.org/HealthAndBeautyBusiness", "@type": "rdfs:Class", "rdfs:comment": "Health and beauty.", "rdfs:label": "HealthAndBeautyBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/LegislativeBuilding", "@type": "rdfs:Class", "rdfs:comment": "A legislative building&#x2014;for example, the state capitol.", "rdfs:label": "LegislativeBuilding", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentBuilding" } }, { "@id": "http://schema.org/exampleOfWork", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/workExample" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "A creative work that this work is an example/instance/realization/derivation of.", "rdfs:label": "exampleOfWork" }, { "@id": "http://schema.org/UserCheckins", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserCheckins", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/opens", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/OpeningHoursSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Time" }, "rdfs:comment": "The opening hour of the place or service on the given day(s) of the week.", "rdfs:label": "opens" }, { "@id": "http://schema.org/version", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.", "rdfs:label": "version" }, { "@id": "http://schema.org/paymentMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/Invoice" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PaymentMethod" }, "rdfs:comment": "The name of the credit card or other method of payment for the order.", "rdfs:label": "paymentMethod" }, { "@id": "http://schema.org/dateModified", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/DataFeedItem" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.", "rdfs:label": "dateModified" }, { "@id": "http://schema.org/VideoGameSeries", "@type": "rdfs:Class", "rdfs:comment": "A video game series.", "rdfs:label": "VideoGameSeries", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/associatedArticle", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/NewsArticle" }, "rdfs:comment": "A NewsArticle associated with the Media Object.", "rdfs:label": "associatedArticle" }, { "@id": "http://schema.org/mainEntity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/mainEntityOfPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "Indicates the primary entity described in some page or other CreativeWork.", "rdfs:label": "mainEntity", "rdfs:subPropertyOf": { "@id": "http://schema.org/about" } }, { "@id": "http://schema.org/RegisterAction", "@type": "rdfs:Class", "rdfs:comment": "The act of registering to be a user of a service, product or web page.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, <em>not</em> a group/team of people.</li>\n<li>[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.</li>\n</ul>\n", "rdfs:label": "RegisterAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/productionCompany", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The production company or studio responsible for the item e.g. series, video game, episode etc.", "rdfs:label": "productionCompany" }, { "@id": "http://schema.org/WearAction", "@type": "rdfs:Class", "rdfs:comment": "The act of dressing oneself in clothing.", "rdfs:label": "WearAction", "rdfs:subClassOf": { "@id": "http://schema.org/UseAction" } }, { "@id": "http://schema.org/TravelAgency", "@type": "rdfs:Class", "rdfs:comment": "A travel agency.", "rdfs:label": "TravelAgency", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/Hostel", "@type": "rdfs:Class", "rdfs:comment": "A hostel - cheap accommodation, often in shared dormitories.\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Hostel", "rdfs:subClassOf": { "@id": "http://schema.org/LodgingBusiness" } }, { "@id": "http://schema.org/deliveryMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ReceiveAction" }, { "@id": "http://schema.org/OrderAction" }, { "@id": "http://schema.org/TrackAction" }, { "@id": "http://schema.org/SendAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DeliveryMethod" }, "rdfs:comment": "A sub property of instrument. The method of delivery.", "rdfs:label": "deliveryMethod", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/endorsee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EndorseAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A sub property of participant. The person/organization being supported.", "rdfs:label": "endorsee", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/WinAction", "@type": "rdfs:Class", "rdfs:comment": "The act of achieving victory in a competitive activity.", "rdfs:label": "WinAction", "rdfs:subClassOf": { "@id": "http://schema.org/AchieveAction" } }, { "@id": "http://schema.org/alignmentType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.", "rdfs:label": "alignmentType" }, { "@id": "http://schema.org/assemblyVersion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Associated product/technology version. e.g., .NET Framework 4.5.", "rdfs:label": "assemblyVersion" }, { "@id": "http://schema.org/branchOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LocalBusiness" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/parentOrganization" }, "rdfs:comment": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)<a class=\"localLink\" href=\"http://schema.org/branch\">branch</a>.", "rdfs:label": "branchOf" }, { "@id": "http://schema.org/BankOrCreditUnion", "@type": "rdfs:Class", "rdfs:comment": "Bank or credit union.", "rdfs:label": "BankOrCreditUnion", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialService" } }, { "@id": "http://schema.org/Quantity", "@type": "rdfs:Class", "rdfs:comment": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.", "rdfs:label": "Quantity", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/AllWheelDriveConfiguration", "@type": "http://schema.org/DriveWheelConfigurationValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "All-wheel Drive is a transmission layout where the engine drives all four wheels.", "rdfs:label": "AllWheelDriveConfiguration" }, { "@id": "http://schema.org/geo", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeoCoordinates" }, { "@id": "http://schema.org/GeoShape" } ], "rdfs:comment": "The geo coordinates of the place.", "rdfs:label": "geo" }, { "@id": "http://schema.org/VideoGallery", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Video gallery page.", "rdfs:label": "VideoGallery", "rdfs:subClassOf": { "@id": "http://schema.org/MediaGallery" } }, { "@id": "http://schema.org/EducationalAudience", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass" }, "rdfs:comment": "An EducationalAudience.", "rdfs:label": "EducationalAudience", "rdfs:subClassOf": { "@id": "http://schema.org/Audience" } }, { "@id": "http://schema.org/department", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.", "rdfs:label": "department" }, { "@id": "http://schema.org/targetUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The URL of a node in an established educational framework.", "rdfs:label": "targetUrl" }, { "@id": "http://schema.org/CityHall", "@type": "rdfs:Class", "rdfs:comment": "A city hall.", "rdfs:label": "CityHall", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentBuilding" } }, { "@id": "http://schema.org/ReservationCancelled", "@type": "http://schema.org/ReservationStatusType", "rdfs:comment": "The status for a previously confirmed reservation that is now cancelled.", "rdfs:label": "ReservationCancelled" }, { "@id": "http://schema.org/carbohydrateContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of carbohydrates.", "rdfs:label": "carbohydrateContent" }, { "@id": "http://schema.org/ComedyEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Comedy event.", "rdfs:label": "ComedyEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/isSimilarTo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Service" } ], "rdfs:comment": "A pointer to another, functionally similar product (or multiple products).", "rdfs:label": "isSimilarTo" }, { "@id": "http://schema.org/DonateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", "rdfs:label": "DonateAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/closes", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/OpeningHoursSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Time" }, "rdfs:comment": "The closing hour of the place or service on the given day(s) of the week.", "rdfs:label": "closes" }, { "@id": "http://schema.org/Brand", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.", "rdfs:label": "Brand", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/MovingCompany", "@type": "rdfs:Class", "rdfs:comment": "A moving company.", "rdfs:label": "MovingCompany", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/Question", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" }, "rdfs:comment": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.", "rdfs:label": "Question", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/ZoneBoardingPolicy", "@type": "http://schema.org/BoardingPolicyType", "rdfs:comment": "The airline boards by zones of the plane.", "rdfs:label": "ZoneBoardingPolicy" }, { "@id": "http://schema.org/storageRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Storage requirements (free space required).", "rdfs:label": "storageRequirements" }, { "@id": "http://schema.org/BorrowAction", "@type": "rdfs:Class", "rdfs:comment": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/LendAction\">LendAction</a>: Reciprocal of BorrowAction.</li>\n</ul>\n", "rdfs:label": "BorrowAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/GardenStore", "@type": "rdfs:Class", "rdfs:comment": "A garden store.", "rdfs:label": "GardenStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/estimatedCost", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowTo" }, { "@id": "http://schema.org/HowToSupply" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "The estimated cost of the supply or supplies consumed when performing instructions.", "rdfs:label": "estimatedCost" }, { "@id": "http://schema.org/contactPoint", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HealthInsurancePlan" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPoint" }, "rdfs:comment": "A contact point for a person or organization.", "rdfs:label": "contactPoint" }, { "@id": "http://schema.org/genre", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MusicGroup" }, { "@id": "http://schema.org/BroadcastChannel" }, { "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Genre of the creative work, broadcast channel or group.", "rdfs:label": "genre" }, { "@id": "http://schema.org/volumeNumber", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PublicationVolume" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/volume" }, "rdfs:comment": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", "rdfs:label": "volumeNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/position" } }, { "@id": "http://schema.org/requiredGender", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Audiences defined by a person's gender.", "rdfs:label": "requiredGender" }, { "@id": "http://schema.org/ReviewAction", "@type": "rdfs:Class", "rdfs:comment": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", "rdfs:label": "ReviewAction", "rdfs:subClassOf": { "@id": "http://schema.org/AssessAction" } }, { "@id": "http://schema.org/maxValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/PropertyValueSpecification" }, { "@id": "http://schema.org/PropertyValue" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The upper value of some characteristic or property.", "rdfs:label": "maxValue" }, { "@id": "http://schema.org/UserComments", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserComments", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/NewCondition", "@type": "http://schema.org/OfferItemCondition", "rdfs:comment": "Indicates that the item is new.", "rdfs:label": "NewCondition" }, { "@id": "http://schema.org/parentOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/subOrganization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The larger organization that this organization is a <a class=\"localLink\" href=\"http://schema.org/subOrganization\">subOrganization</a> of, if any.", "rdfs:label": "parentOrganization" }, { "@id": "http://schema.org/PaintAction", "@type": "rdfs:Class", "rdfs:comment": "The act of producing a painting, typically with paint and canvas as instruments.", "rdfs:label": "PaintAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/Blog", "@type": "rdfs:Class", "rdfs:comment": "A blog.", "rdfs:label": "Blog", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/duration", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" } ], "http://schema.org/category": [ "issue-1457", "issue-1698" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/MusicRelease" }, { "@id": "http://schema.org/MusicRecording" }, { "@id": "http://schema.org/QuantitativeValueDistribution" }, { "@id": "http://schema.org/Schedule" }, { "@id": "http://schema.org/Audiobook" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/Movie" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 date format</a>.", "rdfs:label": "duration" }, { "@id": "http://schema.org/SportsActivityLocation", "@type": "rdfs:Class", "rdfs:comment": "A sports location, such as a playing field.", "rdfs:label": "SportsActivityLocation", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/acceptedAnswer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Question" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Answer" }, { "@id": "http://schema.org/ItemList" } ], "rdfs:comment": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.", "rdfs:label": "acceptedAnswer", "rdfs:subPropertyOf": { "@id": "http://schema.org/suggestedAnswer" } }, { "@id": "http://schema.org/WarrantyPromise", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.", "rdfs:label": "WarrantyPromise", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/EmployerAggregateRating", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1689" }, "http://schema.org/category": "issue-1689", "rdfs:comment": "An aggregate rating of an Organization related to its role as an employer.", "rdfs:label": "EmployerAggregateRating", "rdfs:subClassOf": { "@id": "http://schema.org/AggregateRating" } }, { "@id": "http://schema.org/fromLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MoveAction" }, { "@id": "http://schema.org/ExerciseAction" }, { "@id": "http://schema.org/TransferAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "A sub property of location. The original location of the object or the agent before the action.", "rdfs:label": "fromLocation", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/Event", "@type": "rdfs:Class", "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://purl.org/dc/dcmitype/Event" }, "rdfs:comment": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the <a class=\"localLink\" href=\"http://schema.org/offers\">offers</a> property. Repeated events may be structured as separate Event objects.", "rdfs:label": "Event", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/keywords", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.", "rdfs:label": "keywords" }, { "@id": "http://schema.org/hostingOrganization", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The organization (airline, travelers' club, etc.) the membership is made with.", "rdfs:label": "hostingOrganization" }, { "@id": "http://schema.org/arrivalTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Trip" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" } ], "rdfs:comment": "The expected arrival time.", "rdfs:label": "arrivalTime" }, { "@id": "http://schema.org/CompilationAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "CompilationAlbum.", "rdfs:label": "CompilationAlbum" }, { "@id": "http://schema.org/StudioAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "StudioAlbum.", "rdfs:label": "StudioAlbum" }, { "@id": "http://schema.org/hasDigitalDocumentPermission", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DigitalDocument" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DigitalDocumentPermission" }, "rdfs:comment": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".", "rdfs:label": "hasDigitalDocumentPermission" }, { "@id": "http://schema.org/Dentist", "@type": "rdfs:Class", "rdfs:comment": "A dentist.", "rdfs:label": "Dentist", "rdfs:subClassOf": [ { "@id": "http://schema.org/MedicalOrganization" }, { "@id": "http://schema.org/MedicalBusiness" }, { "@id": "http://schema.org/LocalBusiness" } ] }, { "@id": "http://schema.org/colleague", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A colleague of the person.", "rdfs:label": "colleague" }, { "@id": "http://schema.org/children", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A child of the person.", "rdfs:label": "children" }, { "@id": "http://schema.org/applicationSuite", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office).", "rdfs:label": "applicationSuite" }, { "@id": "http://schema.org/educationalRole", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An educationalRole of an EducationalAudience.", "rdfs:label": "educationalRole" }, { "@id": "http://schema.org/encodesCreativeWork", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/encoding" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "The CreativeWork encoded by this media object.", "rdfs:label": "encodesCreativeWork" }, { "@id": "http://schema.org/seller", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BuyAction" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/Flight" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.", "rdfs:label": "seller", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/AdultEntertainment", "@type": "rdfs:Class", "rdfs:comment": "An adult entertainment establishment.", "rdfs:label": "AdultEntertainment", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/interactionCount", "@type": "rdf:Property", "http://schema.org/supersededBy": { "@id": "http://schema.org/interactionStatistic" }, "rdfs:comment": "This property is deprecated, alongside the UserInteraction types on which it depended.", "rdfs:label": "interactionCount" }, { "@id": "http://schema.org/author", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Rating" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.", "rdfs:label": "author" }, { "@id": "http://schema.org/DriveWheelConfigurationValue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "A value indicating which roadwheels will receive torque.", "rdfs:label": "DriveWheelConfigurationValue", "rdfs:subClassOf": { "@id": "http://schema.org/QualitativeValue" } }, { "@id": "http://schema.org/Role", "@type": "rdfs:Class", "rdfs:comment": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/06/introducing-role.html\">blog post</a>.", "rdfs:label": "Role", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/LowCalorieDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet focused on reduced calorie intake.", "rdfs:label": "LowCalorieDiet" }, { "@id": "http://schema.org/RearWheelDriveConfiguration", "@type": "http://schema.org/DriveWheelConfigurationValue", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "Real-wheel drive is a transmission layout where the engine drives the rear wheels.", "rdfs:label": "RearWheelDriveConfiguration" }, { "@id": "http://schema.org/targetName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The name of a node in an established educational framework.", "rdfs:label": "targetName" }, { "@id": "http://schema.org/dataset", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DataCatalog" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/includedInDataCatalog" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Dataset" }, "rdfs:comment": "A dataset contained in this catalog.", "rdfs:label": "dataset" }, { "@id": "http://schema.org/City", "@type": "rdfs:Class", "rdfs:comment": "A city or town.", "rdfs:label": "City", "rdfs:subClassOf": { "@id": "http://schema.org/AdministrativeArea" } }, { "@id": "http://schema.org/recipeCuisine", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The cuisine of the recipe (for example, French or Ethiopian).", "rdfs:label": "recipeCuisine" }, { "@id": "http://schema.org/ConsumeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of ingesting information/resources/food.", "rdfs:label": "ConsumeAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/ScreeningEvent", "@type": "rdfs:Class", "rdfs:comment": "A screening of a movie or other video.", "rdfs:label": "ScreeningEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/legalName", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The official name of the organization, e.g. the registered company name.", "rdfs:label": "legalName" }, { "@id": "http://schema.org/LimitedAvailability", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item has limited availability.", "rdfs:label": "LimitedAvailability" }, { "@id": "http://schema.org/specialCommitments", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", "rdfs:label": "specialCommitments" }, { "@id": "http://schema.org/ticketToken", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", "rdfs:label": "ticketToken" }, { "@id": "http://schema.org/ArriveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.", "rdfs:label": "ArriveAction", "rdfs:subClassOf": { "@id": "http://schema.org/MoveAction" } }, { "@id": "http://schema.org/cookTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The time it takes to actually cook the dish, in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>.", "rdfs:label": "cookTime", "rdfs:subPropertyOf": { "@id": "http://schema.org/performTime" } }, { "@id": "http://schema.org/BookmarkAction", "@type": "rdfs:Class", "rdfs:comment": "An agent bookmarks/flags/labels/tags/marks an object.", "rdfs:label": "BookmarkAction", "rdfs:subClassOf": { "@id": "http://schema.org/OrganizeAction" } }, { "@id": "http://schema.org/securityScreening", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of security screening the passenger is subject to.", "rdfs:label": "securityScreening" }, { "@id": "http://schema.org/addressRegion", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PostalAddress" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level <a href=\"https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country\">Administrative division</a>", "rdfs:label": "addressRegion" }, { "@id": "http://schema.org/EventCancelled", "@type": "http://schema.org/EventStatusType", "rdfs:comment": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).", "rdfs:label": "EventCancelled" }, { "@id": "http://schema.org/object", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read <em>a book</em>.", "rdfs:label": "object" }, { "@id": "http://schema.org/assembly", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/executableLibraryName" }, "rdfs:comment": "Library file name e.g., mscorlib.dll, system.web.dll.", "rdfs:label": "assembly" }, { "@id": "http://schema.org/geoCovers", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoCovers" }, { "@id": "http://schema.org/CreateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of deliberately creating/producing/generating/building a result out of the agent.", "rdfs:label": "CreateAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/ScheduleAction", "@type": "rdfs:Class", "rdfs:comment": "Scheduling future actions, events, or tasks.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReserveAction\">ReserveAction</a>: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.</li>\n</ul>\n", "rdfs:label": "ScheduleAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlanAction" } }, { "@id": "http://schema.org/homeTeam", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SportsEvent" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/SportsTeam" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The home team in a sports event.", "rdfs:label": "homeTeam", "rdfs:subPropertyOf": { "@id": "http://schema.org/competitor" } }, { "@id": "http://schema.org/DiscoverAction", "@type": "rdfs:Class", "rdfs:comment": "The act of discovering/finding an object.", "rdfs:label": "DiscoverAction", "rdfs:subClassOf": { "@id": "http://schema.org/FindAction" } }, { "@id": "http://schema.org/TattooParlor", "@type": "rdfs:Class", "rdfs:comment": "A tattoo parlor.", "rdfs:label": "TattooParlor", "rdfs:subClassOf": { "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { "@id": "http://schema.org/EndorsementRating", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1293" }, "http://schema.org/category": "issue-1293", "rdfs:comment": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the <a class=\"localLink\" href=\"http://schema.org/result\">result</a> of an <a class=\"localLink\" href=\"http://schema.org/EndorseAction\">EndorseAction</a> in which the <a class=\"localLink\" href=\"http://schema.org/object\">object</a> of the action is rated positively by\nsome <a class=\"localLink\" href=\"http://schema.org/agent\">agent</a>. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>.<br/><br/>\n\nAn <a class=\"localLink\" href=\"http://schema.org/EndorsementRating\">EndorsementRating</a> may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", "rdfs:label": "EndorsementRating", "rdfs:subClassOf": { "@id": "http://schema.org/Rating" } }, { "@id": "http://schema.org/memoryRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Minimum memory requirements.", "rdfs:label": "memoryRequirements" }, { "@id": "http://schema.org/numberOfAirbags", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The number or type of airbags in the vehicle.", "rdfs:label": "numberOfAirbags" }, { "@id": "http://schema.org/InstallAction", "@type": "rdfs:Class", "rdfs:comment": "The act of installing an application.", "rdfs:label": "InstallAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/MusicEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Music event.", "rdfs:label": "MusicEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/Store", "@type": "rdfs:Class", "rdfs:comment": "A retail good store.", "rdfs:label": "Store", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/MonetaryAmount", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use <a class=\"localLink\" href=\"http://schema.org/PriceSpecification\">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.", "rdfs:label": "MonetaryAmount", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/paymentMethodId", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Invoice" }, { "@id": "http://schema.org/Order" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "rdfs:label": "paymentMethodId" }, { "@id": "http://schema.org/HairSalon", "@type": "rdfs:Class", "rdfs:comment": "A hair salon.", "rdfs:label": "HairSalon", "rdfs:subClassOf": { "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { "@id": "http://schema.org/isBasedOnUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/isBasedOn" }, "rdfs:comment": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.", "rdfs:label": "isBasedOnUrl" }, { "@id": "http://schema.org/webCheckinTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The time when a passenger can check into the flight online.", "rdfs:label": "webCheckinTime" }, { "@id": "http://schema.org/DaySpa", "@type": "rdfs:Class", "rdfs:comment": "A day spa.", "rdfs:label": "DaySpa", "rdfs:subClassOf": { "@id": "http://schema.org/HealthAndBeautyBusiness" } }, { "@id": "http://schema.org/ownedThrough", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/OwnershipInfo" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date and time of giving up ownership on the product.", "rdfs:label": "ownedThrough" }, { "@id": "http://schema.org/mealService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Description of the meals that will be provided or available for purchase.", "rdfs:label": "mealService" }, { "@id": "http://schema.org/EngineSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.", "rdfs:label": "EngineSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/printPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", "rdfs:label": "printPage" }, { "@id": "http://schema.org/upvoteCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Question" }, { "@id": "http://schema.org/Comment" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of upvotes this question, answer or comment has received from the community.", "rdfs:label": "upvoteCount" }, { "@id": "http://schema.org/broadcastFrequencyValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastFrequencySpecification" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The frequency in MHz for a particular broadcast.", "rdfs:label": "broadcastFrequencyValue" }, { "@id": "http://schema.org/messageAttachment", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "A CreativeWork attached to the message.", "rdfs:label": "messageAttachment" }, { "@id": "http://schema.org/ActivateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).", "rdfs:label": "ActivateAction", "rdfs:subClassOf": { "@id": "http://schema.org/ControlAction" } }, { "@id": "http://schema.org/timeRequired", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", "rdfs:label": "timeRequired" }, { "@id": "http://schema.org/EventVenue", "@type": "rdfs:Class", "rdfs:comment": "An event venue.", "rdfs:label": "EventVenue", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/geoEquals", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", "rdfs:label": "geoEquals" }, { "@id": "http://schema.org/RadioEpisode", "@type": "rdfs:Class", "rdfs:comment": "A radio episode which can be part of a series or season.", "rdfs:label": "RadioEpisode", "rdfs:subClassOf": { "@id": "http://schema.org/Episode" } }, { "@id": "http://schema.org/ElementarySchool", "@type": "rdfs:Class", "rdfs:comment": "An elementary school.", "rdfs:label": "ElementarySchool", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/translator", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.", "rdfs:label": "translator" }, { "@id": "http://schema.org/discount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "Any discount applied (to an Order).", "rdfs:label": "discount" }, { "@id": "http://schema.org/ReplaceAction", "@type": "rdfs:Class", "rdfs:comment": "The act of editing a recipient by replacing an old object with a new object.", "rdfs:label": "ReplaceAction", "rdfs:subClassOf": { "@id": "http://schema.org/UpdateAction" } }, { "@id": "http://schema.org/CreditCard", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "rdfs:comment": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#AmericanExpress</li>\n<li>http://purl.org/goodrelations/v1#DinersClub</li>\n<li>http://purl.org/goodrelations/v1#Discover</li>\n<li>http://purl.org/goodrelations/v1#JCB</li>\n<li>http://purl.org/goodrelations/v1#MasterCard</li>\n<li>http://purl.org/goodrelations/v1#VISA</li>\n</ul>\n", "rdfs:label": "CreditCard", "rdfs:subClassOf": [ { "@id": "http://schema.org/PaymentCard" }, { "@id": "http://schema.org/LoanOrCredit" } ] }, { "@id": "http://schema.org/OpeningHoursSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A structured value providing information about the opening hours of a place or a certain service inside a place.<br/><br/>\n\nThe place is <strong>open</strong> if the <a class=\"localLink\" href=\"http://schema.org/opens\">opens</a> property is specified, and <strong>closed</strong> otherwise.<br/><br/>\n\nIf the value for the <a class=\"localLink\" href=\"http://schema.org/closes\">closes</a> property is less than the value for the <a class=\"localLink\" href=\"http://schema.org/opens\">opens</a> property then the hour range is assumed to span over the next day.", "rdfs:label": "OpeningHoursSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/valueName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name.", "rdfs:label": "valueName" }, { "@id": "http://schema.org/pageStart", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PublicationIssue" }, { "@id": "http://schema.org/Article" }, { "@id": "http://schema.org/Chapter" }, { "@id": "http://schema.org/PublicationVolume" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/Text" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/pageStart" }, "rdfs:comment": "The page on which the work starts; for example \"135\" or \"xiii\".", "rdfs:label": "pageStart" }, { "@id": "http://schema.org/servicePhone", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPoint" }, "rdfs:comment": "The phone number to use to access the service.", "rdfs:label": "servicePhone" }, { "@id": "http://schema.org/additionalNumberOfGuests", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RsvpAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "If responding yes, the number of guests who will attend in addition to the invitee.", "rdfs:label": "additionalNumberOfGuests" }, { "@id": "http://schema.org/DislikeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.", "rdfs:label": "DislikeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/PlayAction", "@type": "rdfs:Class", "rdfs:comment": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ListenAction\">ListenAction</a>: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/WatchAction\">WatchAction</a>: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</li>\n</ul>\n", "rdfs:label": "PlayAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/programName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The program providing the membership.", "rdfs:label": "programName" }, { "@id": "http://schema.org/deliveryLeadTime", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.", "rdfs:label": "deliveryLeadTime" }, { "@id": "http://schema.org/FAQPage", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1723" }, "http://schema.org/category": "issue-1723", "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/FAQPage\">FAQPage</a> is a <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a> presenting one or more \"<a href=\"https://en.wikipedia.org/wiki/FAQ\">Frequently asked questions</a>\" (see also <a class=\"localLink\" href=\"http://schema.org/QAPage\">QAPage</a>).", "rdfs:label": "FAQPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/issuedThrough", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Permit" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Service" }, "rdfs:comment": "The service through with the permit was granted.", "rdfs:label": "issuedThrough" }, { "@id": "http://schema.org/TieAction", "@type": "rdfs:Class", "rdfs:comment": "The act of reaching a draw in a competitive activity.", "rdfs:label": "TieAction", "rdfs:subClassOf": { "@id": "http://schema.org/AchieveAction" } }, { "@id": "http://schema.org/minimumPaymentDue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/PriceSpecification" } ], "rdfs:comment": "The minimum payment required at this time.", "rdfs:label": "minimumPaymentDue" }, { "@id": "http://schema.org/Corporation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "Organization: A business corporation.", "rdfs:label": "Corporation", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/suggestedGender", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The gender of the person or audience.", "rdfs:label": "suggestedGender" }, { "@id": "http://schema.org/seatRow", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The row location of the reserved seat (e.g., B).", "rdfs:label": "seatRow" }, { "@id": "http://schema.org/proteinContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of protein.", "rdfs:label": "proteinContent" }, { "@id": "http://schema.org/wordCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Article" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of words in the text of the Article.", "rdfs:label": "wordCount" }, { "@id": "http://schema.org/ItemList", "@type": "rdfs:Class", "rdfs:comment": "A list of items of any sort&#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.", "rdfs:label": "ItemList", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/DeliveryMethod", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#DeliveryModeDirectDownload</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeFreight</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeMail</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeOwnFleet</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModePickUp</li>\n<li>http://purl.org/goodrelations/v1#DHL</li>\n<li>http://purl.org/goodrelations/v1#FederalExpress</li>\n<li>http://purl.org/goodrelations/v1#UPS</li>\n</ul>\n", "rdfs:label": "DeliveryMethod", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/Winery", "@type": "rdfs:Class", "rdfs:comment": "A winery.", "rdfs:label": "Winery", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/InformAction", "@type": "rdfs:Class", "rdfs:comment": "The act of notifying someone of information pertinent to them, with no expectation of a response.", "rdfs:label": "InformAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/paymentAccepted", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LocalBusiness" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", "rdfs:label": "paymentAccepted" }, { "@id": "http://schema.org/screenshot", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A link to a screenshot image of the app.", "rdfs:label": "screenshot" }, { "@id": "http://schema.org/availabilityEnds", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" } ], "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/ActionAccessSpecification" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The end of the availability of the product or service included in the offer.", "rdfs:label": "availabilityEnds" }, { "@id": "http://schema.org/requiredMaxAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Audiences defined by a person's maximum age.", "rdfs:label": "requiredMaxAge" }, { "@id": "http://schema.org/ReturnAction", "@type": "rdfs:Class", "rdfs:comment": "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).", "rdfs:label": "ReturnAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/MeetingRoom", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Conference_hall\">http://en.wikipedia.org/wiki/Conference_hall</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "MeetingRoom", "rdfs:subClassOf": { "@id": "http://schema.org/Room" } }, { "@id": "http://schema.org/sodiumContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of milligrams of sodium.", "rdfs:label": "sodiumContent" }, { "@id": "http://schema.org/model", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/ProductModel" } ], "rdfs:comment": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.", "rdfs:label": "model" }, { "@id": "http://schema.org/vehicleSeatingCapacity", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.<br/><br/>\n\nTypical unit code(s): C62 for persons.", "rdfs:label": "vehicleSeatingCapacity" }, { "@id": "http://schema.org/SeatingMap", "@type": "http://schema.org/MapCategoryType", "rdfs:comment": "A seating map.", "rdfs:label": "SeatingMap" }, { "@id": "http://schema.org/MonetaryAmountDistribution", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "rdfs:comment": "A statistical distribution of monetary amounts.", "rdfs:label": "MonetaryAmountDistribution", "rdfs:subClassOf": { "@id": "http://schema.org/QuantitativeValueDistribution" } }, { "@id": "http://schema.org/StadiumOrArena", "@type": "rdfs:Class", "rdfs:comment": "A stadium.", "rdfs:label": "StadiumOrArena", "rdfs:subClassOf": [ { "@id": "http://schema.org/SportsActivityLocation" }, { "@id": "http://schema.org/CivicStructure" } ] }, { "@id": "http://schema.org/JoinAction", "@type": "rdfs:Class", "rdfs:comment": "An agent joins an event/group with participants/friends at a location.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, JoinAction refers to joining a group/team of people.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.</li>\n</ul>\n", "rdfs:label": "JoinAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/OrderInTransit", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that an order is in transit.", "rdfs:label": "OrderInTransit" }, { "@id": "http://schema.org/orderDelivery", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/OrderItem" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "rdfs:comment": "The delivery of the parcel related to this order or order item.", "rdfs:label": "orderDelivery" }, { "@id": "http://schema.org/RiverBodyOfWater", "@type": "rdfs:Class", "rdfs:comment": "A river (for example, the broad majestic Shannon).", "rdfs:label": "RiverBodyOfWater", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/color", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The color of the product.", "rdfs:label": "color" }, { "@id": "http://schema.org/BuyAction", "@type": "rdfs:Class", "rdfs:comment": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", "rdfs:label": "BuyAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/SearchAction", "@type": "rdfs:Class", "rdfs:comment": "The act of searching for an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FindAction\">FindAction</a>: SearchAction generally leads to a FindAction, but not necessarily.</li>\n</ul>\n", "rdfs:label": "SearchAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/HVACBusiness", "@type": "rdfs:Class", "rdfs:comment": "A business that provide Heating, Ventilation and Air Conditioning services.", "rdfs:label": "HVACBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/TaxiStand", "@type": "rdfs:Class", "rdfs:comment": "A taxi stand.", "rdfs:label": "TaxiStand", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/ProductModel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A datasheet or vendor specification of a product (in the sense of a prototypical description).", "rdfs:label": "ProductModel", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/CatholicChurch", "@type": "rdfs:Class", "rdfs:comment": "A Catholic church.", "rdfs:label": "CatholicChurch", "rdfs:subClassOf": { "@id": "http://schema.org/Church" } }, { "@id": "http://schema.org/serviceOperator", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GovernmentService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.", "rdfs:label": "serviceOperator" }, { "@id": "http://schema.org/MovieClip", "@type": "rdfs:Class", "rdfs:comment": "A short segment/part of a movie.", "rdfs:label": "MovieClip", "rdfs:subClassOf": { "@id": "http://schema.org/Clip" } }, { "@id": "http://schema.org/videoQuality", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VideoObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The quality of the video.", "rdfs:label": "videoQuality" }, { "@id": "http://schema.org/WriteAction", "@type": "rdfs:Class", "rdfs:comment": "The act of authoring written creative content.", "rdfs:label": "WriteAction", "rdfs:subClassOf": { "@id": "http://schema.org/CreateAction" } }, { "@id": "http://schema.org/MusicAlbumProductionType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", "rdfs:label": "MusicAlbumProductionType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/experienceRequirements", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/Occupation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Description of skills and experience needed for the position or Occupation.", "rdfs:label": "experienceRequirements" }, { "@id": "http://schema.org/countriesSupported", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", "rdfs:label": "countriesSupported" }, { "@id": "http://schema.org/DigitalFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DigitalFormat.", "rdfs:label": "DigitalFormat" }, { "@id": "http://schema.org/parents", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/parent" }, "rdfs:comment": "A parents of the person.", "rdfs:label": "parents" }, { "@id": "http://schema.org/includesObject", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TypeAndQuantityNode" }, "rdfs:comment": "This links to a node or nodes indicating the exact quantity of the products included in the offer.", "rdfs:label": "includesObject" }, { "@id": "http://schema.org/departureGate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Identifier of the flight's departure gate.", "rdfs:label": "departureGate" }, { "@id": "http://schema.org/isRelatedTo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Product" } ], "rdfs:comment": "A pointer to another, somehow related product (or multiple products).", "rdfs:label": "isRelatedTo" }, { "@id": "http://schema.org/worstRating", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Rating" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", "rdfs:label": "worstRating" }, { "@id": "http://schema.org/thumbnailUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "A thumbnail image relevant to the Thing.", "rdfs:label": "thumbnailUrl" }, { "@id": "http://schema.org/availableChannel", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ServiceChannel" }, "rdfs:comment": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", "rdfs:label": "availableChannel" }, { "@id": "http://schema.org/hasMenuItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Menu" }, { "@id": "http://schema.org/MenuSection" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MenuItem" }, "rdfs:comment": "A food or drink item contained in a menu or menu section.", "rdfs:label": "hasMenuItem" }, { "@id": "http://schema.org/broadcaster", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastService" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The organization owning or operating the broadcast service.", "rdfs:label": "broadcaster" }, { "@id": "http://schema.org/firstPerformance", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "The date and place the work was first performed.", "rdfs:label": "firstPerformance" }, { "@id": "http://schema.org/Locksmith", "@type": "rdfs:Class", "rdfs:comment": "A locksmith.", "rdfs:label": "Locksmith", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/Landform", "@type": "rdfs:Class", "rdfs:comment": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", "rdfs:label": "Landform", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/Discontinued", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item has been discontinued.", "rdfs:label": "Discontinued" }, { "@id": "http://schema.org/seatNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Seat" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The location of the reserved seat (e.g., 27).", "rdfs:label": "seatNumber" }, { "@id": "http://schema.org/hasPart", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/isPartOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", "rdfs:label": "hasPart" }, { "@id": "http://schema.org/Episode", "@type": "rdfs:Class", "rdfs:comment": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", "rdfs:label": "Episode", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/OceanBodyOfWater", "@type": "rdfs:Class", "rdfs:comment": "An ocean (for example, the Pacific).", "rdfs:label": "OceanBodyOfWater", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/MedicalOrganization", "@type": "rdfs:Class", "rdfs:comment": "A medical organization (physical or not), such as hospital, institution or clinic.", "rdfs:label": "MedicalOrganization", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/employee", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "Someone working for this organization.", "rdfs:label": "employee" }, { "@id": "http://schema.org/warrantyPromise", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/SellAction" }, { "@id": "http://schema.org/BuyAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/WarrantyPromise" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/warranty" }, "rdfs:comment": "The warranty promise(s) included in the offer.", "rdfs:label": "warrantyPromise" }, { "@id": "http://schema.org/contactType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ContactPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", "rdfs:label": "contactType" }, { "@id": "http://schema.org/productID", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The product identifier, such as ISBN. For example: <code>meta itemprop=\"productID\" content=\"isbn:123-456-789\"</code>.", "rdfs:label": "productID", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/TrainReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for train travel.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "TrainReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/passengerPriorityStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QualitativeValue" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).", "rdfs:label": "passengerPriorityStatus" }, { "@id": "http://schema.org/Online", "@type": "http://schema.org/GameServerStatus", "rdfs:comment": "Game server status: Online. Server is available.", "rdfs:label": "Online" }, { "@id": "http://schema.org/MusicVenue", "@type": "rdfs:Class", "rdfs:comment": "A music venue.", "rdfs:label": "MusicVenue", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/transFatContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of trans fat.", "rdfs:label": "transFatContent" }, { "@id": "http://schema.org/comment", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RsvpAction" }, { "@id": "http://schema.org/CreativeWork" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Comment" }, "rdfs:comment": "Comments, typically from users.", "rdfs:label": "comment" }, { "@id": "http://schema.org/targetCollection", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UpdateAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "A sub property of object. The collection target of the action.", "rdfs:label": "targetCollection", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/nonEqual", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is not equal to the object.", "rdfs:label": "nonEqual" }, { "@id": "http://schema.org/numberOfEmployees", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BusinessAudience" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The number of employees in an organization e.g. business.", "rdfs:label": "numberOfEmployees" }, { "@id": "http://schema.org/naics", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "rdfs:label": "naics" }, { "@id": "http://schema.org/hasPOS", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "Points-of-Sales operated by the organization or person.", "rdfs:label": "hasPOS" }, { "@id": "http://schema.org/Review", "@type": "rdfs:Class", "rdfs:comment": "A review of an item - for example, of a restaurant, movie, or store.", "rdfs:label": "Review", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/dateReceived", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date/time the message was received if a single recipient exists.", "rdfs:label": "dateReceived" }, { "@id": "http://schema.org/previousItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ListItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ListItem" }, "rdfs:comment": "A link to the ListItem that preceeds the current one.", "rdfs:label": "previousItem" }, { "@id": "http://schema.org/PostalAddress", "@type": "rdfs:Class", "rdfs:comment": "The mailing address.", "rdfs:label": "PostalAddress", "rdfs:subClassOf": { "@id": "http://schema.org/ContactPoint" } }, { "@id": "http://schema.org/totalTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowTo" }, { "@id": "http://schema.org/HowToDirection" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The total time required to perform instructions or a direction (including time to prepare the supplies), in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>.", "rdfs:label": "totalTime" }, { "@id": "http://schema.org/parent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A parent of this person.", "rdfs:label": "parent" }, { "@id": "http://schema.org/softwareHelp", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Software application help.", "rdfs:label": "softwareHelp" }, { "@id": "http://schema.org/entertainmentBusiness", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PerformAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EntertainmentBusiness" }, "rdfs:comment": "A sub property of location. The entertainment business where the action occurred.", "rdfs:label": "entertainmentBusiness", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/ClaimReview", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1061" }, "http://schema.org/category": "issue-1061", "rdfs:comment": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).", "rdfs:label": "ClaimReview", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/quest", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Game" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The task that a player-controlled character, or group of characters may complete in order to gain a reward.", "rdfs:label": "quest" }, { "@id": "http://schema.org/representativeOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ImageObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Indicates whether this image is representative of the content of the page.", "rdfs:label": "representativeOfPage" }, { "@id": "http://schema.org/CollegeOrUniversity", "@type": "rdfs:Class", "rdfs:comment": "A college, university, or other third-level educational institution.", "rdfs:label": "CollegeOrUniversity", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/articleBody", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Article" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The actual body of the article.", "rdfs:label": "articleBody" }, { "@id": "http://schema.org/previousStartDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.", "rdfs:label": "previousStartDate" }, { "@id": "http://schema.org/orderedItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/OrderItem" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/OrderItem" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Product" } ], "rdfs:comment": "The item ordered.", "rdfs:label": "orderedItem" }, { "@id": "http://schema.org/expectedArrivalUntil", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ParcelDelivery" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The latest date the package may arrive.", "rdfs:label": "expectedArrivalUntil" }, { "@id": "http://schema.org/Clip", "@type": "rdfs:Class", "rdfs:comment": "A short TV or radio program or a segment/part of a program.", "rdfs:label": "Clip", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/Seat", "@type": "rdfs:Class", "rdfs:comment": "Used to describe a seat, such as a reserved seat in an event reservation.", "rdfs:label": "Seat", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/OnlineFull", "@type": "http://schema.org/GameServerStatus", "rdfs:comment": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.", "rdfs:label": "OnlineFull" }, { "@id": "http://schema.org/softwareAddOn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "rdfs:comment": "Additional content for a software application.", "rdfs:label": "softwareAddOn" }, { "@id": "http://schema.org/checkoutTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/LodgingReservation" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Time" } ], "rdfs:comment": "The latest someone may check out of a lodging establishment.", "rdfs:label": "checkoutTime" }, { "@id": "http://schema.org/OnlineOnly", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is available only online.", "rdfs:label": "OnlineOnly" }, { "@id": "http://schema.org/lodgingUnitType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LodgingReservation" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QualitativeValue" } ], "rdfs:comment": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", "rdfs:label": "lodgingUnitType" }, { "@id": "http://schema.org/modifiedTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date and time the reservation was modified.", "rdfs:label": "modifiedTime" }, { "@id": "http://schema.org/encodingFormat", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/MediaObject" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Media type typically expressed using a MIME format (see <a href=\"http://www.iana.org/assignments/media-types/media-types.xhtml\">IANA site</a> and <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types\">MDN reference</a>) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).<br/><br/>\n\nIn cases where a <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a> has several media type representations, <a class=\"localLink\" href=\"http://schema.org/encoding\">encoding</a> can be used to indicate each <a class=\"localLink\" href=\"http://schema.org/MediaObject\">MediaObject</a> alongside particular <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> information.<br/><br/>\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", "rdfs:label": "encodingFormat" }, { "@id": "http://schema.org/thumbnail", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/VideoObject" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ImageObject" }, "rdfs:comment": "Thumbnail image for an image or video.", "rdfs:label": "thumbnail" }, { "@id": "http://schema.org/WantAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a desire about the object. An agent wants an object.", "rdfs:label": "WantAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/review", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/Brand" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Review" }, "rdfs:comment": "A review of the item.", "rdfs:label": "review" }, { "@id": "http://schema.org/musicArrangement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicComposition" }, "rdfs:comment": "An arrangement derived from the composition.", "rdfs:label": "musicArrangement" }, { "@id": "http://schema.org/acceptedOffer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Offer" }, "rdfs:comment": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "rdfs:label": "acceptedOffer" }, { "@id": "http://schema.org/ReadAction", "@type": "rdfs:Class", "rdfs:comment": "The act of consuming written content.", "rdfs:label": "ReadAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/Specialty", "@type": "rdfs:Class", "rdfs:comment": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.", "rdfs:label": "Specialty", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/TaxiService", "@type": "rdfs:Class", "rdfs:comment": "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.", "rdfs:label": "TaxiService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/geographicArea", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Audience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AdministrativeArea" }, "rdfs:comment": "The geographic area associated with the audience.", "rdfs:label": "geographicArea" }, { "@id": "http://schema.org/ratingCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AggregateRating" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The count of total number of ratings.", "rdfs:label": "ratingCount" }, { "@id": "http://schema.org/foundingLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The place where the Organization was founded.", "rdfs:label": "foundingLocation" }, { "@id": "http://schema.org/OnSitePickup", "@type": "http://schema.org/DeliveryMethod", "rdfs:comment": "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.", "rdfs:label": "OnSitePickup" }, { "@id": "http://schema.org/FailedActionStatus", "@type": "http://schema.org/ActionStatusType", "rdfs:comment": "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.", "rdfs:label": "FailedActionStatus" }, { "@id": "http://schema.org/dropoffLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RentalCarReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "Where a rental car can be dropped off.", "rdfs:label": "dropoffLocation" }, { "@id": "http://schema.org/ItemAvailability", "@type": "rdfs:Class", "rdfs:comment": "A list of possible product availability options.", "rdfs:label": "ItemAvailability", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/containedIn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/containedInPlace" }, "rdfs:comment": "The basic containment relation between a place and one that contains it.", "rdfs:label": "containedIn" }, { "@id": "http://schema.org/offerCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AggregateOffer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of offers for the product.", "rdfs:label": "offerCount" }, { "@id": "http://schema.org/owns", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/OwnershipInfo" } ], "rdfs:comment": "Products owned by the organization or person.", "rdfs:label": "owns" }, { "@id": "http://schema.org/reviewedBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", "rdfs:label": "reviewedBy" }, { "@id": "http://schema.org/totalPaymentDue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/PriceSpecification" } ], "rdfs:comment": "The total amount due.", "rdfs:label": "totalPaymentDue" }, { "@id": "http://schema.org/Occupation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "rdfs:comment": "A profession, may involve prolonged training and/or a formal qualification.", "rdfs:label": "Occupation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/illustrator", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The illustrator of the book.", "rdfs:label": "illustrator" }, { "@id": "http://schema.org/ArtGallery", "@type": "rdfs:Class", "rdfs:comment": "An art gallery.", "rdfs:label": "ArtGallery", "rdfs:subClassOf": { "@id": "http://schema.org/EntertainmentBusiness" } }, { "@id": "http://schema.org/primaryImageOfPage", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ImageObject" }, "rdfs:comment": "Indicates the main image on the page.", "rdfs:label": "primaryImageOfPage" }, { "@id": "http://schema.org/license", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A license document that applies to this content, typically indicated by URL.", "rdfs:label": "license" }, { "@id": "http://schema.org/accessibilityControl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Identifies input methods that are sufficient to fully control the described resource (<a href=\"http://www.w3.org/wiki/WebSchemas/Accessibility\">WebSchemas wiki lists possible values</a>).", "rdfs:label": "accessibilityControl" }, { "@id": "http://schema.org/targetPlatform", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/APIReference" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Type of app development: phone, Metro style, desktop, XBox, etc.", "rdfs:label": "targetPlatform" }, { "@id": "http://schema.org/musicReleaseFormat", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRelease" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicReleaseFormatType" }, "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", "rdfs:label": "musicReleaseFormat" }, { "@id": "http://schema.org/busNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BusTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique identifier for the bus.", "rdfs:label": "busNumber" }, { "@id": "http://schema.org/description", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/dc/terms/description" }, "rdfs:comment": "A description of the item.", "rdfs:label": "description" }, { "@id": "http://schema.org/Plumber", "@type": "rdfs:Class", "rdfs:comment": "A plumbing service.", "rdfs:label": "Plumber", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/Preschool", "@type": "rdfs:Class", "rdfs:comment": "A preschool.", "rdfs:label": "Preschool", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/OrderCancelled", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing cancellation of an order.", "rdfs:label": "OrderCancelled" }, { "@id": "http://schema.org/RejectAction", "@type": "rdfs:Class", "rdfs:comment": "The act of rejecting to/adopting an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/AcceptAction\">AcceptAction</a>: The antonym of RejectAction.</li>\n</ul>\n", "rdfs:label": "RejectAction", "rdfs:subClassOf": { "@id": "http://schema.org/AllocateAction" } }, { "@id": "http://schema.org/vehicleTransmission", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QualitativeValue" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars).", "rdfs:label": "vehicleTransmission" }, { "@id": "http://schema.org/encodings", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/encoding" }, "rdfs:comment": "A media object that encodes this CreativeWork.", "rdfs:label": "encodings" }, { "@id": "http://schema.org/GeoCircle", "@type": "rdfs:Class", "rdfs:comment": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", "rdfs:label": "GeoCircle", "rdfs:subClassOf": { "@id": "http://schema.org/GeoShape" } }, { "@id": "http://schema.org/dateVehicleFirstRegistered", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date of the first registration of the vehicle with the respective public authorities.", "rdfs:label": "dateVehicleFirstRegistered" }, { "@id": "http://schema.org/event", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LeaveAction" }, { "@id": "http://schema.org/InformAction" }, { "@id": "http://schema.org/InviteAction" }, { "@id": "http://schema.org/PlayAction" }, { "@id": "http://schema.org/JoinAction" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Event" }, "rdfs:comment": "Upcoming or past event associated with this place, organization, or action.", "rdfs:label": "event" }, { "@id": "http://schema.org/reviewBody", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Review" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The actual body of the review.", "rdfs:label": "reviewBody" }, { "@id": "http://schema.org/purchaseDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Vehicle" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date the item e.g. vehicle was purchased by the current owner.", "rdfs:label": "purchaseDate" }, { "@id": "http://schema.org/BusinessFunction", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#ConstructionInstallation</li>\n<li>http://purl.org/goodrelations/v1#Dispose</li>\n<li>http://purl.org/goodrelations/v1#LeaseOut</li>\n<li>http://purl.org/goodrelations/v1#Maintain</li>\n<li>http://purl.org/goodrelations/v1#ProvideService</li>\n<li>http://purl.org/goodrelations/v1#Repair</li>\n<li>http://purl.org/goodrelations/v1#Sell</li>\n<li>http://purl.org/goodrelations/v1#Buy</li>\n</ul>\n", "rdfs:label": "BusinessFunction", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/departureTerminal", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Identifier of the flight's departure terminal.", "rdfs:label": "departureTerminal" }, { "@id": "http://schema.org/estimatedFlightDuration", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Duration" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The estimated time the flight will take.", "rdfs:label": "estimatedFlightDuration" }, { "@id": "http://schema.org/Female", "@type": "http://schema.org/GenderType", "rdfs:comment": "The female gender.", "rdfs:label": "Female" }, { "@id": "http://schema.org/Energy", "@type": "rdfs:Class", "rdfs:comment": "Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'.", "rdfs:label": "Energy", "rdfs:subClassOf": { "@id": "http://schema.org/Quantity" } }, { "@id": "http://schema.org/FurnitureStore", "@type": "rdfs:Class", "rdfs:comment": "A furniture store.", "rdfs:label": "FurnitureStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/BusStop", "@type": "rdfs:Class", "rdfs:comment": "A bus stop.", "rdfs:label": "BusStop", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/percentile90", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The 90th percentile value.", "rdfs:label": "percentile90" }, { "@id": "http://schema.org/cookingMethod", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The method of cooking, such as Frying, Steaming, ...", "rdfs:label": "cookingMethod" }, { "@id": "http://schema.org/businessFunction", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/TypeAndQuantityNode" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BusinessFunction" }, "rdfs:comment": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.", "rdfs:label": "businessFunction" }, { "@id": "http://schema.org/bookingTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The date and time the reservation was booked.", "rdfs:label": "bookingTime" }, { "@id": "http://schema.org/MotorcycleRepair", "@type": "rdfs:Class", "rdfs:comment": "A motorcycle repair shop.", "rdfs:label": "MotorcycleRepair", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/headline", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Headline of the article.", "rdfs:label": "headline" }, { "@id": "http://schema.org/OrderPaymentDue", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that payment is due on an order.", "rdfs:label": "OrderPaymentDue" }, { "@id": "http://schema.org/permitAudience", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Permit" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Audience" }, "rdfs:comment": "The target audience for this permit.", "rdfs:label": "permitAudience" }, { "@id": "http://schema.org/geoTouches", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a> )", "rdfs:label": "geoTouches" }, { "@id": "http://schema.org/postalCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PostalAddress" }, { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/GeoCoordinates" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The postal code. For example, 94043.", "rdfs:label": "postalCode" }, { "@id": "http://schema.org/resultComment", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ReplyAction" }, { "@id": "http://schema.org/CommentAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Comment" }, "rdfs:comment": "A sub property of result. The Comment created or sent as a result of this action.", "rdfs:label": "resultComment", "rdfs:subPropertyOf": { "@id": "http://schema.org/result" } }, { "@id": "http://schema.org/GovernmentPermit", "@type": "rdfs:Class", "rdfs:comment": "A permit issued by a government agency.", "rdfs:label": "GovernmentPermit", "rdfs:subClassOf": { "@id": "http://schema.org/Permit" } }, { "@id": "http://schema.org/InsertAction", "@type": "rdfs:Class", "rdfs:comment": "The act of adding at a specific location in an ordered collection.", "rdfs:label": "InsertAction", "rdfs:subClassOf": { "@id": "http://schema.org/AddAction" } }, { "@id": "http://schema.org/eligibleCustomerType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/BusinessEntityType" }, "rdfs:comment": "The type(s) of customers for which the given offer is valid.", "rdfs:label": "eligibleCustomerType" }, { "@id": "http://schema.org/containsPlace", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/containedInPlace" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "The basic containment relation between a place and another that it contains.", "rdfs:label": "containsPlace" }, { "@id": "http://schema.org/Resort", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Resort\">http://en.wikipedia.org/wiki/Resort</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Resort", "rdfs:subClassOf": { "@id": "http://schema.org/LodgingBusiness" } }, { "@id": "http://schema.org/disambiguatingDescription", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.", "rdfs:label": "disambiguatingDescription", "rdfs:subPropertyOf": { "@id": "http://schema.org/description" } }, { "@id": "http://schema.org/productSupported", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ContactPoint" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Product" } ], "rdfs:comment": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\").", "rdfs:label": "productSupported" }, { "@id": "http://schema.org/userInteractionCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/InteractionCounter" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.", "rdfs:label": "userInteractionCount" }, { "@id": "http://schema.org/Invoice", "@type": "rdfs:Class", "rdfs:comment": "A statement of the money due for goods or services; a bill.", "rdfs:label": "Invoice", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/Table", "@type": "rdfs:Class", "rdfs:comment": "A table on a Web page.", "rdfs:label": "Table", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/language", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CommunicateAction" }, { "@id": "http://schema.org/WriteAction" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Language" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/inLanguage" }, "rdfs:comment": "A sub property of instrument. The language used on this action.", "rdfs:label": "language", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/itemCondition", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/OfferItemCondition" }, "rdfs:comment": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "rdfs:label": "itemCondition" }, { "@id": "http://schema.org/elevation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/GeoCoordinates" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The elevation of a location (<a href=\"https://en.wikipedia.org/wiki/World_Geodetic_System\">WGS 84</a>). Values may be of the form 'NUMBER UNIT<em>OF</em>MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.", "rdfs:label": "elevation" }, { "@id": "http://schema.org/URL", "@type": "rdfs:Class", "rdfs:comment": "Data type: URL.", "rdfs:label": "URL", "rdfs:subClassOf": { "@id": "http://schema.org/Text" } }, { "@id": "http://schema.org/isBasedOn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaption.", "rdfs:label": "isBasedOn" }, { "@id": "http://schema.org/CompoundPriceSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\").", "rdfs:label": "CompoundPriceSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/PriceSpecification" } }, { "@id": "http://schema.org/PeopleAudience", "@type": "rdfs:Class", "rdfs:comment": "A set of characteristics belonging to people, e.g. who compose an item's target audience.", "rdfs:label": "PeopleAudience", "rdfs:subClassOf": { "@id": "http://schema.org/Audience" } }, { "@id": "http://schema.org/availableThrough", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DeliveryEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "After this date, the item will no longer be available for pickup.", "rdfs:label": "availableThrough" }, { "@id": "http://schema.org/employmentType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", "rdfs:label": "employmentType" }, { "@id": "http://schema.org/affiliation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "rdfs:label": "affiliation", "rdfs:subPropertyOf": { "@id": "http://schema.org/memberOf" } }, { "@id": "http://schema.org/GovernmentOrganization", "@type": "rdfs:Class", "rdfs:comment": "A governmental organization or agency.", "rdfs:label": "GovernmentOrganization", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/commentTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The time at which the UserComment was made.", "rdfs:label": "commentTime" }, { "@id": "http://schema.org/InStoreOnly", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item is available only at physical locations.", "rdfs:label": "InStoreOnly" }, { "@id": "http://schema.org/multipleValues", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether multiple values are allowed for the property. Default is false.", "rdfs:label": "multipleValues" }, { "@id": "http://schema.org/founder", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Organization" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A person who founded this organization.", "rdfs:label": "founder" }, { "@id": "http://schema.org/creator", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/UserComments" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.", "rdfs:label": "creator" }, { "@id": "http://schema.org/FoodEstablishmentReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation to dine at a food-related business.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", "rdfs:label": "FoodEstablishmentReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/fiberContent", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Mass" }, "rdfs:comment": "The number of grams of fiber.", "rdfs:label": "fiberContent" }, { "@id": "http://schema.org/DataCatalog", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" }, "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://www.w3.org/ns/dcat#Catalog" }, "rdfs:comment": "A collection of datasets.", "rdfs:label": "DataCatalog", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/PaymentChargeSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "The costs of settling the payment using a particular payment method.", "rdfs:label": "PaymentChargeSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/PriceSpecification" } }, { "@id": "http://schema.org/itemOffered", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/offers" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Trip" }, { "@id": "http://schema.org/MenuItem" }, { "@id": "http://schema.org/AggregateOffer" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Service" } ], "rdfs:comment": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a>, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "rdfs:label": "itemOffered" }, { "@id": "http://schema.org/suggestedMinAge", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PeopleAudience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Minimal age recommended for viewing content.", "rdfs:label": "suggestedMinAge" }, { "@id": "http://schema.org/Saturday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q131" }, "rdfs:comment": "The day of the week between Friday and Sunday.", "rdfs:label": "Saturday" }, { "@id": "http://schema.org/BusReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for bus travel. <br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "BusReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/DVDFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DVDFormat.", "rdfs:label": "DVDFormat" }, { "@id": "http://schema.org/ticketedSeat", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Seat" }, "rdfs:comment": "The seat associated with the ticket.", "rdfs:label": "ticketedSeat" }, { "@id": "http://schema.org/Taxi", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/TaxiService" }, "rdfs:comment": "A taxi.", "rdfs:label": "Taxi", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/calories", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Energy" }, "rdfs:comment": "The number of calories.", "rdfs:label": "calories" }, { "@id": "http://schema.org/pickupLocation", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RentalCarReservation" }, { "@id": "http://schema.org/TaxiReservation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "Where a taxi will pick up a passenger or a rental car can be picked up.", "rdfs:label": "pickupLocation" }, { "@id": "http://schema.org/lowPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AggregateOffer" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The lowest price of all offers available.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "lowPrice" }, { "@id": "http://schema.org/serviceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", "rdfs:label": "serviceType" }, { "@id": "http://schema.org/GroupBoardingPolicy", "@type": "http://schema.org/BoardingPolicyType", "rdfs:comment": "The airline boards by groups based on check-in time, priority, etc.", "rdfs:label": "GroupBoardingPolicy" }, { "@id": "http://schema.org/Physician", "@type": "rdfs:Class", "rdfs:comment": "A doctor's office.", "rdfs:label": "Physician", "rdfs:subClassOf": [ { "@id": "http://schema.org/MedicalBusiness" }, { "@id": "http://schema.org/MedicalOrganization" } ] }, { "@id": "http://schema.org/RsvpResponseType", "@type": "rdfs:Class", "rdfs:comment": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", "rdfs:label": "RsvpResponseType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/releaseNotes", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Description of what changed in this version.", "rdfs:label": "releaseNotes" }, { "@id": "http://schema.org/scheduledTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PlanAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The time the object is scheduled to.", "rdfs:label": "scheduledTime" }, { "@id": "http://schema.org/carrierRequirements", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MobileApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", "rdfs:label": "carrierRequirements" }, { "@id": "http://schema.org/flightDistance", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Distance" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The distance of the flight.", "rdfs:label": "flightDistance" }, { "@id": "http://schema.org/OrderItem", "@type": "rdfs:Class", "rdfs:comment": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.", "rdfs:label": "OrderItem", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/DayOfWeek", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.<br/><br/>\n\nOriginally, URLs from <a href=\"http://purl.org/goodrelations/v1\">GoodRelations</a> were used (for <a class=\"localLink\" href=\"http://schema.org/Monday\">Monday</a>, <a class=\"localLink\" href=\"http://schema.org/Tuesday\">Tuesday</a>, <a class=\"localLink\" href=\"http://schema.org/Wednesday\">Wednesday</a>, <a class=\"localLink\" href=\"http://schema.org/Thursday\">Thursday</a>, <a class=\"localLink\" href=\"http://schema.org/Friday\">Friday</a>, <a class=\"localLink\" href=\"http://schema.org/Saturday\">Saturday</a>, <a class=\"localLink\" href=\"http://schema.org/Sunday\">Sunday</a> plus a special entry for <a class=\"localLink\" href=\"http://schema.org/PublicHolidays\">PublicHolidays</a>); these have now been integrated directly into schema.org.", "rdfs:label": "DayOfWeek", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/FinancialProduct", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "rdfs:comment": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.", "rdfs:label": "FinancialProduct", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/BusinessEntityType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#Business</li>\n<li>http://purl.org/goodrelations/v1#Enduser</li>\n<li>http://purl.org/goodrelations/v1#PublicInstitution</li>\n<li>http://purl.org/goodrelations/v1#Reseller</li>\n</ul>\n", "rdfs:label": "BusinessEntityType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/polygon", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoShape" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "rdfs:label": "polygon" }, { "@id": "http://schema.org/TipAction", "@type": "rdfs:Class", "rdfs:comment": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", "rdfs:label": "TipAction", "rdfs:subClassOf": { "@id": "http://schema.org/TradeAction" } }, { "@id": "http://schema.org/cssSelector", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1389" }, "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/SpeakableSpecification" }, { "@id": "http://schema.org/WebPageElement" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CssSelectorType" }, "rdfs:comment": "A CSS selector, e.g. of a <a class=\"localLink\" href=\"http://schema.org/SpeakableSpecification\">SpeakableSpecification</a> or <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a>. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", "rdfs:label": "cssSelector" }, { "@id": "http://schema.org/numberOfPages", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of pages in the book.", "rdfs:label": "numberOfPages" }, { "@id": "http://schema.org/HowToDirection", "@type": "rdfs:Class", "rdfs:comment": "A direction indicating a single action to do in the instructions for how to achieve a result.", "rdfs:label": "HowToDirection", "rdfs:subClassOf": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/ListItem" } ] }, { "@id": "http://schema.org/offeredBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Offer" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/makesOffer" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "A pointer to the organization or person making the offer.", "rdfs:label": "offeredBy" }, { "@id": "http://schema.org/Apartment", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Apartment\">http://en.wikipedia.org/wiki/Apartment</a>).", "rdfs:label": "Apartment", "rdfs:subClassOf": { "@id": "http://schema.org/Accommodation" } }, { "@id": "http://schema.org/NoteDigitalDocument", "@type": "rdfs:Class", "rdfs:comment": "A file containing a note, primarily for the author.", "rdfs:label": "NoteDigitalDocument", "rdfs:subClassOf": { "@id": "http://schema.org/DigitalDocument" } }, { "@id": "http://schema.org/Service", "@type": "rdfs:Class", "rdfs:comment": "A service provided by an organization, e.g. delivery service, print services, etc.", "rdfs:label": "Service", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/supply", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowTo" }, { "@id": "http://schema.org/HowToDirection" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/HowToSupply" } ], "rdfs:comment": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "rdfs:label": "supply", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/error", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "For failed actions, more information on the cause of the failure.", "rdfs:label": "error" }, { "@id": "http://schema.org/Campground", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A camping site, campsite, or <a class=\"localLink\" href=\"http://schema.org/Campground\">Campground</a> is a place used for overnight stay in the outdoors, typically containing individual <a class=\"localLink\" href=\"http://schema.org/CampingPitch\">CampingPitch</a> locations. <br/><br/>\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see <a href=\"https://en.wikipedia.org/wiki/Campsite\">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>\n\nSee also the dedicated <a href=\"/docs/hotels.html\">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Campground", "rdfs:subClassOf": [ { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/CivicStructure" } ] }, { "@id": "http://schema.org/validIn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Permit" }, { "@id": "http://schema.org/EducationalOccupationalCredential" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AdministrativeArea" }, "rdfs:comment": "The geographic area where a permit or similar thing is valid.", "rdfs:label": "validIn" }, { "@id": "http://schema.org/PaymentDeclined", "@type": "http://schema.org/PaymentStatusType", "rdfs:comment": "The payee received the payment, but it was declined for some reason.", "rdfs:label": "PaymentDeclined" }, { "@id": "http://schema.org/TennisComplex", "@type": "rdfs:Class", "rdfs:comment": "A tennis complex.", "rdfs:label": "TennisComplex", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/afterMedia", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowToDirection" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/MediaObject" } ], "rdfs:comment": "A media object representing the circumstances after performing this direction.", "rdfs:label": "afterMedia" }, { "@id": "http://schema.org/Thing", "@type": "rdfs:Class", "rdfs:comment": "The most generic type of item.", "rdfs:label": "Thing" }, { "@id": "http://schema.org/Photograph", "@type": "rdfs:Class", "rdfs:comment": "A photograph.", "rdfs:label": "Photograph", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/workPresented", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ScreeningEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Movie" }, "rdfs:comment": "The movie presented during this event.", "rdfs:label": "workPresented", "rdfs:subPropertyOf": { "@id": "http://schema.org/workFeatured" } }, { "@id": "http://schema.org/SubwayStation", "@type": "rdfs:Class", "rdfs:comment": "A subway station.", "rdfs:label": "SubwayStation", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/supportingData", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataFeed" }, "rdfs:comment": "Supporting data for a SoftwareApplication.", "rdfs:label": "supportingData" }, { "@id": "http://schema.org/discountCurrency", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The currency of the discount.<br/><br/>\n\nUse standard formats: <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 currency format</a> e.g. \"USD\"; <a href=\"https://en.wikipedia.org/wiki/List_of_cryptocurrencies\">Ticker symbol</a> for cryptocurrencies e.g. \"BTC\"; well known names for <a href=\"https://en.wikipedia.org/wiki/Local_exchange_trading_system\">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. \"Ithaca HOUR\".", "rdfs:label": "discountCurrency" }, { "@id": "http://schema.org/availableFrom", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DeliveryEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "When the item is available for pickup from the store, locker, etc.", "rdfs:label": "availableFrom" }, { "@id": "http://schema.org/highPrice", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AggregateOffer" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The highest price of all offers available.<br/><br/>\n\nUsage guidelines:<br/><br/>\n\n<ul>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n", "rdfs:label": "highPrice" }, { "@id": "http://schema.org/geoDisjoint", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>)", "rdfs:label": "geoDisjoint" }, { "@id": "http://schema.org/VenueMap", "@type": "http://schema.org/MapCategoryType", "rdfs:comment": "A venue map (e.g. for malls, auditoriums, museums, etc.).", "rdfs:label": "VenueMap" }, { "@id": "http://schema.org/publishingPrinciples", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The publishingPrinciples property indicates (typically via <a class=\"localLink\" href=\"http://schema.org/URL\">URL</a>) a document describing the editorial principles of an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> (or individual e.g. a <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a> writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a> (e.g. <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a>) the principles are those of the party primarily responsible for the creation of the <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.<br/><br/>\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a>) can be expressed using schema.org terminology.", "rdfs:label": "publishingPrinciples" }, { "@id": "http://schema.org/sponsor", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Grant" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/MedicalStudy" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "rdfs:label": "sponsor" }, { "@id": "http://schema.org/producer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).", "rdfs:label": "producer" }, { "@id": "http://schema.org/productionDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Vehicle" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date of production of the item, e.g. vehicle.", "rdfs:label": "productionDate" }, { "@id": "http://schema.org/interactionType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/InteractionCounter" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Action" }, "rdfs:comment": "The Action representing the type of interaction. For up votes, +1s, etc. use <a class=\"localLink\" href=\"http://schema.org/LikeAction\">LikeAction</a>. For down votes use <a class=\"localLink\" href=\"http://schema.org/DislikeAction\">DislikeAction</a>. Otherwise, use the most specific Action.", "rdfs:label": "interactionType" }, { "@id": "http://schema.org/Courthouse", "@type": "rdfs:Class", "rdfs:comment": "A courthouse.", "rdfs:label": "Courthouse", "rdfs:subClassOf": { "@id": "http://schema.org/GovernmentBuilding" } }, { "@id": "http://schema.org/BroadcastService", "@type": "rdfs:Class", "rdfs:comment": "A delivery service through which content is provided via broadcast over the air or online.", "rdfs:label": "BroadcastService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/estimatedSalary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Occupation" }, { "@id": "http://schema.org/JobPosting" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/MonetaryAmountDistribution" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "rdfs:label": "estimatedSalary" }, { "@id": "http://schema.org/ReservationStatusType", "@type": "rdfs:Class", "rdfs:comment": "Enumerated status values for Reservation.", "rdfs:label": "ReservationStatusType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/AutoWash", "@type": "rdfs:Class", "rdfs:comment": "A car wash business.", "rdfs:label": "AutoWash", "rdfs:subClassOf": { "@id": "http://schema.org/AutomotiveBusiness" } }, { "@id": "http://schema.org/arrivalTerminal", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Identifier of the flight's arrival terminal.", "rdfs:label": "arrivalTerminal" }, { "@id": "http://schema.org/mentions", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", "rdfs:label": "mentions" }, { "@id": "http://schema.org/Researcher", "@type": "http://schema.org/Audience", "rdfs:comment": "Researchers.", "rdfs:label": "Researcher" }, { "@id": "http://schema.org/HardwareStore", "@type": "rdfs:Class", "rdfs:comment": "A hardware store.", "rdfs:label": "HardwareStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/geoMidpoint", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoCircle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/GeoCoordinates" }, "rdfs:comment": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", "rdfs:label": "geoMidpoint" }, { "@id": "http://schema.org/AskAction", "@type": "rdfs:Class", "rdfs:comment": "The act of posing a question / favor to someone.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReplyAction\">ReplyAction</a>: Appears generally as a response to AskAction.</li>\n</ul>\n", "rdfs:label": "AskAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/numberOfPlayers", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Game" }, { "@id": "http://schema.org/VideoGameSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "Indicate how many people can play this game (minimum, maximum, or range).", "rdfs:label": "numberOfPlayers" }, { "@id": "http://schema.org/CommentPermission", "@type": "http://schema.org/DigitalDocumentPermissionType", "rdfs:comment": "Permission to add comments to the document.", "rdfs:label": "CommentPermission" }, { "@id": "http://schema.org/Barcode", "@type": "rdfs:Class", "rdfs:comment": "An image of a visual machine-readable code such as a barcode or QR code.", "rdfs:label": "Barcode", "rdfs:subClassOf": { "@id": "http://schema.org/ImageObject" } }, { "@id": "http://schema.org/dateDeleted", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DataFeedItem" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The datetime the item was removed from the DataFeed.", "rdfs:label": "dateDeleted" }, { "@id": "http://schema.org/isicV4", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "rdfs:label": "isicV4" }, { "@id": "http://schema.org/VisualArtsEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Visual arts event.", "rdfs:label": "VisualArtsEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/TrackAction", "@type": "rdfs:Class", "rdfs:comment": "An agent tracks an object for updates.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.</li>\n</ul>\n", "rdfs:label": "TrackAction", "rdfs:subClassOf": { "@id": "http://schema.org/FindAction" } }, { "@id": "http://schema.org/departureAirport", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Flight" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Airport" }, "rdfs:comment": "The airport where the flight originates.", "rdfs:label": "departureAirport" }, { "@id": "http://schema.org/numAdults", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LodgingReservation" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of adults staying in the unit.", "rdfs:label": "numAdults" }, { "@id": "http://schema.org/floorSize", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FloorPlan" }, { "@id": "http://schema.org/Accommodation" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard", "rdfs:label": "floorSize" }, { "@id": "http://schema.org/vendor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BuyAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/seller" }, "rdfs:comment": "'vendor' is an earlier term for 'seller'.", "rdfs:label": "vendor", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/valueAddedTaxIncluded", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.", "rdfs:label": "valueAddedTaxIncluded" }, { "@id": "http://schema.org/acquiredFrom", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/OwnershipInfo" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "The organization or person from which the product was acquired.", "rdfs:label": "acquiredFrom" }, { "@id": "http://schema.org/CommunicateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", "rdfs:label": "CommunicateAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/MenuItem", "@type": "rdfs:Class", "rdfs:comment": "A food or drink item listed in a menu or menu section.", "rdfs:label": "MenuItem", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/openingHours", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/LocalBusiness" }, { "@id": "http://schema.org/CivicStructure" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.<br/><br/>\n\n<ul>\n<li>Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.</li>\n<li>Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. </li>\n<li>Here is an example: <code>&lt;time itemprop=\"openingHours\" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.</li>\n<li>If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>.</li>\n</ul>\n", "rdfs:label": "openingHours" }, { "@id": "http://schema.org/annualPercentageRate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/FinancialProduct" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction.", "rdfs:label": "annualPercentageRate" }, { "@id": "http://schema.org/RoofingContractor", "@type": "rdfs:Class", "rdfs:comment": "A roofing contractor.", "rdfs:label": "RoofingContractor", "rdfs:subClassOf": { "@id": "http://schema.org/HomeAndConstructionBusiness" } }, { "@id": "http://schema.org/numTracks", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicPlaylist" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of tracks in this album or playlist.", "rdfs:label": "numTracks" }, { "@id": "http://schema.org/expectsAcceptanceOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ConsumeAction" }, { "@id": "http://schema.org/MediaSubscription" }, { "@id": "http://schema.org/ActionAccessSpecification" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Offer" }, "rdfs:comment": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", "rdfs:label": "expectsAcceptanceOf" }, { "@id": "http://schema.org/slogan", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Brand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A slogan or motto associated with the item.", "rdfs:label": "slogan" }, { "@id": "http://schema.org/game", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GameServer" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/gameServer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/VideoGame" }, "rdfs:comment": "Video game which is played on this server.", "rdfs:label": "game" }, { "@id": "http://schema.org/tracks", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MusicGroup" }, { "@id": "http://schema.org/MusicPlaylist" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/track" }, "rdfs:comment": "A music recording (track)&#x2014;usually a single song.", "rdfs:label": "tracks" }, { "@id": "http://schema.org/GovernmentService", "@type": "rdfs:Class", "rdfs:comment": "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.", "rdfs:label": "GovernmentService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/DeliveryEvent", "@type": "rdfs:Class", "rdfs:comment": "An event involving the delivery of an item.", "rdfs:label": "DeliveryEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/LowSaltDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet focused on reduced sodium intake.", "rdfs:label": "LowSaltDiet" }, { "@id": "http://schema.org/acceptsReservations", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FoodEstablishment" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Boolean" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings <code>Yes</code> or <code>No</code>.", "rdfs:label": "acceptsReservations" }, { "@id": "http://schema.org/lesserOrEqual", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/QualitativeValue" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QualitativeValue" }, "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.", "rdfs:label": "lesserOrEqual" }, { "@id": "http://schema.org/requiredQuantity", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowToItem" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The required quantity of the item(s).", "rdfs:label": "requiredQuantity" }, { "@id": "http://schema.org/location", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Action" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PostalAddress" }, { "@id": "http://schema.org/VirtualLocation" } ], "rdfs:comment": "The location of for example where the event is happening, an organization is located, or where an action takes place.", "rdfs:label": "location" }, { "@id": "http://schema.org/toRecipient", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Message" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Audience" } ], "rdfs:comment": "A sub property of recipient. The recipient who was directly sent the message.", "rdfs:label": "toRecipient", "rdfs:subPropertyOf": { "@id": "http://schema.org/recipient" } }, { "@id": "http://schema.org/reviewAspect", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1689" }, "http://schema.org/category": "issue-1689", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Rating" }, { "@id": "http://schema.org/Guide" }, { "@id": "http://schema.org/Review" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "rdfs:label": "reviewAspect" }, { "@id": "http://schema.org/HobbyShop", "@type": "rdfs:Class", "rdfs:comment": "A store that sells materials useful or necessary for various hobbies.", "rdfs:label": "HobbyShop", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/currenciesAccepted", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LocalBusiness" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The currency accepted.<br/><br/>\n\nUse standard formats: <a href=\"http://en.wikipedia.org/wiki/ISO_4217\">ISO 4217 currency format</a> e.g. \"USD\"; <a href=\"https://en.wikipedia.org/wiki/List_of_cryptocurrencies\">Ticker symbol</a> for cryptocurrencies e.g. \"BTC\"; well known names for <a href=\"https://en.wikipedia.org/wiki/Local_exchange_trading_system\">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. \"Ithaca HOUR\".", "rdfs:label": "currenciesAccepted" }, { "@id": "http://schema.org/encodingType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The supported encoding type(s) for an EntryPoint request.", "rdfs:label": "encodingType" }, { "@id": "http://schema.org/FollowAction", "@type": "rdfs:Class", "rdfs:comment": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/BefriendAction\">BefriendAction</a>: Unlike BefriendAction, FollowAction implies that the connection is <em>not</em> necessarily reciprocal.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/TrackAction\">TrackAction</a>: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).</li>\n</ul>\n", "rdfs:label": "FollowAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/eligibleDuration", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The duration for which the given offer is valid.", "rdfs:label": "eligibleDuration" }, { "@id": "http://schema.org/ChildrensEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Children's event.", "rdfs:label": "ChildrensEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/exerciseCourse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExerciseAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Place" }, "rdfs:comment": "A sub property of location. The course where this action was taken.", "rdfs:label": "exerciseCourse", "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/RVPark", "@type": "rdfs:Class", "rdfs:comment": "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", "rdfs:label": "RVPark", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/TransitMap", "@type": "http://schema.org/MapCategoryType", "rdfs:comment": "A transit map.", "rdfs:label": "TransitMap" }, { "@id": "http://schema.org/DateTime", "@type": [ "http://schema.org/DataType", "rdfs:Class" ], "rdfs:comment": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601).", "rdfs:label": "DateTime" }, { "@id": "http://schema.org/Enumeration", "@type": "rdfs:Class", "rdfs:comment": "Lists or enumerations—for example, a list of cuisines or music genres, etc.", "rdfs:label": "Enumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/SingleFamilyResidence", "@type": "rdfs:Class", "rdfs:comment": "Residence type: Single-family home.", "rdfs:label": "SingleFamilyResidence", "rdfs:subClassOf": { "@id": "http://schema.org/House" } }, { "@id": "http://schema.org/caption", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/ImageObject" }, { "@id": "http://schema.org/AudioObject" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/MediaObject" } ], "rdfs:comment": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a>.", "rdfs:label": "caption" }, { "@id": "http://schema.org/CompletedActionStatus", "@type": "http://schema.org/ActionStatusType", "rdfs:comment": "An action that has already taken place.", "rdfs:label": "CompletedActionStatus" }, { "@id": "http://schema.org/ActiveActionStatus", "@type": "http://schema.org/ActionStatusType", "rdfs:comment": "An in-progress action (e.g, while watching the movie, or driving to a location).", "rdfs:label": "ActiveActionStatus" }, { "@id": "http://schema.org/rsvpResponse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RsvpAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/RsvpResponseType" }, "rdfs:comment": "The response (yes, no, maybe) to the RSVP.", "rdfs:label": "rsvpResponse" }, { "@id": "http://schema.org/acceptedPaymentMethod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PaymentMethod" }, { "@id": "http://schema.org/LoanOrCredit" } ], "rdfs:comment": "The payment method(s) accepted by seller for this offer.", "rdfs:label": "acceptedPaymentMethod" }, { "@id": "http://schema.org/significantLinks", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/significantLink" }, "rdfs:comment": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "rdfs:label": "significantLinks" }, { "@id": "http://schema.org/WholesaleStore", "@type": "rdfs:Class", "rdfs:comment": "A wholesale store.", "rdfs:label": "WholesaleStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/BroadcastEvent", "@type": "rdfs:Class", "rdfs:comment": "An over the air or online broadcast event.", "rdfs:label": "BroadcastEvent", "rdfs:subClassOf": { "@id": "http://schema.org/PublicationEvent" } }, { "@id": "http://schema.org/servingSize", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NutritionInformation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The serving size, in terms of the number of volume or mass.", "rdfs:label": "servingSize" }, { "@id": "http://schema.org/RentalCarReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for a rental car.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", "rdfs:label": "RentalCarReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/DepartmentStore", "@type": "rdfs:Class", "rdfs:comment": "A department store.", "rdfs:label": "DepartmentStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/recordedIn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/recordedAt" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "The CreativeWork that captured all or part of this Event.", "rdfs:label": "recordedIn" }, { "@id": "http://schema.org/brand", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Service" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Brand" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.", "rdfs:label": "brand" }, { "@id": "http://schema.org/dateCreated", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/DataFeedItem" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date on which the CreativeWork was created or the item was added to a DataFeed.", "rdfs:label": "dateCreated" }, { "@id": "http://schema.org/educationalUse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.", "rdfs:label": "educationalUse" }, { "@id": "http://schema.org/honorificSuffix", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", "rdfs:label": "honorificSuffix" }, { "@id": "http://schema.org/OrganizationRole", "@type": "rdfs:Class", "rdfs:comment": "A subclass of Role used to describe roles within organizations.", "rdfs:label": "OrganizationRole", "rdfs:subClassOf": { "@id": "http://schema.org/Role" } }, { "@id": "http://schema.org/reservationId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A unique identifier for the reservation.", "rdfs:label": "reservationId" }, { "@id": "http://schema.org/SkiResort", "@type": "rdfs:Class", "rdfs:comment": "A ski resort.", "rdfs:label": "SkiResort", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/AutomatedTeller", "@type": "rdfs:Class", "rdfs:comment": "ATM/cash machine.", "rdfs:label": "AutomatedTeller", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialService" } }, { "@id": "http://schema.org/Canal", "@type": "rdfs:Class", "rdfs:comment": "A canal, like the Panama Canal.", "rdfs:label": "Canal", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/numberOfRooms", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Suite" }, { "@id": "http://schema.org/Apartment" }, { "@id": "http://schema.org/LodgingBusiness" }, { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/SingleFamilyResidence" }, { "@id": "http://schema.org/House" }, { "@id": "http://schema.org/FloorPlan" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.", "rdfs:label": "numberOfRooms" }, { "@id": "http://schema.org/NGO", "@type": "rdfs:Class", "rdfs:comment": "Organization: Non-governmental Organization.", "rdfs:label": "NGO", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/TVSeries", "@type": "rdfs:Class", "rdfs:comment": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "rdfs:label": "TVSeries", "rdfs:subClassOf": [ { "@id": "http://schema.org/CreativeWorkSeries" }, { "@id": "http://schema.org/CreativeWork" } ] }, { "@id": "http://schema.org/AdministrativeArea", "@type": "rdfs:Class", "rdfs:comment": "A geographical region, typically under the jurisdiction of a particular government.", "rdfs:label": "AdministrativeArea", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/vatID", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Value-added Tax ID of the organization or person.", "rdfs:label": "vatID" }, { "@id": "http://schema.org/departureTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Trip" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Time" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The expected departure time.", "rdfs:label": "departureTime" }, { "@id": "http://schema.org/BarOrPub", "@type": "rdfs:Class", "rdfs:comment": "A bar or pub.", "rdfs:label": "BarOrPub", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/sender", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Message" }, { "@id": "http://schema.org/ReceiveAction" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Audience" } ], "rdfs:comment": "A sub property of participant. The participant who is at the sending end of the action.", "rdfs:label": "sender", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/Float", "@type": "rdfs:Class", "rdfs:comment": "Data type: Floating number.", "rdfs:label": "Float", "rdfs:subClassOf": { "@id": "http://schema.org/Number" } }, { "@id": "http://schema.org/DataType", "@type": "rdfs:Class", "rdfs:comment": "The basic data types such as Integers, Strings, etc.", "rdfs:label": "DataType", "rdfs:subClassOf": { "@id": "rdfs:Class" } }, { "@id": "http://schema.org/playersOnline", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GameServer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Number of players on the server.", "rdfs:label": "playersOnline" }, { "@id": "http://schema.org/referenceQuantity", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } ], "http://schema.org/domainIncludes": { "@id": "http://schema.org/UnitPriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.", "rdfs:label": "referenceQuantity" }, { "@id": "http://schema.org/nationality", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Country" }, "rdfs:comment": "Nationality of the person.", "rdfs:label": "nationality" }, { "@id": "http://schema.org/SuspendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).", "rdfs:label": "SuspendAction", "rdfs:subClassOf": { "@id": "http://schema.org/ControlAction" } }, { "@id": "http://schema.org/Distance", "@type": "rdfs:Class", "rdfs:comment": "Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'.", "rdfs:label": "Distance", "rdfs:subClassOf": { "@id": "http://schema.org/Quantity" } }, { "@id": "http://schema.org/MusicPlaylist", "@type": "rdfs:Class", "rdfs:comment": "A collection of music tracks in playlist form.", "rdfs:label": "MusicPlaylist", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/educationalFramework", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The framework to which the resource being described is aligned.", "rdfs:label": "educationalFramework" }, { "@id": "http://schema.org/actors", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/MovieSeries" }, { "@id": "http://schema.org/VideoGame" }, { "@id": "http://schema.org/TVSeries" }, { "@id": "http://schema.org/VideoObject" }, { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/Episode" }, { "@id": "http://schema.org/Clip" }, { "@id": "http://schema.org/Movie" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/actor" }, "rdfs:comment": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "rdfs:label": "actors" }, { "@id": "http://schema.org/title", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The title of the job.", "rdfs:label": "title" }, { "@id": "http://schema.org/QuantitativeValue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A point value or interval for product characteristics and other purposes.", "rdfs:label": "QuantitativeValue", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/unitText", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/TypeAndQuantityNode" }, { "@id": "http://schema.org/UnitPriceSpecification" }, { "@id": "http://schema.org/QuantitativeValue" }, { "@id": "http://schema.org/PropertyValue" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\n<a href='unitCode'>unitCode</a>.", "rdfs:label": "unitText" }, { "@id": "http://schema.org/releaseDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "rdfs:label": "releaseDate" }, { "@id": "http://schema.org/ScholarlyArticle", "@type": "rdfs:Class", "rdfs:comment": "A scholarly article.", "rdfs:label": "ScholarlyArticle", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/accountId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Invoice" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The identifier for the account the payment will be applied to.", "rdfs:label": "accountId", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/BedDetails", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also <a class=\"localLink\" href=\"http://schema.org/BedType\">BedType</a> (under development).", "rdfs:label": "BedDetails", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/catalog", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataCatalog" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/includedInDataCatalog" }, "rdfs:comment": "A data catalog which contains this dataset.", "rdfs:label": "catalog" }, { "@id": "http://schema.org/iswcCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The International Standard Musical Work Code for the composition.", "rdfs:label": "iswcCode" }, { "@id": "http://schema.org/ingredients", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Recipe" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/recipeIngredient" }, "rdfs:comment": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "rdfs:label": "ingredients", "rdfs:subPropertyOf": { "@id": "http://schema.org/supply" } }, { "@id": "http://schema.org/MediaGallery", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.", "rdfs:label": "MediaGallery", "rdfs:subClassOf": { "@id": "http://schema.org/CollectionPage" } }, { "@id": "http://schema.org/False", "@type": "http://schema.org/Boolean", "rdfs:comment": "The boolean value false.", "rdfs:label": "False" }, { "@id": "http://schema.org/SteeringPositionValue", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "rdfs:comment": "A value indicating a steering position.", "rdfs:label": "SteeringPositionValue", "rdfs:subClassOf": { "@id": "http://schema.org/QualitativeValue" } }, { "@id": "http://schema.org/episode", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/CreativeWorkSeason" }, { "@id": "http://schema.org/RadioSeries" }, { "@id": "http://schema.org/TVSeries" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Episode" }, "rdfs:comment": "An episode of a tv, radio or game media within a series or season.", "rdfs:label": "episode", "rdfs:subPropertyOf": { "@id": "http://schema.org/hasPart" } }, { "@id": "http://schema.org/MensClothingStore", "@type": "rdfs:Class", "rdfs:comment": "A men's clothing store.", "rdfs:label": "MensClothingStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/AcceptAction", "@type": "rdfs:Class", "rdfs:comment": "The act of committing to/adopting an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RejectAction\">RejectAction</a>: The antonym of AcceptAction.</li>\n</ul>\n", "rdfs:label": "AcceptAction", "rdfs:subClassOf": { "@id": "http://schema.org/AllocateAction" } }, { "@id": "http://schema.org/ItemPage", "@type": "rdfs:Class", "rdfs:comment": "A page devoted to a single item, such as a particular product or hotel.", "rdfs:label": "ItemPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/Language", "@type": "rdfs:Class", "rdfs:comment": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in <a href=\"https://en.wikipedia.org/wiki/IETF_language_tag\">BCP 47</a> can be used via the <a class=\"localLink\" href=\"http://schema.org/alternateName\">alternateName</a> property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using <a class=\"localLink\" href=\"http://schema.org/ComputerLanguage\">ComputerLanguage</a>.", "rdfs:label": "Language", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/tool", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HowTo" }, { "@id": "http://schema.org/HowToDirection" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/HowToTool" } ], "rdfs:comment": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "rdfs:label": "tool", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/NewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" } ], "rdfs:comment": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.<br/><br/>\n\nA more detailed overview of <a href=\"/docs/news.html\">schema.org News markup</a> is also available.", "rdfs:label": "NewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/TheaterGroup", "@type": "rdfs:Class", "rdfs:comment": "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.", "rdfs:label": "TheaterGroup", "rdfs:subClassOf": { "@id": "http://schema.org/PerformingGroup" } }, { "@id": "http://schema.org/ParcelDelivery", "@type": "rdfs:Class", "rdfs:comment": "The delivery of a parcel either via the postal service or a commercial service.", "rdfs:label": "ParcelDelivery", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/permissionType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DigitalDocumentPermission" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DigitalDocumentPermissionType" }, "rdfs:comment": "The type of permission granted the person, organization, or audience.", "rdfs:label": "permissionType" }, { "@id": "http://schema.org/boardingGroup", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FlightReservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The airline-specific indicator of boarding order / preference.", "rdfs:label": "boardingGroup" }, { "@id": "http://schema.org/BoardingPolicyType", "@type": "rdfs:Class", "rdfs:comment": "A type of boarding policy used by an airline.", "rdfs:label": "BoardingPolicyType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/addressLocality", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PostalAddress" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The locality in which the street address is, and which is in the region. For example, Mountain View.", "rdfs:label": "addressLocality" }, { "@id": "http://schema.org/roleName", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Role" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", "rdfs:label": "roleName" }, { "@id": "http://schema.org/composer", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/MusicComposition" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "The person or organization who wrote a composition, or who is the composer of a work performed at some event.", "rdfs:label": "composer" }, { "@id": "http://schema.org/Answer", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange" }, "rdfs:comment": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.", "rdfs:label": "Answer", "rdfs:subClassOf": { "@id": "http://schema.org/Comment" } }, { "@id": "http://schema.org/Brewery", "@type": "rdfs:Class", "rdfs:comment": "Brewery.", "rdfs:label": "Brewery", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/AllocateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of organizing tasks/objects/events by associating resources to it.", "rdfs:label": "AllocateAction", "rdfs:subClassOf": { "@id": "http://schema.org/OrganizeAction" } }, { "@id": "http://schema.org/includedDataCatalog", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataCatalog" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/includedInDataCatalog" }, "rdfs:comment": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').", "rdfs:label": "includedDataCatalog" }, { "@id": "http://schema.org/countriesNotSupported", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.", "rdfs:label": "countriesNotSupported" }, { "@id": "http://schema.org/Thursday", "@type": "http://schema.org/DayOfWeek", "http://schema.org/sameAs": { "@id": "http://www.wikidata.org/entity/Q129" }, "rdfs:comment": "The day of the week between Wednesday and Friday.", "rdfs:label": "Thursday" }, { "@id": "http://schema.org/ParentAudience", "@type": "rdfs:Class", "rdfs:comment": "A set of characteristics describing parents, who can be interested in viewing some content.", "rdfs:label": "ParentAudience", "rdfs:subClassOf": { "@id": "http://schema.org/PeopleAudience" } }, { "@id": "http://schema.org/Hardcover", "@type": "http://schema.org/BookFormatType", "rdfs:comment": "Book format: Hardcover.", "rdfs:label": "Hardcover" }, { "@id": "http://schema.org/RadioChannel", "@type": "rdfs:Class", "rdfs:comment": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", "rdfs:label": "RadioChannel", "rdfs:subClassOf": { "@id": "http://schema.org/BroadcastChannel" } }, { "@id": "http://schema.org/serviceSmsNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPoint" }, "rdfs:comment": "The number to access the service by text message.", "rdfs:label": "serviceSmsNumber" }, { "@id": "http://schema.org/Room", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Room\">http://en.wikipedia.org/wiki/Room</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "Room", "rdfs:subClassOf": { "@id": "http://schema.org/Accommodation" } }, { "@id": "http://schema.org/PublicSwimmingPool", "@type": "rdfs:Class", "rdfs:comment": "A public swimming pool.", "rdfs:label": "PublicSwimmingPool", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/operatingSystem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).", "rdfs:label": "operatingSystem" }, { "@id": "http://schema.org/suggestedAnswer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Question" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Answer" }, { "@id": "http://schema.org/ItemList" } ], "rdfs:comment": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.", "rdfs:label": "suggestedAnswer" }, { "@id": "http://schema.org/JobPosting", "@type": "rdfs:Class", "rdfs:comment": "A listing that describes a job opening in a certain organization.", "rdfs:label": "JobPosting", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/dateIssued", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Ticket" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "The date the ticket was issued.", "rdfs:label": "dateIssued" }, { "@id": "http://schema.org/reservedTicket", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Reservation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Ticket" }, "rdfs:comment": "A ticket associated with the reservation.", "rdfs:label": "reservedTicket" }, { "@id": "http://schema.org/serverStatus", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GameServer" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/GameServerStatus" }, "rdfs:comment": "Status of a game server.", "rdfs:label": "serverStatus" }, { "@id": "http://schema.org/lender", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BorrowAction" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "A sub property of participant. The person that lends the object being borrowed.", "rdfs:label": "lender", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/Date", "@type": [ "http://schema.org/DataType", "rdfs:Class" ], "rdfs:comment": "A date value in <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 date format</a>.", "rdfs:label": "Date" }, { "@id": "http://schema.org/mapType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Map" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MapCategoryType" }, "rdfs:comment": "Indicates the kind of Map, from the MapCategoryType Enumeration.", "rdfs:label": "mapType" }, { "@id": "http://schema.org/MusicReleaseFormatType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", "rdfs:label": "MusicReleaseFormatType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/faxNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/ContactPoint" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The fax number.", "rdfs:label": "faxNumber" }, { "@id": "http://schema.org/PerformingGroup", "@type": "rdfs:Class", "rdfs:comment": "A performance group, such as a band, an orchestra, or a circus.", "rdfs:label": "PerformingGroup", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/MediaObject", "@type": "rdfs:Class", "rdfs:comment": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", "rdfs:label": "MediaObject", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/datePublished", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "Date of first broadcast/publication.", "rdfs:label": "datePublished" }, { "@id": "http://schema.org/Cemetery", "@type": "rdfs:Class", "rdfs:comment": "A graveyard.", "rdfs:label": "Cemetery", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/AccountingService", "@type": "rdfs:Class", "rdfs:comment": "Accountancy business.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).", "rdfs:label": "AccountingService", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialService" } }, { "@id": "http://schema.org/CheckInAction", "@type": "rdfs:Class", "rdfs:comment": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CheckOutAction\">CheckOutAction</a>: The antonym of CheckInAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ArriveAction\">ArriveAction</a>: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ConfirmAction\">ConfirmAction</a>: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the <em>start</em> of a previously reserved service rather than its validity/existence.</li>\n</ul>\n", "rdfs:label": "CheckInAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/geoIntersects", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoIntersects" }, { "@id": "http://schema.org/priceType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/UnitPriceSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry.", "rdfs:label": "priceType" }, { "@id": "http://schema.org/distribution", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataDownload" }, "rdfs:comment": "A downloadable form of this dataset, at a specific location, in a specific format.", "rdfs:label": "distribution" }, { "@id": "http://schema.org/isAccessibleForFree", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/PublicationEvent" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.", "rdfs:label": "isAccessibleForFree" }, { "@id": "http://schema.org/geoCoveredBy", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoCoveredBy" }, { "@id": "http://schema.org/BusinessAudience", "@type": "rdfs:Class", "rdfs:comment": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.", "rdfs:label": "BusinessAudience", "rdfs:subClassOf": { "@id": "http://schema.org/Audience" } }, { "@id": "http://schema.org/LodgingBusiness", "@type": "rdfs:Class", "rdfs:comment": "A lodging business, such as a motel, hotel, or inn.", "rdfs:label": "LodgingBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/House", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/House\">http://en.wikipedia.org/wiki/House</a>).", "rdfs:label": "House", "rdfs:subClassOf": { "@id": "http://schema.org/Accommodation" } }, { "@id": "http://schema.org/Airport", "@type": "rdfs:Class", "rdfs:comment": "An airport.", "rdfs:label": "Airport", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/SinglePlayer", "@type": "http://schema.org/GamePlayMode", "rdfs:comment": "Play mode: SinglePlayer. Which is played by a lone player.", "rdfs:label": "SinglePlayer" }, { "@id": "http://schema.org/seasonNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWorkSeason" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "Position of the season within an ordered group of seasons.", "rdfs:label": "seasonNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/position" } }, { "@id": "http://schema.org/xpath", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1389" }, "http://schema.org/category": "issue-1389", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/SpeakableSpecification" }, { "@id": "http://schema.org/WebPageElement" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/XPathType" }, "rdfs:comment": "An XPath, e.g. of a <a class=\"localLink\" href=\"http://schema.org/SpeakableSpecification\">SpeakableSpecification</a> or <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a>. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", "rdfs:label": "xpath" }, { "@id": "http://schema.org/orderItemNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/OrderItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The identifier of the order item.", "rdfs:label": "orderItemNumber" }, { "@id": "http://schema.org/EventStatusType", "@type": "rdfs:Class", "rdfs:comment": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.", "rdfs:label": "EventStatusType", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/Ticket", "@type": "rdfs:Class", "rdfs:comment": "Used to describe a ticket to an event, a flight, a bus ride, etc.", "rdfs:label": "Ticket", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/CreativeWorkSeason", "@type": "rdfs:Class", "rdfs:comment": "A media season e.g. tv, radio, video game etc.", "rdfs:label": "CreativeWorkSeason", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/Reservation", "@type": "rdfs:Class", "rdfs:comment": "Describes a reservation for travel, dining or an event. Some reservations require tickets. <br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "Reservation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/ItemListUnordered", "@type": "http://schema.org/ItemListOrderType", "rdfs:comment": "An ItemList ordered with no explicit order.", "rdfs:label": "ItemListUnordered" }, { "@id": "http://schema.org/clipNumber", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Clip" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Integer" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Position of the clip within an ordered group of clips.", "rdfs:label": "clipNumber", "rdfs:subPropertyOf": { "@id": "http://schema.org/position" } }, { "@id": "http://schema.org/processingTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ServiceChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "Estimated processing time for the service using this channel.", "rdfs:label": "processingTime" }, { "@id": "http://schema.org/FindAction", "@type": "rdfs:Class", "rdfs:comment": "The act of finding an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/SearchAction\">SearchAction</a>: FindAction is generally lead by a SearchAction, but not necessarily.</li>\n</ul>\n", "rdfs:label": "FindAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/percentile75", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/QuantitativeValueDistribution" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The 75th percentile value.", "rdfs:label": "percentile75" }, { "@id": "http://schema.org/RecyclingCenter", "@type": "rdfs:Class", "rdfs:comment": "A recycling center.", "rdfs:label": "RecyclingCenter", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/coach", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SportsTeam" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A person that acts in a coaching role for a sports team.", "rdfs:label": "coach" }, { "@id": "http://schema.org/Hospital", "@type": "rdfs:Class", "rdfs:comment": "A hospital.", "rdfs:label": "Hospital", "rdfs:subClassOf": [ { "@id": "http://schema.org/MedicalOrganization" }, { "@id": "http://schema.org/EmergencyService" }, { "@id": "http://schema.org/CivicStructure" } ] }, { "@id": "http://schema.org/Festival", "@type": "rdfs:Class", "rdfs:comment": "Event type: Festival.", "rdfs:label": "Festival", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/LockerDelivery", "@type": "rdfs:Class", "rdfs:comment": "A DeliveryMethod in which an item is made available via locker.", "rdfs:label": "LockerDelivery", "rdfs:subClassOf": { "@id": "http://schema.org/DeliveryMethod" } }, { "@id": "http://schema.org/areaServed", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/DeliveryChargeSpecification" }, { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/AdministrativeArea" } ], "rdfs:comment": "The geographic area where a service or offered item is provided.", "rdfs:label": "areaServed" }, { "@id": "http://schema.org/yield", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HowTo" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.", "rdfs:label": "yield" }, { "@id": "http://schema.org/paymentDueDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Order" }, { "@id": "http://schema.org/Invoice" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DateTime" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The date that payment is due.", "rdfs:label": "paymentDueDate" }, { "@id": "http://schema.org/knownVehicleDamages", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A textual description of known damages, both repaired and unrepaired.", "rdfs:label": "knownVehicleDamages" }, { "@id": "http://schema.org/fileSize", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.", "rdfs:label": "fileSize" }, { "@id": "http://schema.org/RadioSeason", "@type": "rdfs:Class", "rdfs:comment": "Season dedicated to radio broadcast and associated online delivery.", "rdfs:label": "RadioSeason", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeason" } }, { "@id": "http://schema.org/publicAccess", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "A flag to signal that the <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> is open to public visitors. If this property is omitted there is no assumed default boolean value", "rdfs:label": "publicAccess" }, { "@id": "http://schema.org/MixtapeAlbum", "@type": "http://schema.org/MusicAlbumProductionType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "MixtapeAlbum.", "rdfs:label": "MixtapeAlbum" }, { "@id": "http://schema.org/dateline", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsArticle" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A <a href=\"https://en.wikipedia.org/wiki/Dateline\">dateline</a> is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.<br/><br/>\n\nStructured representations of dateline-related information can also be expressed more explicitly using <a class=\"localLink\" href=\"http://schema.org/locationCreated\">locationCreated</a> (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use <a class=\"localLink\" href=\"http://schema.org/contentLocation\">contentLocation</a>.<br/><br/>\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", "rdfs:label": "dateline" }, { "@id": "http://schema.org/sampleType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/codeSampleType" }, "rdfs:comment": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "rdfs:label": "sampleType" }, { "@id": "http://schema.org/hasMenuSection", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MenuSection" }, { "@id": "http://schema.org/Menu" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MenuSection" }, "rdfs:comment": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "rdfs:label": "hasMenuSection" }, { "@id": "http://schema.org/UpdateAction", "@type": "rdfs:Class", "rdfs:comment": "The act of managing by changing/editing the state of the object.", "rdfs:label": "UpdateAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/AggregateRating", "@type": "rdfs:Class", "rdfs:comment": "The average rating based on multiple ratings or reviews.", "rdfs:label": "AggregateRating", "rdfs:subClassOf": { "@id": "http://schema.org/Rating" } }, { "@id": "http://schema.org/relatedTo", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The most generic familial relation.", "rdfs:label": "relatedTo" }, { "@id": "http://schema.org/competitor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SportsEvent" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/SportsTeam" } ], "rdfs:comment": "A competitor in a sports event.", "rdfs:label": "competitor" }, { "@id": "http://schema.org/runtime", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareSourceCode" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/runtimePlatform" }, "rdfs:comment": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "rdfs:label": "runtime" }, { "@id": "http://schema.org/line", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/GeoShape" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "rdfs:label": "line" }, { "@id": "http://schema.org/ReplyAction", "@type": "rdfs:Class", "rdfs:comment": "The act of responding to a question/message asked/sent by the object. Related to <a class=\"localLink\" href=\"http://schema.org/AskAction\">AskAction</a><br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/AskAction\">AskAction</a>: Appears generally as an origin of a ReplyAction.</li>\n</ul>\n", "rdfs:label": "ReplyAction", "rdfs:subClassOf": { "@id": "http://schema.org/CommunicateAction" } }, { "@id": "http://schema.org/EmailMessage", "@type": "rdfs:Class", "rdfs:comment": "An email message.", "rdfs:label": "EmailMessage", "rdfs:subClassOf": { "@id": "http://schema.org/Message" } }, { "@id": "http://schema.org/follows", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The most generic uni-directional social relation.", "rdfs:label": "follows" }, { "@id": "http://schema.org/Paperback", "@type": "http://schema.org/BookFormatType", "rdfs:comment": "Book format: Paperback.", "rdfs:label": "Paperback" }, { "@id": "http://schema.org/industry", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DefinedTerm" } ], "rdfs:comment": "The industry associated with the job position.", "rdfs:label": "industry" }, { "@id": "http://schema.org/BusStation", "@type": "rdfs:Class", "rdfs:comment": "A bus station.", "rdfs:label": "BusStation", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/borrower", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LendAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of participant. The person that borrows the object being lent.", "rdfs:label": "borrower", "rdfs:subPropertyOf": { "@id": "http://schema.org/participant" } }, { "@id": "http://schema.org/dayOfWeek", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/OpeningHoursSpecification" }, { "@id": "http://schema.org/EducationalOccupationalProgram" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DayOfWeek" }, "rdfs:comment": "The day of the week for which these opening hours are valid.", "rdfs:label": "dayOfWeek" }, { "@id": "http://schema.org/driveWheelConfiguration", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Vehicle" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DriveWheelConfigurationValue" } ], "rdfs:comment": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.", "rdfs:label": "driveWheelConfiguration" }, { "@id": "http://schema.org/BowlingAlley", "@type": "rdfs:Class", "rdfs:comment": "A bowling alley.", "rdfs:label": "BowlingAlley", "rdfs:subClassOf": { "@id": "http://schema.org/SportsActivityLocation" } }, { "@id": "http://schema.org/eligibleRegion", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1741" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" } ], "http://schema.org/category": "issue-1741", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/ActionAccessSpecification" }, { "@id": "http://schema.org/DeliveryChargeSpecification" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.<br/><br/>\n\nSee also <a class=\"localLink\" href=\"http://schema.org/ineligibleRegion\">ineligibleRegion</a>.", "rdfs:label": "eligibleRegion", "rdfs:subPropertyOf": { "@id": "http://schema.org/areaServed" } }, { "@id": "http://schema.org/ItemListOrderAscending", "@type": "http://schema.org/ItemListOrderType", "rdfs:comment": "An ItemList ordered with lower values listed first.", "rdfs:label": "ItemListOrderAscending" }, { "@id": "http://schema.org/ImageGallery", "@type": "rdfs:Class", "rdfs:comment": "Web page type: Image gallery page.", "rdfs:label": "ImageGallery", "rdfs:subClassOf": { "@id": "http://schema.org/MediaGallery" } }, { "@id": "http://schema.org/downvoteCount", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Question" }, { "@id": "http://schema.org/Comment" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of downvotes this question, answer or comment has received from the community.", "rdfs:label": "downvoteCount" }, { "@id": "http://schema.org/valueRequired", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PropertyValueSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether the property must be filled in to complete the action. Default is false.", "rdfs:label": "valueRequired" }, { "@id": "http://schema.org/candidate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/VoteAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "A sub property of object. The candidate subject of this action.", "rdfs:label": "candidate", "rdfs:subPropertyOf": { "@id": "http://schema.org/object" } }, { "@id": "http://schema.org/Offer", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "rdfs:comment": "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.<br/><br/>\n\nNote: As the <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.<br/><br/>\n\nFor <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GTIN</a>-related fields, see <a href=\"http://www.gs1.org/barcodes/support/check_digit_calculator\">Check Digit calculator</a> and <a href=\"http://www.gs1us.org/resources/standards/gtin-validation-guide\">validation guide</a> from <a href=\"http://www.gs1.org/\">GS1</a>.", "rdfs:label": "Offer", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/DataDownload", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" }, "http://www.w3.org/2002/07/owl#equivalentClass": { "@id": "http://www.w3.org/ns/dcat#Distribution" }, "rdfs:comment": "A dataset in downloadable form.", "rdfs:label": "DataDownload", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/Product", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "rdfs:comment": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.", "rdfs:label": "Product", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/accessCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DeliveryEvent" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Password, PIN, or access code needed for delivery (e.g. from a locker).", "rdfs:label": "accessCode" }, { "@id": "http://schema.org/CampingPitch", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/CampingPitch\">CampingPitch</a> is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or <a class=\"localLink\" href=\"http://schema.org/Campground\">Campground</a>.<br/><br/>\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia see <a href=\"https://en.wikipedia.org/wiki/Campsite\">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>\n\nSee also the dedicated <a href=\"/docs/hotels.html\">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.", "rdfs:label": "CampingPitch", "rdfs:subClassOf": { "@id": "http://schema.org/Accommodation" } }, { "@id": "http://schema.org/CivicStructure", "@type": "rdfs:Class", "rdfs:comment": "A public structure, such as a town hall or concert hall.", "rdfs:label": "CivicStructure", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/GeoCoordinates", "@type": "rdfs:Class", "rdfs:comment": "The geographic coordinates of a place or event.", "rdfs:label": "GeoCoordinates", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/performer", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "A performer at the event&#x2014;for example, a presenter, musician, musical group or actor.", "rdfs:label": "performer" }, { "@id": "http://schema.org/MiddleSchool", "@type": "rdfs:Class", "rdfs:comment": "A middle school (typically for children aged around 11-14, although this varies somewhat).", "rdfs:label": "MiddleSchool", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOrganization" } }, { "@id": "http://schema.org/AutomotiveBusiness", "@type": "rdfs:Class", "rdfs:comment": "Car repair, sales, or parts.", "rdfs:label": "AutomotiveBusiness", "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/permittedUsage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Accommodation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indications regarding the permitted usage of the accommodation.", "rdfs:label": "permittedUsage" }, { "@id": "http://schema.org/item", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/DataFeedItem" }, { "@id": "http://schema.org/ListItem" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.", "rdfs:label": "item" }, { "@id": "http://schema.org/LiteraryEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Literary event.", "rdfs:label": "LiteraryEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/Pond", "@type": "rdfs:Class", "rdfs:comment": "A pond.", "rdfs:label": "Pond", "rdfs:subClassOf": { "@id": "http://schema.org/BodyOfWater" } }, { "@id": "http://schema.org/discountCode", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Order" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Code used to redeem a discount.", "rdfs:label": "discountCode" }, { "@id": "http://schema.org/SocialEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Social event.", "rdfs:label": "SocialEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/advanceBookingRequirement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.", "rdfs:label": "advanceBookingRequirement" }, { "@id": "http://schema.org/knows", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The most generic bi-directional social/work relation.", "rdfs:label": "knows" }, { "@id": "http://schema.org/contentType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The supported content type(s) for an EntryPoint response.", "rdfs:label": "contentType" }, { "@id": "http://schema.org/EatAction", "@type": "rdfs:Class", "rdfs:comment": "The act of swallowing solid objects.", "rdfs:label": "EatAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/ReservationHold", "@type": "http://schema.org/ReservationStatusType", "rdfs:comment": "The status of a reservation on hold pending an update like credit card number or flight changes.", "rdfs:label": "ReservationHold" }, { "@id": "http://schema.org/specialty", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebPage" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Specialty" }, "rdfs:comment": "One of the domain specialities to which this web page's content applies.", "rdfs:label": "specialty" }, { "@id": "http://schema.org/TheaterEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Theater performance.", "rdfs:label": "TheaterEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/TakeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/GiveAction\">GiveAction</a>: The reciprocal of TakeAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ReceiveAction\">ReceiveAction</a>: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</li>\n</ul>\n", "rdfs:label": "TakeAction", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/album", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicGroup" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicAlbum" }, "rdfs:comment": "A music album.", "rdfs:label": "album" }, { "@id": "http://schema.org/replyToUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The URL at which a reply may be posted to the specified UserComment.", "rdfs:label": "replyToUrl" }, { "@id": "http://schema.org/worksFor", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "Organizations that the person works for.", "rdfs:label": "worksFor" }, { "@id": "http://schema.org/musicalKey", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The key, mode, or scale this composition uses.", "rdfs:label": "musicalKey" }, { "@id": "http://schema.org/SportsEvent", "@type": "rdfs:Class", "rdfs:comment": "Event type: Sports event.", "rdfs:label": "SportsEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/GamePlayMode", "@type": "rdfs:Class", "rdfs:comment": "Indicates whether this game is multi-player, co-op or single-player.", "rdfs:label": "GamePlayMode", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/installUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "URL at which the app may be installed, if different from the URL of the item.", "rdfs:label": "installUrl" }, { "@id": "http://schema.org/citation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", "rdfs:label": "citation" } ], "@id": "http://schema.org/#7.01" }
JSONLD
5
whiteslack/schemaorg
data/releases/7.01/schema.jsonld
[ "Apache-2.0" ]
library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_both is GENERIC (DataWidth : INTEGER := 32); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_both is constant W : INTEGER := DataWidth+1; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; constant ap_const_lv2_0 : STD_LOGIC_VECTOR (1 downto 0) := "00"; constant ap_const_lv2_1 : STD_LOGIC_VECTOR (1 downto 0) := "01"; constant ap_const_lv2_2 : STD_LOGIC_VECTOR (1 downto 0) := "10"; constant ap_const_lv2_3 : STD_LOGIC_VECTOR (1 downto 0) := "11"; signal cdata : STD_LOGIC_VECTOR (W-1 downto 0); signal cstop : STD_LOGIC; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal count : STD_LOGIC_VECTOR (1 downto 0); component ibuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; idata : IN STD_LOGIC_VECTOR (W-1 downto 0); istop : OUT STD_LOGIC; cdata : OUT STD_LOGIC_VECTOR (W-1 downto 0); cstop : IN STD_LOGIC ); end component; component obuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; cdata : IN STD_LOGIC_VECTOR (W-1 downto 0); cstop : OUT STD_LOGIC; odata : OUT STD_LOGIC_VECTOR (W-1 downto 0); ostop : IN STD_LOGIC ); end component; begin ibuf_inst : component ibuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, idata => idata, istop => istop, cdata => cdata, cstop => cstop); obuf_inst : component obuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, cdata => cdata, cstop => cstop, odata => odata, ostop => ostop); idata <= (vld_in & data_in); ---??? ack_in <= not(istop); vld_out <= odata(W-1); data_out <= odata(W-2 downto 0); ostop <= not(ack_out); -- count, indicate how many data in the regslice. -- 00 - null -- 10 - 0 -- 11 - 1 -- 01 - 2 count_proc : process(ap_clk) begin if (ap_clk'event and ap_clk = '1') then if (ap_rst = '1') then count <= ap_const_lv2_0; else if ((((ap_const_lv2_2 = count) and (ap_const_logic_0 = vld_in)) or ((ap_const_lv2_3 = count) and (ap_const_logic_0 = vld_in) and (ap_const_logic_1 = ack_out)))) then count <= ap_const_lv2_2; elsif ((((ap_const_lv2_1 = count) and (ap_const_logic_0 = ack_out)) or ((ap_const_lv2_3 = count) and (ap_const_logic_0 = ack_out) and (ap_const_logic_1 = vld_in)))) then count <= ap_const_lv2_1; elsif ((((not((ap_const_logic_0 = vld_in) and (ap_const_logic_1 = ack_out))) and (not((ap_const_logic_0 = ack_out) and (ap_const_logic_1 = vld_in))) and (ap_const_lv2_3 = count)) or ((ap_const_lv2_1 = count) and (ap_const_logic_1 = ack_out)) or ((ap_const_lv2_2 = count) and (ap_const_logic_1 = vld_in)))) then count <=ap_const_lv2_3; else count <=ap_const_lv2_2; end if; end if; end if; end process; apdone_blk_assign_proc : process(count, ack_out) begin if(((count = ap_const_lv2_3) and (ack_out = ap_const_logic_0)) or (count = ap_const_lv2_1)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_forward is GENERIC (DataWidth : INTEGER := 32); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_forward is constant W : INTEGER := DataWidth+1; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; constant ap_const_lv2_0 : STD_LOGIC_VECTOR (1 downto 0) := "00"; constant ap_const_lv2_1 : STD_LOGIC_VECTOR (1 downto 0) := "01"; constant ap_const_lv2_2 : STD_LOGIC_VECTOR (1 downto 0) := "10"; constant ap_const_lv2_3 : STD_LOGIC_VECTOR (1 downto 0) := "11"; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal vld_out_int : STD_LOGIC; component obuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; cdata : IN STD_LOGIC_VECTOR (W-1 downto 0); cstop : OUT STD_LOGIC; odata : OUT STD_LOGIC_VECTOR (W-1 downto 0); ostop : IN STD_LOGIC ); end component; begin obuf_inst : component obuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, cdata => idata, cstop => istop, odata => odata, ostop => ostop); idata <= (vld_in & data_in); ack_in <= not(istop); vld_out_int <= odata(W-1); vld_out <= vld_out_int; data_out <= odata(W-2 downto 0); ostop <= not(ack_out); apdone_blk_assign_proc : process(ap_rst, ack_out, vld_out_int) begin if((ap_rst = ap_const_logic_0) and (ack_out = ap_const_logic_0) and (vld_out_int = ap_const_logic_1)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_reverse is GENERIC (DataWidth : INTEGER := 32); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC_VECTOR (DataWidth-1 downto 0); vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_reverse is constant W : INTEGER := DataWidth+1; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal ack_in_int : STD_LOGIC; component ibuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; idata : IN STD_LOGIC_VECTOR (W-1 downto 0); istop : OUT STD_LOGIC; cdata : OUT STD_LOGIC_VECTOR (W-1 downto 0); cstop : IN STD_LOGIC ); end component; begin ibuf_inst : component ibuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, idata => idata, istop => istop, cdata => odata, cstop => ostop); idata <= (vld_in & data_in); ---??? ack_in_int <= not(istop); ack_in <= ack_in_int; vld_out <= odata(W-1); data_out <= odata(W-2 downto 0); ostop <= not(ack_out); apdone_blk_assign_proc : process(ap_rst, ack_in_int) begin if((ap_rst = ap_const_logic_0) and (ack_in_int = ap_const_logic_0)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_both_w1 is GENERIC (DataWidth : INTEGER := 1); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC; vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC; vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_both_w1 is constant W : INTEGER := 2; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; constant ap_const_lv2_0 : STD_LOGIC_VECTOR (1 downto 0) := "00"; constant ap_const_lv2_1 : STD_LOGIC_VECTOR (1 downto 0) := "01"; constant ap_const_lv2_2 : STD_LOGIC_VECTOR (1 downto 0) := "10"; constant ap_const_lv2_3 : STD_LOGIC_VECTOR (1 downto 0) := "11"; signal cdata : STD_LOGIC_VECTOR (W-1 downto 0); signal cstop : STD_LOGIC; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal count : STD_LOGIC_VECTOR (1 downto 0); component ibuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; idata : IN STD_LOGIC_VECTOR (W-1 downto 0); istop : OUT STD_LOGIC; cdata : OUT STD_LOGIC_VECTOR (W-1 downto 0); cstop : IN STD_LOGIC ); end component; component obuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; cdata : IN STD_LOGIC_VECTOR (W-1 downto 0); cstop : OUT STD_LOGIC; odata : OUT STD_LOGIC_VECTOR (W-1 downto 0); ostop : IN STD_LOGIC ); end component; begin ibuf_inst : component ibuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, idata => idata, istop => istop, cdata => cdata, cstop => cstop); obuf_inst : component obuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, cdata => cdata, cstop => cstop, odata => odata, ostop => ostop); idata <= (vld_in & data_in); ---??? ack_in <= not(istop); vld_out <= odata(W-1); data_out <= odata(0); ostop <= not(ack_out); -- count, indicate how many data in the regslice. -- 00 - null -- 10 - 0 -- 11 - 1 -- 01 - 2 count_proc : process(ap_clk) begin if (ap_clk'event and ap_clk = '1') then if (ap_rst = '1') then count <= ap_const_lv2_0; else if ((((ap_const_lv2_2 = count) and (ap_const_logic_0 = vld_in)) or ((ap_const_lv2_3 = count) and (ap_const_logic_0 = vld_in) and (ap_const_logic_1 = ack_out)))) then count <= ap_const_lv2_2; elsif ((((ap_const_lv2_1 = count) and (ap_const_logic_0 = ack_out)) or ((ap_const_lv2_3 = count) and (ap_const_logic_0 = ack_out) and (ap_const_logic_1 = vld_in)))) then count <= ap_const_lv2_1; elsif ((((not((ap_const_logic_0 = vld_in) and (ap_const_logic_1 = ack_out))) and (not((ap_const_logic_0 = ack_out) and (ap_const_logic_1 = vld_in))) and (ap_const_lv2_3 = count)) or ((ap_const_lv2_1 = count) and (ap_const_logic_1 = ack_out)) or ((ap_const_lv2_2 = count) and (ap_const_logic_1 = vld_in)))) then count <=ap_const_lv2_3; else count <=ap_const_lv2_2; end if; end if; end if; end process; apdone_blk_assign_proc : process(count, ack_out) begin if(((count = ap_const_lv2_3) and (ack_out = ap_const_logic_0)) or (count = ap_const_lv2_1)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_forward_w1 is GENERIC (DataWidth : INTEGER := 1); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC; vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC; vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_forward_w1 is constant W : INTEGER := 2; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal vld_out_int : STD_LOGIC; component obuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; cdata : IN STD_LOGIC_VECTOR (W-1 downto 0); cstop : OUT STD_LOGIC; odata : OUT STD_LOGIC_VECTOR (W-1 downto 0); ostop : IN STD_LOGIC ); end component; begin obuf_inst : component obuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, cdata => idata, cstop => istop, odata => odata, ostop => ostop); idata <= (vld_in & data_in); ack_in <= not(istop); vld_out_int <= odata(W-1); vld_out <= vld_out_int; data_out <= odata(0); ostop <= not(ack_out); apdone_blk_assign_proc : process(ap_rst, ack_out, vld_out_int) begin if((ap_rst = ap_const_logic_0) and (ack_out = ap_const_logic_0) and (vld_out_int = ap_const_logic_1)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity regslice_reverse_w1 is GENERIC (DataWidth : INTEGER := 1); port ( ap_clk : IN STD_LOGIC; ap_rst : IN STD_LOGIC; data_in : IN STD_LOGIC; vld_in : IN STD_LOGIC; ack_in : OUT STD_LOGIC; data_out : OUT STD_LOGIC; vld_out : OUT STD_LOGIC; ack_out : IN STD_LOGIC; apdone_blk : OUT STD_LOGIC ); end; architecture behav of regslice_reverse_w1 is constant W : INTEGER := 2; constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; signal idata : STD_LOGIC_VECTOR (W-1 downto 0); signal istop : STD_LOGIC; signal odata : STD_LOGIC_VECTOR (W-1 downto 0); signal ostop : STD_LOGIC; signal ack_in_int : STD_LOGIC; component ibuf IS generic ( W : INTEGER ); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; idata : IN STD_LOGIC_VECTOR (W-1 downto 0); istop : OUT STD_LOGIC; cdata : OUT STD_LOGIC_VECTOR (W-1 downto 0); cstop : IN STD_LOGIC ); end component; begin ibuf_inst : component ibuf generic map ( W => W) port map ( clk => ap_clk, reset => ap_rst, idata => idata, istop => istop, cdata => odata, cstop => ostop); idata <= (vld_in & data_in); ---??? ack_in_int <= not(istop); ack_in <= ack_in_int; vld_out <= odata(W-1); data_out <= odata(0); ostop <= not(ack_out); apdone_blk_assign_proc : process(ap_rst, ack_in_int) begin if((ap_rst = ap_const_logic_0) and (ack_in_int = ap_const_logic_0)) then apdone_blk <= ap_const_logic_1; else apdone_blk <= ap_const_logic_0; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity ibuf is GENERIC (W : INTEGER := 32); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; idata : IN STD_LOGIC_VECTOR (W-1 downto 0); istop : OUT STD_LOGIC; cdata : OUT STD_LOGIC_VECTOR (W-1 downto 0); cstop : IN STD_LOGIC ); end; architecture behav of ibuf is constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; signal ireg : STD_LOGIC_VECTOR (W-1 downto 0) := (others=>'0'); signal istop_int : STD_LOGIC := '1'; begin istop_int <= '1' when (reset = '1') else ireg(W-1); istop <= istop_int; cdata <= ireg when (istop_int = '1') else idata; ---??? ireg_proc : process(clk) begin if (clk'event and clk = '1') then if (reset = '1') then ireg <= (others=>'0'); else if ((cstop = '0') and (ireg(W-1) = '1')) then ireg <= (others=>'0'); elsif ((cstop = '1') and (ireg(W-1) = '0')) then ireg <= idata; --- Yes: load buffer end if; end if; end if; end process; end behav; library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; entity obuf is GENERIC (W : INTEGER := 32); port ( clk : IN STD_LOGIC; reset : IN STD_LOGIC; cdata : IN STD_LOGIC_VECTOR (W-1 downto 0); cstop : OUT STD_LOGIC; odata : OUT STD_LOGIC_VECTOR (W-1 downto 0); ostop : IN STD_LOGIC ); end; architecture behav of obuf is constant ap_const_logic_1 : STD_LOGIC := '1'; constant ap_const_logic_0 : STD_LOGIC := '0'; signal cstop_int : STD_LOGIC; signal odata_int : STD_LOGIC_VECTOR (W-1 downto 0); begin cstop_int <= ap_const_logic_1 when (reset = '1') else (odata_int(W-1) and ostop); ---??? output odata_proc : process(clk) begin if (clk'event and clk = '1') then if (reset = '1') then odata_int <= (others=>'0'); else if (cstop_int = '0') then odata_int <= cdata; --- Yes: load buffer end if; end if; end if; end process; odata <= odata_int; cstop <= cstop_int; end behav;
VHDL
5
hito0512/Vitis-AI
Whole-App-Acceleration/apps/resnet50/build_flow/DPUCVDX8G_vck190/vck190_platform/hw/source/ip/isppipeline_accel/hdl/vhdl/regslice_core.vhd
[ "Apache-2.0" ]
: main prog #-1 begin over swap nextentrance dup not until pop pop ;
MUF
1
revarbat/mufsim
tests/nextentrance.muf
[ "BSD-2-Clause" ]
/obj/item/shot name = "shot" edged = TRUE icon = 'icons/objects/items/firearms/lead_shot.dmi' default_material_path = /datum/material/metal/lead /obj/item/shot/EndThrow(var/meters_per_second) if(meters_per_second > 1) // Fired from a gun. QDel(src)
DM
3
BloodyMan/Antimonium
code/objects/items/gun/gun_ammo.dm
[ "CC-BY-4.0" ]
import structs/ArrayList s := [ " %c%s%c,", "import structs/ArrayList", "s := [", "] as ArrayList<String>", "for (i in 1..3) s[i] println()", "for (l in s) s[0] printfln(34,l,34)", "for (i in 3..s size) s[i] println()", ] as ArrayList<String> for (i in 1..3) s[i] println() for (l in s) s[0] printfln(34,l,34) for (i in 3..s size) s[i] println()
ooc
2
MakeNowJust/quine
quine.ooc
[ "Beerware" ]
\* Copyright 2010-2011 Vasil S. Diadov defpackage.shen is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. defpackage.shen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with package.shen. If not, see <http://www.gnu.org/licenses/>. Description =========== defpackage.shen contains macro for package managment for Shen. Package management allows importing/exporting symbols across packages, to introducing package aliases and so on. Usage: (defpackage Name ListOfExportImportSymbols | Code) where Name is package name (prefix for all symbols in package, except symbols listed in ListOfExportImportSymbols and symbols shielded by (not-in-package ...)) defpackage may include another defpackage in Code. Example: (defpackage mypkg- [a b] [a b c]) result: [a b mypkg-c] (subpackage Name ListOfExportImportSymbols | Code) where Name is subpackage name (which is concatenated with toplevel package name to form new symbols prefix) and ListOfExportImportSymbols is added to exceptions list inherited from upper package or subpackage. Example: (defpackage mypkg- [a b] (subpackage subpkg- [c] [a b c d])) result: [a b c mypkg-subpkg-d] (from-package Name Symbols | Code) where Name is name or alias (within scope of (package-alias ...) form) of package to which Symbols belong, and Symbols are symbol names which will be prefixed by given package name. Example: (defpackage mypkg- [c] (from-package pkg1- [a b] [a b c d])) result: [pkg1-a pkg1-b c mypkg-d] (not-in-package | Code) blocks symbol renaming rules within its scope. Example: (defpackage mypkg- [c] (subpackage pkg1- [d] [c d e f] (not-in-package [c d e f]))) result: [c d mypkg-pkg1-e mypkg-pkg1-f] [c d e f] (package-alias [ Name1 Alias1 Name2 Alias2...] | Code) introduces aliases for packages. Every package alias is treated as package name. Example: (defpackage mypkg- [a b] (package-alias [big-package-name- bpn- very-big-package-name- vbpn-] [bpn-a vbpn-b] (from-package vbpn- [q w e] [q w e r t y]))) result: [big-package-name-a very-big-package-name-b] [very-big-package-name-q very-big-package-name-w very-big-package-name-e mypkg-r mypkg-t mypkg-y] End of description. =================== *\ (package defpackage- [ defpackage subpackage from-package not-in-package package-alias load-in-package register-defpackage-macro] (define register-defpackage-macro Symbol F -> (set *package-macros* (adjoin [Symbol F] (value *package-macros*)))) (define if-not-fail Result Cont -> (Cont Result) where (not (= Result (fail))) Fail _ -> Fail) (define string-remove-prefix "" S -> S (@s C S1) (@s C S2) -> (string-remove-prefix S1 S2) _ _ -> (fail)) (define symbol-remove-prefix Pr Sym -> (if-not-fail (string-remove-prefix (str Pr) (str Sym)) (function intern))) (define process-alias [] Name -> Name [[Name Alias] | _] Alias -> Name [ X | Y] Alias -> (process-alias Y Alias)) (define import-symbol [] Sym -> (fail) [[_] | Rest] Sym -> (import-symbol Rest Sym) [[Pkg Sym | _] | _] Sym -> (concat Pkg Sym) [[Pkg X | Y] | Z] Sym -> (import-symbol [[Pkg | Y] | Z] Sym)) (define rename-symbol Name Alias Sym -> (if-not-fail (symbol-remove-prefix Alias Sym) (concat Name))) (define packaged-symbol [] Sym -> (fail) [[Name Alias] | Rest] Sym <- (rename-symbol Name Alias Sym) [_ | Rest] Sym -> (packaged-symbol Rest Sym)) (define process-symbol _ _ Imported _ Sym <- (import-symbol Imported Sym) _ _ _ Aliases Sym <- (packaged-symbol Aliases Sym) _ Exceptions _ _ Sym -> Sym where (element? Sym Exceptions) Prefix _ _ _ Sym -> (concat Prefix Sym) where (symbol? Prefix) _ _ _ _ Sym -> Sym) (define find-package-macro Sym -> (let Macro (assoc Sym (value *package-macros*)) (if (empty? Macro) (fail) (head (tail Macro))))) (define apply-package-macro Prefix Exceptions Imported Aliases Sym Code -> (if-not-fail (find-package-macro Sym) (/. F (F Prefix Exceptions Imported Aliases Code)))) (define insert-macroexpanded-code [append Code] Program -> (append Code Program) [cons Code] Program -> (cons Code Program)) (define process-package Prefix Exceptions Imported Aliases [[Symbol | Body] | Code] <- (if-not-fail (apply-package-macro Prefix Exceptions Imported Aliases Symbol Body) (/. Result (insert-macroexpanded-code Result (process-package Prefix Exceptions Imported Aliases Code)))) Prefix Exceptions Imported Aliases [X | Y]-> [(process-package Prefix Exceptions Imported Aliases X) | (process-package Prefix Exceptions Imported Aliases Y) ] Prefix Exceptions Imported Aliases Sym -> (process-symbol Prefix Exceptions Imported Aliases Sym) where (and (symbol? Sym) (not (or (shen-sysfunc? Sym) (shen-prefix? (explode shen-) Sym) (shen-singleunderline? Sym) (shen-doubleunderline? Sym)))) _ _ _ _ X -> X) (define defpackage-macro-not-in-package _ _ _ _ Code -> [append (process-package [] [] [] [] Code)]) (define defpackage-macro-subpackage Prefix Exceptions Imported Aliases [Name Symbols | Code]-> [append (process-package (concat Prefix Name) (append Exceptions (eval-without-macros Symbols)) Imported Aliases Code)]) (define defpackage-macro-from-package Prefix Exceptions Imported Aliases [Name Symbols | Code]-> [append (process-package Prefix Exceptions [[(process-alias Aliases Name) | (eval-without-macros Symbols)] | Imported] Aliases Code)]) (define compose-names-and-aliases [] Acc -> Acc [X Y | Rest] Acc -> [[X Y] | (compose-names-and-aliases Rest Acc)]) (define defpackage-macro-package-alias Prefix Exceptions Imported Aliases [NamesAndAliases | Code]-> [append (process-package Prefix Exceptions Imported (compose-names-and-aliases (eval-without-macros NamesAndAliases) Aliases) Code)]) (set *package-macros* [ [not-in-package (function defpackage-macro-not-in-package)] [subpackage (function defpackage-macro-subpackage)] [from-package (function defpackage-macro-from-package)] [package-alias (function defpackage-macro-package-alias)] ]) (defmacro package-macro [defpackage Name Exceptions | Code] -> [package null [] | (process-package Name (eval-without-macros Exceptions) [] [] Code)] [defpackage null [] | Code] -> [package null [] | (process-package [] [] [] [] Code)]) ) \* end of package defpackage- *\
Shen
4
ajnavarro/language-dataset
data/github.com/vasil-sd/shen-libs/6512ba4fad752158470a92766b55e30591eae12f/utils/defpackage.shen
[ "MIT" ]
# Copyright 2016 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. # ============================================================================== """Tests for Python ops defined in nn_grad.py.""" import numpy as np from tensorflow.python.eager import backprop from tensorflow.python.framework import constant_op from tensorflow.python.framework import dtypes from tensorflow.python.framework import test_util from tensorflow.python.ops import array_ops from tensorflow.python.ops import gen_nn_ops from tensorflow.python.ops import gradient_checker from tensorflow.python.ops import gradient_checker_v2 from tensorflow.python.ops import gradients_impl from tensorflow.python.ops import nn_grad # pylint: disable=unused-import from tensorflow.python.ops import nn_impl from tensorflow.python.ops import nn_ops from tensorflow.python.platform import test class SoftmaxOpTest(test.TestCase): # This test is for bfloat16, but the type has a problem with compute_gradient. # TODO(penporn): Change the data type back to bfloat16 once b/157773623 is # fixed. (compute_gradient internally converts bfloat16 to float32 for # calculation anyway.) def testSoftmaxGradGradExtendType(self): with self.cached_session(): def f(x): assert x.dtype == dtypes.float32 with backprop.GradientTape() as tape: tape.watch(x) y = nn_ops.softmax(x) return tape.gradient(y, x) x = constant_op.constant([[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) error = gradient_checker_v2.max_error( *gradient_checker_v2.compute_gradient(f, [x])) self.assertLess(error, 1e-4) class Relu6OpTest(test.TestCase): @test_util.run_deprecated_v1 def testRelu6GradGrad(self): inputs = constant_op.constant( [[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) x_init_value = np.array([[-3.5, -1.5, 2, 4], [4.5, 7.5, 8.5, 11]]) r = nn_ops.relu6(inputs) r_g = gradients_impl.gradients(r, inputs)[0] with self.cached_session(): error = gradient_checker.compute_gradient_error( inputs, inputs.get_shape().as_list(), r_g, r_g.get_shape().as_list(), x_init_value=x_init_value) self.assertLess(error, 1e-4) class Conv2dOpTest(test.TestCase): def run_test(self, x, y): with self.test_session(): error = gradient_checker.compute_gradient_error(x, x.get_shape().as_list(), y, y.get_shape().as_list()) self.assertLess(error, 1e-3) @test_util.run_deprecated_v1 def testConv2dGradWRTInput(self): x = array_ops.placeholder( dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = constant_op.constant([0.5], dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') y = nn_ops.conv2d(x, f, [1, 1, 1, 1], 'SAME') self.run_test(x, y) @test_util.run_deprecated_v1 def testConv2dGradWRTFilter(self): x = constant_op.constant([0.5], dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = array_ops.placeholder( dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') y = nn_ops.conv2d(x, f, [1, 1, 1, 1], 'SAME') self.run_test(f, y) @test_util.run_deprecated_v1 def testConv2dBackpropFilterGrad(self): x = array_ops.placeholder( dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = constant_op.constant([0.5], dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') strides = [1, 1, 1, 1] padding = 'SAME' out = nn_impl.depthwise_conv2d(x, f, strides, padding) grad_wrt_input = gradients_impl.gradients(out, x)[0] self.run_test(f, grad_wrt_input) grad_wrt_filter = gradients_impl.gradients(out, f)[0] self.run_test(x, grad_wrt_filter) class DepthwiseConv2dTest(test.TestCase): def run_test(self, x, y): with self.test_session(): error = gradient_checker.compute_gradient_error(x, x.get_shape().as_list(), y, y.get_shape().as_list()) self.assertLess(error, 1e-3) @test_util.run_deprecated_v1 def testDepthwiseConv2dGradWRTInput(self): x = array_ops.placeholder( dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = constant_op.constant([0.5], dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') strides = [1, 1, 1, 1] padding = 'SAME' y = nn_impl.depthwise_conv2d(x, f, strides, padding) self.run_test(x, y) @test_util.run_deprecated_v1 def testDepthwiseConv2dGradWRTFilter(self): x = constant_op.constant([0.5], dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = array_ops.placeholder( dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') strides = [1, 1, 1, 1] padding = 'SAME' y = nn_impl.depthwise_conv2d(x, f, strides, padding) self.run_test(f, y) @test_util.run_deprecated_v1 def testDepthwiseConv2dBackpropFilterGrad(self): x = array_ops.placeholder( dtype=dtypes.float32, shape=[1, 4, 4, 3], name='input') f = constant_op.constant([0.5], dtype=dtypes.float32, shape=[2, 2, 3, 2], name='filter') strides = [1, 1, 1, 1] padding = 'SAME' out = nn_impl.depthwise_conv2d(x, f, strides, padding) grad_wrt_input = gradients_impl.gradients(out, x)[0] self.run_test(f, grad_wrt_input) grad_wrt_filter = gradients_impl.gradients(out, f)[0] self.run_test(x, grad_wrt_filter) class EluGradOpTest(test.TestCase): @test_util.run_deprecated_v1 def testEluGradGradWRTgrad_ys(self): inputs = constant_op.constant( [[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) dummy = constant_op.constant( [[3, 1, -1, -2], [9, 8, 7, 6]], dtype=dtypes.float32) elu = gen_nn_ops.elu(inputs) elu_grad = gradients_impl.gradients(elu, inputs, grad_ys=dummy)[0] with self.cached_session(): error = gradient_checker.compute_gradient_error( dummy, dummy.shape, elu_grad, elu_grad.shape) self.assertLess(error, 1e-4) @test_util.run_deprecated_v1 def testEluGradGradWRTinputs(self): inputs = constant_op.constant( [[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) dummy = constant_op.constant( [[3, 1, -1, -2], [9, 8, 7, 6]], dtype=dtypes.float32) elu = gen_nn_ops.elu(inputs) elu_grad = gradients_impl.gradients(elu, inputs, grad_ys=dummy)[0] with self.cached_session(): error = gradient_checker.compute_gradient_error( inputs, inputs.shape, elu_grad, elu_grad.shape) self.assertLess(error, 1e-4) class SeluGradOpTest(test.TestCase): @test_util.run_deprecated_v1 def testSeluGradGradWRTgrad_ys(self): inputs = constant_op.constant( [[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) dummy = constant_op.constant( [[3, 1, -1, -2], [9, 8, 7, 6]], dtype=dtypes.float32) selu = gen_nn_ops.selu(inputs) selu_grad = gradients_impl.gradients(selu, inputs, grad_ys=dummy)[0] with self.cached_session(): error = gradient_checker.compute_gradient_error( dummy, dummy.shape, selu_grad, selu_grad.shape) self.assertLess(error, 1e-4) @test_util.run_deprecated_v1 def testSeluGradGradWRTinputs(self): inputs = constant_op.constant( [[-2, -1, 1, 3], [5, 7, 8, 9]], dtype=dtypes.float32) dummy = constant_op.constant( [[3, 1, -1, -2], [9, 8, 7, 6]], dtype=dtypes.float32) selu = gen_nn_ops.selu(inputs) selu_grad = gradients_impl.gradients(selu, inputs, grad_ys=dummy)[0] with self.cached_session(): error = gradient_checker.compute_gradient_error( inputs, inputs.shape, selu_grad, selu_grad.shape) self.assertLess(error, 1e-4) if __name__ == "__main__": test.main()
Python
4
EricRemmerswaal/tensorflow
tensorflow/python/ops/nn_grad_test.py
[ "Apache-2.0" ]
MODULE_NAME='Cisco SX v1' (DEV vdv, DEV dv) DEFINE_CONSTANT TCP_PORT_TELNET = 23 MAX_CMD_LENGTH = 100 MAX_QUEUE_SIZE = 10 MAX_PARAM_LENGTH = 100 MAX_BUFFER_SIZE = 5000 MAX_CALLS = 5 // SNAPI LITE ///////////////////////////////////////////////////////////////// PWR_ON = 27 PWR_OFF = 28 PRIVACY_FB = 146 DEVICE_COMMUNICATING = 251 DATA_INITIALIZED = 252 POWER_FB = 255 // SNAPI CUSTOM /////////////////////////////////////////////////////////////// AUTHENTICATED_FB = 300 CALL_ACTIVE_FB = 301 // TIMELINES ////////////////////////////////////////////////////////////////// TL_QUEUE = 1 DEFINE_TYPE STRUCTURE TCALL { INTEGER nConnected INTEGER nID CHAR sProtocol[10] CHAR sDirection[10] INTEGER nCallRate } DEFINE_VARIABLE NON_VOLATILE SLONG nBaud = 115200 NON_VOLATILE CHAR bSerial = 1 NON_VOLATILE CHAR sIPAddress[50] NON_VOLATILE CHAR sUserName[20] NON_VOLATILE CHAR sPassword[20] VOLATILE LONG lQueueTimes[] = { 500 } VOLATILE CHAR bQueueDeviceBusy VOLATILE CHAR sQueue[MAX_QUEUE_SIZE][MAX_CMD_LENGTH] VOLATILE INTEGER nQueueIndex VOLATILE INTEGER nQueueNext VOLATILE CHAR sRxBuffer[MAX_BUFFER_SIZE] VOLATILE CHAR sParseEvent[50] VOLATILE TCALL Calls[MAX_CALLS] VOLATILE INTEGER nTempCallID VOLATILE CHAR sTempCallProtocol[10] VOLATILE CHAR sTempCallDirection[10] VOLATILE INTEGER nTempCallRate // FUNCTIONS ////////////////////////////////////////////////////////////////// DEFINE_FUNCTION QueueCommand (CHAR sCmd[MAX_CMD_LENGTH]) { IF (nQueueNext < MAX_QUEUE_SIZE) { sQueue[nQueueNext] = sCmd nQueueNext = nQueueNext + 1 } ELSE { SEND_STRING 0,"'ERROR-Queue full, command dropped: ',sCmd" } } DEFINE_FUNCTION InitializeModule () { nQueueIndex = 1 nQueueNext = 1 bQueueDeviceBusy = 0 sRxBuffer = '' IF (bSerial) { SEND_COMMAND dv,"'SET BAUD ',ITOA(nBaud),',N,8,1 485 DISABLE'" SEND_STRING dv,"$0D,$0A" } ELSE { IF ([vdv,DEVICE_COMMUNICATING]) { IP_CLIENT_CLOSE(dv.PORT) } IP_CLIENT_OPEN(dv.PORT, sIPAddress, TCP_PORT_TELNET, IP_TCP) } } DEFINE_FUNCTION TelnetNegotiation (CHAR sMsg[3]) { SELECT { ACTIVE (sMsg == "$FF,$FD,$18"): // DO Terminal Type { SEND_STRING dv, "$FF,$FC,$18" // WONT Terminal Type } ACTIVE (sMsg == "$FF,$FD,$20"): // DO Terminal Speed { SEND_STRING dv, "$FF,$FC,$20" // WONT Terminal Speed } ACTIVE (sMsg == "$FF,$FD,$23"): // DO X Display Location { SEND_STRING dv, "$FF,$FC,$23" // WONT X Display Location } ACTIVE (sMsg == "$FF,$FD,$27"): // DO Environment Variables { SEND_STRING dv, "$FF,$FC,$27" // WONT Environment Variables } ACTIVE (sMsg == "$FF,$FB,$03"): // WILL Suppress Go Ahead { SEND_STRING dv, "$FF,$FB,$03" // WILL Suppress Go Ahead } ACTIVE (sMsg == "$FF,$FD,$03"): // DO Suppress Go Ahead { SEND_STRING dv, "$FF,$FB,$03" // WILL Suppress Go Ahead } ACTIVE (sMsg == "$FF,$FB,$01"): // WILL Echo Characters { SEND_STRING dv, "$FF,$FC,$01" // WONT Echo Characters } ACTIVE (sMsg == "$FF,$FD,$01"): // DO Echo Characters { SEND_STRING dv, "$FF,$FE,$01" // DONT Echo Characters } ACTIVE (sMsg == "$FF,$FD,$1F"): // DO Window Size { SEND_STRING dv, "$FF,$FC,$1F" // WONT Window Size } ACTIVE (sMsg == "$FF,$FB,$05"): // WILL Status { SEND_STRING dv, "$FF,$FC,$05" // WONT Status } ACTIVE (sMsg == "$FF,$FD,$21"): // DO Remote Flow Control { SEND_STRING dv, "$FF,$FC,$21" // WONT Remote Flow Control SEND_STRING dv, "$FF,$FE,$21" // DONT Remote Flow Control } } } // CODEC EVENTS /////////////////////////////////////////////////////////////// DEFINE_FUNCTION ParseEventResponse (CHAR sMsg[MAX_CMD_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sMsg, 'CallSuccessful', 1)): { REMOVE_STRING(sMsg, 'CallSuccessful ', 1) sParseEvent = 'CallSuccessful' ProcessCallSuccessfulEvent(sMsg) } ACTIVE (FIND_STRING(sMsg, 'CallDisconnect', 1)): { REMOVE_STRING(sMsg, 'CallDisconnect ', 1) sParseEvent = 'CallDisconnect' ProcessCallDisconnectEvent(sMsg) } ACTIVE (FIND_STRING(sMsg, 'UserInterface Extensions Event', 1)): { REMOVE_STRING(sMsg, 'UserInterface Extensions Event', 1) sParseEvent = 'UserInterface Extensions Event' ProcessUserInterfaceEvent(sMsg) } ACTIVE (1): { SEND_STRING 0, "'ParseEventResponse-Ignored: ',sMsg" } } } DEFINE_FUNCTION ProcessCallSuccessfulEvent (CHAR sInfo[MAX_PARAM_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sInfo, 'CallId:', 1)): { REMOVE_STRING(sInfo, 'CallId: ', 1) nTempCallID = ATOI(sInfo) } ACTIVE (FIND_STRING(sInfo, 'Protocol:', 1)): { REMOVE_STRING(sInfo, 'Protocol: "', 1) sTempCallProtocol = REMOVE_STRING(sInfo, '"', 1) sTempCallProtocol = LEFT_STRING(sTempCallProtocol, LENGTH_STRING(sTempCallProtocol) - 1) } ACTIVE (FIND_STRING(sInfo, 'Direction:', 1)): { REMOVE_STRING(sInfo, 'Direction: "', 1) sTempCallDirection = REMOVE_STRING(sInfo, '"', 1) sTempCallDirection = LEFT_STRING(sTempCallDirection, LENGTH_STRING(sTempCallDirection) - 1) } ACTIVE (FIND_STRING(sInfo, 'CallRate:', 1)): { REMOVE_STRING(sInfo, 'CallRate: ', 1) nTempCallRate = ATOI(sInfo) } ACTIVE (1): { SEND_STRING 0, "'ProcessCallSuccessfulEvent-Ignored: ',sInfo" } } } DEFINE_FUNCTION ProcessCallDisconnectEvent (CHAR sInfo[MAX_PARAM_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sInfo, 'CallId:', 1)): { REMOVE_STRING(sInfo, 'CallId: ', 1) nTempCallID = ATOI(sInfo) } ACTIVE (1): { SEND_STRING 0, "'ProcessCallDisconnectEvent-Ignored: ',sInfo" } } } DEFINE_FUNCTION ProcessUserInterfaceEvent (CHAR sAction[MAX_PARAM_LENGTH]) { STACK_VAR CHAR sSignal[MAX_PARAM_LENGTH] SELECT { ACTIVE (FIND_STRING(sAction, 'Pressed', 1)): { REMOVE_STRING(sAction, 'Pressed Signal: "', 1) sSignal = REMOVE_STRING(sAction, '"', 1) sSignal = LEFT_STRING(sSignal, LENGTH_STRING(sSignal) - 1) SEND_STRING vdv,"'PUSH-',sSignal" } ACTIVE (FIND_STRING(sAction, 'Released', 1)): { REMOVE_STRING(sAction, 'Released Signal: "', 1) sSignal = REMOVE_STRING(sAction, '"', 1) sSignal = LEFT_STRING(sSignal, LENGTH_STRING(sSignal) - 1) SEND_STRING vdv,"'RELEASE-',sSignal" } ACTIVE (FIND_STRING(sAction, 'Changed', 1)): { REMOVE_STRING(sAction, 'Changed Signal: "', 1) sSignal = REMOVE_STRING(sAction, ':', 1) sSignal = LEFT_STRING(sSignal, LENGTH_STRING(sSignal) - 1) sAction = REMOVE_STRING(sAction, '"', 1) sAction = LEFT_STRING(sAction, LENGTH_STRING(sAction) - 1) SELECT { ACTIVE (sAction == 'on'): { SEND_STRING vdv,"'ON-',sSignal" } ACTIVE (sAction == 'off'): { SEND_STRING vdv,"'OFF-',sSignal" } } } ACTIVE (1): { SEND_STRING 0, "'ProcessUserInterfaceEvent-Ignored: ',sAction" } } } // CODEC COMMANDS ///////////////////////////////////////////////////////////// DEFINE_FUNCTION ParseCommandResponse (CHAR sMsg[MAX_CMD_LENGTH]) { SELECT { ACTIVE (1): { SEND_STRING 0, "'ParseCommandResponse-Ignored: ',sMsg" } } } // CODEC STATUS /////////////////////////////////////////////////////////////// DEFINE_FUNCTION ParseStatusResponse (CHAR sMsg[MAX_CMD_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sMsg, 'Standby State:', 1)): { REMOVE_STRING(sMsg, 'Standby State:', 1) ProcessStandby(sMsg) } ACTIVE (FIND_STRING(sMsg, 'Audio Microphones Mute:', 1)): { REMOVE_STRING(sMsg, 'Audio Microphones Mute:', 1) ProcessMicMute(sMsg) } ACTIVE (1): { SEND_STRING 0, "'ParseStatusResponse-Ignored: ',sMsg" } } } DEFINE_FUNCTION ProcessStandby (CHAR sState[MAX_PARAM_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sState, 'Off', 1)): { ON[vdv,POWER_FB] } ACTIVE (FIND_STRING(sState, 'Halfwake', 1)): { ON[vdv,POWER_FB] } ACTIVE (FIND_STRING(sState, 'Standby', 1)): { OFF[vdv,POWER_FB] } } } DEFINE_FUNCTION ProcessMicMute (CHAR sState[MAX_PARAM_LENGTH]) { SELECT { ACTIVE (FIND_STRING(sState, 'Off', 1)): { OFF[vdv,PRIVACY_FB] } ACTIVE (FIND_STRING(sState, 'On', 1)): { ON[vdv,PRIVACY_FB] } } } DEFINE_FUNCTION UpdateCallStatus () { STACK_VAR INTEGER nConnectedCalls STACK_VAR INTEGER nIndex nConnectedCalls = 0 FOR (nIndex = 1; nIndex <= MAX_CALLS; nIndex++) { IF (Calls[nIndex].nConnected == 1) { nConnectedCalls = nConnectedCalls + 1 } } IF (nConnectedCalls > 0) { ON[vdv,CALL_ACTIVE_FB] } ELSE { OFF[vdv,CALL_ACTIVE_FB] } } // START ////////////////////////////////////////////////////////////////////// DEFINE_START nQueueIndex = 1 nQueueNext = 1 bQueueDeviceBusy = 0 TIMELINE_CREATE(TL_QUEUE, lQueueTimes, LENGTH_ARRAY(lQueueTimes), TIMELINE_RELATIVE, TIMELINE_REPEAT) // EVENTS ///////////////////////////////////////////////////////////////////// DEFINE_EVENT DATA_EVENT[dv] { ONLINE: { ON[vdv,DEVICE_COMMUNICATING] OFF[vdv,AUTHENTICATED_FB] } OFFLINE: { OFF[vdv,DEVICE_COMMUNICATING] OFF[vdv,AUTHENTICATED_FB] } ONERROR: { OFF[vdv,DEVICE_COMMUNICATING] OFF[vdv,AUTHENTICATED_FB] } STRING: { STACK_VAR CHAR sResult[MAX_CMD_LENGTH] STACK_VAR CHAR sControlMsg[3] STACK_VAR INTEGER nIndex // Tack incoming data onto end of receive buffer sRxBuffer = "sRxBuffer,DATA.TEXT" // Have we authenticated yet? IF ([vdv,AUTHENTICATED_FB]) { WHILE (FIND_STRING(sRxBuffer, "$0D,$0A", 1)) { sResult = REMOVE_STRING(sRxBuffer, "$0D,$0A", 1) SELECT { ACTIVE (LEFT_STRING(sResult, 2) == 'OK'): { bQueueDeviceBusy = 0 } ACTIVE (LEFT_STRING(sResult, 5) == 'ERROR'): { bQueueDeviceBusy = 0 } ACTIVE (LEFT_STRING(sResult, 2) == '*e'): { ParseEventResponse(sResult) } ACTIVE (LEFT_STRING(sResult, 2) == '*r'): { ParseCommandResponse(sResult) } ACTIVE (LEFT_STRING(sResult, 2) == '*s'): { ParseStatusResponse(sResult) } ACTIVE (LEFT_STRING(sResult, 6) == '** end'): { SELECT { ACTIVE (sParseEvent == 'CallSuccessful'): { FOR (nIndex = 1; nIndex <= MAX_CALLS; nIndex++) { IF (Calls[nIndex].nConnected == 0) { Calls[nIndex].nConnected = 1 Calls[nIndex].nID = nTempCallID Calls[nIndex].sProtocol = sTempCallProtocol Calls[nIndex].sDirection = sTempCallDirection Calls[nIndex].nCallRate = nTempCallRate BREAK } } UpdateCallStatus(); } ACTIVE (sParseEvent == 'CallDisconnect'): { FOR (nIndex = 1; nIndex <= MAX_CALLS; nIndex++) { IF (Calls[nIndex].nID == nTempCallID) { Calls[nIndex].nConnected = 0 } } UpdateCallStatus(); } } sParseEvent = '' } ACTIVE (1): { SEND_STRING 0, "'STRING-Ignored: ',sResult" } } } } ELSE { SELECT { ACTIVE (FIND_STRING(sRxBuffer, '*r Login successful', 1)): { REMOVE_STRING(sRxBuffer, "'OK',$0D,$0A,$0D,$0A", 1) ON[vdv,AUTHENTICATED_FB] } ACTIVE (FIND_STRING(sRxBuffer, 'login:', 1)): { REMOVE_STRING(sRxBuffer, 'login:', 1) SEND_STRING dv, "sUserName,$0D,$0A" } ACTIVE (FIND_STRING(sRxBuffer, 'Password:', 1)): { REMOVE_STRING(sRxBuffer, 'Password:', 1) SEND_STRING dv, "sPassword,$0D,$0A" } ACTIVE (1): { // Look for Telnet control commands WHILE ((LENGTH_STRING(sRxBuffer) >= 3) && (sRxBuffer[1] == $FF)) { sControlMsg = LEFT_STRING(sRxBuffer, 3) sRxBuffer = RIGHT_STRING(sRxBuffer, LENGTH_STRING(sRxBuffer) - 3) TelnetNegotiation(sControlMsg) } } } } } } DATA_EVENT[vdv] { COMMAND: { STACK_VAR CHAR sKey[50] STACK_VAR CHAR sValue[50] SELECT { ACTIVE (DATA.TEXT == 'REINIT'): { InitializeModule() } ACTIVE (FIND_STRING(DATA.TEXT, 'PROPERTY-', 1)): { // PROPERTY-key,value REMOVE_STRING(DATA.TEXT, 'PROPERTY-', 1) // key name is NOT case-sensitive sKey = UPPER_STRING(REMOVE_STRING(DATA.TEXT, ',', 1)) // value is rest of characters in string sValue = DATA.TEXT SELECT { ACTIVE (sKey == 'IP_ADDRESS,'): { // Assigning IP address means we aren't using serial communication sIPAddress = sValue bSerial = 0 } ACTIVE (sKey == 'USER_NAME,'): { sUserName = sValue } ACTIVE (sKey == 'PASSWORD,'): { sPassword = sValue } ACTIVE (sKey == 'BAUD_RATE,'): { // Assigning baud rate means we are using serial communication nBaud = ATOL(sValue) bSerial = 1 } } } } } } // SETUP ////////////////////////////////////////////////////////////////////// CHANNEL_EVENT[vdv,AUTHENTICATED_FB] { ON: { QueueCommand('echo off') QueueCommand('xFeedback deregisterall') QueueCommand('xFeedback register Status/Standby') QueueCommand('xFeedback register Status/Audio/Microphones/Mute') QueueCommand('xFeedback register Event/CallSuccessful') QueueCommand('xFeedback register Event/CallDisconnect') QueueCommand('xFeedback register Event/UserInterface/Extensions/Event') QueueCommand('xFeedback register Event/UserInterface/Presentation/ExternalSource') QueueCommand('xStatus Standby') } } // STANDBY //////////////////////////////////////////////////////////////////// CHANNEL_EVENT[vdv,PWR_ON] { ON: { QueueCommand('xCommand Standby Deactivate') } } CHANNEL_EVENT[vdv,PWR_OFF] { ON: { QueueCommand('xCommand Standby Activate') } } // TIMELINES ////////////////////////////////////////////////////////////////// TIMELINE_EVENT[TL_QUEUE] { // Wait if we're still getting response from last command sent to device IF (!bQueueDeviceBusy) { // Anything waiting in the queue? IF (nQueueNext > nQueueIndex) { // Send command to device SEND_STRING dv, "sQueue[nQueueIndex],$0D,$0A" bQueueDeviceBusy = 1 // Advance to the next item nQueueIndex = nQueueIndex + 1 // Are we at the end of the queue? IF (nQueueIndex == nQueueNext) { // Reset our pointers so we don't overflow the array nQueueIndex = 1 nQueueNext = 1 } } } }
NetLinx
5
kielthecoder/amx
Cisco SX/Cisco SX v1.axs
[ "MIT" ]
lines(0); ilib_verbose(0); ierr = exec('loader.sce', 'errcatch'); if ierr <> 0 then disp(lasterror()); exit(ierr); end // Call our gcd() function x = 42; y = 105; g = gcd(x,y); printf("The gcd of %d and %d is %d\n",x,y,g); // Manipulate the Foo global variable // Get its default value (see in example.c) defaultValue = Foo_get() if defaultValue <> 3 then pause; end // Change its value Foo_set(3.1415926) // See if the change took effect if Foo_get() <> 3.1415926 then pause,end exit
Scilab
3
kyletanyag/LL-Smartcard
cacreader/swig-4.0.2/Examples/scilab/simple/runme.sci
[ "BSD-3-Clause" ]
benf_10 =: (10&^.@+&1@%) (1+i.9) first_digit =: monad : '{. "."0":y' NB. , first_digit"0 smoothed_cases fl_ix NB. by Roger Hui histogram =: (1+i.9) & (<: @ (#/.~) @ (i.@#@[ , I.)) mk_histogram =: monad : 'histogram , first_digit"0 y' NB. pd'type bar' NB. pd benf_10 NB. pd'show'
J
3
vmchale/coronavirus
fraud.ijs
[ "BSD-3-Clause" ]
' ' A minimalistic SN dump player. CON _clkmode = xtal1 + pll16x _xinfreq = 5_000_000 sdPins = 0 rightPin = 10 leftPin = 11 VAR byte buffer[64] OBJ SN : "SNEcog" SD : "fsrw" PUB Main | continue, i, waitFor sd.mount(sdPins) ' Mount SD card sd.popen(string("Ending.vgm"), "r") ' Open tune SN.start(rightPin, leftPin, true) ' Start SNcog '"Handle" vgm header (ignore it) sd.pread(@buffer, 64) if buffer[$34] <> 0 | buffer[$35] <> 0 | buffer[$36] <> 0 | buffer[$37] <> 0 sd.pread(@buffer, 64) ' Below is a minimalistic implementation of the ".vgm" format ' Have a look at the .vgm file format documentation for a better understanding waitFor := cnt + 10_000_000 repeat continue := true repeat while continue sd.pread(@buffer, 1) ' Read a command byte if buffer[0] == $50 ' Was it a register update command? sd.pread(@buffer, 1) ' Read the regsiter value from sd SN.setRegister(buffer[0]) ' Write the value to SNEcog elseif buffer[0] == $61 ' Wait an arbitrary amount of time sd.pread(@buffer, 2) waitFor := (constant(80_000_000/44100) * (buffer[0] | (buffer[1]<<8) ) ) #> 50 waitFor := cnt + waitFor continue := false elseif buffer[0] == $62 ' Wait 1/60 of a second waitFor := cnt + constant(80_000_000/60) continue := false elseif buffer[0] == $63 ' Wait 1/50 of a second waitFor := cnt + constant(80_000_000/50) continue := false elseif buffer[0] == $66 ' We are finished; Lets reboot just for fun. :) reboot waitcnt(waitFor) ' Wait until the right time to SN.flipRegisters ' Update the SN registers
Propeller Spin
4
deets/propeller
libraries/community/p1/All/SNEcog v0.6/ExampleSnDumpPlay/ExampleSnDumpPlay.spin
[ "MIT" ]
particle_system explosion { src = "assets/particles/fire.png" blendmode = add acceleration = 1.000000 gravity = 0.000000,0.588997 velocity = 0.000000,-0.794998 spread = 720.000000 lifetime = 0.439000 lifetime_variance = 0.000000 colour = 255,255,255,255 random_initial_rotation = true rotation_speed = 0.000000 scale_affector = 1.096000 size = 0.19000 emit_rate = 16.438000 emit_count = 6 spawn_radius = 0.1000000 spawn_offset = 0.000000,0.000000 release_count = 12 inherit_rotation = true forces { force = 0.000000,0.000000 force = 0.000000,0.000000 force = 0.000000,0.000000 force = 0.000000,0.000000 } }
Component Pascal
3
fallahn/crogine
samples/threat_level/assets/particles/explosion.cps
[ "FTL", "Zlib" ]
MODULE MainModule ! Main routine PROC main() ConfL\Off; SingArea\Wrist; ! Go to start position MoveAbsJ [[0, 0, 0, 0, 0, 0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9]], v100, fine, tool0; ! Go to programmed positions {} ! Go to end position MoveAbsJ [[0, 0, 0, 0, 0, 0], [9E9, 9E9, 9E9, 9E9, 9E9, 9E9]], v100, fine, tool0; Stop; ENDPROC ENDMODULE
xBase
4
Bootsmaat/Mimic
mimic/scripts/postproc/ABB/RAPID/template.prg
[ "MIT" ]
scriptname CampLargeTentTriggerVolumeScript extends ObjectReference {Attach this script to custom large tent trigger volume activators.} import _CampInternal import CampUtil ObjectReference property ParentTent auto hidden {Assigned at runtime. The tent this trigger volume belongs to.} Event OnTriggerEnter(ObjectReference akActionRef) if ParentTent SetCurrentTent(ParentTent) endif EndEvent Event OnTriggerLeave(ObjectReference akActionRef) SetCurrentTent(None) EndEvent
Papyrus
4
chesko256/Campfire
Scripts/Source/CampLargeTentTriggerVolumeScript.psc
[ "MIT" ]
../../../feeds/telephony/net/asterisk-11.x
Logos
0
superice119/ud_work
youshi_sdk/package/feeds/telephony/asterisk-11.x
[ "MIT" ]
!define registerExtension "!insertmacro registerExtension" !define unregisterExtension "!insertmacro unregisterExtension" !define SHCNE_ASSOCCHANGED 0x8000000 !define SHCNF_IDLIST 0 ; Source = http://nsis.sourceforge.net/File_Association ; Patched for SABnzbd by swi-tch !macro registerExtension icon executable extension description Push "${icon}" ; "full path to icon.ico" Push "${executable}" ; "full path to my.exe" Push "${extension}" ; ".mkv" Push "${description}" ; "MKV File" Call registerExtension !macroend ; back up old value of .opt Function registerExtension !define Index "Line${__LINE__}" pop $R0 ; ext name pop $R1 pop $R2 pop $R3 push $1 push $0 DeleteRegKey HKEY_CURRENT_USER "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\$R1" WriteRegStr HKCR $R1 "" $R0 WriteRegStr HKCR $R0 "" $R0 WriteRegStr HKCR "$R0\shell" "" "open" WriteRegStr HKCR "$R0\DefaultIcon" "" "$R3,0" WriteRegStr HKCR "$R0\shell\open\command" "" '"$R2" "%1"' WriteRegStr HKCR "$R0\shell\edit" "" "Edit $R0" WriteRegStr HKCR "$R0\shell\edit\command" "" '"$R2" "%1"' pop $0 pop $1 !undef Index System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)' FunctionEnd !macro unregisterExtension extension description Push "${extension}" ; ".mkv" Push "${description}" ; "MKV File" Call un.unregisterExtension !macroend Function un.unregisterExtension pop $R1 ; description pop $R0 ; extension !define Index "Line${__LINE__}" DeleteRegKey HKCR $R0 !undef Index System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)' FunctionEnd
NSIS
4
smilers/sabnzbd
builder/win/nsis/Include/registerExtension.nsh
[ "MIT", "PSF-2.0", "0BSD" ]
inittab_file=Sökväg till inittab-fil,0
SystemVerilog
0
GalaxyGFX/webmin
inittab/config.info.sv
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
FROM nvidia/cuda:11.2.0-cudnn8-devel AS compile # Install dependencies ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -y && apt-get install -y \ git \ cmake \ libsm6 \ libxext6 \ libxrender-dev \ python3 \ python3-pip \ python3-venv \ python3-dev \ python3-numpy \ gcc \ build-essential \ gfortran \ wget \ curl \ graphicsmagick \ libgraphicsmagick1-dev \ libatlas-base-dev \ libavcodec-dev \ libavformat-dev \ libgtk2.0-dev \ libjpeg-dev \ liblapack-dev \ libswscale-dev \ pkg-config \ software-properties-common \ zip \ && apt-get clean && rm -rf /tmp/* /var/tmp/* # Virtual Environment ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" # Scikit learn RUN pip3 install --upgrade pip && \ pip3 install scikit-build # Install dlib ENV CFLAGS=-static RUN git clone -b 'v19.21' --single-branch https://github.com/davisking/dlib.git dlib/ && \ mkdir -p /dlib/build && \ cmake -H/dlib -B/dlib/build -DDLIB_USE_CUDA=1 -DUSE_AVX_INSTRUCTIONS=1 && \ cmake --build /dlib/build && \ cd /dlib && \ python3 /dlib/setup.py install --set BUILD_SHARED_LIBS=OFF # Install face recognition RUN pip3 install face_recognition # Runtime Image FROM nvidia/cuda:11.2.0-cudnn8-runtime # Install requirements RUN apt-get update && apt-get install -y \ python3 \ python3-distutils # Copy in libs COPY --from=compile /opt/venv /opt/venv COPY --from=compile \ # Sources /lib/x86_64-linux-gnu/libpthread.so.0 \ /lib/x86_64-linux-gnu/libdl.so.2 \ /lib/x86_64-linux-gnu/librt.so.1 \ /lib/x86_64-linux-gnu/libX11.so.6 \ /lib/x86_64-linux-gnu/libpng16.so.16 \ /lib/x86_64-linux-gnu/libjpeg.so.8 \ /lib/x86_64-linux-gnu/libcudnn.so.8 \ /lib/x86_64-linux-gnu/libstdc++.so.6 \ /lib/x86_64-linux-gnu/libm.so.6 \ /lib/x86_64-linux-gnu/libgcc_s.so.1 \ /lib/x86_64-linux-gnu/libc.so.6 \ /lib/x86_64-linux-gnu/libxcb.so.1 \ /lib/x86_64-linux-gnu/libz.so.1 \ /lib/x86_64-linux-gnu/libXau.so.6 \ /lib/x86_64-linux-gnu/libXdmcp.so.6 \ /lib/x86_64-linux-gnu/libbsd.so.0 \ # Destination /lib/x86_64-linux-gnu/ COPY --from=compile \ # Sources /usr/local/cuda/lib64/libcublas.so.11 \ /usr/local/cuda/lib64/libcurand.so.10 \ /usr/local/cuda/lib64/libcusolver.so.11 \ /usr/local/cuda/lib64/libcublasLt.so.11 \ # Destination /usr/local/cuda/lib64/ # Add our packages ENV PATH="/opt/venv/bin:$PATH"
Dockerfile
4
boldsort/face_recognition
docker/gpu/Dockerfile
[ "MIT" ]
# ====================================================================================================================== # Shocks based on empirical impulse responses that we want to match # ====================================================================================================================== $import ..\..\Model\matching.gms; # ---------------------------------------------------------------------------------------------------------------------- # Re-calibrate with fewer years # ---------------------------------------------------------------------------------------------------------------------- # # @load(G_dynamic_calibration, "Gdx\Baseline.gdx") # set_time_periods(%cal_end%-1, %terminal_year%); # $FIX All; $UNFIX G_dynamic_calibration; # @solve(M_dynamic_calibration); # $FIX All; $UNFIX G_post_endo; # @solve(B_post); # @unload_all(Gdx\Baseline); # ---------------------------------------------------------------------------------------------------------------------- # Link MAKRO scenarios to empirical IRFS # ---------------------------------------------------------------------------------------------------------------------- set active[scen] "Active scenario"; active[scen] = No; $GROUP G_active loss[IRF,scen] "Loss function contribution by IRF and shock" loss_total "Loss function to be minimized" MAKRO[IRF,t,scen]$(active[scen]) "MAKRO impulse responses" ; $BLOCK B_MAKRO_response E_MAKRO_G[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(G)',t,scen] =E= log(qG[gTot,t]) - log(qG.l[gTot,t]); E_MAKRO_IntRate[t,scen]$(active[scen] and tx0[t]).. MAKRO['RF',t,scen] =E= rRente['Obl',t] - rRente.l['Obl',t]; E_MAKRO_YF[t,scen]$(active[scen] and tx0[t]).. qXMarked['xTje',t] =E= qXMarked.l['xTje',t] * (1 + MAKRO['YF',t,scen]); E_MAKRO_PF[t,scen]$(active[scen] and tx0[t]).. MAKRO['PF',t,scen] =E= log(pXUdl['xVar',t]) - log(pXUdl.l['xVar',t]); E_MAKRO_POIL[t,scen]$(active[scen] and tx0[t]).. MAKRO['POIL',t,scen] =E= log(pOlie[t]) - log(pOlie.l[t]); E_MAKRO_GDP[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(GDP)',t,scen] =E= log(qBNP[t]) - log(qBNP.l[t]); E_MAKRO_C[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(C)',t,scen] =E= log(qC[cTot,t]) - log(qC.l[cTot,t]); E_MAKRO_pC[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(PC)',t,scen] =E= log(pC[cTot,t]) - log(pC.l[cTot,t]); E_MAKRO_pY[t,scen]$(active[scen] and tx0[t]).. # MAKRO['log(PY)',t,scen] =E= log(pY[sTot,t]) - log(pY.l[sTot,t]); MAKRO['log(PY)',t,scen] =E= log(pBNP[t]) - log(pBNP.l[t]); E_MAKRO_W[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(W)',t,scen] =E= log(vWHh[aTot,t]/nLHh[aTot,t]) - log(vWHh.l[aTot,t]/nLHh.l[aTot,t]); E_MAKRO_log_EX[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(EX)',t,scen] =E= log(qX['xTje',t] + qX['xVar',t] + qX['xSoe',t]) - log(qX.l['xTje',t] + qX.l['xVar',t] + qX.l['xSoe',t]); E_MAKRO_log_PEX[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(PEX)',t,scen] =E= log((vX['xTje',t] + vX['xVar',t] + vX['xSoe',t]) / (qX['xTje',t] + qX['xVar',t] + qX['xSoe',t])) - log((vX.l['xTje',t] + vX.l['xVar',t] + vX.l['xSoe',t]) / (qX.l['xTje',t] + qX.l['xVar',t] + qX.l['xSoe',t])); E_MAKRO_iM[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(IM)',t,scen] =E= log(qI['iM',t] - qI_s['iM','off',t]) - log(qI.l['iM',t] - qI_s.l['iM','off',t]); E_MAKRO_iBx[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(IBx)',t,scen] =E= log(qI['iB',t] - qIBolig[t] - qI_s['iB','off',t]) - log(qI.l['iB',t] - qIBolig.l[t] - qI_s.l['iB','off',t]); E_MAKRO_iBol[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(IBol)',t,scen] =E= log(qIBolig[t]) - log(qIBolig.l[t]); E_MAKRO_PBol[t,scen]$(active[scen] and tx0[t]).. MAKRO['log(PBol)',t,scen] =E= log(pBolig[t]) - log(pBolig.l[t]); E_MAKRO_MarkovUGap[t,scen]$(active[scen] and tx0[t]).. MAKRO['MarkovUGap',t,scen] =E= (rLedig[t] - srLedig.l[t]) - (rLedig.l[t] - srLedig.l[t]); E_MAKRO_MarkovLSupply[t,scen]$(active[scen] and tx0[t]).. MAKRO['MarkovLSupply',t,scen] =E= (nSoc['bruttoled',t] - nSoc.l['bruttoled',t]) * 10 - (snSoc['bruttoled',t] - snSoc.l['bruttoled',t]) * 10; $ENDBLOCK parameter dt[t], tBund_reaction[t], g_reaction[t]; dt[t] = t.val - %shock_year%; tBund_reaction[t]$(dt[t] = 0) = 0; tBund_reaction[t]$(dt[t] = 1) = 0.25; tBund_reaction[t]$(dt[t] = 2) = 0.5; tBund_reaction[t]$(dt[t] = 3) = 0.75; tBund_reaction[t]$(dt[t] > 3) = 1; g_reaction[t] = 0; $BLOCK B_tax_reaction E_tBund_reaction[t]$tx0E[t].. tBund[t] =E= tBund.l[t] + tBund_reaction[t] * (tBund[tEnd] - tBund.l[tEnd]); E_tBund_reaction_tEnd[t]$(tEnd[t]).. vOffNetFormue[t] / vBNP[t] =E= vOffNetFormue[t-1] / vBNP[t-1]; $ENDBLOCK $BLOCK B_G_reaction E_qG_reaction[t]$tx0E[t].. qG[gTot,t] =E= qG.l[gTot,t] + g_reaction[t] * (qG[gTot,tEnd] - qG.l[gTot,tEnd]); E_qG_reaction_tEnd[t]$(tEnd[t]).. vG[gTot,t] / vBNP[t] =E= vG.l[gTot,t] / vBNP.l[t]; $ENDBLOCK $GROUP G_GovSpending_shock rOffL2Gshock[t] "Af FM estimeret ændring i offentlig beskæftigelse som andel af stød til offentligt forbrug."; rOffL2Gshock.l[t]$(t.val = %shock_year%) = 0.073; rOffL2Gshock.l[t]$(t.val = %shock_year%+1) = 0.575; rOffL2Gshock.l[t]$(t.val = %shock_year%+2) = 0.953; rOffL2Gshock.l[t]$(t.val = %shock_year%+3) = 1.081; rOffL2Gshock.l[t]$(t.val > %shock_year%+3) = 1; $BLOCK B_GovSpending_shock E_qG_GovSpendingShock[t]$(tx0[t]).. qG[gTot,t] =E= qG.l[gTot,t] * (1 + Median['log(G)',t,'GovSpending']); E_qI_pub_GovSpendingShock[i,t]$(tx0[t] and (sameas['iM',i] or sameas['iB',i])).. # qI_s[i,'off',t] / qI_s.l[i,'off',t] =E= nL['off',t] / nL.l['off',t]; qI_s[i,'off',t] =E= qI_s.l[i,'off',t] * (1 + Median['log(G)',t,'GovSpending']); E_nL_GovSpendingShock[t]$(tx0[t]).. nL['off',t] =E= nL.l['off',t] * (1 + rOffL2Gshock[t] * Median['log(G)',t,'GovSpending']); E_vtLukning_GovSpendingShock[t]$(tx0[t]).. # Parametrene er estimeret på vækst- og inflations-korrigeret data, og vi skal derfor ikke korrigere de laggede variable. vtLukning[aTot,t] - vtLukning.l[aTot,t] =E= 0.46 * (vtLukning[aTot,t-1] - vtLukning.l[aTot,t-1]) - 0.43 * ((vG[gTot,t] + vI_s['iM','off',t] + vI_s['iB','off',t]) - (vG.l[gTot,t] + vI_s.l['iM','off',t] + vI_s.l['iB','off',t])) + 0.36 * ((vG[gTot,t-3] + vI_s['iM','off',t-3] + vI_s['iB','off',t-3]) - (vG.l[gTot,t-3] + vI_s.l['iM','off',t-3] + vI_s.l['iB','off',t-3])); $ENDBLOCK $BLOCK B_ForeignDemand_shock # Foreign demand shock E_pUdl_ForeignDemandShock[t]$(tx0[t]).. MAKRO['PF',t,'ForeignDemand'] =E= Median['PF',t,'ForeignDemand']; E_qXMarked_ForeignDemandShock[x,t]$(tx0[t]).. qXMarked[x,t] =E= qXMarked.l[x,t] * (1 + Median['YF',t,'ForeignDemand']); E_IntRate_ForeignDemandShock[t]$(tx0[t]).. rRente['Obl',t] =E= rRente.l['Obl',t] + Median['RF',t,'ForeignDemand']; # E_rIndlAktiePrem_ForeignDemandShock[sp,t]$(tx0[t]).. # rIndlAktiePrem[sp,t] =E= rIndlAktiePrem.l[sp,t] - Median['RF',t,'ForeignDemand']; E_rDisk_ForeignDemandShock_t1[t,scen]$(active[scen] and t1[t]).. MAKRO['log(C)',t,scen] =E= Median['log(C)',t,scen]; E_rDisk_ForeignDemandShock_tx1[t,scen]$(active[scen] and tx1[t]).. (rDisk_t[t-1] - rDisk_t.l[t-1]) * 0.4 =E= rDisk_t[t] - rDisk_t.l[t]; $ENDBLOCK $BLOCK B_IntRate_shock # Foreign interest rate shock E_pUdl_IntRateShock[t]$(tx0[t]).. MAKRO['PF',t,'IntRate'] =E= Median['PF',t,'IntRate']; E_qXMarked_IntRateShock[x,t]$(tx0[t]).. qXMarked[x,t] =E= qXMarked.l[x,t] * (1 + Median['YF',t,'IntRate']); E_IntRate_IntRateShock[t]$(tx0[t]).. rRente['Obl',t] =E= rRente.l['Obl',t] + Median['RF',t,'IntRate']; # E_rIndlAktiePrem_IntRateShock[sp,t]$(tx0[t]).. # rIndlAktiePrem[sp,t] =E= rIndlAktiePrem.l[sp,t] - Median['RF',t,'IntRate']; $ENDBLOCK $BLOCK B_OilPrice_shock # Oil prices shock E_pOil_OilPriceShock[t]$(tx0[t]).. MAKRO['pOil',t,'OilPrice'] =E= Median['pOil',t,'OilPrice']; E_pUdl_OilPriceShock[t]$(tx0[t]).. MAKRO['PF',t,'OilPrice'] =E= Median['PF',t,'OilPrice']; E_qXMarked_OilPriceShock[x,t]$(tx0[t]).. qXMarked[x,t] =E= qXMarked.l[x,t] * (1 + Median['YF',t,'OilPrice']); E_IntRate_OilPriceShock[t]$(tx0[t]).. rRente['Obl',t] =E= rRente.l['Obl',t] + Median['RF',t,'OilPrice']; # E_rIndlAktiePrem_OilPriceShock[sp,t]$(tx0[t]).. # rIndlAktiePrem[sp,t] =E= rIndlAktiePrem.l[sp,t] - Median['RF',t,'OilPrice']; $ENDBLOCK $MODEL M_ForeignDemand_shock M_base B_MAKRO_response, B_loss_function B_tax_reaction # B_G_reaction B_ForeignDemand_shock ; $MODEL M_GovSpending_shock M_base B_MAKRO_response, B_loss_function B_tax_reaction B_GovSpending_shock ; $MODEL M_IntRate_shock M_base B_MAKRO_response, B_loss_function B_tax_reaction B_IntRate_shock ; $MODEL M_OilPrice_shock M_base B_MAKRO_response, B_loss_function B_tax_reaction B_OilPrice_shock ; $MODEL M_LaborSupply_shock M_base B_MAKRO_response, B_loss_function B_tax_reaction # B_G_reaction ; # ====================================================================================================================== # Shock model with SVAR impulses and solve square collection of scenario models with fixed parameters # ====================================================================================================================== set_time_periods(%shock_year%-1, %terminal_year%); $GROUP G_reset All, -G_matching; # We reset everything after each shock, except the responses stored in 'MAKRO' @save(G_reset); # ---------------------------------------------------------------------------------------------------------------------- # Gov shock # ---------------------------------------------------------------------------------------------------------------------- # Government consumption and capital investments follow SVAR median @reset(G_reset); active[scen] = yes$(sameas[scen,"GovSpending"]); $FIX All; $UNFIX G_endo, G_active; $UNFIX tBund$(tx0[t]); $UNFIX qI_s$((sameas['iM',i_] or sameas['iB',i_]) and sOff[s_] and tx0[t]); $UNFIX qG[g_,t]$(tx0[t] and sameas['gTot',g_]); $UNFIX nL$(tx0[t] and sameas['off',s_]); $UNFIX vtLukning$(tx0[t] and aTot[a_]); @solve(M_GovSpending_shock) $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload_all(Gdx\GovSpending_VARshock); # ---------------------------------------------------------------------------------------------------------------------- # rRente rate shock # ---------------------------------------------------------------------------------------------------------------------- @reset(G_reset); active[scen] = yes$(sameas[scen,"IntRate"]); $FIX All; $UNFIX G_endo, G_active; $UNFIX tBund$(tx0[t]); $UNFIX qXMarked$(tx0[t]); $UNFIX pUdl$(tx0[t]); $UNFIX rRente$(tx0[t] and sameas[portf,'Obl']); # $UNFIX rIndlAktiePrem$(tx0[t]); @solve(M_IntRate_shock) $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload_all(Gdx\IntRate_VARshock); # ---------------------------------------------------------------------------------------------------------------------- # Foreign demand shock # ---------------------------------------------------------------------------------------------------------------------- @reset(G_reset); active[scen] = yes$(sameas[scen,"ForeignDemand"]); $FIX All; $UNFIX G_endo, G_active; $UNFIX tBund$(tx0[t]); $UNFIX qXMarked$(tx0[t]); $UNFIX pUdl$(tx0[t]); $UNFIX rRente$(tx0[t] and sameas[portf,'Obl']); # $UNFIX rIndlAktiePrem$(tx0[t]); $UNFIX rDisk_t$(tx0[t]); @solve(M_ForeignDemand_shock) $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload_all(Gdx\ForeignDemand_VARshock); # ---------------------------------------------------------------------------------------------------------------------- # Oil price shock # ---------------------------------------------------------------------------------------------------------------------- @reset(G_reset); active[scen] = yes$(sameas[scen,"OilPrice"]); $FIX All; $UNFIX G_endo, G_active; $UNFIX tBund$(tx0[t]); $UNFIX qXMarked$(tx0[t]); $UNFIX pUdl$(tx0[t]); $UNFIX pOlie$(tx0[t]); $UNFIX rRente$(tx0[t] and sameas[portf,'Obl']); # $UNFIX rIndlAktiePrem$(tx0[t]); @solve(M_OilPrice_shock) $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload_all(Gdx\OilPrice_VARshock); # ---------------------------------------------------------------------------------------------------------------------- # Labor supply shock # ---------------------------------------------------------------------------------------------------------------------- @reset(G_reset); active[scen] = yes$(sameas[scen,"LaborSupply"]); nPop.l[a,t] = nPop.l[a,t] * nPop_shock[a,t]; snSocFraBesk[soc_,aTot,t]$tx0[t] = sum(a, snSocFraBesk[soc_,a,t] * nPop_shock[a,t]); snSocResidual[soc_,aTot,t]$tx0[t] = sum(a, snSocResidual[soc_,a,t] * nPop_shock[a,t]); dSoc2dBesk.l[soc,t]$tx0[t] = snSocFraBesk[soc,aTot,t] / sum(a, snLHh.l[a,t] * nPop_shock[a,t]); dSoc2dPop.l[soc,t]$tx0[t] = snSocResidual[soc,aTot,t] / sum(a$a15t100[a], nPop.l[a,t]); $FIX All; $UNFIX G_endo, G_active; $UNFIX tBund$(tx0[t]); @solve(M_LaborSupply_shock) $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload_all(Gdx\LaborSupply_VARshock); $GROUP G_output G_active, G_matching_parameters, G_IRF, MAKRO; @unload_group(G_output, Gdx\matching_shocks);
GAMS
4
gemal/MAKRO
Analysis/Shocks_Main/VARshocks.gms
[ "MIT" ]
(* Copyright 2016 Yoichi Hirai 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. *) theory Parse imports Main "lem/Evm" begin type_synonym "nibble" = "4 word" type_synonym "byte" = "8 word" datatype parse_byte_result = Complete inst | Incomplete nat abbreviation "push n == Incomplete n" definition parse_byte :: "byte \<Rightarrow> parse_byte_result" where "parse_byte = (\<lambda> b. Complete (Unknown b)) ( 0x00 := Complete (Misc STOP) , 0x01 := Complete (Arith ADD) , 0x02 := Complete (Arith MUL) , 0x03 := Complete (Arith SUB) , 0x04 := Complete (Arith DIV) , 0x05 := Complete (Sarith SDIV) , 0x06 := Complete (Arith MOD) , 0x07 := Complete (Sarith SMOD) , 0x08 := Complete (Arith ADDMOD) , 0x09 := Complete (Arith MULMOD) , 0x0a := Complete (Arith EXP) , 0x0b := Complete (Sarith SIGNEXTEND) , 0x10 := Complete (Arith inst_LT) , 0x11 := Complete (Arith inst_GT) , 0x12 := Complete (Sarith SLT) , 0x13 := Complete (Sarith SGT) , 0x14 := Complete (Arith inst_EQ) , 0x15 := Complete (Arith ISZERO) , 0x16 := Complete (Bits inst_AND) , 0x17 := Complete (Bits inst_OR) , 0x18 := Complete (Bits inst_XOR) , 0x19 := Complete (Bits inst_NOT) , 0x1a := Complete (Bits BYTE) , 0x20 := Complete (Arith SHA3) , 0x30 := Complete (Info ADDRESS) , 0x31 := Complete (Info BALANCE) , 0x32 := Complete (Info ORIGIN) , 0x33 := Complete (Info CALLER) , 0x34 := Complete (Info CALLVALUE) , 0x35 := Complete (Stack CALLDATALOAD) , 0x36 := Complete (Info CALLDATASIZE) , 0x37 := Complete (Memory CALLDATACOPY) , 0x38 := Complete (Info CODESIZE) , 0x39 := Complete (Memory CODECOPY) , 0x3a := Complete (Info GASPRICE) , 0x3b := Complete (Info EXTCODESIZE) , 0x3c := Complete (Memory EXTCODECOPY) , 0x40 := Complete (Info BLOCKHASH) , 0x41 := Complete (Info COINBASE) , 0x42 := Complete (Info TIMESTAMP) , 0x43 := Complete (Info NUMBER) , 0x44 := Complete (Info DIFFICULTY) , 0x45 := Complete (Info GASLIMIT) , 0x50 := Complete (Stack POP) , 0x51 := Complete (Memory MLOAD) , 0x52 := Complete (Memory MSTORE) , 0x53 := Complete (Memory MSTORE8) , 0x54 := Complete (Storage SLOAD) , 0x55 := Complete (Storage SSTORE) , 0x56 := Complete (Pc JUMP) , 0x57 := Complete (Pc JUMPI) , 0x58 := Complete (Pc PC) , 0x59 := Complete (Memory MSIZE) , 0x5a := Complete (Info GAS) , 0x5b := Complete (Pc JUMPDEST) , 0x60 := push 1 , 0x61 := push 2 , 0x62 := push 3 , 0x63 := push 4 , 0x64 := push 5 , 0x65 := push 6 , 0x66 := push 7 , 0x67 := push 8 , 0x68 := push 9 , 0x69 := push 10 , 0x6a := push 11 , 0x6b := push 12 , 0x6c := push 13 , 0x6d := push 14 , 0x6e := push 15 , 0x6f := push 16 , 0x70 := push 17 , 0x71 := push 18 , 0x72 := push 19 , 0x73 := push 20 , 0x74 := push 21 , 0x75 := push 22 , 0x76 := push 23 , 0x77 := push 24 , 0x78 := push 25 , 0x79 := push 26 , 0x7a := push 27 , 0x7b := push 28 , 0x7c := push 29 , 0x7d := push 30 , 0x7e := push 31 , 0x7f := push 32 , 0x80 := Complete (Dup 0) , 0x81 := Complete (Dup 1) , 0x82 := Complete (Dup 2) , 0x83 := Complete (Dup 3) , 0x84 := Complete (Dup 4) , 0x85 := Complete (Dup 5) , 0x86 := Complete (Dup 6) , 0x87 := Complete (Dup 7) , 0x88 := Complete (Dup 8) , 0x89 := Complete (Dup 9) , 0x8a := Complete (Dup 10) , 0x8b := Complete (Dup 11) , 0x8c := Complete (Dup 12) , 0x8d := Complete (Dup 13) , 0x8e := Complete (Dup 14) , 0x8f := Complete (Dup 15) , 0x90 := Complete (Swap 0) , 0x91 := Complete (Swap 1) , 0x92 := Complete (Swap 2) , 0x93 := Complete (Swap 3) , 0x94 := Complete (Swap 4) , 0x95 := Complete (Swap 5) , 0x96 := Complete (Swap 6) , 0x97 := Complete (Swap 7) , 0x98 := Complete (Swap 8) , 0x99 := Complete (Swap 9) , 0x9a := Complete (Swap 10) , 0x9b := Complete (Swap 11) , 0x9c := Complete (Swap 12) , 0x9d := Complete (Swap 13) , 0x9e := Complete (Swap 14) , 0x9f := Complete (Swap 15) , 0xa0 := Complete (Log LOG0) , 0xa1 := Complete (Log LOG1) , 0xa2 := Complete (Log LOG2) , 0xa3 := Complete (Log LOG3) , 0xa4 := Complete (Log LOG4) , 0xf0 := Complete (Misc CREATE) , 0xf1 := Complete (Misc CALL) , 0xf2 := Complete (Misc CALLCODE) , 0xf3 := Complete (Misc RETURN) , 0xf4 := Complete (Misc DELEGATECALL) , 0xff := Complete (Misc SUICIDE) )" value "parse_byte 0xa8" (* Now, need to parse a sequence of bytes. When you meet Incomplete, you have to make sure that the result is shorter. *) fun parse_bytes :: "byte list \<Rightarrow> inst list" where "parse_bytes [] = []" | "parse_bytes (b # rest) = (case parse_byte b of Complete i \<Rightarrow> i # (parse_bytes rest) | Incomplete n \<Rightarrow> (* TODO: maybe do a pattern match on n and rest to make it faster *) (Stack (PUSH_N (take n rest ))) # (parse_bytes (drop n rest)) )" declare parse_bytes.simps [simp] value "parse_bytes [0x60, 0x60, 0x60, 0x40]" text "I still want to parse something like 0x6060604052604051" text "How do I do that?" text "Maybe Isabelle/HOL has some string literals." value "''foobar'' ! 1 :: char" definition byte_of_char :: "char \<Rightarrow> byte" where "byte_of_char c = of_nat (String.nat_of_char c)" declare byte_of_char_def [simp] definition integer_of_hex_char :: "char \<Rightarrow> integer" where "integer_of_hex_char c = (if integer_of_char c \<ge> 48 \<and> integer_of_char c < 58 then integer_of_char c - 48 else if integer_of_char c \<ge> 97 \<and> integer_of_char c < 103 then integer_of_char c - 87 else 0 )" declare integer_of_hex_char_def [simp] value "integer_of_hex_char (CHR ''0'')" fun bytes_of_hex_content :: "char list \<Rightarrow> byte list" where "bytes_of_hex_content [] = []" | "bytes_of_hex_content (m # n # rest) = (word_of_int (int_of_integer ((integer_of_hex_char m) * 16 + integer_of_hex_char n)) # bytes_of_hex_content rest)" abbreviation parse_bytecode :: "char list \<Rightarrow> inst list" where "parse_bytecode c == parse_bytes (bytes_of_hex_content c)" value "parse_byte 111" value "parse_bytes [111, 200, 75, 166, 188, 149, 72, 64, 8, 246, 54, 47, 147, 22, 14, 243, 229, 99]" value "parse_bytecode ''6060604052600035900463ffffffff168063dffeadd014603a575b5b34156041575b6047''" end
Isabelle
5
pirapira/eth-isabelle
Parse.thy
[ "Apache-2.0" ]
httpService = new http(); httpService.setUrl("http://localhost:28139/?format=json&"); httpService.setMethod("GET"); httpService.addParam(type="header", name="Host", value="api.ipify.org"); httpService.addParam(type="header", name="Accept", value="*/*"); httpService.addParam(type="header", name="User-Agent", value="GiftTalk/2.7.2 (iPhone; iOS 9.0.2; Scale/3.00)"); httpService.addParam(type="header", name="Accept-Language", value="en-CN;q=1, zh-Hans-CN;q=0.9"); result = httpService.send().getPrefix(); writeDump(result);
ColdFusion
3
csperando/curlconverter
test/fixtures/cfml/get_charles_syntax.cfm
[ "MIT" ]
_ = require 'underscore' React = require "react" classnames = require 'classnames' {Actions, Contact} = require 'nylas-exports' {Menu, MenuItem} = require('electron').remote MAX_COLLAPSED = 5 class MessageParticipants extends React.Component @displayName: 'MessageParticipants' @propTypes: to: React.PropTypes.array cc: React.PropTypes.array bcc: React.PropTypes.array from: React.PropTypes.array onClick: React.PropTypes.func isDetailed: React.PropTypes.bool @defaultProps: to: [] cc: [] bcc: [] from: [] # Helpers _allToParticipants: => _.union(@props.to, @props.cc, @props.bcc) _selectText: (e) => textNode = e.currentTarget.childNodes[0] range = document.createRange() range.setStart(textNode, 0) range.setEnd(textNode, textNode.length) selection = document.getSelection() selection.removeAllRanges() selection.addRange(range) _shortNames: (contacts = [], max = MAX_COLLAPSED) => names = _.map(contacts, (c) -> c.displayName(includeAccountLabel: true, compact: true)) if names.length > max extra = names.length - max names = names.slice(0, max) names.push("and #{extra} more") names.join(", ") _onContactContextMenu: (contact) => menu = new Menu() menu.append(new MenuItem({role: 'copy'})) menu.append(new MenuItem({ label: "Email #{contact.email}", click: => Actions.composeNewDraftToRecipient(contact) })) menu.popup(NylasEnv.getCurrentWindow()) # Renderers _renderFullContacts: (contacts = []) => _.map(contacts, (c, i) => if contacts.length is 1 then comma = "" else if i is contacts.length-1 then comma = "" else comma = "," if c.name?.length > 0 and c.name isnt c.email <div key={"#{c.email}-#{i}"} className="participant selectable"> <div className="participant-primary" onClick={@_selectText}> {c.fullName()} </div> <div className="participant-secondary"> {" <"} <span onClick={@_selectText} onContextMenu={=> @_onContactContextMenu(c)} > {c.email} </span> {">#{comma}"} </div> </div> else <div key={"#{c.email}-#{i}"} className="participant selectable"> <div className="participant-primary"> <span onClick={@_selectText} onContextMenu={=> @_onContactContextMenu(c)} > {c.email} </span> {comma} </div> </div> ) _renderExpandedField: (name, field, {includeLabel} = {}) => includeLabel ?= true <div className="participant-type" key={"participant-type-#{name}"}> { if includeLabel <div className={"participant-label #{name}-label"}>{name}:&nbsp;</div> else undefined } <div className={"participant-name #{name}-contact"}> {@_renderFullContacts(field)} </div> </div> _renderExpanded: => expanded = [] if @props.from.length > 0 expanded.push( @_renderExpandedField('from', @props.from, includeLabel: false) ) if @props.to.length > 0 expanded.push( @_renderExpandedField('to', @props.to) ) if @props.cc.length > 0 expanded.push( @_renderExpandedField('cc', @props.cc) ) if @props.bcc.length > 0 expanded.push( @_renderExpandedField('bcc', @props.bcc) ) <div className="expanded-participants"> {expanded} </div> _renderCollapsed: => childSpans = [] toParticipants = @_allToParticipants() if @props.from.length > 0 childSpans.push( <span className="participant-name from-contact" key="from">{@_shortNames(@props.from)}</span> ) if toParticipants.length > 0 childSpans.push( <span className="participant-label to-label" key="to-label">To:&nbsp;</span> <span className="participant-name to-contact" key="to-value">{@_shortNames(toParticipants)}</span> ) <span className="collapsed-participants"> {childSpans} </span> render: => classSet = classnames "participants": true "message-participants": true "collapsed": not @props.isDetailed "from-participants": @props.from.length > 0 "to-participants": @_allToParticipants().length > 0 <div className={classSet} onClick={@props.onClick}> {if @props.isDetailed then @_renderExpanded() else @_renderCollapsed()} </div> module.exports = MessageParticipants
CoffeeScript
4
cnheider/nylas-mail
packages/client-app/internal_packages/message-list/lib/message-participants.cjsx
[ "MIT" ]
\begin{code} open import Data.Empty using (⊥; ⊥-elim) open import Data.Sum using (_⊎_; inj₁; inj₂) open import Data.Product using (_×_; _,_; proj₁; proj₂) open import Function using (_∘_) open import Relation.Nullary using (¬_) \end{code} Two halves of de Morgan's laws hold intuitionistically. The other two halves are each equivalent to the law of double negation. \begin{code} dem1 : ∀ {A B : Set} → A × B → ¬ (¬ A ⊎ ¬ B) dem1 (a , b) (inj₁ ¬a) = ¬a a dem1 (a , b) (inj₂ ¬b) = ¬b b dem2 : ∀ {A B : Set} → A ⊎ B → ¬ (¬ A × ¬ B) dem2 (inj₁ a) (¬a , ¬b) = ¬a a dem2 (inj₂ b) (¬a , ¬b) = ¬b b \end{code} For the other variant of De Morgan's law, one way is an isomorphism. \begin{code} -- dem-≃ : ∀ {A B : Set} → (¬ (A ⊎ B)) ≃ (¬ A × ¬ B) -- dem-≃ = →-distributes-⊎ \end{code} The other holds in only one direction. \begin{code} dem-half : ∀ {A B : Set} → ¬ A ⊎ ¬ B → ¬ (A × B) dem-half (inj₁ ¬a) (a , b) = ¬a a dem-half (inj₂ ¬b) (a , b) = ¬b b \end{code} The other variant does not appear to be equivalent to classical logic. So that undermines my idea that basic propositions are either true intuitionistically or equivalent to classical logic. For several of the laws equivalent to classical logic, the reverse direction holds in intuitionistic long. \begin{code} implication-inv : ∀ {A B : Set} → (¬ A ⊎ B) → A → B implication-inv (inj₁ ¬a) a = ⊥-elim (¬a a) implication-inv (inj₂ b) a = b demorgan-inv : ∀ {A B : Set} → A ⊎ B → ¬ (¬ A × ¬ B) demorgan-inv (inj₁ a) (¬a , ¬b) = ¬a a demorgan-inv (inj₂ b) (¬a , ¬b) = ¬b b \end{code}
Literate Agda
4
manikdv/plfa.github.io
extra/extra/Negation-notes.lagda
[ "CC-BY-4.0" ]
package Func; import Vector::*; // 参数:Vector 类型的变量 // 返回:返回 Vector 的长度 function Integer vectorLen(Vector#(n, td) vec) = valueOf(n); // 功能:把寄存器向量中的数据取出来,组成新的数据向量返回 // 参数:Vector#(n, Reg#(td)) 寄存器向量 // 返回:Vector#(n, td) function Vector#(n, td) regVector2Vector( Vector#(n, Reg#(td)) reg_vec ) provisos( Bits#(td, sz) ); Vector#(n, td) vec; for(Integer i=0; i<valueOf(n); i=i+1) vec[i] = reg_vec[i]._read; return vec; endfunction // 参数:两个相同类型的变量,必须派生自 Arith // 返回:返回它们的平方和 function td squareSum2(td a, td b) provisos( Arith#(td) ); return a*a + b*b; endfunction // 参数:Bit#(n) data // 返回:返回它最高位的1的下标。 // 举例:data=8'b00100101 时,返回 3'd5 function UInt#(k) highestOnePosition(Bit#(n) data) provisos( Log#(n, k) ); // 要求返回值的位宽和输入数据的位宽有 Log#() 的约束 UInt#(k) pos = 0; for(Integer i = 0; i < valueOf(n); i=i+1) // 从 0 到 n-1 (data的最高位下标) if( data[i] == 1 ) pos = fromInteger(i); return pos; endfunction // 参数:Vector类型,长度任意,元素类型任意(但必须派生自 Arith ) // 返回:Vector 求和 function td vectorSum(Vector#(len, td) vec) provisos( Arith#(td) ); td sum = 0; for(Integer i=0; i<valueOf(len); i=i+1) sum = sum + vec[i]; return sum; endfunction // 参数:Vector类型,长度任意,元素类型任意(但必须派生自 Arith ) // 返回:Vector 求和(无符号数),但扩展返回值的位宽,让它不可能溢出。 function td2 vectorSumAutoExtend(Vector#(len, td1) vec) provisos( Arith#(td2), Bits#(td1, sz1), Bits#(td2, sz2), Add#(sz1, TLog#(len), sz2) ); td2 sum = 0; for(Integer i=0; i<valueOf(len); i=i+1) sum = sum + unpack(extend(pack(vec[i]))); return sum; endfunction module mkTb(); /* // ------------------------- highestOnePosition 使用例 ------------------------- Reg#(Bit#(16)) cnt <- mkReg(0); rule test; let pos = highestOnePosition(cnt); // 根据 highestOnePosition 的 provisos 知道 pos 是 UInt(4) //UInt#(4) pos = highestOnePosition(cnt); // 这样也可以,但用户还要手动推断要用 UInt(4) ,不如 let 方便 $display("cnt=%b highestOnePosition(cnt)=%d", cnt, pos); cnt <= cnt + 1; if(cnt > 20) $finish; endrule */ // ------------------------- vectorSumAutoExtend 使用例 ------------------------- rule test; Vector#(7, UInt#(32)) vec1 = replicate(0); vec1[1] = 2; vec1[6] = 4; vec1[5] = 1; UInt#(35) sum = vectorSumAutoExtend(vec1); $display("sum(vec1)=%d", sum ); $finish; endrule endmodule endpackage
Bluespec
5
Xiefengshang/BSV_Tutorial_cn
src/21.PolyFunc/Func.bsv
[ "MIT" ]
module.exports = { activateCallCount: 0, activationCommandCallCount: 0, initialize() {}, activate () { this.activateCallCount++ atom.commands.add('atom-workspace', 'activation-command-2', () => this.activationCommandCallCount++) }, deserializeMethod1 (state) { return { wasDeserializedBy: 'deserializeMethod1', state: state } }, deserializeMethod2 (state) { return { wasDeserializedBy: 'deserializeMethod2', state: state } } }
JavaScript
3
Embodimentgeniuslm3/BDB11A0E2DE062D2E39E4C5301B2FE5E
spec/fixtures/packages/package-with-activation-commands-and-deserializers/index.js
[ "MIT" ]
use v6; say qq{ Problem 28 Starting with the number 1 and moving to the right in a clockwise direction a 5 by 5 spiral is formed as follows: 21 22 23 24 25 20 7 8 9 10 19 6 1 2 11 18 5 4 3 12 17 16 15 14 13 It can be verified that the sum of the numbers on the diagonals is 101. What is the sum of the numbers on the diagonals in a 1001 by 1001 spiral formed in the same way? }; # 0.16s # say euler28(); # 0.16s; say euler28b(); sub euler28 { my $s = 0; for 3,5...1001 -> $n { $s += 4*($n-2)**2 + 10*($n-1); } return $s+1; } sub euler28b { return 1+[+] (4*($_-2)**2 + 10*($_-1) for 3,5...1001) }
Perl6
4
Wikunia/hakank
perl6/euler28.p6
[ "MIT" ]
:less @import "library.less"; div.section { border: solid 1px blue; .rounded-border(5px); }
Scaml
4
maslovalex/scalate
scalate-less/src/test/resources/org/fusesource/scalate/filter/less/inline_include.scaml
[ "Apache-2.0" ]
/* Copyright © 2011, 2012 MLstate This file is part of OPA. OPA is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. OPA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with OPA. If not, see <http://www.gnu.org/licenses/>. */ package stdlib.database.common DbCommon = {{ @package path_to_id(path:list(string)) = Uri.to_string(~{path fragment=none query=[] is_directory=false is_from_root=true}) Compose = {{ @package read(elements) = (value, nothing) = List.fold( (field, path), (acc, nothing) -> #<Ifstatic:DBGEN_DEBUG> do Log.notice("Db.build_vpath_compose", " field {field} start reading") #<End> backfield = OpaValue.Record.field_of_name_unsafe(field) match path.read() with | {none} -> data = OpaValue.Record.unsafe_dot(default, backfield) (OpaValue.Record.add_field(acc, backfield, data), nothing) | {some=data} -> (OpaValue.Record.add_field(acc, backfield, data), false) , elements, (OpaValue.Record.empty_constructor(), true)) if nothing then {none} else {some = OpaValue.Record.make_record(value)} @package remove(elements) = List.iter((_field, path) -> path.more.remove(), elements) @package write(elements, data) = List.fold( (field, path), b -> backfield = OpaValue.Record.field_of_name_unsafe(field) data = OpaValue.Record.unsafe_dot(data, backfield) b && path.more.write(data) , elements, true ) }} }}
Opa
3
Machiaweliczny/oppailang
lib/stdlib/database/common/db_common.opa
[ "MIT" ]
import { useRouter } from 'next/router' import Link from 'next/link' export default function Page() { // eslint-disable-next-line @typescript-eslint/no-unused-vars const router = useRouter() return ( <> <p>hello world</p> <Link href="/another"> <a>to /another</a> </Link> </> ) }
TypeScript
3
ottob/next.js
test/production/typescript-basic/app/pages/index.tsx
[ "MIT" ]
[b = "c" i] {}
CSS
0
vjpr/swc
css/parser/tests/fixture/esbuild/misc/Drl1Excz8WEwlfIfA2oRQg/input.css
[ "Apache-2.0", "MIT" ]
#tag Window Begin BotWindow ProfileWindow BackColor = "#Colors.UI.WindowBackColor" Backdrop = "" CloseButton = True Composite = False Frame = 0 FullScreen = False HasBackColor = True Height = 304 ImplicitInstance= True LiveResize = True MacProcID = 0 MaxHeight = 32000 MaximizeButton = False MaxWidth = 32000 MenuBar = "" MenuBarVisible = True MinHeight = 304 MinimizeButton = True MinWidth = 592 Placement = 3 Resizeable = True Title = "%USER's Profile - BNRBot" Visible = True Width = 592 Begin TextArea fldUsername AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "" Italic = "" Left = 90 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = True LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 1 TabPanelIndex = 0 TabStop = True Text = "USER" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 10 Underline = "" UseFocusRing = True Visible = True Width = 248 End Begin TextArea fldAge AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "" Italic = "" Left = 90 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = True LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 3 TabPanelIndex = 0 TabStop = True Text = "profile\\age" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 33 Underline = "" UseFocusRing = True Visible = True Width = 248 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 0 InitialParent = "" Italic = "" Left = 10 LockBottom = "" LockedInPosition= False LockLeft = True LockRight = "" LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 0 TabPanelIndex = 0 TabStop = True Text = "Username:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 10 Transparent = True Underline = "" Visible = True Width = 80 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 1 InitialParent = "" Italic = "" Left = 10 LockBottom = False LockedInPosition= False LockLeft = True LockRight = "" LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 2 TabPanelIndex = 0 TabStop = True Text = "Age:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 33 Transparent = True Underline = "" Visible = True Width = 80 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 2 InitialParent = "" Italic = "" Left = 10 LockBottom = False LockedInPosition= False LockLeft = True LockRight = "" LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 4 TabPanelIndex = 0 TabStop = True Text = "Sex:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 56 Transparent = True Underline = "" Visible = True Width = 80 End Begin TextArea fldSex AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "" Italic = "" Left = 90 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = True LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 5 TabPanelIndex = 0 TabStop = True Text = "profile\\sex" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 56 Underline = "" UseFocusRing = True Visible = True Width = 248 End Begin TextArea fldDescription AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= True BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 176 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "" Italic = "" Left = 90 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = True LockedInPosition= False LockLeft = True LockRight = True LockTop = True Mask = "" Multiline = True ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= True Styled = "" TabIndex = 9 TabPanelIndex = 0 TabStop = True Text = "profile\\description" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 118 Underline = "" UseFocusRing = True Visible = True Width = 248 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 3 InitialParent = "" Italic = "" Left = 10 LockBottom = False LockedInPosition= False LockLeft = True LockRight = "" LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 8 TabPanelIndex = 0 TabStop = True Text = "Description:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 118 Transparent = True Underline = "" Visible = True Width = 80 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 4 InitialParent = "" Italic = "" Left = 10 LockBottom = False LockedInPosition= False LockLeft = True LockRight = "" LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 6 TabPanelIndex = 0 TabStop = True Text = "Location:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 79 Transparent = True Underline = "" Visible = True Width = 80 End Begin TextArea fldLocation AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 31 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "" Italic = "" Left = 90 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = True LockRight = True LockTop = True Mask = "" Multiline = True ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= True Styled = False TabIndex = 7 TabPanelIndex = 0 TabStop = True Text = "profile\\location" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 79 Underline = "" UseFocusRing = True Visible = True Width = 248 End Begin PushButton btnClose AutoDeactivate = True Bold = "" ButtonStyle = 0 Cancel = True Caption = "Close" Default = True Enabled = True Height = 22 HelpTag = "" Index = -2147483648 InitialParent = "" Italic = "" Left = 10 LockBottom = True LockedInPosition= False LockLeft = True LockRight = "" LockTop = "" Scope = 0 TabIndex = 11 TabPanelIndex = 0 TabStop = True TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 272 Underline = "" Visible = True Width = 68 End Begin PushButton btnUpdate AutoDeactivate = True Bold = "" ButtonStyle = 0 Cancel = "" Caption = "Update" Default = False Enabled = True Height = 22 HelpTag = "" Index = -2147483648 InitialParent = "" Italic = "" Left = 10 LockBottom = True LockedInPosition= False LockLeft = True LockRight = "" LockTop = "" Scope = 0 TabIndex = 12 TabPanelIndex = 0 TabStop = True TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 242 Underline = "" Visible = False Width = 68 End Begin PagePanel Pages AutoDeactivate = True Enabled = True Height = 231 HelpTag = "" Index = -2147483648 InitialParent = "" Left = 342 LockBottom = True LockedInPosition= False LockLeft = False LockRight = True LockTop = True PanelCount = 2 Panels = "" Scope = 0 TabIndex = 10 TabPanelIndex = 0 TabStop = True Top = 33 Value = 0 Visible = True Width = 250 Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 10 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 9 TabPanelIndex = 1 TabStop = True Text = "Play Time:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 155 Transparent = True Underline = "" Visible = True Width = 86 End Begin TextArea fldRecord0LastGame AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 10 TabPanelIndex = 1 TabStop = True Text = "record\\GAME\\0\\last game" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 155 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord0Wins AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 2 TabPanelIndex = 1 TabStop = True Text = "record\\GAME\\0\\wins" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 63 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord0LastGameResult AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 8 TabPanelIndex = 1 TabStop = True Text = "record\\GAME\\0\\last game result" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 132 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord0Disconnects AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 6 TabPanelIndex = 1 TabStop = True Text = "record\\GAME\\0\\disconnects" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 109 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord0Losses AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 4 TabPanelIndex = 1 TabStop = True Text = "record\\GAME\\0\\losses" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 86 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 9 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 7 TabPanelIndex = 1 TabStop = True Text = "Last Game:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 132 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 8 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 5 TabPanelIndex = 1 TabStop = True Text = "Disconnects:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 109 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 7 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 3 TabPanelIndex = 1 TabStop = True Text = "Losses:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 86 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 6 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 1 TabPanelIndex = 1 TabStop = True Text = "Wins:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 63 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = True DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 5 InitialParent = "Pages" Italic = "" Left = 351 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 0 TabPanelIndex = 1 TabStop = True Text = "Normal Games:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 43 Transparent = True Underline = "" Visible = True Width = 230 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 11 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 9 TabPanelIndex = 2 TabStop = True Text = "Play Time:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 155 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 12 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 7 TabPanelIndex = 2 TabStop = True Text = "Last Game:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 132 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 13 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 5 TabPanelIndex = 2 TabStop = True Text = "Disconnects:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 109 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 14 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 3 TabPanelIndex = 2 TabStop = True Text = "Losses:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 86 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 15 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 1 TabPanelIndex = 2 TabStop = True Text = "Wins:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 63 Transparent = True Underline = "" Visible = True Width = 86 End Begin Label txtJunk AutoDeactivate = True Bold = True DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 16 InitialParent = "Pages" Italic = "" Left = 351 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 0 TabPanelIndex = 2 TabStop = True Text = "Ladder Games:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 43 Transparent = True Underline = "" Visible = True Width = 230 End Begin TextArea fldRecord1Losses AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 4 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\losses" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 86 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord1Disconnects AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 6 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\disconnects" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 109 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord1LastGameResult AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 8 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\last game result" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 132 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord1LastGame AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 10 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\last game" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 155 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin TextArea fldRecord1Wins AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 2 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\wins" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 63 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 17 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 11 TabPanelIndex = 2 TabStop = True Text = "Rating:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 178 Transparent = True Underline = "" Visible = True Width = 86 End Begin TextArea fldRecord1Rating AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 12 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\rating" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 178 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 18 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 13 TabPanelIndex = 2 TabStop = True Text = "High Rating:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 201 Transparent = True Underline = "" Visible = True Width = 86 End Begin TextArea fldRecord1HighRating AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 14 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\high rating" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 201 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 19 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 15 TabPanelIndex = 2 TabStop = True Text = "Rank:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 224 Transparent = True Underline = "" Visible = True Width = 86 End Begin TextArea fldRecord1Rank AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 16 TabPanelIndex = 2 TabStop = True Text = "DynKey\\GAME\\1\\rank" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 224 Underline = "" UseFocusRing = True Visible = True Width = 136 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 20 InitialParent = "Pages" Italic = "" Left = 359 LockBottom = False LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 17 TabPanelIndex = 2 TabStop = True Text = "High Rank:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 247 Transparent = True Underline = "" Visible = True Width = 86 End Begin TextArea fldRecord1HighRank AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 InitialParent = "Pages" Italic = "" Left = 445 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 18 TabPanelIndex = 2 TabStop = True Text = "record\\GAME\\1\\high rank" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 247 Underline = "" UseFocusRing = True Visible = True Width = 136 End End Begin PushButton btnNormalGames AutoDeactivate = True Bold = "" ButtonStyle = 0 Cancel = False Caption = "Normal Games" Default = False Enabled = True Height = 22 HelpTag = "" Index = -2147483648 InitialParent = "" Italic = "" Left = 351 LockBottom = True LockedInPosition= False LockLeft = False LockRight = True LockTop = "" Scope = 0 TabIndex = 15 TabPanelIndex = 0 TabStop = True TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 272 Underline = "" Visible = True Width = 114 End Begin PushButton btnLadderGames AutoDeactivate = True Bold = "" ButtonStyle = 0 Cancel = False Caption = "Ladder Games" Default = False Enabled = True Height = 22 HelpTag = "" Index = -2147483648 InitialParent = "" Italic = "" Left = 472 LockBottom = True LockedInPosition= False LockLeft = False LockRight = True LockTop = "" Scope = 0 TabIndex = 16 TabPanelIndex = 0 TabStop = True TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 272 Underline = "" Visible = True Width = 114 End Begin Label txtJunk AutoDeactivate = True Bold = "" DataField = "" DataSource = "" Enabled = True Height = 15 HelpTag = "" Index = 21 InitialParent = "" Italic = "" Left = 351 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Multiline = "" Scope = 0 Selectable = False TabIndex = 13 TabPanelIndex = 0 TabStop = True Text = "Game:" TextAlign = 0 TextColor = "#Colors.White" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 10 Transparent = True Underline = "" Visible = True Width = 48 End Begin TextArea fldGame AcceptTabs = "" Alignment = 0 AutoDeactivate = True AutomaticallyCheckSpelling= False BackColor = "#Colors.UI.ControlBackColor" Bold = "" Border = False DataField = "" DataSource = "" Enabled = True Format = "" Height = 15 HelpTag = "" HideSelection = True Index = -2147483648 Italic = "" Left = 399 LimitText = 0 LineHeight = 0 LineSpacing = 1 LockBottom = "" LockedInPosition= False LockLeft = False LockRight = True LockTop = True Mask = "" Multiline = False ReadOnly = True Scope = 0 ScrollbarHorizontal= "" ScrollbarVertical= False Styled = False TabIndex = 14 TabPanelIndex = 0 TabStop = True Text = "GAME" TextColor = "#Colors.UI.ControlTextColor" TextFont = "Arial" TextSize = 12 TextUnit = 0 Top = 10 Underline = "" UseFocusRing = True Visible = True Width = 182 End End #tag EndWindow #tag WindowCode #tag Event Sub Close() If Me.IsRemoving = False Then Globals.RemoveProfileDialog(Me) End Sub #tag EndEvent #tag Event Sub Open() Pages.Value = 0 End Sub #tag EndEvent #tag Property, Flags = &h0 Config As Configuration #tag EndProperty #tag Property, Flags = &h0 IsRemoving As Boolean = False #tag EndProperty #tag Property, Flags = &h0 Keys() As String #tag EndProperty #tag EndWindowCode #tag Events fldUsername #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldAge #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldSex #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldDescription #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldLocation #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events btnClose #tag Event Sub Action() Self.Close() End Sub #tag EndEvent #tag EndEvents #tag Events btnUpdate #tag Event Sub Action() If Self.Config = Nil Then MsgBox("ERROR: Unable to locate the profile responsible.") Return End If If Self.Config.BNET = Nil Or (Self.Config.BNET <> Nil And LenB(Self.Config.BNET.UniqueName) < 1) Then MsgBox("ERROR: You must be connected and logged in to Battle.net first.") Return End If Dim NewKeys() As String Dim Values() As String, i As Integer = 0 While i <= UBound(Keys) Select Case Keys(i) Case "profile\age" NewKeys.Append(Keys(i)) Values.Append(fldAge.Text) Case "profile\sex" NewKeys.Append(Keys(i)) Values.Append(fldSex.Text) Case "profile\location" NewKeys.Append(Keys(i)) Values.Append(fldLocation.Text) Case "profile\description" NewKeys.Append(Keys(i)) Values.Append(fldDescription.Text) End Select i = i + 1 Wend Self.Config.BNET.Send(Packets.CreateSID_WRITEUSERDATA(Array(fldUsername.Text), NewKeys(), Values())) Self.Close() End Sub #tag EndEvent #tag EndEvents #tag Events Pages #tag Event Sub Change() Select Case Me.Value Case 0 btnNormalGames.Enabled = False btnLadderGames.Enabled = True Case 1 btnNormalGames.Enabled = True btnLadderGames.Enabled = False Case Else btnNormalGames.Enabled = True btnLadderGames.Enabled = True End Select End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord0LastGame #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord0Wins #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord0LastGameResult #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord0Disconnects #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord0Losses #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1Losses #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1Disconnects #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1LastGameResult #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1LastGame #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1Wins #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1Rating #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1HighRating #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1Rank #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events fldRecord1HighRank #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents #tag Events btnNormalGames #tag Event Sub Action() Pages.Value = 0 End Sub #tag EndEvent #tag EndEvents #tag Events btnLadderGames #tag Event Sub Action() Pages.Value = 1 End Sub #tag EndEvent #tag EndEvents #tag Events fldGame #tag Event Sub GotFocus() Self.Refresh(False) End Sub #tag EndEvent #tag Event Sub LostFocus() Self.Refresh(False) End Sub #tag EndEvent #tag EndEvents
REALbasic
4
carlbennett/BNRBot
src/Windows/ProfileWindow.rbfrm
[ "MIT" ]
---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 24.05.2016 21:14:53 -- Design Name: -- Module Name: tb_main_design_icmp - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: -- Description: -- -- Dependencies: -- -- Revision: -- Revision 0.01 - File Created -- Additional Comments: -- ---------------------------------------------------------------------------------- -- -- 16:24:47.966461 IP (tos 0x0, ttl 128, id 15103, offset 0, flags [none], -- proto: ICMP (1), length: 60) 192.168.146.22 > 192.168.144.5: ICMP echo request, -- id 1, seq 38, length 40 -- 0x0000: 4500 003c 3aff 0000 8001 5c55 c0a8 9216 E..<:.....\U.... -- 0x0010: c0a8 9005 0800 4d35 0001 0026 6162 6364 ......M5...&abcd -- 0x0020: 6566 6768 696a 6b6c 6d6e 6f70 7172 7374 efghijklmnopqrst -- 0x0030: 7576 7761 6263 6465 6667 6869 uvwabcdefghi -- ----------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity tb_main_design_icmp is end tb_main_design_icmp; architecture Behavioral of tb_main_design_icmp is signal clk125Mhz : STD_LOGIC := '0'; signal clk125Mhz90 : STD_LOGIC := '0'; signal phy_ready : STD_LOGIC := '1'; signal status : STD_LOGIC_VECTOR (3 downto 0) := (others => '0'); signal input_empty : STD_LOGIC := '0'; signal input_read : STD_LOGIC := '0'; signal input_data : STD_LOGIC_VECTOR (7 downto 0) := (others => '0'); signal input_data_present : STD_LOGIC := '0'; signal input_data_error : STD_LOGIC := '0'; component main_design is generic ( our_mac : std_logic_vector(47 downto 0) := (others => '0'); our_ip : std_logic_vector(31 downto 0) := (others => '0')); Port ( clk125Mhz : in STD_LOGIC; clk125Mhz90 : in STD_LOGIC; input_empty : in STD_LOGIC; input_read : out STD_LOGIC; input_data : in STD_LOGIC_VECTOR (7 downto 0); input_data_present : in STD_LOGIC; input_data_error : in STD_LOGIC; phy_ready : in STD_LOGIC; status : out STD_LOGIC_VECTOR (3 downto 0); eth_txck : out std_logic := '0'; eth_txctl : out std_logic := '0'; eth_txd : out std_logic_vector(3 downto 0) := (others => '0')); end component; signal eth_txck : std_logic := '0'; signal eth_txctl : std_logic := '0'; signal eth_txd : std_logic_vector(3 downto 0) := (others => '0'); signal count : integer := 999; signal count2 : integer := 180; signal arp_src_hw : std_logic_vector(47 downto 0) := x"a0b3cc4cf9ef"; signal arp_src_ip : std_logic_vector(31 downto 0) := x"0A000001"; signal arp_tgt_hw : std_logic_vector(47 downto 0) := x"ab8967452302"; signal arp_tgt_ip : std_logic_vector(31 downto 0) := x"0A00000A"; begin process begin clk125Mhz <= '1'; wait for 2 ns; clk125Mhz90 <= '1'; wait for 2 ns; clk125Mhz <= '0'; wait for 2 ns; clk125Mhz90 <= '0'; wait for 2 ns; end process; i_main_design: main_design generic map ( our_mac => arp_tgt_hw, our_ip => arp_tgt_ip) port map ( clk125Mhz => clk125Mhz, clk125Mhz90 => clk125Mhz90, input_empty => input_empty, input_read => input_read, input_data => input_data, input_data_present => input_data_present, input_data_error => input_data_error, phy_ready => phy_ready, status => status, eth_txck => eth_txck, eth_txctl => eth_txctl, eth_txd => eth_txd); process(clk125MHz) begin if rising_edge(clk125MHz) then if count < 86 then input_empty <= '0'; else input_empty <= '1'; end if; if count2 = 20000 then count <= 0; count2 <= 0; else count2 <= count2+1; end if; if input_read = '1' then if count = 87 then count <= 0; else count <= count + 1; end if; case count is ----------------------------- -- Ethernet preamble ----------------------------- when 0 => input_data <= x"55"; input_data_present <= '1'; when 1 => input_data <= x"55"; when 2 => input_data <= x"55"; when 3 => input_data <= x"55"; when 4 => input_data <= x"55"; when 5 => input_data <= x"55"; when 6 => input_data <= x"55"; when 7 => input_data <= x"D5"; ----------------------------- -- Ethernet Header ----------------------------- -- Destination MAC address when 8 => input_data <= arp_tgt_hw( 7 downto 0); when 9 => input_data <= arp_tgt_hw(15 downto 8); when 10 => input_data <= arp_tgt_hw(23 downto 16); when 11 => input_data <= arp_tgt_hw(31 downto 24); when 12 => input_data <= arp_tgt_hw(39 downto 32); when 13 => input_data <= arp_tgt_hw(47 downto 40); -- Source MAC address when 14 => input_data <= arp_src_hw(47 downto 40); when 15 => input_data <= arp_src_hw(39 downto 32); when 16 => input_data <= arp_src_hw(31 downto 24); when 17 => input_data <= arp_src_hw(23 downto 16); when 18 => input_data <= arp_src_hw(15 downto 8); when 19 => input_data <= arp_src_hw( 7 downto 0); -- Ethernet frame tyoe when 20 => input_data <= x"08"; -- Ether Type 08:00 - IP when 21 => input_data <= x"00"; ------------------------ -- IP Header ------------------------ when 22 => input_data <= x"45"; -- Protocol & Header Len when 23 => input_data <= x"00"; when 24 => input_data <= x"00"; -- Length when 25 => input_data <= x"3C"; when 26 => input_data <= x"5d"; -- Identificaiton when 27 => input_data <= x"15"; when 28 => input_data <= x"00"; -- Flags and offset when 29 => input_data <= x"00"; when 30 => input_data <= x"80"; -- TTL when 31 => input_data <= x"01"; -- Protocol when 32 => input_data <= x"b4"; -- Checksum when 33 => input_data <= x"fd"; when 34 => input_data <= x"0A"; -- Source IP Address when 35 => input_data <= x"00"; when 36 => input_data <= x"00"; when 37 => input_data <= x"01"; when 38 => input_data <= x"0A"; -- Destination IP address when 39 => input_data <= x"00"; when 40 => input_data <= x"00"; when 41 => input_data <= x"0A"; ------------------------------------- -- ICMP Header ------------------------------------- when 42 => input_data <= x"08"; -- ICMP Tyoe when 43 => input_data <= x"00"; -- Code when 44 => input_data <= x"fd"; -- Checksum when 45 => input_data <= x"b1"; when 46 => input_data <= x"00"; -- Identifier when 47 => input_data <= x"01"; when 48 => input_data <= x"05"; -- Sequence when 49 => input_data <= x"6d"; ------------------------------------- -- ICMP Ping data ------------------------------------- when 50 => input_data <= x"61"; when 51 => input_data <= x"62"; when 52 => input_data <= x"63"; when 53 => input_data <= x"64"; when 54 => input_data <= x"65"; when 55 => input_data <= x"66"; when 56 => input_data <= x"67"; when 57 => input_data <= x"68"; when 58 => input_data <= x"69"; when 59 => input_data <= x"6A"; when 60 => input_data <= x"6B"; when 61 => input_data <= x"6C"; when 62 => input_data <= x"6D"; when 63 => input_data <= x"6E"; when 64 => input_data <= x"6F"; when 65 => input_data <= x"70"; when 66 => input_data <= x"71"; when 67 => input_data <= x"72"; when 68 => input_data <= x"73"; when 69 => input_data <= x"74"; when 70 => input_data <= x"75"; when 71 => input_data <= x"76"; when 72 => input_data <= x"77"; when 73 => input_data <= x"61"; when 74 => input_data <= x"62"; when 75 => input_data <= x"63"; when 76 => input_data <= x"64"; when 77 => input_data <= x"65"; when 78 => input_data <= x"66"; when 79 => input_data <= x"67"; when 80 => input_data <= x"68"; when 81 => input_data <= x"FF"; when 82 => input_data <= x"FF"; when 83 => input_data <= x"FF"; when 84 => input_data <= x"FF"; ----------------------------------- -- END OF PACKET ----------------------------------- when 85 => input_data <= x"DD"; input_data_present <= '0'; when others => input_data <= x"DD"; input_data_present <= '0'; end case; count2 <= 0; end if; end if; end process; end Behavioral;
VHDL
4
hamsternz/FPGA_Webserver
testbenches/tb_main_design_icmp.vhd
[ "MIT" ]
#!./parrot -j # The Computer Language Shootout # http://shootout.alioth.debian.org/ # # Contributed by Joshua Isom # speed up from 1m25 to 6s by Leopold Toetsch .const int x = 0 .const int y = 1 .const int z = 2 .const int vx = 3 .const int vy = 4 .const int vz = 5 .const int m = 6 # save on repetition of code .macro InitBodies (bodies, i, num1, num2, num3, num4, num5, num6, num7) $N0 = .num4 * 365.24 $N1 = .num5 * 365.24 $N2 = .num6 * 365.24 $N3 = .num7 * 39.478417604357428 $P0 = new .FixedFloatArray $P0 = 7 .bodies[.i] = $P0 .bodies[.i; x] = .num1 .bodies[.i; y] = .num2 .bodies[.i; z] = .num3 .bodies[.i; vx] = $N0 .bodies[.i; vy] = $N1 .bodies[.i; vz] = $N2 .bodies[.i; m] = $N3 .endm .sub main :main .param pmc argv .local int argc, n, nbodies argc = argv n = 1000000 unless argc > 1 goto argsok $S0 = argv[1] n = $S0 argsok: .local pmc bodies bodies = new .FixedPMCArray bodies = 5 # Sun .InitBodies(bodies, 0, 0, 0, 0, 0, 0, 0, 1) # Jupiter .InitBodies(bodies, 1, 4.84143144246472090e+00, -1.16032004402742839e+00, -1.03622044471123109e-01, 1.66007664274403694e-03, 7.69901118419740425e-03, -6.90460016972063023e-05, 9.54791938424326609e-04) # Saturn .InitBodies(bodies, 2, 8.34336671824457987e+00, 4.12479856412430479e+00, -4.03523417114321381e-01, -2.76742510726862411e-03, 4.99852801234917238e-03, 2.30417297573763929e-05, 2.85885980666130812e-04) # Uranus .InitBodies(bodies, 3, 1.28943695621391310e+01, -1.51111514016986312e+01, -2.23307578892655734e-01, 2.96460137564761618e-03, 2.37847173959480950e-03, -2.96589568540237556e-05, 4.36624404335156298e-05) # Neptune .InitBodies(bodies, 4, 1.53796971148509165e+01, -2.59193146099879641e+01, 1.79258772950371181e-01, 2.68067772490389322e-03, 1.62824170038242295e-03, -9.51592254519715870e-05, 5.15138902046611451e-05) nbodies = bodies offset_momentum(nbodies, bodies) $N0 = energy(nbodies, bodies) .local pmc spf spf = new .FixedFloatArray spf = 1 spf[0] = $N0 $S0 = sprintf "%.9f\n", spf print $S0 .local int i i = 0 beginfor: unless i < n goto endfor advance(nbodies, bodies, 0.01) inc i goto beginfor endfor: $N0 = energy(nbodies, bodies) spf[0] = $N0 $S0 = sprintf "%.9f\n", spf print $S0 exit 0 .end .sub offset_momentum .param int nbodies .param pmc bodies .local float px, py, pz px = 0.0 py = 0.0 pz = 0.0 .local int i i = 0 beginfor: unless i < nbodies goto endfor $N0 = bodies[i; vx] $N1 = bodies[i; m] $N0 *= $N1 px += $N0 $N0 = bodies[i; vy] $N1 = bodies[i; m] $N0 *= $N1 py += $N0 $N0 = bodies[i; vz] $N1 = bodies[i; m] $N0 *= $N1 pz += $N0 inc i goto beginfor endfor: # bodies[0].vx = - px / solar_mass; px /= -39.478417604357428 bodies[0; vx] = px py /= -39.478417604357428 bodies[0; vy] = py pz /= -39.478417604357428 bodies[0; vz] = pz .end .sub energy .param int nbodies .param pmc bodies .local float e, tmp .local int i, j e = 0.0 i = 0 beginfor_0: unless i < nbodies goto endfor_0 # e += 0.5 * b->mass * (b->vx * b->vx + b->vy * b->vy + b->vz * b->vz); $N0 = bodies[i; m] # mass $N0 *= 0.5 $N1 = bodies[i; vx] # vx $N3 = pow $N1, 2.0 $N1 = bodies[i; vy] # vy $N2 = pow $N1, 2.0 $N3 += $N2 $N1 = bodies[i; vz] # vz $N2 = pow $N1, 2.0 $N3 += $N2 $N0 *= $N3 e += $N0 j = i + 1 beginfor_1: unless j < nbodies goto endfor_1 .local float dx, dy, dz, distance # dx = b->x - b2->x; $N0 = bodies[i; x] $N1 = bodies[j; x] dx = $N0 - $N1 # dy = b->y - b2->y; $N0 = bodies[i; y] $N1 = bodies[j; y] dy = $N0 - $N1 # dz = b->z - b2->z; $N0 = bodies[i; z] $N1 = bodies[j; z] dz = $N0 - $N1 # distance = sqrt(dx * dx + dy * dy + dz * dz); $N0 = dx * dx $N1 = dy * dy $N2 = dz * dz $N0 += $N1 $N0 += $N2 distance = sqrt $N0 # e -= (b->mass * b2->mass) / distance; $N0 = bodies[i; m] $N1 = bodies[j; m] $N0 *= $N1 $N0 /= distance e -= $N0 inc j goto beginfor_1 endfor_1: inc i goto beginfor_0 endfor_0: .return(e) .end .sub advance .param int nbodies .param pmc bodies .param float dt .local int i, j .local float dx, dy, dz, distance, mag .local float bx, by, bz, bm, bvx, bvy, bvz .local float b2x, b2y, b2z, b2m .local pmc bi, bj i = 0 beginfor_0: unless i < nbodies goto endfor_0 bi = bodies[i] bx = bi[x] by = bi[y] bz = bi[z] bm = bi[m] bvx = bi[vx] bvy = bi[vy] bvz = bi[vz] j = i + 1 beginfor_1: unless j < nbodies goto endfor_1 bj = bodies[j] b2x = bj[x] b2y = bj[y] b2z = bj[z] b2m = bj[m] # dx = b->x - b2->x; dx = bx - b2x # dy = b->y - b2->y; dy = by - b2y # dz = b->z - b2->z; dz = bz - b2z # distance = sqrt(dx * dx + dy * dy + dz * dz); $N0 = dx * dx $N1 = dy * dy $N0 += $N1 $N1 = dz * dz $N0 += $N1 distance = sqrt $N0 # mag = dt / (distance * distance * distance); $N0 = distance * distance $N0 *= distance mag = dt / $N0 # b->vx -= dx * b2->mass * mag; $N0 = dx * b2m $N0 *= mag bvx -= $N0 # b->vy -= dy * b2->mass * mag; $N0 = dy * b2m $N0 *= mag bvy -= $N0 # b->vz -= dz * b2->mass * mag; $N0 = dz * b2m $N0 *= mag bvz -= $N0 # b2->vx += dx * b->mass * mag; $N0 = dx * bm $N0 *= mag $N1 = bj[vx] $N1 += $N0 bj[vx] = $N1 # b2->vy += dy * b->mass * mag; $N0 = dy * bm $N0 *= mag $N1 = bj[vy] $N1 += $N0 bj[vy] = $N1 # b2->vz += dz * b->mass * mag; $N0 = dz * bm $N0 *= mag $N1 = bj[vz] $N1 += $N0 bj[vz] = $N1 inc j goto beginfor_1 endfor_1: bi[vx] = bvx bi[vy] = bvy bi[vz] = bvz inc i goto beginfor_0 endfor_0: i = 0 beginfor_2: unless i < nbodies goto endfor_2 bi = bodies[i] # b->x += dt * b->vx; $N0 = bi[vx] $N1 = dt * $N0 $N0 = bi[x] $N0 += $N1 bi[x] = $N0 # b->y += dt * b->vy; $N0 = bi[vy] $N1 = dt * $N0 $N0 = bi[y] $N0 += $N1 bi[y] = $N0 # b->z += dt * b->vz; $N0 = bi[vz] $N1 = dt * $N0 $N0 = bi[z] $N0 += $N1 bi[z] = $N0 inc i goto beginfor_2 endfor_2: .end
Parrot
4
kragen/shootout
bench/nbody/nbody.parrot-2.parrot
[ "BSD-3-Clause" ]
package tlc2.tool; public aspect WorkerMonitorAspect perthis(callToRunMethod()) { private long threadStartTime, threadEndTime; pointcut callToRunMethod() : execution(* tlc2.tool.Worker.run(..)); before(): (callToRunMethod()) { threadStartTime = System.currentTimeMillis(); } after(): (callToRunMethod()) { threadEndTime = System.currentTimeMillis(); WorkerMonitor.addPerformanceResult((Worker) thisJoinPoint.getTarget(), (threadEndTime - threadStartTime)); } // // pointcut callToSetUpMethod() : // execution(* tlc2.tool.liveness.MultiThreadedSpecTest.setUp()); // // before(): (callToSetUpMethod()) { // Object target = thisJoinPoint.getTarget(); // System.out.println("SetUp pc: " + target); // } }
AspectJ
3
zwergziege/tlaplus
tlatools/org.lamport.tlatools/src-aj/tlc2/tool/WorkerMonitorAspect.aj
[ "MIT" ]
// Copyright 2010-2012 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_MAIN_INITIAL_JOIN_HPP_ #define CLUSTERING_ADMINISTRATION_MAIN_INITIAL_JOIN_HPP_ #include <set> #include "arch/timing.hpp" #include "rpc/connectivity/cluster.hpp" /* `initial_joiner_t` is the class that `rethinkdb serve` and `rethinkdb admin` use to handle the `--join` flag. It takes a list of addresses; it repeatedly tries to connect to the addresses until at least one connection has been made. At that point, it stops trying to connect to the other addresses and pulses `get_ready_signal()`. If after a certain period of time we have still not successfully connected to one of the other addresses, it calls `logWRN()` with a warning message. */ class initial_joiner_t { public: initial_joiner_t( connectivity_cluster_t *cluster, connectivity_cluster_t::run_t *cluster_run, const peer_address_set_t &peers, const int join_delay, int timeout = -1); signal_t *get_ready_signal() { return &done_signal; } bool get_success() { return successful_connection; } private: void main_coro(connectivity_cluster_t::run_t *cluster_run, auto_drainer_t::lock_t keepalive); void on_connection_change( const peer_id_t &peer, const connectivity_cluster_t::connection_pair_t *pair); connectivity_cluster_t *cluster; peer_address_set_t peers_not_heard_from; cond_t done_signal; signal_timer_t grace_period_timer; int join_delay_secs; auto_drainer_t drainer; watchable_map_t<peer_id_t, connectivity_cluster_t::connection_pair_t> ::all_subs_t subs; bool successful_connection; DISABLE_COPYING(initial_joiner_t); }; #endif /* CLUSTERING_ADMINISTRATION_MAIN_INITIAL_JOIN_HPP_ */
C++
4
zadcha/rethinkdb
src/clustering/administration/main/initial_join.hpp
[ "Apache-2.0" ]
import React from 'react' import MobxDevTools, { setLogEnabled, setUpdatesEnabled, setGraphEnabled } from 'mobx-react-devtools' const DevTools = () => { if ( (window.env === 'development' || window.env === 'test') && !localStorage.noDevtools ) { setLogEnabled(true) setUpdatesEnabled(true) setGraphEnabled(false) return <MobxDevTools position={{ bottom: 0, left: 20 }}/> } } export default DevTools
JSX
4
bkucera2/cypress
packages/desktop-gui/src/lib/dev-tools.jsx
[ "MIT" ]
# This tests just quoted text within a contenteditable. # # For a test of the basic component itself see # contenteditable-component-spec.cjsx # _ = require "underscore" React = require "react" ReactDOM = require 'react-dom' ReactTestUtils = require('react-addons-test-utils') Fields = require('../lib/fields').default Composer = require("../lib/composer-view").default ComposerEditor = require('../lib/composer-editor').default {Message, DraftStore, ComponentRegistry} = require 'nylas-exports' describe "Composer Quoted Text", -> beforeEach -> ComponentRegistry.register(ComposerEditor, role: "Composer:Editor") @onChange = jasmine.createSpy('onChange') @htmlNoQuote = 'Test <strong>HTML</strong><br>' @htmlWithQuote = 'Test <strong>HTML</strong><div id="n1-quoted-text-marker"></div><br><blockquote class="gmail_quote">QUOTE</blockquote>' @draft = new Message(draft: true, clientId: "client-123") @session = trigger: -> changes: add: jasmine.createSpy('changes.add') draft: => @draft afterEach -> DraftStore._cleanupAllSessions() ComposerEditor.containerRequired = undefined ComponentRegistry.unregister(ComposerEditor) # Must be called with the test's scope setHTML = (newHTML) -> @$contentEditable.innerHTML = newHTML @contentEditable._onDOMMutated(["mutated"]) describe "when the message is a reply", -> beforeEach -> @draft.body = @htmlNoQuote @composer = ReactTestUtils.renderIntoDocument( <Composer draft={@draft} session={@session}/> ) @composer.setState showQuotedText: false showQuotedTextControl: true @contentEditable = @composer.refs[Fields.Body] @$contentEditable = ReactDOM.findDOMNode(@contentEditable).querySelector('[contenteditable]') @$composerBodyWrap = ReactDOM.findDOMNode(@composer.refs.composerBodyWrap) it 'should render the quoted-text-control toggle', -> toggles = ReactTestUtils.scryRenderedDOMComponentsWithClass(@composer, 'quoted-text-control') expect(toggles.length).toBe 1 describe 'when the quoted text has been expanded', -> beforeEach -> @draft.body = @htmlWithQuote @composer = ReactTestUtils.renderIntoDocument( <Composer draft={@draft} session={@session}/> ) @composer.setState showQuotedText: true showQuotedTextControl: false @contentEditable = @composer.refs[Fields.Body] @$contentEditable = ReactDOM.findDOMNode(@contentEditable).querySelector('[contenteditable]') @$composerBodyWrap = ReactDOM.findDOMNode(@composer.refs.composerBodyWrap) it "should call add changes with the entire HTML string", -> textToAdd = "MORE <strong>TEXT</strong>!" expect(@$contentEditable.innerHTML).toBe @htmlWithQuote setHTML.call(@, textToAdd + @htmlWithQuote) ev = @session.changes.add.mostRecentCall.args[0].body expect(ev).toEqual(textToAdd + @htmlWithQuote) it "should allow the quoted text to be changed", -> newText = 'Test <strong>NEW 1 HTML</strong><blockquote class="gmail_quote">QUOTE CHANGED!!!</blockquote>' expect(@$contentEditable.innerHTML).toBe @htmlWithQuote setHTML.call(@, newText) ev = @session.changes.add.mostRecentCall.args[0].body expect(ev).toEqual(newText) describe 'quoted text control toggle button', -> it 'should not be rendered', -> toggles = ReactTestUtils.scryRenderedDOMComponentsWithClass(@composer, 'quoted-text-control') expect(toggles.length).toBe(0)
CoffeeScript
5
cnheider/nylas-mail
packages/client-app/internal_packages/composer/spec/quoted-text-spec.cjsx
[ "MIT" ]
""" BCW0022-2.boo(31,23): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(32,38): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(44,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(46,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(48,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(50,12): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(52,12): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(54,24): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(58,13): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(60,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(62,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(64,4): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(66,14): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(70,15): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(72,15): BCW0022: WARNING: Boolean expression will always have the same value. BCW0022-2.boo(93,12): BCW0022: WARNING: Boolean expression will always have the same value. """ class Constant: public static x = 0 public static final y = 1 public static final z as int public static final s = "FOO" event FooEvent as callable() static def constructor(): z = 42 def Foo(): FooEvent() if FooEvent #OK (event) FooEvent() if Foo FooEvent() if System.Console.WriteLine def NotAProperty(): return false def GenericNotAProperty[of T](): return false b = false s = "bar" if true: pass if 1: pass if not 1: pass if 1 and 2 == 1: pass if 1 and 2 or not 3: pass if not b == false or 1 == 31: pass #if "foo": #FIXME: handle BOO-1035 # pass if Constant.y: pass if not Constant.y: pass if not NotAProperty: #FAIL (!!implicit callable!!) pass if GenericNotAProperty of int: #same pass if not "foo" is "bar": pass if "foo" isa string: pass if Constant.s is not null: pass if Constant.s is "FOO": pass if 1 and not b: #OK pass if Constant.x: #OK pass if Constant.z: #OK pass if b: #OK pass if NotAProperty(): #OK (invocation) pass if GenericNotAProperty[of int](): #OK pass if s is "foo": #OK pass if s is not null: #OK pass assert 4*4 == 4+4
Boo
3
popcatalin81/boo
tests/testcases/warnings/BCW0022-2.boo
[ "BSD-3-Clause" ]
"""Define tests for the AirVisual component."""
Python
0
domwillcode/home-assistant
tests/components/airvisual/__init__.py
[ "Apache-2.0" ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en-US"><head><title>Joplin Portable Help</title> <link rel="alternate" type="application/rss+xml" title="PortableApps.com" href="http://portableapps.com/feeds/general"> <link rel="SHORTCUT ICON" href="Other/Help/images/favicon.ico"> <style>body { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 76%; color: #000; margin: 20px; background: #E6E8EA; text-align: center; } a { color: #B31616; font-weight: bold; } a:link { } a:visited { } a:active { } a:hover { color: red; } h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; font-weight: normal; } h1 { color: #B31616; font-weight: bold; letter-spacing: -2px; font-size: 2.2em; border-bottom: 1px solid silver; padding-bottom: 5px; } h2 { font-size: 1.5em; border-bottom: 1px solid silver; padding-bottom: 3px; clear: both; } h3 { font-size: 1.2em; } h4 { font-size: 1.1em; } h5 { font-size: 1.0em; } h6 { font-size: 0.8em; } img { border: 0; } ol, ul, li { font-size: 1.0em; } p, table, tr, td, th { font-size: 1.0em; } pre { font-family: Courier New,Courier,monospace; font-size: 1.0em; } strong, b { font-weight: bold; } table, tr, td { font-size: 1.0em; border-collapse: collapse; } td, th { border: 1px solid #aaaaaa; border-collapse: collapse; padding: 3px; } th { background: #3667A8; color: white; } ol ol { list-style-type: lower-alpha; } .content { text-align: left; margin-left: auto; margin-right: auto; width: 780px; background-color: #FFFFFF; border-left: 1px solid Black; border-right: 1px solid Black; padding: 12px 30px; line-height: 150%; } .logo { background: #ffffff url("Other/Help/images/help_background_header.png") repeat-x; width: 840px; margin-top: 20px; margin-left: auto; margin-right: auto; text-align: left; border-right: 1px solid black; border-left: 1px solid black; } .footer { background: #ffffff url("Other/Help/images/help_background_footer.png") repeat-x; width: 840px; height: 16px; margin-left: auto; margin-right: auto; text-align: left; border-right: 1px solid black; border-left: 1px solid black; } .logo img { padding-left: 0px; border: none; position: relative; top: -4px; } * html .content { width: 760px; } * html .logo, * html .footer { width: 820px; } .content h1 { margin: 0px; } h1.hastagline { border: 0; } h2.tagline { color: #747673; clear: none; margin-top: 0em; } /*printer styles*/ @media print{ body, .content {margin: 0; padding: 0;} .navigation, .locator, .footer a, .message, .footer-links {display:none;} .footer, .content, .header {border: none;} a {text-decoration: none; font-weight: normal; color: black;} }</style> </head> <body> <div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/images/help_logo_top.png" width="229" height="47" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div> <div class="content"> <h1 class="hastagline">Joplin Portable Help</h1> <h2 class="tagline">note taking to go</h2> <p>Joplin is an open source note taking and todo application with Markdown support and synchronisation capabilities. <a href="https://joplinapp.org/">Learn more about Joplin...</a></p> <a href="http://portableapps.com/donate"><img src="Other/Help/images/donation_button.png" width="110" height="23" border="0" align="top" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development <p><a href="http://PortableApps.com/JoplinPortable">Go to the Joplin Portable Homepage &gt;&gt;</a></p> <p><a href="http://PortableApps.com/">Get more portable apps at PortableApps.com</a></p> <p>This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.</p> <h2>Portable App Issues</h2> <ul> <li><a href="http://portableapps.com/support/portable_app#downloading">Downloading a Portable App</a></li> <li><a href="http://portableapps.com/support/portable_app#installing">Installing a Portable App</a></li> <li><a href="http://portableapps.com/support/portable_app#using">Using a Portable App</a></li> <li><a href="http://portableapps.com/support/portable_app#upgrading">Upgrading a Portable App</a></li> </ul> <p>You can read about advanced configuration options for the PortableApps.com Launcher in its <a href="Other\Source\Readme.txt">readme file</a>. </div> <div class="footer"></div> </body> </html>
HTML
3
asahiocean/joplin
packages/tools/PortableAppsLauncher/help.html
[ "MIT" ]
MODULE_NAME='Sharp LCD' (DEV vdv, DEV dv) // --------------------------------------------------------------------------- // Control module for Sharp LCD // Version 1 - 3/8/16 // // Channels: // 1 Initialize // 5 Power On/Off // 10 - 13 Input 1 - 4 // // Feedback: // 6 Power On/Off feedback // // --------------------------------------------------------------------------- DEFINE_CONSTANT TL_POLL = 1 DEFINE_VARIABLE NON_VOLATILE INTEGER bWarmingUp NON_VOLATILE INTEGER bCoolingDown NON_VOLATILE INTEGER bNeedToInitialize VOLATILE CHAR sBUFFER[512] VOLATILE CHAR sTEMP[512] VOLATILE LONG nPollTimes[] = { 2000, 2000, 2000, 2000 } VOLATILE INTEGER dcInputs[] = { 10,11,12,13 // Inputs 1 - 4 } VOLATILE CHAR sInputs[][10] = { 'IAVD1 ', 'IAVD2 ', 'IAVD3 ', 'IAVD4 ' } DEFINE_START sBUFFER = '' DEFINE_EVENT DATA_EVENT[dv] { ONLINE: { SEND_COMMAND dv,'SET BAUD 9600,N,8,1' TIMELINE_CREATE(TL_POLL,nPollTimes,LENGTH_ARRAY(nPollTimes),TIMELINE_RELATIVE,TIMELINE_REPEAT) } OFFLINE: { TIMELINE_KILL(TL_POLL) } STRING: { sBUFFER = "sBUFFER,DATA.TEXT" WHILE (FIND_STRING(sBUFFER,"$0D",1)) { // Grab the next line of text from the buffer sTEMP = REMOVE_STRING(sBUFFER,"$0D",1) SELECT { ACTIVE (FIND_STRING(sTEMP,'OK',1)): { // Ack after initialize bNeedToInitialize = 0 } ACTIVE (FIND_STRING(sTEMP,'ERR',1)): { // Ack after initialize bNeedToInitialize = 0 } ACTIVE (FIND_STRING(sTEMP,'0',1)): { bCoolingDown = 0 // Set power feedback off [vdv,6] = 0 } ACTIVE (FIND_STRING(sTEMP,'1',1)): { bWarmingUp = 0 // Set power feedback on [vdv,6] = 1 } } } } } TIMELINE_EVENT[TL_POLL] { SWITCH (TIMELINE.SEQUENCE) { CASE 1: { IF (bWarmingUp) { SEND_STRING dv,"'POWR1 ',$0D" } IF (bCoolingDown) { SEND_STRING dv,"'POWR0 ',$0D" } } CASE 2: { IF (bNeedToInitialize) { PULSE[vdv,1] } } CASE 3: { SEND_STRING dv,"'POWR????',$0D" } CASE 4: { // TODO } } } CHANNEL_EVENT[vdv,1] // Initialize { ON: { SEND_STRING dv,"'RSPW1 ',$0D" } } CHANNEL_EVENT[vdv,5] // Power On/Off { ON: { bCoolingDown = 0 bWarmingUp = 1 bNeedToInitialize = 1 SEND_STRING dv,"'POWR1 ',$0D" } OFF: { bWarmingUp = 0 bCoolingDown = 1 SEND_STRING dv,"'POWR0 ',$0D" } } CHANNEL_EVENT[vdv,dcInputs] // Inputs 1 - 4 { ON: { WAIT_UNTIL ([vdv,6]) { WAIT_UNTIL (!bNeedToInitialize) { SEND_STRING dv,"sInputs[GET_LAST(dcInputs)],$0D" } } } }
NetLinx
4
kielthecoder/amx
Sharp LCD/Sharp LCD.axs
[ "MIT" ]
/* Copyright © 2011, 2012, 2013 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. */ package stdlib.apis.mongo /** * MongoDB binding for OPA. * * @destination public * @stabilization work in progress **/ /** * {1 About this module} * * This is a binding for MongoDB for OPA, loosely based around the C drivers. * * Module [WireProtocol] has low-level routines to generate the binary data understood * by the MongoDB server. * * {1 Where should I start?} * * {1 What if I need more?} * **/ #<Debugvar:MONGO_DEBUG> type WireProtocol.MsgHeader = { messageLength:int; requestID:int; responseTo:int; opCode:int; } type WireProtocol.Insert = { flags:int; fullCollectionName:string; documents:list(Bson.document); } type WireProtocol.Update = { fullCollectionName:string; flags:int; selector:Bson.document; update:Bson.document; } type WireProtocol.Query = { flags:int; fullCollectionName:string; numberToSkip:int; numberToReturn:int; query:Bson.document; returnFieldSelector:option(Bson.document); } type WireProtocol.GetMore = { fullCollectionName:string; numberToReturn:int; cursorID:int64; } type WireProtocol.Delete = { fullCollectionName:string; flags:int; selector:Bson.document; } type WireProtocol.KillCursors = { numberOfCursorIDs:int; cursorIDs:list(int64); } type WireProtocol.Msg = { message:string; } type WireProtocol.Reply = { responseFlags:int; cursorID:int64; startingFrom:int; numberReturned:int; documents:list(Bson.document); } type WireProtocol.MsgBody = {Insert:WireProtocol.Insert} / {Update:WireProtocol.Update} / {Query:WireProtocol.Query} / {GetMore:WireProtocol.GetMore} / {Delete:WireProtocol.Delete} / {KillCursors:WireProtocol.KillCursors} / {Msg:WireProtocol.Msg} / {Reply:WireProtocol.Reply} type WireProtocol.Message = { MsgHeader:WireProtocol.MsgHeader; MsgBody:WireProtocol.MsgBody; } @private E = Pack.Encode @private U = Pack.Unser WireProtocol = {{ /* Element codes */ el_eoo = 0 /* End of object? */ el_double = 1 /* double Floating point */ el_string = 2 /* string UTF-8 string */ el_object = 3 /* document Embedded document */ el_array = 4 /* document Array */ el_bindata = 5 /* binary Binary data */ el_undefined = 6 /* Undefined — Deprecated */ el_oid = 7 /* (byte*12) ObjectId */ el_bool = 8 /* 0 Boolean "false" 1 Boolean "true" */ el_date = 9 /* int64 UTC datetime */ el_null = 10 /* Null value */ el_regex = 11 /* cstring cstring Regular expression */ el_dbref = 12 /* string (byte*12) DBPointer — Deprecated */ el_code = 13 /* string JavaScript code */ el_symbol = 14 /* string Symbol */ el_codewscope = 15 /* code_w_s JavaScript code w/ scope */ el_int = 16 /* int32 32-bit Integer */ el_timestamp = 17 /* int64 Timestamp */ el_long = 18 /* int64 64-bit integer */ el_minkey = 255 /* Min key */ el_maxkey = 127 /* Max key */ /* Binary subtype */ st_bin_binary = 0 st_bin_func = 1 st_bin_binary_old = 2 st_bin_uuid = 3 st_bin_md5 = 5 st_bin_user = 128 /* OP codes */ _OP_REPLY = 1 /* Reply to a client request. responseTo is set */ _OP_MSG = 1000 /* generic msg command followed by a string */ _OP_UPDATE = 2001 /* update document */ _OP_INSERT = 2002 /* insert new document */ _RESERVED = 2003 /* formerly used for OP_GET_BY_OID */ _OP_QUERY = 2004 /* query a collection */ _OP_GET_MORE = 2005 /* Get more data from a query. See Cursors */ _OP_DELETE = 2006 /* Delete documents */ _OP_KILL_CURSORS = 2007 /* Tell database client is done with a cursor */ string_of_opcode(code) = match code with | 1 -> "OP_REPLY" | 1000 -> "OP_MSG" | 2001 -> "OP_UPDATE" | 2002 -> "OP_INSERT" | 2003 -> "RESERVED" | 2004 -> "OP_QUERY" | 2005 -> "OP_GET_MORE" | 2006 -> "OP_DELETE" | 2007 -> "OP_KILL_CURSORS" | n -> "OP_UNKNOWN({n})" /* Flags */ /* OP_INSERT */ _ContinueOnError = 0x00000001 /* OP_UPDATE */ _Upsert = 0x00000001 _MultiUpdate = 0x00000002 /* OP_QUERY */ _TailableCursor = 0x00000002 _SlaveOk = 0x00000004 _OplogReplay = 0x00000008 _NoCursorTimeout = 0x00000010 _AwaitData = 0x00000020 _Exhaust = 0x00000040 _Partial = 0x00000080 /* OP_DELETE */ _SingleRemove = 0x00000001 /* OP_REPLY */ _CursorNotFound = 0x00000001 _QueryFailure = 0x00000002 _ShardConfigStale = 0x00000003 _AwaitCapable = 0x00000004 /*struct MsgHeader { int32 messageLength; // total message size, including this int32 requestID; // identifier for this message int32 responseTo; // requestID from the original request (used in reponses from db) int32 opCode; // request type - see table below }*/ @private hex2(i) = String.padding_left("0",2,Int.to_hex(i)) @private hex8(i) = String.padding_left("0",8,Int.to_hex(i)) @private hex1664(i) = String.padding_left("0",16,Int64.to_string_radix(i,16)) rid = ServerReference.create(Random.int(0xffffffff)) nextrid() = requestID = ServerReference.get(rid) do ServerReference.set(rid, requestID+1) requestID make_header : int, int, int, int -> Pack.data = (messageLength, requestID, responseTo, opCode -> requestID = if requestID == 0 then nextrid() else requestID [{Le}, {Unsigned}, {Long=messageLength}, {Long=requestID}, {Long=responseTo}, {Long=opCode}, {Signed}]) string_of_MsgHeader(hdr) = "messageLength = {hdr.messageLength}\nrequestId = 0x{hex8(hdr.requestID)}\nresponseTo = 0x{hex8(hdr.responseTo)}\nopCode = {string_of_opcode(hdr.opCode)}\n" refresh_requestId(msg:WireProtocol.Message) : WireProtocol.Message = {msg with MsgHeader={msg.MsgHeader with requestID=nextrid()}} estart(typ,name,u,usize) = (2+usize+String.byte_length(name),[{Byte=typ}, {Cstring=name}, u]) int(name,i) = estart(el_int, name, {Long=i}, 4) long(name,l) = estart(el_long, name, {Longlong=l}, 8) int64(name,i64) = estart(el_long, name, {Int64=i64}, 8) double(name,d) = estart(el_double, name, {Float=d}, 8) bool(name,b) = estart(el_bool, name, {Bool=b}, 1) estart0(typ,name) = (2+String.byte_length(name),[{Byte=typ}, {Cstring=name}]) null(name) = estart0(el_null, name) minkey(name) = estart0(el_minkey, name) maxkey(name) = estart0(el_maxkey, name) undefined(name) = estart0(el_undefined, name) string_base(name,value,typ) = valuesize = String.byte_length(value) (7+String.byte_length(name)+valuesize,[{Byte=typ}, {Cstring=name}, {Long=valuesize+1}, {Cstring=value}]) string(name,value) = string_base(name,value,el_string) symbol(name,value) = string_base(name,value,el_symbol) code(name,value) = string_base(name,value,el_code) code_w_scope(name,code,scope) = codesize = String.byte_length(code) (docsize,doc) = packDocument(scope) (11+codesize+String.byte_length(name)+docsize, [{Byte=el_codewscope}, {Cstring=name}, {Long=codesize+docsize+9}, {Long=codesize+1}, {Cstring=code}, {Pack=doc}]) binary(name,typ,bin) = strsize = Binary.length(bin) size = 7+String.byte_length(name)+strsize if typ == st_bin_binary_old then (size+4,[{Byte=el_bindata}, {Cstring=name}, {Long=strsize+4}, {Byte=typ}, {Binary=bin; le=true; size={L}}]) else (size,[{Byte=el_bindata}, {Cstring=name}, {Binary=bin; payload=[{Byte=typ}]; le=true; size={L}}]) new_oid = counter = ServerReference.create(0) (-> b = Binary.create(12) ts = Date.in_milliseconds(Date.now()) / 1000 do Binary.add_uint32_be(b, ts) do Binary.add_uint32_be(b, Random.int(0xffffffff)) cnt = ServerReference.get(counter) do ServerReference.set(counter, cnt+1) do Binary.add_uint32_be(b, cnt) b) oid(name,oid) = (14+String.byte_length(name),[{Byte=el_oid}, {Cstring=name}, {FixedBinary=(12,oid)}]) oid_of_string(str:string) : binary = c2h(c1,c2) : option(int) = ch(c:string) : option(int) = match c with | "0" -> {some=0} | "1" -> {some=1} | "2" -> {some=2} | "3" -> {some=3} | "4" -> {some=4} | "5" -> {some=5} | "6" -> {some=6} | "7" -> {some=7} | "8" -> {some=8} | "9" -> {some=9} | "a" -> {some=10} | "b" -> {some=11} | "c" -> {some=12} | "d" -> {some=13} | "e" -> {some=14} | "f" -> {some=15} | "A" -> {some=10} | "B" -> {some=11} | "C" -> {some=12} | "D" -> {some=13} | "E" -> {some=14} | "F" -> {some=15} | _ -> {none} match (ch(c1),ch(c2)) with | ({some=i1},{some=i2}) -> {some=i1*16+i2} | _ -> {none} null = binary_of_string("\000\000\000\000\000\000\000\000\000\000\000\000") if String.byte_length(str) < 24 then null else oid = Binary.create(12) rec aux(i) = if i >= 12 then oid else (match c2h(String.sub(i*2,1,str),String.sub(i*2+1,1,str)) with | {some=n} -> do Binary.add_uint8(oid, n) aux(i+1) | {none} -> null) aux(0) oid_to_string(oid:binary) : string = h2c(h:int) : string = match h with | 0 -> "0" | 1 -> "1" | 2 -> "2" | 3 -> "3" | 4 -> "4" | 5 -> "5" | 6 -> "6" | 7 -> "7" | 8 -> "8" | 9 -> "9" | 10 -> "a" | 11 -> "b" | 12 -> "c" | 13 -> "d" | 14 -> "e" | 15 -> "f" | _ -> "\000" null = "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" if Binary.length(oid) != 12 then null else rec aux(i,sl) = if i >= 12 then String.concat("",List.rev(sl)) else n = Binary.get_uint8(oid,i) c1 = Bitwise.lsr(n,4) c2 = Bitwise.land(0x0f,n) aux(i+1,["{h2c(c1)}{h2c(c2)}"|sl]) aux(0,[]) regex(name,pattern,opts) = (4+String.byte_length(name)+String.byte_length(pattern)+String.byte_length(opts), [{Byte=el_regex}, {Cstring=name}, {Cstring=pattern}, {Cstring=opts}]) bson(name,bson) = (docsize,doc) = packDocument(bson) (2+String.byte_length(name)+docsize,[{Byte=el_object}, {Cstring=name}, {Pack=doc}]) timestamp(name,(i,t)) = (10+String.byte_length(name),[{Byte=el_timestamp}, {Cstring=name}, {Long=i}, {Long=t}]) date(name,millis) = (10+String.byte_length(name),[{Byte=el_date}, {Cstring=name}, {Longlong=millis}]) time_t(name,t) = date(name,Date.in_milliseconds(t)) object(name, obj) = (docsize,doc) = packDocument(obj) (2+String.byte_length(name)+docsize,[{Byte=el_object}, {Cstring=name}, {Pack=doc}]) array(name, arr) = (docsize,doc) = packDocument(arr) (2+String.byte_length(name)+docsize,[{Byte=el_array}, {Cstring=name}, {Pack=doc}]) packDocument(doc:Bson.document) : (int,Pack.data) = rec aux(doc) = match doc with | [] -> (1,[[{Byte=0}]]) | [el|doc] -> (elsize,el) = match el.value with | {~Double} -> double(el.name,Double) | {~String} -> string(el.name,String) | {~Document} -> object(el.name,Document) | {~Array} -> array(el.name,Array) | {~Binary} -> binary(el.name,st_bin_binary,Binary) | {~ObjectID} -> oid(el.name,ObjectID) | {~Boolean} -> bool(el.name,Boolean) | {~Date} -> time_t(el.name,Date) | {Null=_} -> null(el.name) | {Regexp=(pattern,opts)} -> regex(el.name,pattern,opts) | {~Code} -> code(el.name,Code) | {~Symbol} -> symbol(el.name,Symbol) | {CodeScope=(code,scope)} -> code_w_scope(el.name,code,scope) | {~Int32} -> int(el.name,Int32) | {RealInt32=_} -> @fail //int(el.name,RealInt32) // TODO: implement Int32 | {Timestamp=(i,t)} -> timestamp(el.name,(i,t)) | {~Int64} -> long(el.name,Int64) | {~RealInt64} -> int64(el.name,RealInt64) | {Min=_} -> minkey(el.name) | {Max=_} -> maxkey(el.name) (elssize,els) = aux(doc) (elsize+elssize,[el|els]) (datasize,data) = aux(doc) (4+datasize,[{Long=4+datasize}|List.flatten(data)]) unser_item(input:Pack.input) : Pack.result(option(Bson.element)) = do Pack.pinput("unser_item",input) match U.uoctet(input) with | {success=(input,0)} -> {success=(input,none)} | {success=(input,code)} -> (match U.cstring(input) with | {success=(input,name)} -> (match code with | /*el_eoo*/0 -> {success=(input,none)} | /*el_double*/1 -> (match U.float(true, input) with | {success=(input,f)} -> {success=(input,{some={~name; value={Double=f}}})} | {~failure} -> {~failure}) | /*el_string*/2 -> (match U.tuple2(input,U.skip(_, 4),U.cstring) with | {success=(input,(_,s))} -> {success=(input,{some={~name; value={String=s}}})} | {~failure} -> {~failure}) | /*el_object*/3 -> (match unser_document(input) with | {success=(input,doc)} -> {success=(input,{some={~name; value={Document=doc}}})} | {~failure} -> {~failure}) | /*el_array*/4 -> (match unser_document(input) with | {success=(input,arr)} -> {success=(input,{some={~name; value={Array=arr}}})} | {~failure} -> {~failure}) | /*el_bindata*/5 -> (match U.tuple2(input,U.ulong_le,U.uoctet) with | {success=(input,(size, stbin))} -> (match U.skip(input, if stbin == 2 then 4 else 0) with | {success=(input,_)} -> {success=({input with pos=input.pos+size}, {some={~name; value={Binary=Binary.get_binary(input.binary,input.pos,size)}}})} | {~failure} -> {~failure}) | {~failure} -> {~failure}) | /*el_oid*/7 -> (match U.fixed_binary(input, 12) with | {success=(input,oid)} -> {success=(input,{some={~name; value={ObjectID=oid}}})} | {~failure} -> {~failure}) | /*el_bool*/8 -> (match U.bool(input) with | {success=(input,b)} -> {success=(input,{some={~name; value={Boolean=b}}})} | {~failure} -> {~failure}) | /*el_date*/9 -> (match U.longlong_le(input) with | {success=(input,milli)} -> {success=(input,{some={~name; value={Date=Date.milliseconds(milli)}}})} | {~failure} -> {~failure}) | /*el_null*/10 -> {success=(input,{some={~name; value={Null}}})} | /*el_regex*/11 -> (match U.tuple2(input,U.cstring,U.cstring) with | {success=(input,(pat,opts))} -> {success=(input,{some={~name; value={Regexp=(pat,opts)}}})} | {~failure} -> {~failure}) | /*el_code*/13 -> (match U.tuple2(input,U.skip(_,4),U.cstring) with | {success=(input,(_,code))} -> {success=(input,{some={~name; value={Code=code}}})} | {~failure} -> {~failure}) | /*el_symbol*/14 -> (match U.tuple2(input,U.skip(_,4),U.cstring) with | {success=(input,(_,symbol))} -> {success=(input,{some={~name; value={Symbol=symbol}}})} | {~failure} -> {~failure}) | /*el_codewscope*/15 -> (match U.tuple3(input,U.skip(_,8),U.cstring,unser_document) with | {success=(input,(_,code,scope))} -> {success=(input,{some={~name; value={CodeScope=(code,scope)}}})} | {~failure} -> {~failure}) | /*el_int*/16 -> (match U.long_le(input) with | {success=(input,i)} -> {success=(input,{some={~name; value={Int32=i}}})} | {~failure} -> {~failure}) | /*el_timestamp*/17 -> (match U.tuple2(input,U.ulong_le,U.ulong_le) with | {success=(input,(i,t))} -> {success=(input,{some={~name; value={Timestamp=(i,t)}}})} | {~failure} -> {~failure}) | /*el_long*/18 -> (match U.int64_le(input) with | {success=(input,i64)} -> match Int64.to_int_signed_opt(i64) | {none} -> {success=(input,{some={~name; value={RealInt64=i64}}})} | {some = i} -> {success=(input,{some={~name; value={Int64=i}}})} end | {~failure} -> {~failure}) | /*el_minkey*/255 -> {success=(input,{some={~name; value={Max}}})} | /*el_maxkey*/127 -> {success=(input,{some={~name; value={Min}}})} | _ -> {failure="unser_item: Bad code {code}"} ) | {~failure} -> {~failure}) | {~failure} -> {~failure} unser_document(input:Pack.input) : Pack.result(Bson.document) = match U.tuple2(input,U.skip(_,4),U.unser_to_none(unser_item,_)) with | {success=(input,(_,doc))} -> {success=(input,doc)} | {~failure} -> {~failure} string_of_Docs(names,docs) = rec aux(names,docs,i) = match docs with | [] -> [] | [doc|rest] -> (name,names) = match names with | [name|names] -> (name,names) | _ -> ("doc{i}",[]) ["{name} = {Bson.to_pretty(doc)}"|aux(names,rest,i+1)] String.concat("\n ",aux(names,docs,0)) /*struct OP_INSERT { MsgHeader header; // standard message header int32 flags; // bit vector - see below cstring fullCollectionName; // "dbname.collectionname" document* documents; // one or more documents to insert into the collection }*/ string_of_insert_flags(flags:int) : string = l = if Bitwise.land(flags,0x01) != 0 then ["ContinueOnError"] else [] List.to_string(l) string_of_Insert(ins:WireProtocol.Insert) = " flags={string_of_insert_flags(ins.flags)}\n fullCollectionName={ins.fullCollectionName}\n {string_of_Docs([],ins.documents)}" packInsert(hdr:WireProtocol.MsgHeader, ins:WireProtocol.Insert) : Pack.data = (bodysize,bodies) = List.fold_backwards((doc, (s,bs) -> (s2,b2) = packDocument(doc) (s+s2,[b2|bs])),ins.documents,(0,[])) nssize = String.byte_length(ins.fullCollectionName) + 1 head = make_header(20+nssize+bodysize,hdr.requestID,hdr.responseTo,_OP_INSERT) List.flatten([[{Pack=head}, {Long=ins.flags}, {Cstring=ins.fullCollectionName}], List.map((b -> {Pack=b}),bodies)]) Insert(rid:int, flags:int, fullCollectionName:string, documents:list(Bson.document)) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_INSERT}; MsgBody={Insert=~{flags; fullCollectionName; documents}}} unser_insert(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple3(input,U.ulong_le,U.cstring,U.unser_to_end(unser_document,_)) with | {success=(input,(flags, fullCollectionName, documents))} -> {success=(input,{Insert=~{flags; fullCollectionName; documents}})} | {~failure} -> {~failure} /*struct OP_UPDATE { MsgHeader header; // standard message header int32 ZERO; // 0 - reserved for future use cstring fullCollectionName; // "dbname.collectionname" int32 flags; // bit vector. see below document selector; // the query to select the document document update; // specification of the update to perform }*/ string_of_update_flags(flags:int) : string = l = if Bitwise.land(flags,0x01) != 0 then ["Upsert"] else [] l = if Bitwise.land(flags,0x02) != 0 then ["MultiUpdate"|l] else l List.to_string(l) string_of_Update(upd:WireProtocol.Update) = names = ["selector","update"] " flags={string_of_update_flags(upd.flags)}\n fullCollectionName={upd.fullCollectionName}\n {string_of_Docs(names,[upd.selector,upd.update])}" packUpdate(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.Update) : Pack.data = (selectorsize,selectordata) = packDocument(bdy.selector) (updatesize,updatedata) = packDocument(bdy.update) nssize = String.byte_length(bdy.fullCollectionName) + 1 head = make_header(24+nssize+selectorsize+updatesize,hdr.requestID,hdr.responseTo,_OP_UPDATE) [{Pack=head}, {Long=0}, {Cstring=bdy.fullCollectionName}, {Long=bdy.flags}, {Pack=selectordata}, {Pack=updatedata}] Update(rid:int, flags:int, fullCollectionName:string, selector:Bson.document, update:Bson.document) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_INSERT}; MsgBody={Update=~{flags; fullCollectionName; selector; update}}} unser_update(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple5(input,U.skip(_,4),U.cstring,U.ulong_le,unser_document,unser_document) with | {success=(input,(_, fullCollectionName, flags, selector, update))} -> {success=(input,{Update=~{fullCollectionName; flags; selector; update}})} | {~failure} -> {~failure} /*struct OP_QUERY { MsgHeader header; // standard message header int32 flags; // bit vector of query options. cstring fullCollectionName; // "dbname.collectionname" int32 numberToSkip; // number of documents to skip int32 numberToReturn; // number of documents to return in the first OP_REPLY batch document query; // query object. [ document returnFieldSelector; ] // Optional. Selector indicating the fields to return. }*/ string_of_query_flags(flags:int) : string = l = if Bitwise.land(flags,0x01) != 0 then ["Reserved"] else [] l = if Bitwise.land(flags,0x02) != 0 then ["TailableCursor"|l] else l l = if Bitwise.land(flags,0x04) != 0 then ["SlaveOk"|l] else l l = if Bitwise.land(flags,0x08) != 0 then ["OplogReplay"|l] else l l = if Bitwise.land(flags,0x10) != 0 then ["NoCursorTimeout"|l] else l l = if Bitwise.land(flags,0x20) != 0 then ["AwaitData"|l] else l l = if Bitwise.land(flags,0x40) != 0 then ["Exhaust"|l] else l l = if Bitwise.land(flags,0x80) != 0 then ["Partial"|l] else l List.to_string(l) string_of_Query(que:WireProtocol.Query) = names = ["query","returnFieldSelector"] " flags={string_of_query_flags(que.flags)}\n fullCollectionName={que.fullCollectionName}\n numberToSkip={que.numberToSkip}\n numberToReturn={que.numberToReturn}\n {string_of_Docs(names,List.flatten([[que.query],match que.returnFieldSelector with | {some=rfs} -> [rfs] | _ -> []]))}" packQuery(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.Query) : Pack.data = (querysize,querydata) = packDocument(bdy.query) (rfssize,rfsdata) = match bdy.returnFieldSelector with | {some=rfs} -> (rfssize,rfsdata) = packDocument(rfs) (rfssize,[{Pack=rfsdata}]) | {none} -> (0,[]) nssize = String.byte_length(bdy.fullCollectionName) head = make_header(29+nssize+querysize+rfssize,hdr.requestID,hdr.responseTo,_OP_QUERY) List.flatten([[{Pack=head}, {Long=bdy.flags}, {Cstring=bdy.fullCollectionName}, {Long=bdy.numberToSkip}, {Long=bdy.numberToReturn}, {Pack=querydata}], rfsdata]) Query(rid:int, flags:int, fullCollectionName:string, query:Bson.document, numberToSkip:int, numberToReturn:int, returnFieldSelector:option(Bson.document)) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_QUERY}; MsgBody={Query=~{flags; fullCollectionName; query; numberToSkip; numberToReturn; returnFieldSelector}}} unser_query(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple6(input,U.ulong_le,U.cstring,U.ulong_le,U.ulong_le,unser_document,U.unser_optional_at_end(unser_document,_)) with | {success=(input,(flags, fullCollectionName, numberToSkip, numberToReturn, query, returnFieldSelector))} -> {success=(input,{Query=~{flags; fullCollectionName; numberToSkip; numberToReturn; query; returnFieldSelector}})} | {~failure} -> {~failure} set_query_flags(msg:WireProtocol.Message, flags:int) : WireProtocol.Message = {msg with MsgBody=(match msg.MsgBody with | {~Query} -> {Query={Query with ~flags}} | _ -> msg.MsgBody)} get_opCode(msg:WireProtocol.Message) : int = msg.MsgHeader.opCode /*struct OP_GETMORE { MsgHeader header; // standard message header int32 ZERO; // 0 - reserved for future use cstring fullCollectionName; // "dbname.collectionname" int32 numberToReturn; // number of documents to return int64 cursorID; // cursorID from the OP_REPLY }*/ string_of_GetMore(gm:WireProtocol.GetMore) = " fullCollectionName={gm.fullCollectionName}\n numberToReturn={gm.numberToReturn}\n cursorID=0x{hex1664(gm.cursorID)}" packGetMore(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.GetMore) : Pack.data = nssize = String.byte_length(bdy.fullCollectionName) + 1 head = make_header(32+nssize,hdr.requestID,hdr.responseTo,_OP_GET_MORE) [{Pack=head}, {Long=0}, {Cstring=bdy.fullCollectionName}, {Long=bdy.numberToReturn}, {Int64=bdy.cursorID}] GetMore(rid:int, fullCollectionName:string, numberToReturn:int, cursorID:int64) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_GET_MORE}; MsgBody={GetMore=~{fullCollectionName; numberToReturn; cursorID}}} unser_get_more(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple4(input,U.ulong_le,U.cstring,U.ulong_le,U.int64_le) with | {success=(input,(_, fullCollectionName, numberToReturn, cursorID))} -> {success=(input,{GetMore=~{fullCollectionName; numberToReturn; cursorID}})} | {~failure} -> {~failure} /*struct OP_DELETE { MsgHeader header; // standard message header int32 ZERO; // 0 - reserved for future use cstring fullCollectionName; // "dbname.collectionname" int32 flags; // bit vector - see below for details. document selector; // query object. See below for details. }*/ string_of_delete_flags(flags:int) : string = l = if Bitwise.land(flags,0x01) != 0 then ["SingleRemove"] else [] List.to_string(l) string_of_Delete(del:WireProtocol.Delete) = names = ["selector"] " flags={string_of_delete_flags(del.flags)}\n fullCollectionName={del.fullCollectionName}\n {string_of_Docs(names,[del.selector])}" packDelete(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.Delete) : Pack.data = (selectorsize,selectordata) = packDocument(bdy.selector) nssize = String.byte_length(bdy.fullCollectionName) + 1 head = make_header(24+nssize+selectorsize,hdr.requestID,hdr.responseTo,_OP_DELETE) [{Pack=head}, {Long=0}, {Cstring=bdy.fullCollectionName}, {Long=bdy.flags}, {Pack=selectordata}] Delete(rid:int, flags:int, fullCollectionName:string, selector:Bson.document) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_DELETE}; MsgBody={Delete=~{flags; fullCollectionName; selector}}} unser_delete(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple4(input,U.ulong_le,U.cstring,U.ulong_le,unser_document) with | {success=(input,(_, fullCollectionName, flags, selector))} -> {success=(input,{Delete=~{fullCollectionName; flags; selector}})} | {~failure} -> {~failure} /*struct OP_KILL_CURSORS { MsgHeader header; // standard message header int32 ZERO; // 0 - reserved for future use int32 numberOfCursorIDs; // number of cursorIDs in message int64* cursorIDs; // sequence of cursorIDs to close }*/ string_of_KillCursors(kc:WireProtocol.KillCursors) = cursorIDsstr = String.concat(", 0x",List.map(hex1664,kc.cursorIDs)) " numberOfCursorIDs={kc.numberOfCursorIDs}\n cursorIDs=[0x{cursorIDsstr}]" packKillCursors(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.KillCursors) : Pack.data = head = make_header(25+List.length(bdy.cursorIDs)*8,hdr.requestID,hdr.responseTo,_OP_KILL_CURSORS) [{Pack=head}, {Long=0}, {List=([{Int64=Int64.zero}],List.map((cid -> [{Int64=cid}]),bdy.cursorIDs))}] KillCursors(rid:int, cursorIDs:list(int64)) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_KILL_CURSORS}; MsgBody={KillCursors=~{numberOfCursorIDs=List.length(cursorIDs); cursorIDs}}} unser_kill_cursors(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple3(input,U.ulong_le,U.ulong_le,U.unser_to_end(U.int64_le,_)) with | {success=(input,(_, numberOfCursorIDs, cursorIDs))} -> {success=(input,{KillCursors=~{numberOfCursorIDs; cursorIDs}})} | {~failure} -> {~failure} /*struct OP_MSG { MsgHeader header; // standard message header cstring message; // message for the database }*/ string_of_Msg(msg:WireProtocol.Msg) = " msg={msg.message}" packMsg(hdr:WireProtocol.MsgHeader, bdy:WireProtocol.Msg) : Pack.data = msgsize = String.byte_length(bdy.message) + 1 head = make_header(17+msgsize,hdr.requestID,hdr.responseTo,_OP_MSG) [{Pack=head}, {Cstring=bdy.message}] Msg(rid:int, message:string) : WireProtocol.Message = {MsgHeader={messageLength=0; requestID=rid; responseTo=0; opCode=_OP_MSG}; MsgBody={Msg=~{message}}} unser_msg(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.cstring(input) with | {success=(input,message)} -> {success=(input,{Msg=~{message}})} | {~failure} -> {~failure} /*struct OP_REPLY { MsgHeader header; // standard message header int32 responseFlags; // bit vector - see details below int64 cursorID; // cursor id if client needs to do get more's int32 startingFrom; // where in the cursor this reply is starting int32 numberReturned; // number of documents in the reply document* documents; // documents }*/ // We don't send this, it's for debug purposes /*reply(rid:int, flags:int, cursorID:int64, startingFrom:int, numberReturned:int, docs:list(Bson.document)) : Pack.data = (bodysize,bodies) = List.fold_backwards((doc, (s,bs) -> (s2,b2) = packDocument(doc) (s+s2,[b2|bs])),docs,(0,[])) head = make_header(37+bodysize,rid,0,_OP_REPLY) List.flatten([[{Pack=head}, {Long=flags}, {Int64=cursorID}, {Long=startingFrom}, {Long=numberReturned}], List.map((b -> {Pack=b}),bodies)])*/ unser_reply(input:Pack.input) : Pack.result(WireProtocol.MsgBody) = match U.tuple4(input,U.ulong_le,U.int64_le,U.ulong_le,U.ulong_le) with | {success=(input,(responseFlags, cursorID, startingFrom, numberReturned))} -> rec aux(n, input) = if n <= 0 then {success=(input,[])} else (match unser_document(input) with | {success=(input,doc)} -> (match aux(n-1,input) with | {success=(input,docs)} -> {success=(input,[doc|docs])} | {~failure} -> {~failure}) | {~failure} -> {~failure}) (match aux(numberReturned, input) with | {success=(input, documents)} -> Reply = ~{responseFlags; cursorID; startingFrom; numberReturned; documents} {success=(input,{~Reply})} | {~failure} -> {~failure}) | {~failure} -> {~failure} string_of_reply_flags(flags:int) : string = l = if Bitwise.land(flags,0x01) != 0 then ["CursorNotFound"] else [] l = if Bitwise.land(flags,0x02) != 0 then ["QueryFailure"|l] else l l = if Bitwise.land(flags,0x04) != 0 then ["ShardConfigStale"|l] else l l = if Bitwise.land(flags,0x08) != 0 then ["AwaitCapable"|l] else l List.to_string(l) string_of_Reply(rep:WireProtocol.Reply) = " flags={string_of_reply_flags(rep.responseFlags)}\n cursorID=0x{hex1664(rep.cursorID)}\n startingFrom={rep.startingFrom}\n numberReturned={rep.numberReturned}\n {string_of_Docs([],rep.documents)}" reply_messageLength(msg:WireProtocol.Message) : int = msg.MsgHeader.messageLength reply_requestId(msg:WireProtocol.Message) : int = msg.MsgHeader.requestID reply_responseTo(msg:WireProtocol.Message) : int = msg.MsgHeader.responseTo reply_opCode(msg:WireProtocol.Message) : int = msg.MsgHeader.opCode reply_responseFlags(msg:WireProtocol.Message) : int = match msg.MsgBody with | {~Reply} -> Reply.responseFlags | _ -> @fail("WireProtocol.reply_responseFlags: bad reply") reply_cursorID(msg:WireProtocol.Message) : int64 = match msg.MsgBody with | {~Reply} -> Reply.cursorID | _ -> @fail("WireProtocol.reply_cursorID: bad reply") reply_startingFrom(msg:WireProtocol.Message) : int = match msg.MsgBody with | {~Reply} -> Reply.startingFrom | _ -> @fail("WireProtocol.reply_startingFrom: bad reply") reply_numberReturned(msg:WireProtocol.Message) : int = match msg.MsgBody with | {~Reply} -> Reply.numberReturned | _ -> @fail("WireProtocol.reply_numberReturned: bad reply") reply_document_pos(msg:WireProtocol.Message, n:int) : option(Bson.document) = if reply_numberReturned(msg) <= n then none else match msg.MsgBody with | {~Reply} -> List.nth(n, Reply.documents) | _ -> none string_of_Message(message:WireProtocol.Message) : string = headstr = string_of_MsgHeader(message.MsgHeader) bodystr = match message.MsgBody with | {~Reply} -> string_of_Reply(Reply) | {~Msg} -> string_of_Msg(Msg) | {~Update} -> string_of_Update(Update) | {~Insert} -> string_of_Insert(Insert) | {~Query} -> string_of_Query(Query) | {~GetMore} -> string_of_GetMore(GetMore) | {~Delete} -> string_of_Delete(Delete) | {~KillCursors} -> string_of_KillCursors(KillCursors) headstr^bodystr packMessage(msg:WireProtocol.Message) : Pack.data = match msg.MsgBody with | {~Insert} -> packInsert(msg.MsgHeader, Insert) | {~Update} -> packUpdate(msg.MsgHeader, Update) | {~Query} -> packQuery(msg.MsgHeader, Query) | {~GetMore} -> packGetMore(msg.MsgHeader, GetMore) | {~Delete} -> packDelete(msg.MsgHeader, Delete) | {~KillCursors} -> packKillCursors(msg.MsgHeader, KillCursors) | {~Msg} -> packMsg(msg.MsgHeader, Msg) | _ -> @fail binary_export(msgs:list(WireProtocol.Message)) : outcome(binary,string) = E.pack(List.flatten(List.map(packMessage,msgs))) unser_header(input:Pack.input) : Pack.result(WireProtocol.MsgHeader) = match U.tuple4(input,U.ulong_le,U.ulong_le,U.ulong_le,U.ulong_le) with | {success=(input,(messageLength, requestID, responseTo, opCode))} -> {success=(input,~{messageLength; requestID; responseTo; opCode})} | {~failure} -> {~failure} unser_message(input:Pack.input) : Pack.result(WireProtocol.Message) = match unser_header(input) with | {success=(input, MsgHeader)} -> result(fn) = (match fn(input) with | {success=(input,MsgBody)} -> {success=(input,~{MsgHeader; MsgBody})} | {~failure} -> {~failure}) (match MsgHeader.opCode with | 1 -> /*_OP_REPLY*/ result(unser_reply) | 1000 -> /*_OP_MSG*/ result(unser_msg) | 2001 -> /*_OP_UPDATE*/ result(unser_update) | 2002 -> /*_OP_INSERT*/ result(unser_insert) //| 2003 -> /*_RESERVED*/ | 2004 -> /*_OP_QUERY*/ result(unser_query) | 2005 -> /*_OP_GET_MORE*/ result(unser_get_more) | 2006 -> /*_OP_DELETE*/ result(unser_delete) | 2007 -> /*_OP_KILL_CURSORS*/ result(unser_kill_cursors) | _ -> {failure="unser_message: unknown Op code {MsgHeader.opCode}"} ) | {~failure} -> {~failure} string_of_message_binary(binary:binary) : string = match unser_message({~binary; pos=0}) with | {success=(_,msg)} -> string_of_Message(msg) | {~failure} -> "WireProtocol.string_of_message_binary: bad binary (\"{failure}\")" read_mongo(conn:Socket.connection, timeout:int, mailbox:Mongo.mailbox) : outcome((Mailbox.t,Mongo.reply),string) = match Socket.read_fixed(conn, timeout, 4, mailbox) with | {success=mailbox} -> len = Binary.get_uint32_le(mailbox.buf, mailbox.start) (match Socket.read_fixed(conn, timeout, len-4, mailbox) with | {success=mailbox} -> (match unser_message({binary=mailbox.buf; pos=mailbox.start}) with | {success=(_,~{MsgHeader; MsgBody={~Reply}})} -> (match Mailbox.skip(mailbox, len) with | {success=mailbox} -> {success=(mailbox, ~{MsgHeader; MsgBody={~Reply}})} | {~failure} -> {~failure}) | {success=_} -> {failure="WireProtocol.read_mongo: message is not a reply"} | {~failure} -> {~failure}) | {~failure} -> {~failure}) | {~failure} -> {~failure} }}
Opa
5
Machiaweliczny/oppailang
lib/stdlib/apis/mongo/wire_protocol.opa
[ "MIT" ]
# This SJulia code is for testing the algorithm # for ReplaceRepeated. replacerepeated(ex_, rules_) := Module([res,res1,i,maxits = 100], (res = ReplaceAll(ex,rules); For(i=1, i<= maxits, i += 1, (res1 = ReplaceAll(res,rules); res = res1; If(res1 == res, Break()))); If(i == maxits, Warn(StringJoin("maxits reached ",ToString(i)))); Return(res)))
Objective-J
4
UnofficialJuliaMirrorSnapshots/Symata.jl-a906b1d5-d016-55c4-aab3-8a20cba0db2a
symata_test/replacerepeated.sj
[ "MIT" ]
S 0 387 * * * * * b235271fbc8a6c9d990037857189ee9a;size=22254 * S 1 374 * * * * * 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 * S 2 383 * * * * * 39392bbb9626a64e6663c05b70293e7c;size=11535 * S 3 384 * * * * * b970fcbdd71ad2a333f702c7ecfe7114;size=10907 * S 4 385 * * * * * a9d668eae33f9fd4484585d9fe52b05e;size=8638 * S 5 374 * * * * * da17e1a54e88120e294c7e68e350f47f;size=6062 * S 6 383 * * * * * efbd11c972faa734253f779fc4eb2a64;size=5440 * S 7 381 * * * * * aecd442213d89e3f43949aee5040a3ed;size=5318 * S 8 386 * * * * * ea64ae1d6dddc2146105a882229c81bb;size=5125 * S 9 381 * * * * * 26d2046e1a0f79450d6233ef29aab44e;size=4937 * S 10 375 * * * * * a1fe4d26985b4fd62b7bef1949d111f4;size=4547 * S 11 384 * * * * * 96ba76b9e5bd26447d84901071634c23;size=4384 * S 12 382 * * * * * de935b7625d937ebe744b3125cfd1dfc;size=3868 * S 13 376 * * * * * 7e3fa204e95db351839d719215fba508;size=3689 * S 14 381 * * * * * 78951b2d4ca30531381672a30be0978a;size=3655 * H 0 388 99.7 + 0 0 319MD68M b7ffa8f46cb16542d89dc5293ade2098;size=3629 b235271fbc8a6c9d990037857189ee9a;size=22254 S 15 382 * * * * * 721460e46e8804111d74cb730340492f;size=3538 * H 1 375 99.7 + 0 0 34MD340M aff14fabb2213686a8bc18bf98edd8fd;size=3501 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 16 385 * * * * * eec3955a38ab32f15ee315b4c26f9af6;size=3440 * H 6 383 99.7 + 0 0 383M 5bf3b429509ca7b31bbce32fa4d77e33;size=3298 efbd11c972faa734253f779fc4eb2a64;size=5440 S 17 383 * * * * * 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 * S 18 369 * * * * * 57529eb32f16fd6b0ca316c7d376501f;size=2965 * S 19 386 * * * * * be32a04d8af28ab822f66005c721cc1a;size=2849 * S 20 381 * * * * * fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 * S 21 386 * * * * * 0af8e08a076e300ff906097a4030b9bb;size=2733 * H 14 381 99.5 + 0 0 381M 8dbb6f1dafe133984c7c7d899a730e1c;size=2722 78951b2d4ca30531381672a30be0978a;size=3655 S 22 381 * * * * * a3b19115a503e03c27f9577b3e9c673e;size=2708 * H 17 383 99.7 + 0 0 383M 397a9be0ac23a54c504ad0cd4f86ddb9;size=2689 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 1 373 99.7 + 0 0 155MI218M fef76769bd8d3a969b567d6d037a9594;size=2592 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 23 384 * * * * * 86bdf526074a459b826e641cd6131868;size=2562 * S 24 382 * * * * * 32a6455756704a5ceca00b9f7beefc0c;size=2516 * S 25 383 * * * * * 7228f266f04a46bfb85ea74e73546004;size=2508 * S 26 381 * * * * * 38a1e68923981030900a4744924d4694;size=2491 * S 27 385 * * * * * 132ced0592418845eee2359a1359672f;size=2452 * S 28 381 * * * * * 809c29f61330f3ce6c7939cb98b7daa5;size=2440 * S 29 381 * * * * * 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 * H 4 384 99.5 + 0 0 384MI dcb878b5e3696aaa3fded2a9f7dea7cd;size=2312 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 2 384 99.7 + 0 0 170MD213M 2cb0faa31a23b37e7a40aa1d4ea12534;size=2194 39392bbb9626a64e6663c05b70293e7c;size=11535 S 30 381 * * * * * 653897d9ba97be73ecdabcf6efed61ca;size=2163 * S 31 386 * * * * * bbab8ae32b8c7afaef852b438e6dc70d;size=2148 * H 1 375 99.7 + 0 0 285MD89M d56b9d19ecd14c245a89c7ac5f10e437;size=2070 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 32 374 * * * * * db38f1b47bbe57241030f94f3cab84cd;size=2069 * S 33 308 * * * * * b4e1bd5eac322b803425414f19938cd6;size=1992 * H 3 383 99.7 + 0 0 295MI88M 585a7f513b67529b955093b393a269bc;size=1982 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 34 381 * * * * * 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 * S 35 378 * * * * * 4084bd8293b08a58e03158d6668952f9;size=1934 * H 8 387 99.7 + 0 0 172MD214M 91347cd2230896780f6a8d8ec7a3eb63;size=1899 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 2 382 99.7 + 0 0 123MI259M 156b1f0da0c6d2b99c93ca960ad238e1;size=1865 39392bbb9626a64e6663c05b70293e7c;size=11535 S 36 386 * * * * * 99ba81c88f63f83daf290add3918d38b;size=1787 * S 37 374 * * * * * 40db14c7dc6215a64051a172a8b0fec1;size=1775 * S 38 380 * * * * * 4fd9e532b34b278047b4a588cc98708a;size=1762 * S 39 382 * * * * * 750451de425698bad38d5e1c872b2f12;size=1660 * H 6 384 99.5 + 0 0 294MD89M 0da2223146fae1b8f135d4a714ab758a;size=1658 efbd11c972faa734253f779fc4eb2a64;size=5440 H 3 383 99.5 + 0 0 383MI e3678986fcd4c8b340dde7edc8769cff;size=1654 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 20 381 99.5 + 0 0 381M 5b2f9bda94dd54330d8de22256613968;size=1644 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 S 40 381 * * * * * a3ca93396fb5ca07e787acea379dcf9e;size=1640 * S 41 381 * * * * * 51c470345442104d94340d82e2f3fb9d;size=1628 * S 42 385 * * * * * cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 * S 43 380 * * * * * b004e29357ab2a04c9e404f649b9b9cd;size=1600 * S 44 381 * * * * * 0758959c27aa3f623d5484ca0cefb2dc;size=1595 * H 9 380 99.5 + 0 0 380MI f0e31f5fc37262f3a54fe156214ada67;size=1565 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 45 386 * * * * * a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 * S 46 374 * * * * * 9251e8578062ae5ff73218117a6def92;size=1541 * S 47 369 * * * * * e16848b95cf7309d011c4c97a7bcd2f9;size=1507 * H 0 386 99.5 + 0 0 386MI 09c0939b69af725fcefdeb6c35cdaa5b;size=1498 b235271fbc8a6c9d990037857189ee9a;size=22254 S 48 386 * * * * * b4b09cd410a9464688c58a94a70ec8e4;size=1496 * H 1 375 99.7 + 0 0 167MD207M 480f81bba6b456e691c9ae3af1944050;size=1476 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 26 381 99.2 + 0 0 381M 9edca20763bd11809a3d8f3967db2877;size=1472 38a1e68923981030900a4744924d4694;size=2491 S 49 381 * * * * * e401b165aa34a990ec26b307fb8a93c5;size=1445 * S 50 375 * * * * * 9c5f62036413629527da0e94e892cf08;size=1423 * H 1 372 99.5 + 0 0 155MI11MI206M b5ab0dbcb415c673734c5feede1e68c0;size=1402 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 0 388 99.7 + 0 0 34MD353M 540b404fd00e9ac0fd64a1013100ff60;size=1396 b235271fbc8a6c9d990037857189ee9a;size=22254 S 51 374 * * * * * 6b394e36e1bef9a54ee149410df5edd4;size=1366 * S 52 381 * * * * * baf09ace0115fe3c856c80b04af9cd49;size=1364 * S 53 381 * * * * * 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 * S 54 373 * * * * * ae4fe86cbc5620b3b25634f21ab75488;size=1320 * H 26 381 99.5 + 0 0 381M 7b06ce2140c60cda9883867bf19fdc70;size=1316 38a1e68923981030900a4744924d4694;size=2491 S 55 381 * * * * * 213782d871e7988943bf278c3191f221;size=1289 * H 7 380 99.5 + 0 0 380MI 6182032c31fcc52e80485eb65f57a3b0;size=1283 aecd442213d89e3f43949aee5040a3ed;size=5318 S 56 381 * * * * * a59736b07833f7851faf4ef612cf5f63;size=1264 * S 57 381 * * * * * 78cf40830a68c9575dc2988262767324;size=1234 * S 58 373 * * * * * e9d6851ad20662b945b5ea040e1028f1;size=1219 * S 59 455 * * * * * b285cba086c6d068c453be4adc4c5611;size=1210 * H 44 381 99.7 + 0 0 381M 4d6c118910206a89191ce805180fe971;size=1205 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 45 385 99.5 + 0 0 385MI d1521a9319e576119236c1d23e84b6ef;size=1202 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 2 384 99.7 + 0 0 294MD89M f5ee2e1acf1ecc6a1e1f8db80e42c270;size=1201 39392bbb9626a64e6663c05b70293e7c;size=11535 H 15 381 99.5 + 0 0 381MI dcf0057c94c92fad51472cd1fef22f5e;size=1172 721460e46e8804111d74cb730340492f;size=3538 H 5 373 99.7 + 0 0 285MI88M b796257549c946cfffa56aceb6cbc95a;size=1166 da17e1a54e88120e294c7e68e350f47f;size=6062 S 60 379 * * * * * cf300107400178f2895f501833126e35;size=1153 * S 61 383 * * * * * 2a79e4a96c029c692c8850009603471f;size=1145 * S 62 380 * * * * * 5683a4033863e64015d0facb4961a38a;size=1129 * H 4 386 99.7 + 0 0 317MD68M 11eb106b385d9b548ae2216ea66ba928;size=1127 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 63 381 * * * * * a32e35071373097dc70182413f4c3ace;size=1123 * S 64 385 * * * * * 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 * S 65 379 * * * * * 834a8eff393e23d3b887ee35b0556568;size=1112 * S 66 385 * * * * * f0bcb2f583a32c4931244476a962f148;size=1110 * H 22 381 99.7 + 0 0 381M c7ff79b83a3a5a22215e511c751f083b;size=1108 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 67 386 * * * * * e222fa7a96b66870560ef0055ca5911e;size=1108 * S 68 381 * * * * * 992280493f8201664147ee5a7013a338;size=1104 * S 69 381 * * * * * a52196ae2db82d5f270103453bc3a2ac;size=1101 * H 14 381 99.7 + 0 0 381M 817512aac90b499dbeb9a8c91816a9bf;size=1094 78951b2d4ca30531381672a30be0978a;size=3655 S 70 385 * * * * * f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 * H 70 386 99.2 + 0 0 125MI47MD140MD72M 4347ae2e59508730eb759fc73d80cc40;size=1052 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 10 376 99.5 + 0 0 375MD 2ad33e9d24121dc57113fa22292616ce;size=1048 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 71 358 * * * * * 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 * S 72 381 * * * * * 2899d676f63e67670e53d630f084525a;size=1037 * S 73 387 * * * * * f26485df52a1b9756dec85dbe84cc764;size=1036 * S 74 380 * * * * * 02e9878bee1cafa43998775734f77d5f;size=1012 * S 75 381 * * * * * 2fa9b827204a1d3d905718078b9109d9;size=1011 * H 2 384 99.7 + 0 0 257MD126M ea0fef204a1066a299a9bf6aeb9fbd8a;size=991 39392bbb9626a64e6663c05b70293e7c;size=11535 S 76 381 * * * * * 59e2d50d6cbbbd084444de8f0d1c8460;size=979 * S 77 369 * * * * * 26da64127a9c2b145603fe1f0660f814;size=958 * S 78 381 * * * * * e0750d61a73d546098900a1ad9c61542;size=958 * S 79 381 * * * * * 367981d8723cf4e3d71baf722702b583;size=955 * H 1 374 99.5 + 0 0 34MD121MI218M d2f46478a07f190a779bf1293c8da1d4;size=950 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 80 381 * * * * * 9e43073edd634e96c9cd46bd340a9d8d;size=940 * H 7 382 99.7 + 0 0 171MD210M 6f2090df22bfafe0e05c7093b0f058c6;size=936 aecd442213d89e3f43949aee5040a3ed;size=5318 S 81 381 * * * * * 6fc56ad4136bef51967a799db040f7d7;size=930 * H 70 386 99.7 + 0 0 313MD72M 1e30f92e994c42e427e0ac0d6eb61d7f;size=921 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 82 388 * * * * * c86d596d4d6a99ba828b047bf3e2c4b3;size=921 * H 2 383 99.7 + 0 0 383M c05d5d6dd1212a240d953eec959c2447;size=915 39392bbb9626a64e6663c05b70293e7c;size=11535 H 11 383 99.7 + 0 0 172MI211M 8999c800fc79fdab3056d43563a5edd0;size=910 96ba76b9e5bd26447d84901071634c23;size=4384 H 19 387 99.7 + 0 0 172MD214M 9053d9ef660d845909198d7c67d5fd6c;size=908 be32a04d8af28ab822f66005c721cc1a;size=2849 H 38 381 99.7 + 0 0 291MD89M c74b56909eb923e14d3fa1da974ab072;size=903 4fd9e532b34b278047b4a588cc98708a;size=1762 H 49 381 99.7 + 0 0 381M 2fc43b9b837bb5eeebdcc9b3bfde1fb2;size=889 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 83 381 * * * * * ee997d8e830f38c3a6bc26479d6aeb34;size=883 * S 84 395 * * * * * e6e538f0d2a5f8f8bba226e9c92df64b;size=882 * H 6 384 99.7 + 0 0 294MD89M b7d0fba32b905a0d01345f6362ad23e5;size=869 efbd11c972faa734253f779fc4eb2a64;size=5440 S 85 379 * * * * * 0eae5dbd597526fbd9fd2aaec402ae86;size=863 * H 1 373 99.7 + 0 0 315MI58M 18787adcc04e23c45c418d0ebff17f7e;size=850 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 1 373 99.7 + 0 0 285MI88M 7476ee0d1d167d9a0c2d240959a7ad5d;size=842 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 86 380 * * * * * 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 * S 87 382 * * * * * a515a6062896d997c5e630b545f3dc12;size=833 * S 88 393 * * * * * 844790a9a48307f1f851021640d62a66;size=827 * S 89 381 * * * * * a62b53f76dabc51fbc608497f0423b3a;size=823 * H 3 385 99.7 + 0 0 116MD268M 7e533ab1e02da3aac433cdd650d6eafc;size=818 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 65 379 99.5 + 0 0 379M 7d8fab98aa0ff020eefb0cceabb38964;size=815 834a8eff393e23d3b887ee35b0556568;size=1112 S 90 370 * * * * * bea8d6b972e185a60abf5d100e3941e5;size=815 * S 91 383 * * * * * 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 * S 92 381 * * * * * 7479c4378ae7e84010e92ff0663ba6e5;size=798 * S 93 380 * * * * * e4708f969a8a882865af5e27d4b4ce4a;size=796 * H 4 386 99.7 + 0 0 170MD215M eb2f7e8f6efdf58319be3a92c57e68a7;size=793 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 94 380 * * * * * 7ff818ff14477645d9748f9e80212e1a;size=791 * H 35 377 99.5 + 0 0 377MI 1dfdf0b1642392bc21e4234c824be917;size=789 4084bd8293b08a58e03158d6668952f9;size=1934 H 76 381 99.7 + 0 0 381M c6a9ddc978b5fa3580f12117a5ed218f;size=786 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 3 385 99.7 + 0 0 34MD350M f289d7df646ddf582fc2f59ea9c5ae2f;size=778 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 95 383 * * * * * e78f9cdd1e85c305a15fdcdbd579a681;size=777 * H 26 381 99.7 + 0 0 381M 0e6efa480bdccdf4a4cd3674a3eb0b4e;size=768 38a1e68923981030900a4744924d4694;size=2491 H 62 380 99.7 + 0 0 380M b00f5ea4a74873e2b2bad8f3ecb47bf1;size=763 5683a4033863e64015d0facb4961a38a;size=1129 S 96 382 * * * * * 7339ea459aa81191fce7bdc808274976;size=761 * S 97 380 * * * * * e944faf685bbce6aafc662e764ebeb64;size=743 * S 98 458 * * * * * ffd96ef15fd96d9d5b60c8fed2047a64;size=737 * H 0 388 99.5 + 0 0 387MD a7372e67a3c50906b58d072b924ab340;size=733 b235271fbc8a6c9d990037857189ee9a;size=22254 H 6 382 99.2 + 0 0 382MI b4cc7ee1f0a0895d71e9e617f9a0854f;size=732 efbd11c972faa734253f779fc4eb2a64;size=5440 H 91 383 99.7 + 0 0 383M 25c9da1c989a8c5f8c51f643b7d20479;size=731 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 S 99 384 * * * * * 42c7fb60f5a894d2b933bba9d7a36d89;size=727 * H 1 374 99.7 + 0 0 374M 606e9f7967ba45db4172b503d7320294;size=725 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 9 379 99.2 + 0 0 160MI219MI 1287b1479d929601521cb5d5dec03062;size=722 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 100 378 * * * * * 1a635349b6fd22404fab94284c3fe203;size=710 * H 30 380 99.5 + 0 0 380MI 7e23eb90782df5c2b0dbb0550d12a342;size=702 653897d9ba97be73ecdabcf6efed61ca;size=2163 S 101 381 * * * * * a8660d900db113ef096bf415e3731d91;size=702 * S 102 379 * * * * * f1fa1cee2f17c496f5a20ba58e589c7c;size=697 * S 103 378 * * * * * fb99900f8529cad2015e965c715f4e66;size=696 * S 104 385 * * * * * 4a1b19992477b69740b3dd9e44698fb0;size=694 * H 24 381 99.5 + 0 0 381MI ce85065a2bb4220cd2c1c168a827c829;size=694 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 7 380 99.7 + 0 0 171MI209M 6b4d690e5bc25184b7fd99638817aa28;size=686 aecd442213d89e3f43949aee5040a3ed;size=5318 H 0 386 99.7 + 0 0 272MI114M 13fb349399409daf9475e1bedf788d48;size=685 b235271fbc8a6c9d990037857189ee9a;size=22254 S 105 382 * * * * * c5363a5641cc635d03bd615ea2662839;size=685 * S 106 377 * * * * * 59c1d21cebe637e57ec8eb01d978b243;size=681 * S 107 380 * * * * * 60eeb6236088c448b9f709e81feed0b0;size=681 * S 108 381 * * * * * e03ff1c96e9bf0f70263330efe6428b8;size=681 * S 109 384 * * * * * 8fc94c3b06290b83b445bb4d9c9c779b;size=676 * S 110 378 * * * * * c8926fa8c7f49786b4fda5bf7c914dc4;size=676 * S 111 381 * * * * * 56411556b414ce9bde350057388ca5cc;size=669 * H 12 381 99.5 + 0 0 381MI 4dea1e048c6f573b6e7e5af06ab8b4e9;size=666 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 112 378 * * * * * ab0f5465200e09fee6b992dca4756f8d;size=664 * H 10 376 99.7 + 0 0 165MD210M 6f276ae34aafdd735b96033e2494917a;size=662 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 26 381 99.2 + 0 0 381M 33741aecfbcdd4a7796870db6237440c;size=659 38a1e68923981030900a4744924d4694;size=2491 S 113 381 * * * * * d349ee2925f041b4e7f00f75a0570421;size=651 * H 6 382 99.5 + 0 0 382MI e92248299fc37dcb8a91e5481c547895;size=651 efbd11c972faa734253f779fc4eb2a64;size=5440 H 24 382 99.7 + 0 0 382M 27e1757e07ea673315b50714328f23a5;size=649 32a6455756704a5ceca00b9f7beefc0c;size=2516 S 114 375 * * * * * 83df0573e06954f0754ab2dd3e851d44;size=649 * S 115 384 * * * * * b969a9cedb7481eb3eff9f84facd4aa8;size=646 * S 116 380 * * * * * 8d56b6f91b7034d2d47894a305860099;size=645 * H 85 378 99.5 + 0 0 378MI 3c12146ba02f1cb75fa9223b4e9c6bb6;size=643 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 117 381 * * * * * e184857255389e6f5c6e6db33f3ca673;size=643 * S 118 382 * * * * * 41aa558db03ff7bf571533d8bd1ebb40;size=642 * H 7 382 99.7 + 0 0 34MD347M 0860992ae84551d550527812bf1b583a;size=641 aecd442213d89e3f43949aee5040a3ed;size=5318 H 26 381 99.2 + 0 0 381M a03e7a6cec32a7f1268aef5cdfef17ce;size=631 38a1e68923981030900a4744924d4694;size=2491 H 13 377 99.7 + 0 0 34MD342M 2a5c9db18c1d6c36803a14c823df62c9;size=629 7e3fa204e95db351839d719215fba508;size=3689 S 119 380 * * * * * cfd6a70895524ca606ec066301d205ff;size=629 * S 120 381 * * * * * 6526fadb8a186b66b169cde90b5dabc1;size=623 * S 121 372 * * * * * 8a3f691559e55fa79484cf4b022e0b0b;size=621 * H 2 384 99.7 + 0 0 327MD56M 1121d15e9577b35b1fcbf53e883d8104;size=607 39392bbb9626a64e6663c05b70293e7c;size=11535 S 122 389 * * * * * 5aeaacb4835e86de247998ffbc34107c;size=606 * H 26 380 99.5 + 0 0 380MI daf61520357062f4acc14666d49fd3d1;size=598 38a1e68923981030900a4744924d4694;size=2491 H 55 381 99.7 + 0 0 381M 06cb67e2036452e926aaf2edeef3acc6;size=597 213782d871e7988943bf278c3191f221;size=1289 H 26 381 99.5 + 0 0 381M 008c4bb09ae4bfcfbf1eb00cfb7463f5;size=596 38a1e68923981030900a4744924d4694;size=2491 H 26 381 99.5 + 0 0 381M d0cfca99955068c301f0dd00edac3aa6;size=596 38a1e68923981030900a4744924d4694;size=2491 S 123 381 * * * * * 33b3c5e1986b70b996a950c3cd017795;size=595 * S 124 381 * * * * * a8529aac58a9f78bcce9c59b4ec76ce0;size=595 * S 125 373 * * * * * f6ec8a341098724a8b61989aa15f7362;size=589 * S 126 380 * * * * * d8361fa382562000eee5e9a11a6e0a11;size=580 * S 127 361 * * * * * 1e7bf5b9268da3a50505214ab3a5670f;size=575 * S 128 381 * * * * * a1451116f9f7102792d8505467a8c1ad;size=571 * H 26 381 99.5 + 0 0 381M 6b6f6a7fa3629d1a3e0fd68d8cd2eb16;size=570 38a1e68923981030900a4744924d4694;size=2491 H 123 381 99.2 + 0 0 381M 9f6416a7f750dcce15776c3c7c0538ff;size=569 33b3c5e1986b70b996a950c3cd017795;size=595 H 37 375 99.7 + 0 0 165MD209M 5c1c35795f800926d6fc58fb1d23dfca;size=568 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 14 380 99.5 + 0 0 380MI 197289d4aa373109ce471fd409bd7aac;size=567 78951b2d4ca30531381672a30be0978a;size=3655 H 22 382 99.7 + 0 0 298MD83M b61c44c55e649e0e11a548e88429f507;size=567 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 2 384 99.7 + 0 0 248MD135M 7056559413f3a25dfb979708c238ea83;size=566 39392bbb9626a64e6663c05b70293e7c;size=11535 H 22 381 99.5 + 0 0 381M 9a28085193222f70642145275dde6631;size=564 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 129 394 * * * * * 90c9170a9669c983bb4cec5fd6ac400e;size=558 * H 16 386 99.7 + 0 0 172MD213M b1016f5ba38c9ec97fdea13a3abbd295;size=558 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 5 375 99.7 + 0 0 349MD25M e4091c30dcff3ee0372f95a52796c53e;size=557 da17e1a54e88120e294c7e68e350f47f;size=6062 H 27 386 99.7 + 0 0 296MD89M 11e3bbec9175e9bae9bb0e17dc45b1a6;size=553 132ced0592418845eee2359a1359672f;size=2452 S 130 389 * * * * * 5b6004dcbe29ef8c813378538fa706d5;size=553 * S 131 381 * * * * * 8eb1dcea5bd1467add941a149de61a15;size=551 * H 93 382 99.2 + 0 0 298MD82MD 063877d1a1e09b5b8a963c9c8012ee55;size=550 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 132 383 * * * * * 2560b28ed4687a9bda5318525c3f117a;size=549 * S 133 381 * * * * * 40ee3d716c5d6182074f0a132734dc08;size=547 * S 134 388 * * * * * c3859079a9dd32bf9dbfe26094582ad3;size=547 * S 135 381 * * * * * 6d534239f9c5ebd883a72f96e2d21557;size=546 * S 136 383 * * * * * dbc1082a874a94772a2a0c3e344035dc;size=546 * H 22 380 99.5 + 0 0 380MI c03e398f73f2db9d53eac3eb3cf2bd13;size=545 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 137 381 * * * * * 2c3b99b33b4109cda1ed9cc9368d3583;size=544 * H 5 373 99.7 + 0 0 34MI339M 14f209ba7f2009df7007b22575b91806;size=543 da17e1a54e88120e294c7e68e350f47f;size=6062 H 2 384 99.5 + 0 0 170MD213M 8bcee845be14a3f6076a143f1baa1cfb;size=542 39392bbb9626a64e6663c05b70293e7c;size=11535 S 138 379 * * * * * a132452c2bc0948bb95daf81049430cb;size=538 * H 12 381 99.7 + 0 0 171MI210M 04b921d0da882e3eb327baaad70993af;size=535 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 43 381 99.7 + 0 0 297MD83M 6321fbfa57f93a4e3dc600d9d8071e2c;size=534 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 87 382 99.7 + 0 0 382M d88e07ce3e8c3ebbbec7fb9b3497af35;size=532 a515a6062896d997c5e630b545f3dc12;size=833 H 0 389 99.5 + 0 0 308MD11MD68M eb60f0aaff3aa713da5241345890947b;size=532 b235271fbc8a6c9d990037857189ee9a;size=22254 H 6 384 99.7 + 0 0 197MD186M d176e82bbd70e655c3d32e6fa34611ae;size=531 efbd11c972faa734253f779fc4eb2a64;size=5440 H 11 385 99.7 + 0 0 172MD212M 1efaeeda6ae4b0a009d2f56e8c61143a;size=523 96ba76b9e5bd26447d84901071634c23;size=4384 H 8 385 99.5 + 0 0 385MI 4fb40eaddd0f0ce49587db90d20ee874;size=523 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 139 381 * * * * * adf782967a9fd5c412b7ed6ffada8835;size=522 * H 6 384 99.5 + 0 0 197MD186M 4d8a856f4ed9a66161e30e46a27e17cd;size=521 efbd11c972faa734253f779fc4eb2a64;size=5440 S 140 381 * * * * * c2ec0deab354d63640bf15935c669906;size=520 * H 89 381 99.5 + 0 0 381M 087a4bbf0102460a2bb0d30c978ea3b6;size=519 a62b53f76dabc51fbc608497f0423b3a;size=823 H 0 386 99.7 + 0 0 34MI352M 27fa0928c387e0984f066240e0a0dbfa;size=519 b235271fbc8a6c9d990037857189ee9a;size=22254 S 141 380 * * * * * 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 * H 15 383 99.7 + 0 0 34MD348M 14ae11e40d216ebfa0e121198a32a001;size=516 721460e46e8804111d74cb730340492f;size=3538 H 23 383 99.5 + 0 0 383MI b6d48474a4797cc4afa0ea904f9dfe19;size=516 86bdf526074a459b826e641cd6131868;size=2562 H 1 373 99.7 + 0 0 281MI92M 74e796ef9cd92760be99638674b80bd2;size=513 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 142 386 * * * * * a59c20a795c10fca5ddea1b5bb9467c1;size=513 * H 70 386 99.2 + 0 0 125MI171MD16MD72M c74ac53ebbf520037eb002005c3aa901;size=512 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 70 386 99.2 + 0 0 34MD91MI187MD72M 84dc1f1a31651b27c2d1a8c16053c442;size=509 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 26 381 99.2 + 0 0 381M 6b770eaaa3c77e45dbb79c2778b62918;size=505 38a1e68923981030900a4744924d4694;size=2491 H 70 384 99.2 + 0 0 109MI15MI187MD72M aa2a13afdcc38b8978ff83b8016f119e;size=500 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 143 385 * * * * * 6d79dda1be8786b3376d5968384f7e74;size=499 * S 144 386 * * * * * 7dfca0a75eaa79462cb606088b714952;size=499 * H 49 381 99.2 + 0 0 381M f72ed7fd3bb4379608477aa0755d60c4;size=498 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 145 375 * * * * * 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 * H 1 376 99.5 + 0 0 34MD251MD89M 3438399a888d566a230ef7eaf310cd00;size=496 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 146 379 * * * * * cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 * S 147 381 * * * * * 69fa43539b3c11c2bd0bb9f2885ed390;size=495 * S 148 384 * * * * * 3b1221ec852febd44787188eb6382a49;size=494 * S 149 386 * * * * * 760ea90cfe74b77d6a72b8a4dba50018;size=492 * S 150 381 * * * * * 09cfe255011adb5c7fe95388d27ca351;size=490 * H 26 381 99.5 + 0 0 381M 0671ac28b16f77c139f0693656667abc;size=487 38a1e68923981030900a4744924d4694;size=2491 S 151 380 * * * * * 1573227062856a5b20f3c26fcc091327;size=487 * H 0 388 99.7 + 0 0 339MD48M 1ac96c898961af114dca3752c6edb96e;size=487 b235271fbc8a6c9d990037857189ee9a;size=22254 H 2 385 99.5 + 0 0 170MD124MD89M 6aa6a947f91159ac56940dd58954e045;size=487 39392bbb9626a64e6663c05b70293e7c;size=11535 H 13 377 99.5 + 0 0 376MD acdecf4741a9037992f3ff282f498ac8;size=487 7e3fa204e95db351839d719215fba508;size=3689 S 152 381 * * * * * 06243f68f28fa8603db36cfd42d73d76;size=485 * S 153 384 * * * * * f72e21a265c49ad63b49aaab5f4ded40;size=480 * S 154 383 * * * * * 0562c5abd0413e52c8b76fa92a6f69a2;size=478 * H 8 387 99.7 + 0 0 297MD89M 21092604fa700015d24c46c98095c003;size=478 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 155 378 * * * * * 4e65effd8bfa7747570bc8b001683668;size=474 * S 156 380 * * * * * e8a4c0ba199e303dfe61c93fad9c67d2;size=474 * S 157 364 * * * * * 422e7cc48ca60ca09dea025baea5ef16;size=472 * H 59 456 99.8 + 0 0 366MD89M ecd8c9163b8746f32c2e98dfd746f83b;size=472 b285cba086c6d068c453be4adc4c5611;size=1210 H 70 386 99.2 + 0 0 125MI187MD47MD25M ae216d0ebf04592c218ce8a94c13aeb8;size=468 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 34 380 99.5 + 0 0 380MI f4f809c0b00f13560b438a0d9f919a2a;size=468 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 26 382 99.7 + 0 0 160MD221M 3d487642327de35cf86bd46283793ea1;size=466 38a1e68923981030900a4744924d4694;size=2491 H 26 381 99.5 + 0 0 381M 9f50b3d30c7cba1ef14533892f4e2b5f;size=466 38a1e68923981030900a4744924d4694;size=2491 S 158 384 * * * * * 57c540a49d737b1100040c740f81c846;size=464 * H 34 381 99.5 + 0 0 381M db3a8acf6ed9b9506fa2e55578b30a93;size=464 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 2 383 99.5 + 0 0 123MI206MD53M 3336d32094c72e9a0e89a14089c45788;size=463 39392bbb9626a64e6663c05b70293e7c;size=11535 H 6 384 99.7 + 0 0 170MD213M 1e5137fac79132c06c449133510190d7;size=462 efbd11c972faa734253f779fc4eb2a64;size=5440 S 159 379 * * * * * d599abec9e36066c363eab67ce6b6469;size=457 * H 14 381 99.5 + 0 0 381M 4f457e6e9ffde7bb3f7ede1772e4e436;size=455 78951b2d4ca30531381672a30be0978a;size=3655 H 25 384 99.7 + 0 0 257MD126M 026e03b24166bd4fa850a80526bb4c85;size=452 7228f266f04a46bfb85ea74e73546004;size=2508 H 66 385 99.7 + 0 0 385M f5cb32707129f27c813169881ed09e97;size=452 f0bcb2f583a32c4931244476a962f148;size=1110 H 4 386 99.7 + 0 0 259MD126M 1946353a8647e0f03f2e5de44995d911;size=451 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 39 383 99.7 + 0 0 293MD89M 279e346c01de280622529c8a7ffdf40e;size=451 750451de425698bad38d5e1c872b2f12;size=1660 S 160 381 * * * * * 3aca5a69abbda736195ad86d8326c18a;size=446 * S 161 380 * * * * * db456d1986bf378d4358672720486687;size=446 * S 162 455 * * * * * 9512aed25d10127818005b2d88fab273;size=445 * S 163 383 * * * * * d4591ad0229b7c5e5c49ad5afd69b9dc;size=445 * S 164 381 * * * * * 1a7acc4b2de33264acc41af600f16b07;size=444 * H 46 374 99.7 + 0 0 374M 438bc168743a3690175c3fe66d765a30;size=441 9251e8578062ae5ff73218117a6def92;size=1541 S 165 382 * * * * * 01a71ee728b1597b04d339505a58ed04;size=439 * S 166 380 * * * * * 351fd1540c2aab8567725ee8cb8a60fd;size=437 * H 49 382 99.7 + 0 0 292MD89M c309a37522ccec2f7a2edf8cdc2ed86c;size=437 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 167 381 * * * * * 779d855941ce594643370be05a9669eb;size=435 * H 51 374 99.5 + 0 0 374M 8437ad5c86a73088ddf64fd5d282e9bd;size=435 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 7 380 99.7 + 0 0 247MI133M 263f7a2c719595579c610e80f3ce877e;size=432 aecd442213d89e3f43949aee5040a3ed;size=5318 H 0 388 99.7 + 0 0 308MD79M eb6cf940796aed9b54e27c5de641cbb5;size=432 b235271fbc8a6c9d990037857189ee9a;size=22254 H 1 375 99.7 + 0 0 155MD219M d549c5f145a068f78b4cc3c98004e896;size=430 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 168 381 * * * * * 772a2d8fcd7b325862af3f66e296458a;size=429 * S 169 383 * * * * * 1f854f3a83c7c03dc88303978686c39a;size=427 * S 170 383 * * * * * bf4b84650b8ece2da287764105cd67a0;size=425 * S 171 363 * * * * * 5459237955111c0681f507be88a7f611;size=422 * S 172 385 * * * * * 5856d5441f68104b13b7584cf46ba6a4;size=421 * S 173 381 * * * * * b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 * S 174 384 * * * * * 673a7d04c8bcf089ba87b9d892447e5c;size=420 * S 175 374 * * * * * 721ba4ac8a65f9d24e6b4a158d71845d;size=420 * H 38 379 99.7 + 0 0 165MI214M c6eb129826d4331c64eb748a0b708f12;size=418 4fd9e532b34b278047b4a588cc98708a;size=1762 H 70 386 99.2 + 0 0 125MI134MD53MD72M 92bd994fa85c53aeb04750815e23410f;size=417 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 176 375 * * * * * 59ee4110516c17ffb68b3c8ca7a2e409;size=415 * H 17 384 99.7 + 0 0 300MD83M bbf6cec044f22ca21d9771c1d222de5f;size=415 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 26 381 99.5 + 0 0 381M 6893db39a6267812a1541f34e156e328;size=413 38a1e68923981030900a4744924d4694;size=2491 H 26 381 99.2 + 0 0 381M f30ae2c718a3d8ad32d5f3094214ed94;size=412 38a1e68923981030900a4744924d4694;size=2491 H 21 388 99.5 + 0 0 306MD12MD68M 258499124446ed5894f3838275540c16;size=411 0af8e08a076e300ff906097a4030b9bb;size=2733 S 177 386 * * * * * d922aec73268c49fe7a057cadeb19ae7;size=411 * H 17 383 99.7 + 0 0 383M fc4102029d48770594925c4c3e2fc124;size=411 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 178 382 * * * * * 6a143ec78fa90780211ba306f029b595;size=410 * S 179 378 * * * * * 9128132d0cf180c38a31b71a3f5a3fa0;size=409 * S 180 386 * * * * * cbae1b029b432ffea6fc36462608bbc3;size=409 * S 181 381 * * * * * d316eb75a1d37df3333680911d85e38a;size=409 * S 182 381 * * * * * 1f61b384ea0261ceb88a31ab35a8c847;size=407 * H 93 380 99.2 + 0 0 380M 4deaabaacc5e988204546db396621f5f;size=406 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 0 388 99.7 + 0 0 32MD355M 8fa585090772315d2b5ea540f560997f;size=406 b235271fbc8a6c9d990037857189ee9a;size=22254 H 10 375 99.7 + 0 0 375M e9ac49a1bb6c37f88b2eeead7a4ad9e9;size=403 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 0 386 99.7 + 0 0 345MI41M ff3d8f4a025db468451157d11325bfe7;size=403 b235271fbc8a6c9d990037857189ee9a;size=22254 S 183 376 * * * * * 0ea571522ec6517425a9908ecf958be8;size=402 * H 15 381 99.7 + 0 0 173MI208M 6ca2f94b0a17b1c8a6b6c53e04227a04;size=402 721460e46e8804111d74cb730340492f;size=3538 H 56 380 99.5 + 0 0 380MI 8f4f8102c44d276880b4befe083efcbd;size=401 a59736b07833f7851faf4ef612cf5f63;size=1264 H 0 386 99.7 + 0 0 311MI75M d03904d466c8197aa2c6b6f052e36b89;size=400 b235271fbc8a6c9d990037857189ee9a;size=22254 H 1 374 99.5 + 0 0 34MD281MI58M 74e6fc68c16af9db58afc697d87056b7;size=398 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 9 382 99.7 + 0 0 160MD221M 92dc2b61534e7d640cd1ab357e921927;size=398 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 184 385 * * * * * c836f387c69d729d9e303c2a7a1efd70;size=398 * S 185 378 * * * * * 2d267b9634e394fc577a40288d17c176;size=397 * S 186 387 * * * * * e67a9d63816097204dd6e18fb386751d;size=393 * H 8 386 99.2 + 0 0 172MD213MI 0d61d70d9e30a1444131cef810318b19;size=392 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 29 381 99.7 + 0 0 381M e9e712699b88d59648c66568e3c6d46b;size=392 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 187 381 * * * * * 54032a4dfdc08d69ed768ee5679c59cc;size=391 * S 188 380 * * * * * ba0047b717b657eb821512549412426b;size=390 * H 17 384 99.7 + 0 0 294MD89M 1ac70ad40a907c9d955f7b2c963fcef1;size=389 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 189 379 * * * * * 2b3be3a7d50a6a3bf4fecde0c1d5a6d3;size=389 * S 190 393 * * * * * 2f14057efc703e11ca446472cbd58089;size=389 * H 2 384 99.7 + 0 0 34MD349M 717a2afc9378eb0a5e28addf486be7d6;size=387 39392bbb9626a64e6663c05b70293e7c;size=11535 H 113 381 99.7 + 0 0 381M 385ca7be55917d395a9b54b4ef3cf398;size=384 d349ee2925f041b4e7f00f75a0570421;size=651 H 1 376 99.5 + 0 0 34MD133MD207M 1b1c60bb6a10dcecd0fc1e048f533c9c;size=382 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 6 382 99.7 + 0 0 123MI259M c58961dc8cdd0713805f475c3636df50;size=381 efbd11c972faa734253f779fc4eb2a64;size=5440 H 22 382 99.7 + 0 0 160MD221M dc3bbe3c0e5ebce1c9b423c989522680;size=380 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 174 384 99.7 + 0 0 384M 6f22c5b2bca04ad06e0e5cdce0d9c1ae;size=377 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 1 373 99.2 + 0 0 34MD121MI11MI206M c151918305788fc3276c3bb81982a72c;size=374 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 191 374 * * * * * 6cfab8a4e1ab8dbd9c2331c7bec5dc23;size=372 * H 155 377 99.7 + 0 0 278MI99M 5cdaee9a72d474037cae2e350e85ffae;size=371 4e65effd8bfa7747570bc8b001683668;size=474 H 9 382 99.7 + 0 0 34MD347M ac7029be1c315d3752e5d3f2d151c1b5;size=371 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 192 381 * * * * * f3e37dbc68f5fcd5df044ae9e8ca7365;size=371 * S 193 381 * * * * * 4e802064a64173a67e0acb114667578c;size=370 * H 42 384 99.5 + 0 0 384MI 38c62cbc509fca81d0f5d1499f2bbc03;size=369 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 18 370 99.7 + 0 0 280MD89M 5e13384cba0e019b8230564e576517ea;size=369 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 194 382 * * * * * 6b2753d150574fc564bf0c86986e5aa9;size=369 * H 35 379 99.7 + 0 0 167MD211M ccaa727963babdf180a4cc5510e430f7;size=369 4084bd8293b08a58e03158d6668952f9;size=1934 H 18 370 99.7 + 0 0 34MD335M 3d300f1e2d1be39773a468c790162ce5;size=368 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 148 384 99.2 + 0 0 384M 15b139e543eee53f564b66ad82ac4f5c;size=367 3b1221ec852febd44787188eb6382a49;size=494 H 5 373 99.5 + 0 0 373MI 2d8a877800d9d2ccae18c328565545a9;size=366 da17e1a54e88120e294c7e68e350f47f;size=6062 H 44 381 99.5 + 0 0 381M 1e23d574ecf7a7182406fe076c8c17d8;size=365 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 30 382 99.7 + 0 0 34MD347M 2cb72778b92627925b6a776dc241cf28;size=365 653897d9ba97be73ecdabcf6efed61ca;size=2163 S 195 384 * * * * * f6dbc30b4dda082987af4490645b6ba1;size=363 * H 100 379 99.5 + 0 0 378MD 36e6561a49804963492c2c59a4eef99b;size=362 1a635349b6fd22404fab94284c3fe203;size=710 H 7 382 99.7 + 0 0 298MD83M d6295b227b0c525cf00151c6666ce216;size=361 aecd442213d89e3f43949aee5040a3ed;size=5318 H 4 386 99.7 + 0 0 296MD89M cadb4633e0bad5aea417a5a5c1723ed6;size=360 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 123 381 99.5 + 0 0 381M 810e266900798ce0f28eafdc16b956e5;size=359 33b3c5e1986b70b996a950c3cd017795;size=595 S 196 381 * * * * * ada2665ff799c6cfba577825d6a0fae1;size=359 * H 2 383 99.7 + 0 0 383M 72ecc0f5e4f486a850db0b8b03430335;size=358 39392bbb9626a64e6663c05b70293e7c;size=11535 S 197 381 * * * * * ae556cc266047d8429d800334c893f45;size=357 * H 34 382 99.7 + 0 0 160MD221M ee9cc95989fb79378d23b574be1a07e2;size=357 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 198 383 * * * * * 58d07c53510c05888cde3634d588bfd4;size=355 * H 12 383 99.7 + 0 0 34MD348M 8fa7c9a8f44563ef047de84a41eb6d21;size=355 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 199 381 * * * * * 994f63ec426d91db7e7fb403ffb4037a;size=355 * S 200 384 * * * * * d28eb22f309e80be11a927dd1fb44ad8;size=354 * H 38 381 99.7 + 0 0 297MD83M 7a1d141355ce9ab803da2a5705a5f0d0;size=353 4fd9e532b34b278047b4a588cc98708a;size=1762 H 50 376 99.7 + 0 0 165MD210M c879d63b490444c36ffc156656ed5cfa;size=352 9c5f62036413629527da0e94e892cf08;size=1423 H 97 380 99.7 + 0 0 380M de66f7b37648428b68b7392fbf80b926;size=351 e944faf685bbce6aafc662e764ebeb64;size=743 S 201 383 * * * * * d313cfac3e8156f4ab4f5ab8db052c94;size=349 * H 3 385 99.7 + 0 0 173MD211M 405a0d0f7e50290ef914f2798ab054c4;size=347 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 202 381 * * * * * 0f68fde17a89b6724e64664e93118c90;size=346 * S 203 381 * * * * * 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 * H 8 387 99.7 + 0 0 125MD261M 938fbd13cf0770abdf44e15ae49060f2;size=344 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 204 380 * * * * * 165c8aa6c294466e476a628e2d42326e;size=343 * H 187 381 99.5 + 0 0 381M 642be6d53cb1bcd02c70faf3f24ffbac;size=343 54032a4dfdc08d69ed768ee5679c59cc;size=391 H 2 383 99.5 + 0 0 123MI170MD89M 99f97c74304fbd1248105ea42fa5686f;size=343 39392bbb9626a64e6663c05b70293e7c;size=11535 H 75 381 99.5 + 0 0 381M ac61021ada1e525c4549880dd99e967a;size=343 2fa9b827204a1d3d905718078b9109d9;size=1011 S 205 380 * * * * * b52c88c52b9e04ba438320e56a311572;size=343 * H 26 381 99.5 + 0 0 381M 8682923cf96fcc961f17663a0f14e497;size=342 38a1e68923981030900a4744924d4694;size=2491 S 206 383 * * * * * a0fca590795e93c916ac16d2e56838a7;size=342 * H 0 387 99.2 + 0 0 319MD67MI 26e6b06f557ba5cbc4354b6a2546d086;size=341 b235271fbc8a6c9d990037857189ee9a;size=22254 S 207 378 * * * * * c58abb8cf2241b85452776eeb4f4c1cc;size=340 * H 9 381 99.7 + 0 0 381M 77830babdbba66c2028839f28baff14d;size=339 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 27 386 99.7 + 0 0 171MD214M 6bde78ec505b9213a583f93df18c35c2;size=338 132ced0592418845eee2359a1359672f;size=2452 S 208 393 * * * * * 73f4acc86502c3d4b9b524aac9eb0bad;size=338 * H 32 375 99.7 + 0 0 285MD89M b9566254e839f5a64485dfc6ce2b268e;size=338 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 131 381 99.5 + 0 0 381M dae6565ce06596d83fa6fe3f67d977ac;size=338 8eb1dcea5bd1467add941a149de61a15;size=551 H 92 382 99.7 + 0 0 292MD89M f5ec3bfc8671f270f0dfaf67eb9d2177;size=338 7479c4378ae7e84010e92ff0663ba6e5;size=798 S 209 384 * * * * * 0951cbafa9af3ed69eb56b9cad3bc656;size=337 * S 210 383 * * * * * 2d2a776b0d3b4f5174a40a5e118dee6d;size=337 * H 87 382 99.5 + 0 0 382M f74eb63009ced43a44c72cc28da0e575;size=337 a515a6062896d997c5e630b545f3dc12;size=833 S 211 376 * * * * * 2be42e9cbdcdef0bf95878fd10b7058c;size=336 * S 212 373 * * * * * f6967f5c1b256bfc4f189948af2f5bd8;size=336 * S 213 382 * * * * * 32dc689e2ec6cc02ae5d14bc1d4fceb7;size=333 * H 29 382 99.7 + 0 0 170MD211M 9487ad07a7301b360038dbce859fbdbc;size=333 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 214 377 * * * * * 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 * H 17 384 99.5 + 0 0 300MD83M f3c21b9773f51a04c95991341b0e9b58;size=331 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 215 381 * * * * * 8685c2fb628e3d22f6ce0e96a594094f;size=329 * H 17 384 99.5 + 0 0 294MD89M 94ed2b58a04aa49b0c4092ebd0caa2fb;size=329 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 0 387 99.7 + 0 0 387M 7f76014366be84aa4c7fb9e39e0d8963;size=328 b235271fbc8a6c9d990037857189ee9a;size=22254 H 93 382 99.2 + 0 0 292MD88MD 7aba6ced24f70f4503d0208be9ead0a8;size=327 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 216 382 * * * * * a1b176b599cb431fe74bfe674b66e971;size=327 * S 217 387 * * * * * b70728739981fa5153c9a1dea8c491ef;size=327 * H 174 384 99.5 + 0 0 384M 0f7cda1fc61fc47746eed9bcaec96172;size=325 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 93 381 99.2 + 0 0 380MD 7f98964c7dd5342ee8dffb82273179f5;size=324 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 218 385 * * * * * 83a62235f350d19cd37c04c9bfca83ec;size=324 * S 219 380 * * * * * a834d6b613b6e32d010c9b4d5d232432;size=324 * H 140 381 99.2 + 0 0 381M d0bf62ae7287ce951da435a47a108fa1;size=324 c2ec0deab354d63640bf15935c669906;size=520 H 2 384 99.5 + 0 0 383MD fbe750a0a44d7c1b5380a8550aac4965;size=323 39392bbb9626a64e6663c05b70293e7c;size=11535 H 1 374 99.5 + 0 0 155MI129MD89M 222fa6e92fa0edb7fff3e8bccb0dabe8;size=321 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 220 378 * * * * * 3065bc6f2db8f8e4fc472d109d834122;size=321 * S 221 379 * * * * * da0b95a1ca2127cb2b68f048379acb50;size=321 * H 4 385 99.7 + 0 0 385M 5e07ec21f64be8c11790b712cd2efb5a;size=314 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 222 379 * * * * * e8d79661d8df6a73b6c307f88dc6c9b9;size=313 * H 49 382 99.5 + 0 0 292MD89M 6d896cd3029ff20282e5875f2ae21d7d;size=312 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 200 384 99.2 + 0 0 384M 03b1195134ed1cffa7bb368cb0f0344b;size=311 d28eb22f309e80be11a927dd1fb44ad8;size=354 H 8 386 99.5 + 0 0 386M 223b823fea5b7bacca7d4d5b44c4b52f;size=311 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 20 381 99.2 + 0 0 381M 802371929fd2ff75f8e67111028e5da4;size=311 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 S 223 366 * * * * * 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 * S 224 381 * * * * * 83085bd1c0ae1a2dbf23bcaf836283d4;size=310 * H 2 383 99.5 + 0 0 123MI46MD213M 098cafe1d12d214f41a7a41c9e513a66;size=307 39392bbb9626a64e6663c05b70293e7c;size=11535 H 1 375 99.7 + 0 0 291MD83M be46f7387023d013921f73399c99cdd1;size=307 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 41 382 99.7 + 0 0 292MD89M 227bf7625b79e22b1d26a31774ea8aa8;size=306 51c470345442104d94340d82e2f3fb9d;size=1628 H 47 370 99.7 + 0 0 321MD48M 88c17adfe1bc18d4fc77273114c586d2;size=305 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 55 381 99.5 + 0 0 381M 9cb8baa61bb804114f475080bd03b129;size=304 213782d871e7988943bf278c3191f221;size=1289 S 225 381 * * * * * ccd852f5692a27f8e2858a6db67e6e06;size=304 * H 93 381 99.2 + 0 0 380MD 1e27f5ccd47ec5b7c7cdd98394c20dce;size=303 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 226 374 * * * * * 5c7e0fe5d4df983c6431134a82237956;size=302 * H 4 386 99.7 + 0 0 34MD351M 3450d0b36e98a82c7ef33643cd71ed07;size=301 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 45 387 99.7 + 0 0 260MD126M b99f534da3417e606b2cea8692c0fc76;size=301 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 102 380 99.5 + 0 0 379MD 6f22475e230186b97a8cde02e406461b;size=298 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 H 33 308 99.7 + 0 0 308M 7301515860adb6b2e54517d01e778e3a;size=298 b4e1bd5eac322b803425414f19938cd6;size=1992 S 227 381 * * * * * f4d046c3e4669c026cc998f92510b9a3;size=298 * H 91 384 99.5 + 0 0 104MD279M 15d607e151a372f01d6c2534f5bc2f3f;size=297 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 67 386 99.7 + 0 0 386M 72dad93fc8636f1161fee926bd4bad20;size=297 e222fa7a96b66870560ef0055ca5911e;size=1108 H 2 382 99.5 + 0 0 382MI a7497c68fd14c60a629ccc9c0465c261;size=296 39392bbb9626a64e6663c05b70293e7c;size=11535 S 228 384 * * * * * 006eb542c4ddd1086af742069fc840ba;size=294 * S 229 381 * * * * * 929948fcaca814c3a37bab7f585ffb79;size=294 * H 1 373 99.7 + 0 0 34MI339M a378c102d7364d8c3ef4ab0b6f3ec01a;size=294 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 230 378 * * * * * b9d3f55926dfefa3987f713cc791cbcc;size=294 * S 231 381 * * * * * c5e16c5edd0279857aad608bdf1808b6;size=294 * H 131 381 99.2 + 0 0 381M cd02429425159b01dbf47bbc6d884d2e;size=294 8eb1dcea5bd1467add941a149de61a15;size=551 H 80 380 99.5 + 0 0 380MI 075c2e7ef39f347f2e598589d522c320;size=293 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 21 387 99.7 + 0 0 174MD212M 107082e64e11cd29ee13d60bbc8d6a1b;size=293 0af8e08a076e300ff906097a4030b9bb;size=2733 H 97 379 99.7 + 0 0 169MI210M b3701eff80ad438f097c012c36492763;size=293 e944faf685bbce6aafc662e764ebeb64;size=743 H 5 375 99.7 + 0 0 167MD207M 3d8f013ca95078ce9f343068a0c10b08;size=292 da17e1a54e88120e294c7e68e350f47f;size=6062 H 1 373 99.7 + 0 0 339MI34M a61334c266881b793af456397981787e;size=292 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 34 380 99.7 + 0 0 292MI88M 1fbdb777977c77e0c0ab204529032920;size=291 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 103 379 99.7 + 0 0 289MD89M 4ecad51222a6d1f35a14b61be3678a43;size=291 fb99900f8529cad2015e965c715f4e66;size=696 H 147 382 99.7 + 0 0 160MD221M 9554562c96b6ae034a8490047f9bc017;size=291 69fa43539b3c11c2bd0bb9f2885ed390;size=495 H 11 385 99.7 + 0 0 249MD135M 5921d40e2ba3b168dfcc3ed2ef2798ec;size=290 96ba76b9e5bd26447d84901071634c23;size=4384 S 232 381 * * * * * 8fbc677febbfb8d425055fa3db9cc8ee;size=290 * H 36 385 99.7 + 0 0 293MI92M a998dd123d308bd1b41817e549787f0c;size=290 99ba81c88f63f83daf290add3918d38b;size=1787 S 233 381 * * * * * eb75a7d1a7b9f8e87937141a4ff9f9fe;size=290 * H 26 381 99.7 + 0 0 381M 799025b0d972aa9cdcc99fa99218682b;size=289 38a1e68923981030900a4744924d4694;size=2491 H 21 387 99.7 + 0 0 297MD89M deaa7e0a2141ecfa9aa4434294e5d955;size=289 0af8e08a076e300ff906097a4030b9bb;size=2733 S 234 381 * * * * * 326398282ab043dfadaec0c97d2515d9;size=288 * H 40 382 99.7 + 0 0 34MD347M 6e110c25d18111f4872f167806066157;size=288 a3ca93396fb5ca07e787acea379dcf9e;size=1640 S 235 379 * * * * * d2b5f22d6a1fde53fd841e5b067ec1f5;size=288 * S 236 380 * * * * * f5105f226e901edcf42c4754437126f8;size=288 * S 237 379 * * * * * 6234d9e1faf8f56ddc02c0934437b060;size=287 * H 12 383 99.5 + 0 0 382MD 1740148e11fd01de30ada82befc523da;size=286 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 238 379 * * * * * 59e1856b28986d01ae3003b4aaaa88cd;size=286 * H 236 382 99.5 + 0 0 166MD131MD83M 4cabbad3ff05b8a6ca60557b9cefa456;size=285 f5105f226e901edcf42c4754437126f8;size=288 H 52 382 99.7 + 0 0 292MD89M 0675dcb5b61a3a23a98b3bf074e32093;size=284 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 166 381 99.7 + 0 0 333MD47M e963aee46d2d2670e0211cc2dcbffcf2;size=284 351fd1540c2aab8567725ee8cb8a60fd;size=437 H 95 384 99.7 + 0 0 294MD89M 20fb4ab99ecfef1461dc38533d7d710e;size=283 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 239 381 * * * * * 5e17c3e33777d518bd32c27129ba5ebb;size=282 * S 240 381 * * * * * a0e8ecf140a0454516a59931b7e530ac;size=282 * H 28 382 99.7 + 0 0 298MD83M c7c1b0d41952733d28e0c5a921e471a4;size=280 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 103 379 99.7 + 0 0 116MD262M 0a6bb82998edbec5cd65f7a11df2dcdb;size=279 fb99900f8529cad2015e965c715f4e66;size=696 S 241 373 * * * * * c9d60fd5329ddcf61ef59b5b5c1f8836;size=279 * S 242 394 * * * * * db13d448e498c873e1a4a845b19e053c;size=279 * S 243 381 * * * * * 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 * H 197 381 99.5 + 0 0 381M 17470634172c6656fefedf2da71702a8;size=277 ae556cc266047d8429d800334c893f45;size=357 H 18 370 99.5 + 0 0 369MD 68fd7f0994bf3c109f20060e5f38c8cb;size=277 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 8 387 99.7 + 0 0 260MD126M 92510076fe9b5acfe619ae7e3283d8a7;size=277 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 244 384 * * * * * 0911bb6e9f4a7c8bb4d1f3a392b52139;size=276 * H 3 385 99.5 + 0 0 384MD e43bfda99b9a9887ea6679db74416e3b;size=274 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 81 382 99.7 + 0 0 298MD83M f051fbf21243d99a9f151794b447506f;size=274 6fc56ad4136bef51967a799db040f7d7;size=930 H 182 381 99.7 + 0 0 381M 0d8a084d1b16ea731989d85b5f0071fc;size=273 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 60 380 99.7 + 0 0 34MD345M 64ed1bf0bddf9cc2c2e24a7351da1de8;size=273 cf300107400178f2895f501833126e35;size=1153 H 6 384 99.5 + 0 0 170MD213M cee82fa24933e60a08fe2ffb2b9399aa;size=273 efbd11c972faa734253f779fc4eb2a64;size=5440 H 7 380 99.7 + 0 0 167MI213M 151ded40f0c919578c4c2732af9f3848;size=272 aecd442213d89e3f43949aee5040a3ed;size=5318 H 2 382 99.7 + 0 0 34MI348M 544cd821add1b6b51c61a69471d1f5f8;size=272 39392bbb9626a64e6663c05b70293e7c;size=11535 S 245 381 * * * * * 6390f44f0b705043810524d9aefe9486;size=272 * H 7 379 99.2 + 0 0 247MI132MI 76265a858b15e8d7fe7128044b9ea29e;size=272 aecd442213d89e3f43949aee5040a3ed;size=5318 H 2 381 99.2 + 0 0 123MI258MI 07616d0934e20a4b6a3bce89671d8f8f;size=271 39392bbb9626a64e6663c05b70293e7c;size=11535 H 109 383 99.5 + 0 0 383MI 1cd45a00dbade4a8941a96d431f4b53c;size=271 8fc94c3b06290b83b445bb4d9c9c779b;size=676 S 246 381 * * * * * 405df9af32f6958ecb5fda42f4ffc114;size=271 * H 45 385 100.0 + 0 0 385MI 924415d2459c175a4086fd0b1b13873f;size=271 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 38 380 99.5 + 0 0 165MI125MD89M 1b367a3d628124f79494d0ac37124019;size=270 4fd9e532b34b278047b4a588cc98708a;size=1762 S 247 386 * * * * * 61cefbd0ee8304fab3db6e6eea066f7d;size=270 * S 248 379 * * * * * 80703fdf962b09a8670618edee83bc00;size=270 * H 26 381 99.5 + 0 0 381M 02c4c7d07cda4e68873e15eb2e2999a1;size=269 38a1e68923981030900a4744924d4694;size=2491 S 249 389 * * * * * 2b09ed1b51f5b033b8d16c9b432ed8a6;size=269 * H 136 383 99.7 + 0 0 383M 6801399bd8adf8071739c039813916fc;size=269 dbc1082a874a94772a2a0c3e344035dc;size=546 S 250 374 * * * * * c5ffc66b15459f2709fa625c42de4981;size=269 * S 251 384 * * * * * 0af8fa3f2d32d3cacaeef8f171cbc5e2;size=268 * H 9 380 99.7 + 0 0 160MI220M 5679cde60fb4a64d436a7af083ba199a;size=268 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 252 382 * * * * * 448aacca199006dee4f9dfc0d1471961;size=267 * S 253 367 * * * * * 7703a3d4abce8b78c541ec58203eb129;size=267 * H 11 385 99.7 + 0 0 94MD290M 87b4271d7647ea876dfcee751978d82d;size=266 96ba76b9e5bd26447d84901071634c23;size=4384 H 5 375 99.7 + 0 0 57MD317M ba1d34511013db9432bf22c75b55e92d;size=266 da17e1a54e88120e294c7e68e350f47f;size=6062 H 101 381 99.7 + 0 0 381M d5e7fbc0626a9baa272871ff34db5780;size=266 a8660d900db113ef096bf415e3731d91;size=702 H 170 384 99.7 + 0 0 294MD89M e762e6b0bdc570154243cca0a881e40e;size=265 bf4b84650b8ece2da287764105cd67a0;size=425 S 254 359 * * * * * e8c7759df43178f58d6d576b767b2224;size=265 * H 41 382 99.7 + 0 0 170MD211M ecdfd208ab2887add47e2c6f5e43f944;size=265 51c470345442104d94340d82e2f3fb9d;size=1628 H 2 383 99.5 + 0 0 123MI124MD135M 6831b27124ca252385d30986464dd172;size=264 39392bbb9626a64e6663c05b70293e7c;size=11535 S 255 382 * * * * * 8a5b9eb1225acff68366b70faf6ea837;size=264 * H 170 383 99.7 + 0 0 383M ebcfae0240f4d33e38418e972cfd2759;size=264 bf4b84650b8ece2da287764105cd67a0;size=425 H 1 375 99.7 + 0 0 295MD79M 5bfe9ad138e6cd548ab46f2d1e1f7de7;size=263 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 256 388 * * * * * afd2e65c916ac39ab8783c0b5b356e51;size=263 * S 257 382 * * * * * c8c0082f129bead91a96896ad71a9b3a;size=263 * S 258 374 * * * * * 0dfe7a9e677ce342589fbd789438995a;size=261 * S 259 388 * * * * * 36f1352359cd2c67c35720a489a1f48c;size=261 * H 20 380 99.5 + 0 0 380MI f18f3d886dd2f5936ef326d2b0b9d736;size=260 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 8 387 99.7 + 0 0 34MD352M 012f716e17fea67ad42d4575c036f0a7;size=259 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 260 376 * * * * * 1be2b80895ea5d8b86fc610846044f10;size=259 * H 91 384 99.7 + 0 0 104MD279M 26d2781e638b3885b5d1cdc376d5a27d;size=259 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 S 261 373 * * * * * 9b391d6228d8f837e966f68f1f519390;size=259 * H 22 381 99.2 + 0 0 381M b99a29473f6139429f8e2c802f59377c;size=259 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 170 384 99.5 + 0 0 98MD285M f1331b0e47bf9b77a19df26f87f06b53;size=259 bf4b84650b8ece2da287764105cd67a0;size=425 H 234 381 99.2 + 0 0 381M 04d3a4ea694b55096feec328b1db7c62;size=258 326398282ab043dfadaec0c97d2515d9;size=288 S 262 390 * * * * * 50ecd5236a9fb9f7766e6251360794df;size=257 * S 263 378 * * * * * 23f7952d42a3a152e33aafadabaa9970;size=256 * H 59 455 99.8 + 0 0 455M 7a62440e3a39f675e3b15f19ba84262b;size=256 b285cba086c6d068c453be4adc4c5611;size=1210 H 87 382 99.5 + 0 0 382M a331f0d5d48ec819b0a8a717f44eff28;size=256 a515a6062896d997c5e630b545f3dc12;size=833 H 52 382 99.7 + 0 0 298MD83M c7204c90342c98edbc29bcd62301dd48;size=255 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 40 380 99.5 + 0 0 380MI 34c962f4373a0d810a5bf090348a747c;size=254 a3ca93396fb5ca07e787acea379dcf9e;size=1640 S 264 381 * * * * * 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 * S 265 386 * * * * * bff54f5c9caa3eae2a840fa814c8c8ee;size=253 * S 266 383 * * * * * d35654eb7b71f92a7122dd25696b4daa;size=253 * H 119 382 99.2 + 0 0 160MD220MD c12cfd1cda00afb60e1cc3c5540a5ef3;size=252 cfd6a70895524ca606ec066301d205ff;size=629 H 80 381 99.5 + 0 0 381M 3ead7d34578f4f585d47567db3dc811d;size=251 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 26 381 99.7 + 0 0 381M 9a0718e225855279ef58dbeb6b6c971f;size=250 38a1e68923981030900a4744924d4694;size=2491 H 19 385 99.7 + 0 0 168MI217M b0cf0c34288082c80de039f7fc5849a6;size=250 be32a04d8af28ab822f66005c721cc1a;size=2849 S 267 380 * * * * * f48c99e65315f6d409831915ed80eb27;size=250 * S 268 382 * * * * * a58c38803b9fad8d78b1ec849967273b;size=249 * H 12 381 99.7 + 0 0 249MI132M b9d9df6e2048ebd978fc2c9e3a26122f;size=249 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 2 383 99.5 + 0 0 123MI133MD126M 00a9c66407cafdea9850d5e61e81d49c;size=247 39392bbb9626a64e6663c05b70293e7c;size=11535 H 3 384 99.2 + 0 0 34MD349MI a0a797ff0f9aeb47f0e0fbc43d2c9b12;size=247 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 6 383 99.2 + 0 0 294MD88MI cd64d581fb0e9515adc1e8f31c343e3e;size=247 efbd11c972faa734253f779fc4eb2a64;size=5440 S 269 381 * * * * * 62c48c8799526aebb9313025fca81f18;size=246 * H 15 382 99.5 + 0 0 382M b3ecdc8b7349fd45b1cbefcafe6fda27;size=246 721460e46e8804111d74cb730340492f;size=3538 H 15 382 99.2 + 0 0 34MD347MI aff93933602dbf5acf82ba26093c10d8;size=245 721460e46e8804111d74cb730340492f;size=3538 H 101 382 99.5 + 0 0 362MD19M 3b7c14cb2e382246019c97dcef135a01;size=244 a8660d900db113ef096bf415e3731d91;size=702 S 270 382 * * * * * 980d40447ad2bed74e1a36ff7a2d8362;size=244 * S 271 381 * * * * * a7bba9391a3b9325b047a9aa2a4ece16;size=244 * H 135 382 99.7 + 0 0 356MD25M fdef092a29021d5357061751daf99b92;size=244 6d534239f9c5ebd883a72f96e2d21557;size=546 H 5 375 99.7 + 0 0 34MD340M 092d6c203d6e34f1aca45ebafa9e442d;size=243 da17e1a54e88120e294c7e68e350f47f;size=6062 S 272 380 * * * * * 354bfa6c30fdd33ca8b1824f0c386b31;size=243 * H 14 380 99.2 + 0 0 380MI cf4c3e6e6529ab83194a7a131f4a7227;size=243 78951b2d4ca30531381672a30be0978a;size=3655 H 10 376 99.7 + 0 0 34MD341M 26b6d0cb743ff088eb1b3be1261f786d;size=242 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 26 381 99.5 + 0 0 381M 60e7fa56ec30d4c18ac65cc2abc7a6e6;size=242 38a1e68923981030900a4744924d4694;size=2491 H 14 382 99.7 + 0 0 313MD68M a0750905be6bc8f62ad008e189f3929b;size=242 78951b2d4ca30531381672a30be0978a;size=3655 S 273 379 * * * * * b2375ffff142915632631ec0c828bd92;size=242 * H 8 387 99.7 + 0 0 303MD83M b8b665831d31fe2e2cb3fc3da2b26564;size=242 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 7 381 99.2 + 0 0 34MD346MI e48050540f863d8ccd9fbae6fab9bf8c;size=242 aecd442213d89e3f43949aee5040a3ed;size=5318 H 76 380 99.7 + 0 0 169MI211M eaa147251c7f4037ac6a9033367411f4;size=242 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 89 381 99.2 + 0 0 381M fdc82ee24ea1304349c9565909913f1f;size=242 a62b53f76dabc51fbc608497f0423b3a;size=823 S 274 383 * * * * * 52eca38cfd9c86992b1ddab06f50a335;size=241 * H 47 370 99.7 + 0 0 344MD25M 8b48e19b91bdfba27185f1a88a677d8a;size=241 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 270 383 99.7 + 0 0 151MD231M d156f6eb65b3eb766a50694ca7f5d147;size=241 980d40447ad2bed74e1a36ff7a2d8362;size=244 S 275 383 * * * * * 106319ba11924df34809e74ecafd2d4f;size=240 * H 25 382 99.7 + 0 0 170MI212M 5997709fbf132f342488b863ad7e0164;size=240 7228f266f04a46bfb85ea74e73546004;size=2508 S 276 386 * * * * * 5ad963d0920590c96a137d232e0639d3;size=240 * S 277 382 * * * * * 65ed9f762fb5ec24df6718dc95ddd011;size=239 * S 278 380 * * * * * 7f1ce15f3979e89beca8d4b7daf94032;size=239 * H 29 380 99.5 + 0 0 380MI f2ac686386ff1b1eb7437e717f8bf39f;size=239 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 2 384 99.7 + 0 0 347MD36M 58b678eee17da0b17157518fd68fdea1;size=238 39392bbb9626a64e6663c05b70293e7c;size=11535 H 4 385 99.2 + 0 0 170MD214MI 76a851b38d4976a4464cfe149c221d0e;size=238 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 95 382 99.5 + 0 0 382MI f5b293ed79c31ed456704ab6fefa298f;size=238 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 9 379 99.2 + 0 0 292MI87MI d1040226fc43423cab074ab1520423f0;size=237 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 236 381 99.2 + 0 0 166MD214M 7a9c2dc5b5f10c0eb733c8c4f33bce31;size=236 f5105f226e901edcf42c4754437126f8;size=288 H 4 385 99.2 + 0 0 259MD125MI 7d4e6ee9946972f85b34365a77a37fa5;size=236 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 26 382 99.7 + 0 0 298MD83M 99d34c19d34717af17c47ee1b6cedf77;size=236 38a1e68923981030900a4744924d4694;size=2491 H 19 386 99.5 + 0 0 386M f311939bbde0729a83d7c6edb1613052;size=236 be32a04d8af28ab822f66005c721cc1a;size=2849 H 2 384 99.5 + 0 0 257MD126M 3e08e55248830056d5e057fdbf3fb8d2;size=235 39392bbb9626a64e6663c05b70293e7c;size=11535 H 0 387 99.5 + 0 0 319MD26MI41M 49c974b19bd87b34982faf75648c39b4;size=235 b235271fbc8a6c9d990037857189ee9a;size=22254 H 45 384 99.7 + 0 0 384M2I 098262644858bca856adcd7372d62178;size=234 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 198 385 99.2 + 0 0 197MD186MD 417b419ea8f85399043239b31566e37e;size=234 58d07c53510c05888cde3634d588bfd4;size=355 S 279 381 * * * * * 794febe7f0e75cadf7a8117f0026e7df;size=234 * H 25 384 99.7 + 0 0 124MD259M 97b1297915727aac3fb6831ac202f4ae;size=233 7228f266f04a46bfb85ea74e73546004;size=2508 H 8 388 99.5 + 0 0 172MD125MD89M 5647ea29aeea9a0607243fe992772bc8;size=232 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 50 376 99.5 + 0 0 375MD b0088e656a14702e2e840eb7d035d9fa;size=232 9c5f62036413629527da0e94e892cf08;size=1423 S 280 374 * * * * * b783342e694a6da6649d73110288c4b7;size=232 * H 4 383 99.2 + 0 0 296MI87MI 0e64bed7ca93cc193207bdf28a82733a;size=231 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 13 377 99.7 + 0 0 167MD209M 62c28138fbadffbb606d0a56615ba40d;size=231 7e3fa204e95db351839d719215fba508;size=3689 S 281 374 * * * * * cc5f8b4578989cf5de5359019f740aaa;size=230 * H 74 379 99.5 + 0 0 379MI 2266cd222ace516e9bb3db58f7ae096d;size=229 02e9878bee1cafa43998775734f77d5f;size=1012 H 1 373 99.5 + 0 0 155MI218M a8238e1ab51710957658ed86e7156f44;size=229 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 282 390 * * * * * e4295c8bbaae43a1ff6cb47bb0d9932f;size=229 * H 2 383 99.7 + 0 0 383M 1916cd98c050d07745d68ab41d2bc6eb;size=227 39392bbb9626a64e6663c05b70293e7c;size=11535 H 7 381 99.5 + 0 0 381M 8540526bfc5d31eb780fb7f96e75e768;size=227 aecd442213d89e3f43949aee5040a3ed;size=5318 S 283 384 * * * * * 47bf006bfb0373f624f991a93f2ab240;size=226 * H 4 384 100.0 + 0 0 384MI 611232721d347393b3ba462811afc4aa;size=226 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 0 389 99.2 + 0 0 318M2D69M 6a4e09ec887e27fadc44ad08ee2721cf;size=226 b235271fbc8a6c9d990037857189ee9a;size=22254 H 32 375 99.7 + 0 0 306MD68M 85217e8d8fbfc1d71d6f0caea123469c;size=226 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 55 380 99.5 + 0 0 380MI cc0bc085f2e091af737ae336d376c7b6;size=226 213782d871e7988943bf278c3191f221;size=1289 H 131 381 99.7 + 0 0 381M d8b047e4c920f5b427d11f82e91a7375;size=226 8eb1dcea5bd1467add941a149de61a15;size=551 H 20 382 99.7 + 0 0 313MD68M 37d2c79648e327a2c8fa367e9a7b683d;size=225 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 15 383 99.7 + 0 0 173MD209M 39ca360d0bf53e92d1b41d6934502678;size=225 721460e46e8804111d74cb730340492f;size=3538 H 32 375 99.7 + 0 0 291MD83M 7153f4758fa3c5e1d982f62dff4bbca1;size=225 db38f1b47bbe57241030f94f3cab84cd;size=2069 S 284 374 * * * * * c45f4e8ce531cbd7176d63466e4b23db;size=225 * H 82 387 99.7 + 0 0 255MI132M cc9d27e86c4bb482c15cfcdd2252a97f;size=225 c86d596d4d6a99ba828b047bf3e2c4b3;size=921 H 6 384 99.5 + 0 0 34MD349M fa7c191b803bf29a6323809e8bdb91de;size=224 efbd11c972faa734253f779fc4eb2a64;size=5440 S 285 380 * * * * * 82736fd450382b26d8f631601a213655;size=223 * H 160 380 99.5 + 0 0 380MI 9114952fc125473ef7a54b2ce0920536;size=223 3aca5a69abbda736195ad86d8326c18a;size=446 H 7 380 99.7 + 0 0 292MI88M 25e7f1f751396b6008eab2d5ff20f42a;size=222 aecd442213d89e3f43949aee5040a3ed;size=5318 H 45 387 99.7 + 0 0 297MD89M 4b2b593f85444a2d9b7507d7c9ba56a9;size=221 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 154 384 99.7 + 0 0 294MD89M 5fe05f1470afee095cce8d14b39884ca;size=221 0562c5abd0413e52c8b76fa92a6f69a2;size=478 S 286 381 * * * * * 18cc54d8c83fee985c68fd39c0110221;size=220 * S 287 375 * * * * * 4608baedf86b144e7d02aed3357fc9da;size=220 * S 288 373 * * * * * 908baaf2bec72eafc520025ef78d0b01;size=220 * H 14 382 99.7 + 0 0 160MD221M 53781a5e95b0a0dc9bcd5ce36828aa37;size=219 78951b2d4ca30531381672a30be0978a;size=3655 H 22 382 99.7 + 0 0 292MD89M 390fff323270d878d33d105744e92a85;size=218 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 261 373 99.5 + 0 0 373M e780684628857808958c8057932cbfbc;size=218 9b391d6228d8f837e966f68f1f519390;size=259 H 22 382 99.7 + 0 0 34MD347M 9129e3ca30986a3ec9b7a0b8b3a836bc;size=217 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 207 378 99.5 + 0 0 378M a8651b3382b605cb81af113a68416cb1;size=217 c58abb8cf2241b85452776eeb4f4c1cc;size=340 S 289 390 * * * * * 0163586b0f345f647de20868f5b35221;size=216 * H 7 381 99.5 + 0 0 171MI126MD83M 0e129452be76ba32b1444c43a3264ad1;size=215 aecd442213d89e3f43949aee5040a3ed;size=5318 S 290 363 * * * * * 4f610af4c82abf3650eb56a2a0b4c2d3;size=215 * H 11 385 99.7 + 0 0 333MD51M a5f8ce5b209568201d80de6109a7e32a;size=215 96ba76b9e5bd26447d84901071634c23;size=4384 H 8 388 99.5 + 0 0 125MD47MD214M c374c470470859e8299141524d669eba;size=215 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 266 384 99.5 + 0 0 383MD 2b05ad774f9356ffd8dc96f35b2b77b0;size=214 d35654eb7b71f92a7122dd25696b4daa;size=253 H 26 381 99.2 + 0 0 381M 2dc9464525f3dc0ed560bfce97f0469c;size=214 38a1e68923981030900a4744924d4694;size=2491 H 116 381 99.7 + 0 0 169MD211M 3349248c998265f16ca255dbd741cb37;size=214 8d56b6f91b7034d2d47894a305860099;size=645 H 3 383 99.7 + 0 0 34MI349M 6f16adffa81da8b0644ec6046fba1092;size=214 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 89 381 99.2 + 0 0 381M 795973b8d89862aeb9536c41b906b2fa;size=214 a62b53f76dabc51fbc608497f0423b3a;size=823 H 2 384 99.7 + 0 0 134MD249M bb5ee5e8f0f67f6f5f329d2d5928792b;size=214 39392bbb9626a64e6663c05b70293e7c;size=11535 H 8 388 99.5 + 0 0 34MD138MD214M e1533c51e942094e9fe798fe6635d879;size=214 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 113 380 99.5 + 0 0 380MI e2755b11fe49825307c39b9049f9b8ca;size=214 d349ee2925f041b4e7f00f75a0570421;size=651 H 38 379 99.7 + 0 0 116MI263M 959b0b7ee4a4fd7c1a2d463a79a52c52;size=213 4fd9e532b34b278047b4a588cc98708a;size=1762 S 291 385 * * * * * d737b579d968428fd8e98a55fbc56bc3;size=213 * S 292 381 * * * * * ede0b0c431730358e4bd2979faba3b09;size=213 * H 16 386 99.7 + 0 0 332MD53M 194b56d3f9071953a32ce0e988522346;size=212 eec3955a38ab32f15ee315b4c26f9af6;size=3440 S 293 380 * * * * * 3bd0d875a3c60558455c78fe689efa66;size=212 * H 123 382 99.7 + 0 0 160MD221M b6574e8061840462539a7d8a729c6363;size=212 33b3c5e1986b70b996a950c3cd017795;size=595 H 6 384 99.7 + 0 0 34MD349M 0486efcb80fe99c2ed3b874019143ddc;size=211 efbd11c972faa734253f779fc4eb2a64;size=5440 H 117 380 99.5 + 0 0 380MI 122511233ff17f9db89f8dc1880c9960;size=211 e184857255389e6f5c6e6db33f3ca673;size=643 S 294 380 * * * * * 1c0c2996f84d735ad193b3643a804174;size=211 * H 45 386 99.2 + 0 0 171MD214MI 57afee6d2eec5827ca1ad7b2b292b755;size=211 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 21 385 99.7 + 0 0 314MI71M 6740d1611163f0174675ca72f5510d31;size=211 0af8e08a076e300ff906097a4030b9bb;size=2733 S 295 381 * * * * * 163c9722d10ff7f474477e8ee21d3736;size=210 * H 6 384 99.7 + 0 0 358MD25M 31c43047908e471ead3b65462a7194a6;size=210 efbd11c972faa734253f779fc4eb2a64;size=5440 S 296 389 * * * * * 8855636c409d6c35f652d3879ab98880;size=210 * S 297 389 * * * * * de16438e0da8524569b072a9ef32809d;size=210 * H 14 381 99.7 + 0 0 381M 219399e2226f5e6d0bf425a5615e4822;size=209 78951b2d4ca30531381672a30be0978a;size=3655 H 145 375 99.5 + 0 0 375M 260b3412e3f6af628884ca55e180e691;size=209 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 S 298 381 * * * * * 2cc4a7ea6554fefe66c2297c645d10d0;size=209 * H 246 382 99.7 + 0 0 292MD89M 6145b0cdaa5cb59d4270c35286148c4f;size=209 405df9af32f6958ecb5fda42f4ffc114;size=271 H 121 370 99.2 + 0 0 122MI11MI237M acf4198f871a53bffb5d68d8df23e5bc;size=209 8a3f691559e55fa79484cf4b022e0b0b;size=621 S 299 385 * * * * * 10a8affd9174f72191a521825b088fec;size=208 * S 300 389 * * * * * 8567eb7b559d63836dddfdf4c7df1db1;size=208 * S 301 364 * * * * * 90914a038ed604281643abf683af9c9f;size=208 * H 46 373 99.7 + 0 0 285MI88M cd1871da17f94d273d372e08f47ac2bc;size=208 9251e8578062ae5ff73218117a6def92;size=1541 H 127 362 99.7 + 0 0 148MD213M a400da3e359f7b184568f72ca92ca8d9;size=207 1e7bf5b9268da3a50505214ab3a5670f;size=575 S 302 388 * * * * * 2b3fb909c49cb2d0e33f1df536a67a4a;size=206 * H 75 382 99.7 + 0 0 160MD221M 3da5b4633ddcbb08d26a2badc6703eba;size=206 2fa9b827204a1d3d905718078b9109d9;size=1011 H 132 382 99.5 + 0 0 382MI 68710f45efecabdf79d0731de5dbff92;size=206 2560b28ed4687a9bda5318525c3f117a;size=549 S 303 381 * * * * * b51fd19a1644cccbe61bca01f590b24c;size=206 * S 304 460 * * * * * c764e2bd39b276f8d9ffd7fc51f5a89d;size=206 * H 12 381 99.7 + 0 0 148MI233M 54f594c209bf316714eafd5ccb884145;size=205 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 8 385 99.7 + 0 0 168MI217M 99fd13f723f1bce1e408adf1fc30ee53;size=205 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 119 379 99.7 + 0 0 160MI219M f01600d1689aa8eda52ce01a6e504fe7;size=205 cfd6a70895524ca606ec066301d205ff;size=629 H 44 380 99.5 + 0 0 380MI 5415c0bc228fbc403d8337d940c3ed8a;size=204 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 2 382 99.7 + 0 0 178MI204M 78a8dc632d7f8a4a23458ae09972c6f1;size=204 39392bbb9626a64e6663c05b70293e7c;size=11535 H 8 386 99.7 + 0 0 386M dcd8c016b9368b1a9447a1759db8b90b;size=204 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 305 381 * * * * * e560380fa046a9b1349f45dd58425ca6;size=204 * H 42 386 99.7 + 0 0 334MD51M ab2b6764dcb2dd3ce0629ca4ad5fb17d;size=203 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 35 376 99.2 + 0 0 144MI232MI c80801caaf5f09979703ab54c2ce21cc;size=203 4084bd8293b08a58e03158d6668952f9;size=1934 S 306 374 * * * * * cfe80826341a1197b6a9cb0a5c17eddd;size=203 * S 307 381 * * * * * 57e7fee728b8d969d30f760343d3ae9b;size=202 * S 308 369 * * * * * 5db6f34fee1480b574dc8432c182e4bf;size=202 * H 104 385 99.2 + 0 0 385M 67b8f901d3313611ecfb35d5ddf5a417;size=202 4a1b19992477b69740b3dd9e44698fb0;size=694 S 309 367 * * * * * 7589f69104c1d80574360c3f378e9c64;size=202 * H 26 381 99.5 + 0 0 381M 7b97605647de99c10f4961b8e5c64005;size=202 38a1e68923981030900a4744924d4694;size=2491 H 2 382 99.7 + 0 0 358MI24M e718fb91b8a2ecae626602f89fa041bb;size=202 39392bbb9626a64e6663c05b70293e7c;size=11535 S 310 381 * * * * * ecfd79a724f6204a86861923d54ef2cf;size=202 * H 6 382 99.5 + 0 0 170MI212M 0ebc0b980c7a008c88396d008381b331;size=201 efbd11c972faa734253f779fc4eb2a64;size=5440 H 187 381 99.2 + 0 0 381M 1228d5f6b7d83fb79358cc2e09f122e1;size=201 54032a4dfdc08d69ed768ee5679c59cc;size=391 H 45 386 99.7 + 0 0 386M 415b97f86025af23b73394b600a4778e;size=201 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 1 373 99.7 + 0 0 161MI212M a075a96377d6c536f662449bca282359;size=201 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 311 382 * * * * * aaf799f97bb0c2e2fa62a1c48a371cf2;size=201 * H 25 382 99.5 + 0 0 382MI ecfe82b8b50438667c2066860ea3f07e;size=201 7228f266f04a46bfb85ea74e73546004;size=2508 H 70 384 99.7 + 0 0 109MI275M e31d8f02b32d820a8154c47c426c79fb;size=200 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 312 381 * * * * * 25d0769520a2e9b6af140c2b57a15e48;size=199 * H 0 387 99.5 + 0 0 272MI46MD68M 761664e59bf89897476c560c5ed2727b;size=199 b235271fbc8a6c9d990037857189ee9a;size=22254 S 313 377 * * * * * 78e796dbe19070b181d20258392b5ae1;size=199 * H 55 381 99.5 + 0 0 381M 80a656d01aea348da2ca4be7df34d6de;size=199 213782d871e7988943bf278c3191f221;size=1289 H 10 376 99.7 + 0 0 292MD83M 9cd5d3566b3c53402815610a1f361b4e;size=199 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 2 382 99.5 + 0 0 166MI216M d6f306609249a84f7ad3f52da1cddcca;size=199 39392bbb9626a64e6663c05b70293e7c;size=11535 H 54 374 99.7 + 0 0 34MD339M 1c1c3917a93ac87e13a979311a0c2962;size=198 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 3 383 99.7 + 0 0 346MI37M cc519852a382c8c887415de3c573df77;size=198 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 265 385 99.5 + 0 0 385MI 0a1cdb66b3fac5693c3d367bf2af0df3;size=197 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 H 26 381 99.7 + 0 0 381M 4d3dde981ed7f139ac8ba8e1c3a71d29;size=197 38a1e68923981030900a4744924d4694;size=2491 S 314 381 * * * * * 9adbb505afe964f0078eac19dc422c75;size=197 * H 21 387 99.7 + 0 0 318MD68M ba4ff4cac73f5cf2d076204bf7ac40a3;size=197 0af8e08a076e300ff906097a4030b9bb;size=2733 H 9 381 99.2 + 0 0 34MD346MI db8428eee51c30ed951751ecbe62a880;size=197 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 2 384 99.7 + 0 0 330MD53M dd34954ed8121b94f2ab853f73aa7143;size=197 39392bbb9626a64e6663c05b70293e7c;size=11535 H 130 390 99.7 + 0 0 364MD25M f01f3f0fd5e417c6b925b3369cefdd97;size=197 5b6004dcbe29ef8c813378538fa706d5;size=553 S 315 382 * * * * * 698e1dfe9834fef7f5e23dc35f921cc0;size=196 * H 40 380 99.7 + 0 0 292MI88M 85c6c7be05785753b699be77d2063ea4;size=196 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 54 374 99.7 + 0 0 284MD89M 885fd1ada10948d01c0ed92f9540d5df;size=196 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 30 381 99.2 + 0 0 34MD346MI e704afa7db961ac71ab94798621037a0;size=196 653897d9ba97be73ecdabcf6efed61ca;size=2163 H 2 384 99.7 + 0 0 300MD83M 668d84aff728164a00f0cc6fc8ce894c;size=195 39392bbb9626a64e6663c05b70293e7c;size=11535 H 44 380 99.2 + 0 0 380MI cf64eefa703b0be3e64a98e95d03527e;size=195 0758959c27aa3f623d5484ca0cefb2dc;size=1595 S 316 378 * * * * * e6588f50db28de115f632b985c4c4492;size=195 * H 75 380 99.5 + 0 0 380MI 52630242c9cf9cc35d5deeec7b7e55e7;size=194 2fa9b827204a1d3d905718078b9109d9;size=1011 H 22 381 99.2 + 0 0 381M a4e59d703c14997fe0d1cf6fb3d4c1b8;size=194 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 17 382 99.5 + 0 0 382MI 77d26d9983977f7cd2efd567205fb41e;size=193 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 140 379 99.2 + 0 0 160MI219MI 7939bc720685410015b7ebb4cca8122a;size=193 c2ec0deab354d63640bf15935c669906;size=520 S 317 381 * * * * * bb53aca625312992515fdea72094f754;size=193 * S 318 378 * * * * * da285096b7bc838d922f2db9bc467d04;size=193 * H 65 380 99.7 + 0 0 323MD56M 04bce1ff6c66a14329d6cc0a3d404d7a;size=192 834a8eff393e23d3b887ee35b0556568;size=1112 S 319 384 * * * * * 8694cf797aa1fe235af59d5c2a38f7d8;size=192 * H 167 381 99.7 + 0 0 381M 94c91b35fe2559f5dfd6f57d03a4e353;size=192 779d855941ce594643370be05a9669eb;size=435 H 11 383 99.5 + 0 0 383MI bb9d9faf731519b8a8f7526edaadc6e2;size=192 96ba76b9e5bd26447d84901071634c23;size=4384 H 5 372 99.2 + 0 0 285MI87MI c5b1c96da8549ace3db33425b63d582b;size=192 da17e1a54e88120e294c7e68e350f47f;size=6062 H 291 383 99.5 + 0 0 109MI62MI212M 3aeda273acb96b56a4bb057464c05d4a;size=191 d737b579d968428fd8e98a55fbc56bc3;size=213 S 320 384 * * * * * 8bf332f5465083171adfe5bad1702397;size=191 * S 321 387 * * * * * b35054cf4157b7f2bc414d44ffd15cd3;size=191 * S 322 363 * * * * * 30b1b51fe2175706d0b82e5134d699f0;size=190 * S 323 373 * * * * * 3e74b312eb573589547042635bac0fdc;size=190 * H 193 381 99.2 + 0 0 381M 9eabde6aecfd21b1ce61cc9e9ff9a326;size=190 4e802064a64173a67e0acb114667578c;size=370 S 324 380 * * * * * 9f3849a022d8cfb55e3f7a34611c967e;size=190 * H 2 385 99.5 + 0 0 34MD136MD213M c80405951df48afaaeae40b42b647d20;size=190 39392bbb9626a64e6663c05b70293e7c;size=11535 S 325 381 * * * * * 28476766131e32f1381766a1fe71a1c9;size=189 * S 326 382 * * * * * 343e53e81cdb3d66deee7bc68b7cab78;size=189 * H 35 377 99.7 + 0 0 144MI233M 3632a6902c54dde74d6f0de9ac1c6023;size=189 4084bd8293b08a58e03158d6668952f9;size=1934 H 21 387 99.7 + 0 0 34MD352M 9dc51a3b8f9031bc2358f296a164fcdc;size=189 0af8e08a076e300ff906097a4030b9bb;size=2733 H 22 380 99.2 + 0 0 380MI 0cfa72b240430bb67ab0c885d6216616;size=188 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 6 384 99.5 + 0 0 257MD126M 3b42a29729004f271afc0812d74c54cb;size=188 efbd11c972faa734253f779fc4eb2a64;size=5440 H 93 382 99.2 + 0 0 160MD220MD d88e964e7f87e633635efdbc0b712344;size=188 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 327 380 * * * * * e2ad6b6be0fcb84db72c55f7945e1349;size=188 * S 328 381 * * * * * 1d67ed778076a80b5816b1d88f35c5d1;size=187 * H 4 384 99.7 + 0 0 287MI97M 34f12f491239a8a90049c56f0d4b86c3;size=187 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 39 381 99.5 + 0 0 381MI 4e3b3bcaae6cdb2b6c41c51d6c3b4743;size=187 750451de425698bad38d5e1c872b2f12;size=1660 S 329 378 * * * * * 907507c4a337e89817a695a8f74d84ef;size=187 * S 330 382 * * * * * b3b856d8c2ebfb56f137beff9d2d360b;size=187 * S 331 381 * * * * * 11109b2b1cdada8226ec191c63610ec2;size=186 * S 332 387 * * * * * 5c9b0840f16c84a6b7589f1c25071639;size=186 * S 333 372 * * * * * c1b7171836226e1dc4ba965cdc162096;size=186 * S 334 381 * * * * * 0c5c1ef61ba3e26639392fe658f6386a;size=185 * H 15 381 99.7 + 0 0 293MI88M 36df93613ee220fcc972cd6ce5235810;size=185 721460e46e8804111d74cb730340492f;size=3538 H 2 385 99.5 + 0 0 170MD78MD135M 65ad89f31123118250951075be7695b8;size=185 39392bbb9626a64e6663c05b70293e7c;size=11535 H 0 388 99.7 + 0 0 8MD379M c1db1eebce863d3d6fd63ae93954a449;size=185 b235271fbc8a6c9d990037857189ee9a;size=22254 H 291 385 99.5 + 0 0 34MD138MI212M ddabb0835308bf4fed01968c99e3a422;size=185 d737b579d968428fd8e98a55fbc56bc3;size=213 S 335 385 * * * * * f9ba30aa18a77de3a7dcf0168d64d48a;size=185 * H 94 379 99.5 + 0 0 379MI 26c2e3426b12697878a26f76812e207c;size=184 7ff818ff14477645d9748f9e80212e1a;size=791 S 336 375 * * * * * 63c6688e62f7f48de5b7a2de9f5ad19c;size=184 * H 16 386 99.7 + 0 0 340MD45M 7d361203dcac7289e54bfd48c0c2f256;size=184 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 4 384 99.7 + 0 0 296MI88M 9378c59d86de756af9d0ec8c1da13d43;size=184 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 337 384 * * * * * bdfa7b9e6f330e37383e906984ee333e;size=184 * S 338 396 * * * * * 28eb4ed106e8fb818c3f153206ff9e4b;size=183 * H 70 383 99.5 + 0 0 109MI15MI259M 38867a80affa206f9303340c5ed7c912;size=183 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 339 382 * * * * * 402ba4aa3fe6035a30a5edac574baf81;size=183 * H 55 381 99.7 + 0 0 381M 6277d751b2b5d6c60400bee59e87d0fd;size=183 213782d871e7988943bf278c3191f221;size=1289 H 17 382 99.2 + 0 0 382MI 52d4e36af34a6c8423de481e3759c0ca;size=182 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 82 389 99.7 + 0 0 34MD354M 9d4674fbd5cb05a30353d1a46c800511;size=182 c86d596d4d6a99ba828b047bf3e2c4b3;size=921 H 14 382 99.7 + 0 0 298MD83M d12cbc2c2673d3457446ecee9f17080a;size=182 78951b2d4ca30531381672a30be0978a;size=3655 S 340 384 * * * * * ef0ddbc18a0a8869475d7b86e6578925;size=182 * H 213 381 99.5 + 0 0 381MI 10b7919107f8a14267640007545c9547;size=181 32dc689e2ec6cc02ae5d14bc1d4fceb7;size=333 H 291 387 99.2 + 0 0 125MD260MD f9a27fd08333d9cbefc76e0bd459683e;size=181 d737b579d968428fd8e98a55fbc56bc3;size=213 H 123 381 99.7 + 0 0 381M 41a913e609fa91826de32f385efc117d;size=180 33b3c5e1986b70b996a950c3cd017795;size=595 S 341 381 * * * * * 97327b8a766529b2b1b04834febbb09a;size=180 * S 342 380 * * * * * ae17ca11cc0e5adbfcad026d3eaf7d91;size=180 * H 70 385 99.2 + 0 0 385M ec3618e4e237edb4cd497fdbda4a9f83;size=180 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 68 380 99.5 + 0 0 380MI 4ed962d0c43d47ce277afd3980723555;size=179 992280493f8201664147ee5a7013a338;size=1104 H 4 385 99.7 + 0 0 385M d5d35919d73f37de2d0632669dd54b6c;size=179 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 59 457 99.3 + 0 0 231MD135MD89M 1d040138a8e18337b6517fe857ce5515;size=178 b285cba086c6d068c453be4adc4c5611;size=1210 S 343 378 * * * * * 757e963adac95bae071695186cb73f60;size=178 * S 344 383 * * * * * 7b2e0c6384bd8bb8cc5d536867344435;size=178 * H 38 378 99.5 + 0 0 116MI48MI214M 88d8362999f49181e1d1d319d9e03d70;size=178 4fd9e532b34b278047b4a588cc98708a;size=1762 H 6 382 99.5 + 0 0 123MI259M 93b59e48d3fbef1b7314c8cd331af379;size=178 efbd11c972faa734253f779fc4eb2a64;size=5440 H 6 384 99.7 + 0 0 257MD126M eacc92b43c7415aa914b7f93e2453b96;size=178 efbd11c972faa734253f779fc4eb2a64;size=5440 S 345 388 * * * * * f91966552fea7cd6e5bca4ebbbd812f5;size=178 * H 21 387 99.7 + 0 0 306MD80M 0b348f2ffc8a52f942ee43ec90e44fdd;size=177 0af8e08a076e300ff906097a4030b9bb;size=2733 H 7 379 99.5 + 0 0 171MI75MI133M 1cb457f0df172e59290f46eb1c23ef48;size=177 aecd442213d89e3f43949aee5040a3ed;size=5318 S 346 380 * * * * * 21ec6ea72c862dec6cbe83d7a17f3be5;size=177 * H 1 374 99.5 + 0 0 374M 453ce943e99ff2a6211744e0eea9e8b0;size=177 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 347 381 * * * * * e869507a97db82351a1746696c1a9118;size=177 * H 162 456 99.8 + 0 0 231MD224M 08459a0219a184090f05f0041e8b9805;size=176 9512aed25d10127818005b2d88fab273;size=445 H 26 381 99.2 + 0 0 381M 08459d4fda2632187d57ca910e327b66;size=176 38a1e68923981030900a4744924d4694;size=2491 H 19 387 99.7 + 0 0 34MD352M 198910965116a2974a0a12ecfe8a0f41;size=176 be32a04d8af28ab822f66005c721cc1a;size=2849 S 348 380 * * * * * 7ed12debe5fd6804fba36c5ad8030606;size=176 * S 349 382 * * * * * 8a4d3318fa046bbe0058b67047bab3a8;size=176 * H 10 376 99.7 + 0 0 286MD89M c0835673f1a9bb1a99415b82177f6689;size=176 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 21 385 99.7 + 0 0 354MI31M c6ee2d546ca10f546349bb69447dfef2;size=176 0af8e08a076e300ff906097a4030b9bb;size=2733 H 98 459 99.8 + 0 0 315MD143M f751da1bb8c234b9f61a7af3f8efecb3;size=176 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 350 381 * * * * * b0ce6167ff2b0d18ad4b146bc8ceac7f;size=175 * H 85 380 99.7 + 0 0 168MD211M e27d1447571849baca91158fc6397d53;size=175 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 40 380 99.7 + 0 0 248MI132M 27bbbe1b4e099a2f5d44350cb412b223;size=174 a3ca93396fb5ca07e787acea379dcf9e;size=1640 S 351 389 * * * * * 6608ec8bb5705094bdc9894099469a46;size=174 * H 136 384 99.7 + 0 0 358MD25M eec23f7ff6ddae856c653333a31c4059;size=174 dbc1082a874a94772a2a0c3e344035dc;size=546 S 352 381 * * * * * 28155e710779c6b5bff45c03ecfa58a4;size=173 * S 353 382 * * * * * 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 * S 354 386 * * * * * 63d61f2268cf500794e06a0236e40032;size=173 * H 1 375 99.5 + 0 0 285MD89M a0d2e143b105b5b4191a791f0d0877df;size=173 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 355 399 * * * * * 059ce5876bd9227a5316e6b0e00c8d53;size=172 * H 0 389 99.5 + 0 0 34MD285MD68M 62714a8f306c338642f855b1c8f3a2db;size=172 b235271fbc8a6c9d990037857189ee9a;size=22254 H 76 382 99.7 + 0 0 292MD89M 974df85a497adf1bad8c3ef812eafec5;size=172 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 198 383 99.5 + 0 0 170MD124MI88M 97d2851bd0421b18f97855074f35cc42;size=172 58d07c53510c05888cde3634d588bfd4;size=355 S 356 379 * * * * * d188cb7f239723c5ba02285fb41d71d6;size=172 * S 357 380 * * * * * d1b6396ef739e1dd7e906b7ce2d1daee;size=172 * H 0 387 99.2 + 0 0 34MD352MI dc8aabfb640ee02a989577ca0ee905ae;size=172 b235271fbc8a6c9d990037857189ee9a;size=22254 H 79 382 99.7 + 0 0 160MD221M 0153b1af774bae4dbe064fefd3811bd1;size=171 367981d8723cf4e3d71baf722702b583;size=955 S 358 381 * * * * * aeafbbc2a8951b54ffbed95d9486ea4d;size=171 * H 216 383 99.7 + 0 0 293MD89M c7faaa68b9c12efceb9d2d8f07a57775;size=171 a1b176b599cb431fe74bfe674b66e971;size=327 S 359 380 * * * * * e88eb8da934e51d4208b6d8d2b7b0473;size=171 * H 324 380 99.5 + 0 0 380M f72302c0e210840457386ab28837f4d7;size=171 9f3849a022d8cfb55e3f7a34611c967e;size=190 S 360 372 * * * * * f91dbe69d11c4083460f7d8430a2888d;size=171 * H 165 382 99.7 + 0 0 382M 3cef02560caf930c74c3f36610135248;size=170 01a71ee728b1597b04d339505a58ed04;size=439 S 361 387 * * * * * 98bbbb18f44346a9af0315e5a5e969a6;size=170 * S 362 390 * * * * * b9f3cabf0552c0bd9b5945d3c3cfb4e7;size=170 * S 363 381 * * * * * ec6c942b981ec738334f3ac7efd6a6a1;size=170 * H 145 374 99.7 + 0 0 111MI263M ecb0eb460aac6a52f385538d98fe3919;size=170 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 35 376 99.2 + 0 0 167MI209MI ed4adec6d2d964be00e3eaa01715a482;size=170 4084bd8293b08a58e03158d6668952f9;size=1934 H 45 386 99.2 + 0 0 260MD125MI f9f811ec6cc5e8f108aad9ab09fc50f1;size=170 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 6 384 99.5 + 0 0 248MD135M 24038bc59edddaf9a65822c6d3428e18;size=169 efbd11c972faa734253f779fc4eb2a64;size=5440 S 364 381 * * * * * 356e8c14f987b1f2322debb9d5c2e075;size=169 * S 365 379 * * * * * 6324164037db651f2e0fbae744783214;size=169 * H 280 374 99.7 + 0 0 374M 67469e69f07d8d17bb623e8bbf0602dc;size=169 b783342e694a6da6649d73110288c4b7;size=232 H 26 380 99.7 + 0 0 166MI214M 71ac7c0b514fed8ca3f4a5a910d607c3;size=169 38a1e68923981030900a4744924d4694;size=2491 H 48 387 99.7 + 0 0 343MD43M 73ce31b1de1a7511064f65076afe1004;size=169 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 10 374 99.7 + 0 0 241MI133M 8110a4a7ab83e439f9ba27b819974d75;size=169 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 46 373 99.5 + 0 0 373MI 86c14c2ac6387d959d250e62efa645ee;size=169 9251e8578062ae5ff73218117a6def92;size=1541 H 14 381 99.7 + 0 0 381M c4a317c0a8f04d89978f43162b20c7b9;size=169 78951b2d4ca30531381672a30be0978a;size=3655 H 10 374 99.7 + 0 0 173MI201M f2a2a8209a473db8febd55df47c926ee;size=169 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 366 384 * * * * * 20859d97b54f9b7d615db391bdbfdaef;size=168 * H 1 373 99.7 + 0 0 373MI 3eca2d8c81d0eb8c9233c387880052b0;size=168 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 367 382 * * * * * c8cd0cfec384f10e9763c4ff2a431299;size=168 * S 368 376 * * * * * 3269dc4086c34dd0057c1bed77d5aa16;size=167 * H 7 380 99.7 + 0 0 339MI41M 430f7f144983da8ddc179f3b11d3a346;size=167 aecd442213d89e3f43949aee5040a3ed;size=5318 S 369 392 * * * * * 50ae30b166341bb0cb2f2271706f7c1d;size=167 * H 24 383 99.7 + 0 0 34MD348M 52eb9d845e0ded258278832212f72bed;size=167 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 3 382 99.2 + 0 0 295MI87MI b5c5bc74773e8aedd43ab6b237c909ba;size=167 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 37 375 99.7 + 0 0 34MD340M bc1c0e9becc6c3a11ab2d8d247403a45;size=167 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 370 388 * * * * * d2f553d71bc74b9b9c7346afbd0a5c98;size=167 * H 288 373 99.5 + 0 0 373M 5cae4da1261913855034232d5457065c;size=166 908baaf2bec72eafc520025ef78d0b01;size=220 H 22 380 99.7 + 0 0 247MI133M 7989a08cace8c933ec185126965aac4f;size=166 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 133 380 99.5 + 0 0 380MI e2b4e279e2ee773cd6a63a93eb0dce74;size=166 40ee3d716c5d6182074f0a132734dc08;size=547 H 166 381 99.2 + 0 0 380MD e567da15ba343bc3c3b444693424c211;size=166 351fd1540c2aab8567725ee8cb8a60fd;size=437 H 294 380 99.7 + 0 0 380M 360e6e382636fe3577ca299fae3d4590;size=165 1c0c2996f84d735ad193b3643a804174;size=211 H 8 388 99.5 + 0 0 125MD135MD126M 472b11d89bbfc0acd2568b3c4103b266;size=165 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 42 384 99.7 + 0 0 34MI350M 5e0500e1d56814ad4b573a1d4ce636c6;size=165 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 8 387 99.7 + 0 0 198MD188M 6333b2afb778d5132b717af4e8293cec;size=165 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 10 374 99.5 + 0 0 374MI ae7a50e30024ac55132e6138dde88ede;size=165 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 0 388 99.7 + 0 0 19MD368M cb141899d32e7a955625bf3adff42aca;size=165 b235271fbc8a6c9d990037857189ee9a;size=22254 H 57 380 99.7 + 0 0 242MI138M 03733bd5c7d8ef785865d6c64f7d70d5;size=164 78cf40830a68c9575dc2988262767324;size=1234 H 0 388 99.7 + 0 0 13MD374M 0f7e659c233408151e63ac6e2348236a;size=164 b235271fbc8a6c9d990037857189ee9a;size=22254 H 26 381 99.5 + 0 0 381M 4563334059741e2b932252f788d9b3e3;size=164 38a1e68923981030900a4744924d4694;size=2491 S 371 382 * * * * * 50e79c91bff616ab2cfd8acb51fba68d;size=164 * H 12 383 99.7 + 0 0 171MD211M 76a43de2e43b552e7a91f114d02a21ec;size=164 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 194 382 99.5 + 0 0 160MI138MD83M a839f1ed741f837acbde78bfe081bb04;size=164 6b2753d150574fc564bf0c86986e5aa9;size=369 S 372 372 * * * * * aabc9e81fff103e89857f3d5a9ba950a;size=164 * H 197 381 99.7 + 0 0 381M d76f6bd13d55cf58817a2816d6128193;size=164 ae556cc266047d8429d800334c893f45;size=357 H 26 381 99.2 + 0 0 381M 1721b75cd454c4b356322e4f1d4dc72c;size=163 38a1e68923981030900a4744924d4694;size=2491 H 124 381 99.5 + 0 0 381M 3a15c4919b79b21267985a8e5ce0ecbc;size=163 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 214 378 99.7 + 0 0 167MD210M 68874ba758e2f3293a332ee2f4e8c99c;size=163 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 H 307 382 99.7 + 0 0 333MD48M 0e87726d62c42c81bdf6e33f46d11424;size=162 57e7fee728b8d969d30f760343d3ae9b;size=202 H 10 377 99.2 + 0 0 165MD210MD 4dfdc50cf692443a5ec0588faab56a04;size=162 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 150 379 99.2 + 0 0 160MI219MI 971a45bbb21650f5b74bee36caf5e8aa;size=162 09cfe255011adb5c7fe95388d27ca351;size=490 H 26 381 99.2 + 0 0 381M a3d6f617da18c15c243a5b35ac001136;size=162 38a1e68923981030900a4744924d4694;size=2491 S 373 378 * * * * * b17067b400f8bde2f2a8d1c454e0d1c9;size=162 * H 12 382 99.2 + 0 0 171MI210MD b5de07c00e7c7c68cb30912697639744;size=162 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 250 374 99.7 + 0 0 374M 15907ea190098ed9eb13e9699f89ad9b;size=161 c5ffc66b15459f2709fa625c42de4981;size=269 H 13 375 99.7 + 0 0 167MI208M 3f2302f03bd31369e64b214384e10474;size=161 7e3fa204e95db351839d719215fba508;size=3689 H 98 459 99.8 + 0 0 433MD25M 6111ea2ce1dfc236dc016876ec2d5f41;size=161 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 374 382 * * * * * 7c8bc4870ad0019624db12f6d72d93ef;size=161 * H 1 375 99.5 + 0 0 34MD340M bb6b7fa8713b16a75b19f1e07d2235bd;size=161 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 44 381 99.5 + 0 0 381M 2cd3f3ad49ce1b831be2687ea0f10cc7;size=160 0758959c27aa3f623d5484ca0cefb2dc;size=1595 S 375 385 * * * * * 45be46e3657df75d893b609ff44e4fd7;size=160 * H 32 375 99.7 + 0 0 169MD205M 5332ab1e38bb5b91cdebca9fea535b2d;size=160 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 65 380 99.2 + 0 0 354MD25M 2436f9e3d5a43bed39d95a7e8f26bc20;size=159 834a8eff393e23d3b887ee35b0556568;size=1112 S 376 393 * * * * * 4107fed1b8bece1edc063614b215046a;size=159 * H 4 384 99.7 + 0 0 344MI40M 0d298ed86e79e254bb682a27a822e6cd;size=158 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 377 379 * * * * * 109d07cf7a71b4123b2ee8fe5d5db10c;size=158 * S 378 381 * * * * * 2ffd01dc158ec8c6378f9042bd9263f4;size=158 * H 69 382 99.7 + 0 0 313MD68M 52fdb06c94268ab9c9f9a4f3a1374d98;size=158 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 155 379 99.7 + 0 0 126MD252M bcb8c8e5c1dfb88edc8dcd1135271b25;size=158 4e65effd8bfa7747570bc8b001683668;size=474 H 34 380 99.2 + 0 0 166MI214M 1620f2645d08de5470534be212a580d8;size=157 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 36 386 99.7 + 0 0 386M 2d4d4f847eb00af4f5bd41522059ed32;size=157 99ba81c88f63f83daf290add3918d38b;size=1787 H 77 370 99.7 + 0 0 34MD335M d28f1420bee6b345f7567d8e6b833281;size=157 26da64127a9c2b145603fe1f0660f814;size=958 S 379 381 * * * * * fc3ceb28df65d18a8f5085121b0d8fe5;size=157 * S 380 381 * * * * * 39f21b631862eb5eb09ef8077dbfc2b4;size=156 * H 26 381 99.7 + 0 0 381M 40728ac12c422fd2486be082525d6d5f;size=156 38a1e68923981030900a4744924d4694;size=2491 H 3 385 99.7 + 0 0 359MD25M bfeff20f91418509862a27d138218152;size=156 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 93 382 99.2 + 0 0 34MD346MD f166afbdc3057d1bacb6dbe3b41b38bc;size=156 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 381 379 * * * * * fe8d70918536a0d048cbaa72d857febc;size=156 * S 382 385 * * * * * fea5798bdc02fcfa4db1ce68c5ac863b;size=156 * H 0 388 99.7 + 0 0 29MD358M 31209b7d5e33037b8a54a9ac70660d7d;size=155 b235271fbc8a6c9d990037857189ee9a;size=22254 H 51 375 99.7 + 0 0 165MD209M 3272dfb55922506d7a5b4cca1bbdbf9d;size=155 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 43 381 99.7 + 0 0 291MD89M 3fe5e23986e25fc7b92a7b5eba6f3195;size=155 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 67 385 99.5 + 0 0 385MI 647ac2645e85583e4a88184f6c8f34d3;size=155 e222fa7a96b66870560ef0055ca5911e;size=1108 S 383 385 * * * * * 97b0ab38564af089899367644f946735;size=155 * H 11 385 99.7 + 0 0 295MD89M 1afa0d6e4400967cb8a6842dec2d3699;size=154 96ba76b9e5bd26447d84901071634c23;size=4384 S 384 384 * * * * * 32100a285727697ac6e8657bd57c861b;size=154 * H 13 377 99.7 + 0 0 140MD236M 59f042482f45e018678d2de2c6f182e3;size=154 7e3fa204e95db351839d719215fba508;size=3689 H 58 374 99.5 + 0 0 373MD 77bb3ac717c91adc28193acec12ffe57;size=154 e9d6851ad20662b945b5ea040e1028f1;size=1219 S 385 381 * * * * * e86da6520af774203e85979cd6a5668f;size=154 * H 46 374 99.7 + 0 0 374M 2bbf4cde526cb2eec80fec92610106ee;size=153 9251e8578062ae5ff73218117a6def92;size=1541 H 2 385 99.5 + 0 0 170MD87MD126M 70392ebae196fa6a885641b1791f5e52;size=153 39392bbb9626a64e6663c05b70293e7c;size=11535 S 386 381 * * * * * cc30aba65fdd9fe4be968ec3320b9020;size=153 * S 387 381 * * * * * d398cf3693190a98021b8f272b62bc02;size=153 * H 8 385 99.7 + 0 0 125MI260M 0450039efccb37d7f42a6c3a0b039c47;size=152 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 388 388 * * * * * 3c341489165b65925f980f872d70d2a3;size=152 * S 389 386 * * * * * 60fb2fd6cdab95b22832991d484c34a7;size=152 * H 6 382 99.7 + 0 0 34MI348M 6331e9bc4f9d02a4a7288ea2beca1a6b;size=152 efbd11c972faa734253f779fc4eb2a64;size=5440 H 4 383 99.7 + 0 0 383M2I 9325fd062fa949af4aa17015612fad29;size=152 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 95 382 100.0 + 0 0 382MI 9b9a7f8bf4a2dc77a9335c4f28881c06;size=152 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 266 383 99.7 + 0 0 383M b23d66d726256f3e706b469f715144fa;size=152 d35654eb7b71f92a7122dd25696b4daa;size=253 S 390 363 * * * * * c8853816fba540da3ed4d3632dd1f948;size=152 * H 3 384 99.5 + 0 0 34MD261MI88M e2e7d6d25059e60973976f8152134a3b;size=152 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 391 381 * * * * * 07557f9bd1bc921415bff860181b6453;size=151 * H 264 380 99.7 + 0 0 292MI88M 0b2070c01ba5ad8591829f704587ab86;size=151 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 H 1 373 99.2 + 0 0 155MI11MI117MD89M 1a9f6e2269b593ec9f40ea3621879fb4;size=151 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 14 382 99.7 + 0 0 34MD347M 49951def0ca67bfa3e1a6052d79c495d;size=151 78951b2d4ca30531381672a30be0978a;size=3655 H 38 380 99.7 + 0 0 380M 50625064c1a68f56cec441faac60b3e1;size=151 4fd9e532b34b278047b4a588cc98708a;size=1762 H 55 381 99.5 + 0 0 381M 6d36078b8245fe884bb6e4955acf643b;size=151 213782d871e7988943bf278c3191f221;size=1289 H 18 368 99.7 + 0 0 118MI250M e0f06cc77cc8f05083d1a646531d4bec;size=151 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 392 385 * * * * * e57a7347672d0be9a9f5e0fda3cf75c2;size=151 * S 393 379 * * * * * 0f5be79a19626b00e068f075098c8a3c;size=150 * H 81 382 99.7 + 0 0 292MD89M 12cf0956522ab80d6d42b91ae66cab71;size=150 6fc56ad4136bef51967a799db040f7d7;size=930 S 394 376 * * * * * 21e4f6b7728fc86e257b7c9795058aeb;size=150 * S 395 391 * * * * * 33244f91d4ba5d9bdf049d43bd3d67b0;size=150 * H 8 385 99.7 + 0 0 34MI351M 5708d85491afa99d2105c37d04285fc2;size=150 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 21 387 99.7 + 0 0 250MD136M 63a01b4fb025857e1973248d9820f637;size=150 0af8e08a076e300ff906097a4030b9bb;size=2733 S 396 370 * * * * * 6b7e5f9add0e8980e31c16f5879369d3;size=150 * H 32 373 99.5 + 0 0 373MI 9a000fb9da4cdf22504f8b3cb24b7114;size=150 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 35 379 99.7 + 0 0 34MD344M facfa33c9924c8b19a22ac24832cac0f;size=150 4084bd8293b08a58e03158d6668952f9;size=1934 H 101 380 99.5 + 0 0 380MI fc0d5d97daef866b2c6a412dff83ba5a;size=150 a8660d900db113ef096bf415e3731d91;size=702 H 327 379 99.7 + 0 0 109MI270M 497141e6429368487d4651b05622593c;size=149 e2ad6b6be0fcb84db72c55f7945e1349;size=188 H 90 371 99.7 + 0 0 345MD25M 53f03aa1b97605d8d497f8250e44b3dc;size=149 bea8d6b972e185a60abf5d100e3941e5;size=815 H 5 375 99.7 + 0 0 254MD120M 991483be5dd0ad2d84779658e1e430e9;size=149 da17e1a54e88120e294c7e68e350f47f;size=6062 H 179 377 99.5 + 0 0 377MI e42e41399c04d639be4896a4b494f466;size=149 9128132d0cf180c38a31b71a3f5a3fa0;size=409 H 63 382 99.7 + 0 0 292MD89M 05be5327c538a21c3b27a7c8db5c9091;size=148 a32e35071373097dc70182413f4c3ace;size=1123 S 397 384 * * * * * 772e590738b282a10efe470cd247e464;size=148 * S 398 378 * * * * * acb159fc94423733b425e11bcf418ebc;size=148 * S 399 382 * * * * * f64747a3cb098a025f6f6bd24ce36f2b;size=148 * S 400 381 * * * * * f9c1fd8479e1f8bc61c087341b86bcb0;size=148 * H 68 381 99.2 + 0 0 381M 16bd5ecf7a8aa00bd67ac049ef37de89;size=147 992280493f8201664147ee5a7013a338;size=1104 H 27 387 99.5 + 0 0 171MD125MD89M 27b9472403b6d7b4fcf2d1702ad5237d;size=147 132ced0592418845eee2359a1359672f;size=2452 H 14 382 99.7 + 0 0 292MD89M 49fb064b1abe9e0a729ed3af0561c887;size=147 78951b2d4ca30531381672a30be0978a;size=3655 S 401 379 * * * * * 62958ced4998d771c65f3c8eb79107b2;size=147 * S 402 369 * * * * * 7ab9169e82ef97146305b452095d44ef;size=147 * H 4 385 99.2 + 0 0 296MD88MI 7cfb75b1cfc9218979917c761d83c21a;size=147 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 7 379 99.2 + 0 0 292MI87MI c2aa81342d690715392168220316f4f3;size=147 aecd442213d89e3f43949aee5040a3ed;size=5318 H 1 376 99.5 + 0 0 167MD118MD89M cab3eba0c65947bc9f19cca50b8b3e7d;size=147 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 265 386 99.7 + 0 0 386M 27465101adc0680b46d3a82ce42ae8c4;size=146 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 H 63 382 99.7 + 0 0 160MD221M 3a046e6df48ff6b7decb0a2f8d80477d;size=146 a32e35071373097dc70182413f4c3ace;size=1123 S 403 381 * * * * * 3b9c1697cd9fa5e1fb8e2acb74f6880d;size=145 * H 4 387 99.5 + 0 0 296MD21MD68M 53e79e17a3cc73461546ae4a3c34d76b;size=145 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 25 384 99.7 + 0 0 34MD349M 59c2a827a827d3cdf8638dabcec31945;size=145 7228f266f04a46bfb85ea74e73546004;size=2508 H 399 383 99.7 + 0 0 198MD184M 784e683ec96ec576599459f3d393488c;size=145 f64747a3cb098a025f6f6bd24ce36f2b;size=148 H 47 370 99.7 + 0 0 325MD44M 8fbdd184c819eb5fdab4cde1c82c06f6;size=145 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 38 381 99.7 + 0 0 159MD221M b109fd8dab717f4f01b2497a76f999e9;size=145 4fd9e532b34b278047b4a588cc98708a;size=1762 H 29 382 99.7 + 0 0 34MD347M b2cf4640eac25ffb80f13543d57a43eb;size=145 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 11 385 99.7 + 0 0 34MD350M 03bdd7a37e489dcfedf253ae70b382fc;size=144 96ba76b9e5bd26447d84901071634c23;size=4384 S 404 374 * * * * * 0d4719a1de635a940b7374fa8a77558e;size=144 * S 405 381 * * * * * 15fbfda3dc4e116e69f08b4957167f08;size=144 * S 406 381 * * * * * 24465278399dcc4e2cf75ae8aaff59a4;size=144 * S 407 386 * * * * * 431bfc83280a7d0857b8e1aea9248822;size=144 * S 408 491 * * * * * 8bb82b41a18117e1fb9f340acbac3253;size=144 * S 409 381 * * * * * 9c0576362a77fe1c27d1842401a857a4;size=144 * S 410 395 * * * * * a998e788744ee422d8719726aa43ba5c;size=144 * H 125 374 99.7 + 0 0 34MD339M ccfe5cd1ef55354a734a93abfa321877;size=144 f6ec8a341098724a8b61989aa15f7362;size=589 H 35 379 99.7 + 0 0 245MD133M d750bb81b8fa5e245a8950e37ae78f72;size=144 4084bd8293b08a58e03158d6668952f9;size=1934 H 11 385 99.7 + 0 0 258MD126M e2dd3d9f07763a06d04332f0e4c26c60;size=144 96ba76b9e5bd26447d84901071634c23;size=4384 S 411 378 * * * * * eb5baab55402933a55bc5ea7a7af4eb5;size=144 * S 412 381 * * * * * f83dde28c501ba8d75f317007a86d7a5;size=144 * H 4 384 99.7 + 0 0 34MI350M 38128380161250f19ede0ff56f717a5c;size=143 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 15 380 99.2 + 0 0 293MI87MI 405838763d69e08553dcecdcbc38432f;size=143 721460e46e8804111d74cb730340492f;size=3538 H 234 381 99.7 + 0 0 381M 42c645d936f4ba620cd66ca10169bb7e;size=143 326398282ab043dfadaec0c97d2515d9;size=288 S 413 381 * * * * * 57757cca5106563993a857dfc9649e40;size=143 * H 2 383 99.2 + 0 0 383M 6553c5e39758eea3226b27b356af0314;size=143 39392bbb9626a64e6663c05b70293e7c;size=11535 S 414 374 * * * * * 6b7930074f4201754b287fe6019e139a;size=143 * H 392 385 99.5 + 0 0 258MI37MD89M 85f505cb5ec9ade58553ae30a89a8d3a;size=143 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 170 384 99.5 + 0 0 294MD89M 88e8cdf6f6caf3f953df826eb25f863f;size=143 bf4b84650b8ece2da287764105cd67a0;size=425 H 130 390 99.7 + 0 0 319MD70M e7c3f4e3fbf9d177895d0634ac28643d;size=143 5b6004dcbe29ef8c813378538fa706d5;size=553 H 90 370 99.7 + 0 0 370M 228bcf248d1dbc1fbeb4f3f973649f58;size=142 bea8d6b972e185a60abf5d100e3941e5;size=815 H 19 387 99.7 + 0 0 297MD89M 496af258c12d91251b6a0e1768a39472;size=142 be32a04d8af28ab822f66005c721cc1a;size=2849 H 4 383 99.2 + 0 0 170MI213MI 5eac317564563fa6f1f437815fe5e053;size=142 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 173 382 99.7 + 0 0 298MD83M 8398f7e1f5fde1c27d66c027201d67e4;size=142 b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 H 35 377 99.7 + 0 0 167MI210M b8eaf8ac961f62a34f4a617a94dc80e1;size=142 4084bd8293b08a58e03158d6668952f9;size=1934 H 14 381 99.7 + 0 0 381M beaa03bf44b25725d56f67d7100ed069;size=142 78951b2d4ca30531381672a30be0978a;size=3655 H 87 381 99.2 + 0 0 381MI bfff0fef1f18d43d99c7be90b7ad083d;size=142 a515a6062896d997c5e630b545f3dc12;size=833 H 7 382 99.7 + 0 0 292MD89M 149744bf59be3dfc7689eebdeb09b3a0;size=141 aecd442213d89e3f43949aee5040a3ed;size=5318 H 338 397 99.7 + 0 0 126MD270M 6c9ef2c3989881507d57205477e90f23;size=141 28eb4ed106e8fb818c3f153206ff9e4b;size=183 H 63 382 99.7 + 0 0 298MD83M 6ff45045330b90abcdf14372c59b2cc3;size=141 a32e35071373097dc70182413f4c3ace;size=1123 H 67 387 99.7 + 0 0 172MD214M 9e8423252f5b90cc7bff14f160ab07ac;size=141 e222fa7a96b66870560ef0055ca5911e;size=1108 H 87 381 99.5 + 0 0 381MI a1e81e6c593eb921cdf2548ef1e1b481;size=141 a515a6062896d997c5e630b545f3dc12;size=833 H 95 383 99.7 + 0 0 383M b9fc8635b7284a75db5824a2b6569953;size=141 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 415 380 * * * * * c3650e62a94ee18739e5839ad15e0fa6;size=141 * H 3 384 99.5 + 0 0 384M c3fec1cae89285ee0cbffb4cec38f598;size=141 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 416 381 * * * * * 101ea572d7d10319421a27436f874c8d;size=140 * S 417 382 * * * * * 1bf9afba6119419d78d4f02113f6116b;size=140 * H 11 385 99.5 + 0 0 384MD 1e4242aa1e219553952d1ce878031735;size=140 96ba76b9e5bd26447d84901071634c23;size=4384 H 7 383 99.5 + 0 0 34MD137MD210M 47fe7f775796b63e45f497757c3679a2;size=140 aecd442213d89e3f43949aee5040a3ed;size=5318 H 243 380 99.5 + 0 0 380MI 5b2a78a7b22bd4917f5838359f2e2345;size=140 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 S 418 381 * * * * * 7309a145a0de8b8e6755cd2dc9ddc89d;size=140 * S 419 387 * * * * * 781f65e8bef88141100cfb50c2c39f71;size=140 * H 16 386 99.7 + 0 0 329MD56M 7e64e09642cd3fd7b4ed0fc0a1865397;size=140 eec3955a38ab32f15ee315b4c26f9af6;size=3440 S 420 379 * * * * * a8b9244b5eab270f3fdf0f776ea16a69;size=140 * S 421 381 * * * * * c09f2a499f8e1d52198ba3ff8a8a07c7;size=140 * S 422 381 * * * * * dcb3ac686138c56478071b5893fd6d7b;size=140 * S 423 383 * * * * * e5c56a2dabeceded6311d616ddde25c5;size=140 * H 86 381 99.7 + 0 0 169MD211M ea570db908cec46162eb5ca5f1e073e7;size=140 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 H 294 380 99.5 + 0 0 380M ee1b6f0eb75da7c5a7c8c1546cf30347;size=140 1c0c2996f84d735ad193b3643a804174;size=211 S 424 372 * * * * * 21a62962ca810d55dd2bec6030e89381;size=139 * H 131 381 99.2 + 0 0 381M 4d5f330fcd9ae14a4c22dcc12faaacb9;size=139 8eb1dcea5bd1467add941a149de61a15;size=551 H 26 382 99.7 + 0 0 292MD89M 5bea92854717e3fa4708c441d6d5aa2a;size=139 38a1e68923981030900a4744924d4694;size=2491 S 425 424 * * * * * 98ecf939fb9e7fd58907d0c52a76e345;size=139 * S 426 376 * * * * * e2e1a77eb3bd3f5c3459bf90d477dd09;size=139 * H 50 375 99.7 + 0 0 375M ec66ba5e84f17796e64605c74586efb9;size=139 9c5f62036413629527da0e94e892cf08;size=1423 H 0 388 99.7 + 0 0 252MD135M efde1a3151031bc005cba0dc08007a1e;size=139 b235271fbc8a6c9d990037857189ee9a;size=22254 H 0 388 99.7 + 0 0 362MD25M 0b3020f0dcd21f801a2656fbcae1b720;size=138 b235271fbc8a6c9d990037857189ee9a;size=22254 H 59 456 99.6 + 0 0 366MD89M 2d7bc6040e4ca3400b82a9fb2c387260;size=138 b285cba086c6d068c453be4adc4c5611;size=1210 S 427 379 * * * * * 3fbcb61508e1f4c6c5714461138b92a1;size=138 * H 393 380 99.5 + 0 0 379MD 461a48a7d9fd203c98beb6e7ab67cb10;size=138 0f5be79a19626b00e068f075098c8a3c;size=150 H 76 382 99.5 + 0 0 246MD135M 6af4152fa8cd7c6122b844d6ed2227e9;size=138 59e2d50d6cbbbd084444de8f0d1c8460;size=979 S 428 383 * * * * * 9de75ead9dc0b700ec50dcca584770b9;size=138 * H 291 387 99.2 + 0 0 34MD351MD c42a293091810096194267db5610991c;size=138 d737b579d968428fd8e98a55fbc56bc3;size=213 S 429 376 * * * * * e2c2ea040e8bfb0fb381fe1ad13f7235;size=138 * S 430 381 * * * * * 024afc63f62a1d66ad7e9b133ef840a7;size=137 * H 14 382 99.7 + 0 0 356MD25M 7222c23846955caba7155a5cbcb9deaf;size=137 78951b2d4ca30531381672a30be0978a;size=3655 S 431 390 * * * * * 7a10bc4f2e89129c655f1c21e6f30f7b;size=137 * S 432 378 * * * * * 81d30bb04126bf5a165b7965f0c70b55;size=137 * H 113 382 99.7 + 0 0 196MD185M a5e19bc4ba372259d264d147b301fb16;size=137 d349ee2925f041b4e7f00f75a0570421;size=651 H 8 387 99.7 + 0 0 251MD135M c264d72040032eabb689481e5ab9613a;size=137 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 374 381 100.0 + 0 0 381MI 21561079f149a80954dbcd325543a0b4;size=136 7c8bc4870ad0019624db12f6d72d93ef;size=161 S 433 373 * * * * * 287dd818ac3405efb03925c835d47d48;size=136 * H 97 379 99.5 + 0 0 169MI210M 3151b27168072d5efbb90116830d5d62;size=136 e944faf685bbce6aafc662e764ebeb64;size=743 S 434 379 * * * * * 3600057e2767a239d8b3354b8fcccfb0;size=136 * H 6 382 99.7 + 0 0 310MI72M 46b3d05f7dd5a4c19069d02026bd4d9b;size=136 efbd11c972faa734253f779fc4eb2a64;size=5440 S 435 381 * * * * * 6db8b81aef28254858d13e196244718f;size=136 * S 436 383 * * * * * 93d6a4320dced08b133637ce81268c21;size=136 * S 437 379 * * * * * c7fb898803920bd57c6749fb04a5ce3f;size=136 * H 113 382 99.7 + 0 0 292MD89M d6e2b2880de14e77a245e297ebc9c506;size=136 d349ee2925f041b4e7f00f75a0570421;size=651 H 203 381 99.5 + 0 0 381M 11e20e1370d95f5d0604aeae1a113bc7;size=135 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 H 0 388 99.7 + 0 0 40MD347M 23ca0fafc13cf885c792aa9083bd8ffd;size=135 b235271fbc8a6c9d990037857189ee9a;size=22254 H 318 379 99.7 + 0 0 291MD87M 39b1652c8f3583b6805d5f676e7ef3c6;size=135 da285096b7bc838d922f2db9bc467d04;size=193 H 62 380 99.2 + 0 0 380M 414d0841f5a12859494b2eea1960b065;size=135 5683a4033863e64015d0facb4961a38a;size=1129 S 438 383 * * * * * 7070a32ea47c6d382c6f111d77342f04;size=135 * S 439 383 * * * * * ac410eb9b93f3699917f4f4afa2ebe03;size=135 * H 137 382 99.7 + 0 0 160MD221M fbfa7c656065a76a8ce50785ba77864b;size=135 2c3b99b33b4109cda1ed9cc9368d3583;size=544 S 440 380 * * * * * 4bbef363bea9aec3637a99d494b8141c;size=134 * H 46 374 99.5 + 0 0 374M 9d727e6b93cd6566877ad26c4d55b771;size=134 9251e8578062ae5ff73218117a6def92;size=1541 H 4 382 99.5 + 0 0 296MI86M2I adec2b3a050f4806f0fc5fc71766114e;size=134 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 148 383 99.5 + 0 0 383MI 1398d37c063476689a05754907fb26c0;size=133 3b1221ec852febd44787188eb6382a49;size=494 H 77 370 99.7 + 0 0 280MD89M 20b64e4c23241a7c1d8d7e511ea213dd;size=133 26da64127a9c2b145603fe1f0660f814;size=958 S 441 383 * * * * * 9aab7e571e72bc162ad8207f8e7e834e;size=133 * H 12 381 99.7 + 0 0 162MI219M e6802b0d6e27a72ae194a6dfcab5bb01;size=133 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 3 383 99.7 + 0 0 173MI210M 130eb90ad2e348420ae0dd5135e93718;size=132 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 442 383 * * * * * 2803b629febf0dff179566fba40214e1;size=132 * H 1 375 99.7 + 0 0 354MD20M 3f42642b74b431d10ac6f991f6bbe645;size=132 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 443 381 * * * * * 45d774045e9f194d5f2e04c9d68f3563;size=132 * H 70 386 99.7 + 0 0 34MD351M 8da6dca4ef45da4448ed659f428adfa8;size=132 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 294 380 99.5 + 0 0 380M d05cf091c42ce1eb3332bedede9eb829;size=132 1c0c2996f84d735ad193b3643a804174;size=211 H 41 380 99.7 + 0 0 170MI210M d5f958fb67a4e8b8d4d326c2fb41a1a1;size=132 51c470345442104d94340d82e2f3fb9d;size=1628 H 57 382 99.7 + 0 0 171MD210M e8038491ff29cfb349897fd0f270cd43;size=132 78cf40830a68c9575dc2988262767324;size=1234 S 444 372 * * * * * ef7e79c644cf2069506b8d7f65213321;size=132 * S 445 362 * * * * * 0b38fb6d3477ad9dbb40653a4fb247a6;size=131 * H 49 381 99.5 + 0 0 116MI175MD89M 48afc2612b8312fb5ce7b191dd4835ec;size=131 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 446 383 * * * * * 7617acd4dea2b34dba7b7a0dd66490fc;size=131 * H 198 385 99.2 + 0 0 257MD126MD 96ed7f11d24505d7eaf3de69da00efb1;size=131 58d07c53510c05888cde3634d588bfd4;size=355 S 447 363 * * * * * a804a56e39d33a56047fff62b95bcdc0;size=131 * H 140 380 99.5 + 0 0 380MI d2db686bd14b4a7217ab357621cae6ca;size=131 c2ec0deab354d63640bf15935c669906;size=520 S 448 384 * * * * * 136575082db21337f650eea99211dbaf;size=130 * H 25 382 99.7 + 0 0 166MI216M 196b3819dfe07d2407e3d896f3ad7f0e;size=130 7228f266f04a46bfb85ea74e73546004;size=2508 S 449 380 * * * * * 2daf4fc40b3c80a46cde372c2ab8ab71;size=130 * S 450 381 * * * * * 51c989a5d175d45ea421ec8055058c1a;size=130 * H 34 382 99.7 + 0 0 298MD83M 5397fa8f502b3e368f165999e00c2382;size=130 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 112 379 99.5 + 0 0 378MD a3227b61fc255a44985be17e5f6150ad;size=130 ab0f5465200e09fee6b992dca4756f8d;size=664 H 99 384 99.5 + 0 0 384M c5d2a3812dd4233c8376ba1ef64c3035;size=130 42c7fb60f5a894d2b933bba9d7a36d89;size=727 S 451 385 * * * * * d915fc9aea29a8edb0317f8fe7f5e474;size=130 * H 55 381 99.5 + 0 0 381M 33b241dfffd46f912bd78c605e16fd8c;size=129 213782d871e7988943bf278c3191f221;size=1289 H 12 380 99.2 + 0 0 249MI131MI 41d3bb5e01c2a32c120e21e257835bd9;size=129 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 72 382 99.7 + 0 0 34MD347M 437b1bea086f6292de16feab2b1272ee;size=129 2899d676f63e67670e53d630f084525a;size=1037 H 163 383 99.5 + 0 0 383M abc5e99391206cc650c08c2fe09ebf78;size=129 d4591ad0229b7c5e5c49ad5afd69b9dc;size=445 H 43 379 99.7 + 0 0 159MI220M c9c9f0c49673c5ab173600dd4d38754a;size=129 b004e29357ab2a04c9e404f649b9b9cd;size=1600 S 452 381 * * * * * d300adcdd3ddd3f4663a0152f87f9fae;size=129 * S 453 382 * * * * * 251445e850910bf2b3faa4afdfb2fdb9;size=128 * H 91 383 99.2 + 0 0 104MD278MI 3352f8f5ee2b7bced4c957e46c1e84c7;size=128 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 152 380 99.5 + 0 0 380MI 3df507932f59fbf9b9cd9ec13913833c;size=128 06243f68f28fa8603db36cfd42d73d76;size=485 H 38 380 99.5 + 0 0 116MI174MD89M 5214b84c676a860122f35c5a19f7c270;size=128 4fd9e532b34b278047b4a588cc98708a;size=1762 H 172 386 99.7 + 0 0 337MD48M 6c72b6dcddfdc4286910d38a520fdb32;size=128 5856d5441f68104b13b7584cf46ba6a4;size=421 S 454 380 * * * * * 9701b75c97af0ba765c88b2014f38e86;size=128 * H 128 381 99.5 + 0 0 381M a3c8cfa50ee050640f32809a346913d8;size=128 a1451116f9f7102792d8505467a8c1ad;size=571 H 26 381 99.5 + 0 0 381M b114c8177ab329f7c45d4e060270c199;size=128 38a1e68923981030900a4744924d4694;size=2491 S 455 377 * * * * * e03c738d22c9d782fd0f5867a652bb9d;size=128 * S 456 381 * * * * * 08914044daf05f1cac7e587eb96625fc;size=127 * H 6 382 99.7 + 0 0 4MI378M 146989fde10dccfdaeaf67deda47c40e;size=127 efbd11c972faa734253f779fc4eb2a64;size=5440 H 296 387 99.5 + 0 0 297MI47MI43M 1be834f005bd491359d9cdb350837367;size=127 8855636c409d6c35f652d3879ab98880;size=210 H 159 380 99.7 + 0 0 354MD25M 34948baa2c9a0e3cb24573e66a61fca0;size=127 d599abec9e36066c363eab67ce6b6469;size=457 H 198 383 99.5 + 0 0 197MD97MI88M 451cea8c8b02190e78d4981d0900ebd3;size=127 58d07c53510c05888cde3634d588bfd4;size=355 S 457 381 * * * * * 7c484267d6e1e246f8a6a999a961c41a;size=127 * S 458 380 * * * * * 7d80cb67323ec9dcb6540bb14e3572ba;size=127 * S 459 382 * * * * * 8a7d56f3335ffd26df306adc0984aac4;size=127 * H 70 385 99.5 + 0 0 109MI203MD72M 944201ad6daa50f70c44f93dc1cad562;size=127 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 138 380 99.5 + 0 0 379MD c930906652c7552ab9b492dc570fcbff;size=127 a132452c2bc0948bb95daf81049430cb;size=538 H 1 374 99.5 + 0 0 34MD251MI88M e3b9f5c98253f745a45bf50e7cd6309e;size=127 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 198 385 99.2 + 0 0 170MD213MD 21ba39915d4165e04dab8afcaa28f4be;size=126 58d07c53510c05888cde3634d588bfd4;size=355 S 460 383 * * * * * 24e6d514c53b40484022df86171c75e7;size=126 * H 114 374 99.5 + 0 0 374MI 4af5ec457ad7b57ed749abd89624ca69;size=126 83df0573e06954f0754ab2dd3e851d44;size=649 H 3 385 99.7 + 0 0 323MD61M 600c98651faf70761cbe160f7e2ded5c;size=126 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 49 382 99.7 + 0 0 160MD221M 839a1ee5308357f8f354454eb528e4cb;size=126 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 35 377 99.7 + 0 0 175MI202M bbfe99eb316d34b0deadae9ee81bc7f0;size=126 4084bd8293b08a58e03158d6668952f9;size=1934 H 294 380 99.2 + 0 0 380M cf2646cc6d2778c3407d5e792b12ea6e;size=126 1c0c2996f84d735ad193b3643a804174;size=211 H 116 379 99.7 + 0 0 165MI214M dea5fb46beae46ecc46da680d5202f0c;size=126 8d56b6f91b7034d2d47894a305860099;size=645 H 43 379 99.5 + 0 0 379MI 0f3711086e54cd1d551f96420bbf429d;size=125 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 0 385 99.2 + 0 0 345MI40MI 2788e28a66c7d26a7a772fcc844af2d2;size=125 b235271fbc8a6c9d990037857189ee9a;size=22254 H 26 381 99.5 + 0 0 381M 32f7f7793814031c25be92dedc0e27c9;size=125 38a1e68923981030900a4744924d4694;size=2491 S 461 455 * * * * * ce574ac00a70f0286ef6dc9075515dc8;size=125 * H 93 381 99.7 + 0 0 292MD88M d4fdf9c87c916ef89f14ac8daf629f7d;size=125 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 70 384 99.2 + 0 0 125MI47MI139MD72M d679425f3bf769a0d95cdf8bd5cb2e74;size=125 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 462 390 * * * * * 07a2484e10b64ca05d0d692afef926ea;size=124 * S 463 374 * * * * * 12cc7316c1a66b0e53b7035a5c3e7f18;size=124 * H 185 378 99.7 + 0 0 378M 1a1b9fc5e63e14acd311b92e3f0b59e2;size=124 2d267b9634e394fc577a40288d17c176;size=397 H 344 383 99.7 + 0 0 383M 43fbb45286d12cf4a612c92d9f75614c;size=124 7b2e0c6384bd8bb8cc5d536867344435;size=178 S 464 385 * * * * * 67140b17f11ec835dd99a1f21bbaccbb;size=124 * S 465 382 * * * * * 69b2bc4b82e2199a4b45886fd120fc66;size=124 * S 466 389 * * * * * 739ae1c510140993f8c47bca65ec58c6;size=124 * S 467 381 * * * * * 77048b9691237d7e260433c778acc56a;size=124 * S 468 381 * * * * * 93746e13717504bf3d967d10b628ffe8;size=124 * H 98 459 99.8 + 0 0 34MD424M 959cb8eaadf5b199de35625052d3c2d1;size=124 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 469 382 * * * * * a974e78f879496d01bbc65e1b1495f9c;size=124 * H 27 384 99.7 + 0 0 179MI205M ad51ad0b0cf2d3cbd1575a6da01bb71c;size=124 132ced0592418845eee2359a1359672f;size=2452 H 14 379 99.2 + 0 0 160MI219MI 1eb106333587562ca0ec9c5d49ceda08;size=123 78951b2d4ca30531381672a30be0978a;size=3655 H 102 378 99.7 + 0 0 361MI17M 20fc71d6fca20d4f0c9acf4dd052dfc6;size=123 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 H 166 381 99.7 + 0 0 170MD210M 245ab8c8bb9dc8d46deaf55d9df84314;size=123 351fd1540c2aab8567725ee8cb8a60fd;size=437 S 470 383 * * * * * 2a75dd5b60ee6ae045fe55d21f1891f2;size=123 * S 471 381 * * * * * 308725ab9bbcfb77166cd65c53959631;size=123 * H 29 381 99.2 + 0 0 381M 322376b6ee6de4a20d53c763bdad73a7;size=123 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 472 381 * * * * * 594f0832a4fa619638895f89d10b2370;size=123 * S 473 378 * * * * * 60a953329e6b95aa01911bc7abde7b11;size=123 * H 65 380 99.7 + 0 0 354MD25M 6e1917a02de5e3c255b5ed110800e4f7;size=123 834a8eff393e23d3b887ee35b0556568;size=1112 H 70 384 99.2 + 0 0 125MI55MI131MD72M 8e998855c265f8f9529d7aa88920e91d;size=123 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 29 382 99.7 + 0 0 292MD89M 9595780d086c460a5b74c86f3ca8a304;size=123 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 474 375 * * * * * a14505f55d873fb93fecfd9140f81536;size=123 * S 475 370 * * * * * b5d44eb0ac468dbda5d6e928b5357b71;size=123 * H 49 380 99.7 + 0 0 116MI264M d39badf6a5d240f66ba880da000c99c4;size=123 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 236 380 99.2 + 0 0 166MD213MI d75b4a4df921746600614e0fdd1069f1;size=123 f5105f226e901edcf42c4754437126f8;size=288 H 155 378 99.5 + 0 0 126MD152MI99M f41af996844b8124938948d35afa4b95;size=123 4e65effd8bfa7747570bc8b001683668;size=474 H 33 307 99.3 + 0 0 307MI f531ed80c5166b4df536ba2e6d85eb57;size=123 b4e1bd5eac322b803425414f19938cd6;size=1992 H 3 383 99.7 + 0 0 181MI202M 08a803bda30349e326d031f6521e77d8;size=122 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 94 381 99.7 + 0 0 169MD211M 27e862e74af1de5b7fe0e9639241b6ab;size=122 7ff818ff14477645d9748f9e80212e1a;size=791 S 476 381 * * * * * 74ede5a323edffa0b74df4b04f4b765f;size=122 * S 477 392 * * * * * b6345964bd0e993763f40e6da5df1fcf;size=122 * H 46 372 99.5 + 0 0 249MI35MI88M 099cf09e609f687d481b7454130c42f2;size=121 9251e8578062ae5ff73218117a6def92;size=1541 H 31 387 99.7 + 0 0 260MD126M 51a604204682854804dd6d93e4ab9ea2;size=121 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 41 380 99.5 + 0 0 380MI 5f3a404fb7eecd21609bfd1e937d41fd;size=121 51c470345442104d94340d82e2f3fb9d;size=1628 H 150 380 99.5 + 0 0 380MI 60b4d3f111b3b285301093d3ac0d8023;size=121 09cfe255011adb5c7fe95388d27ca351;size=490 H 6 384 99.7 + 0 0 300MD83M 7faf7d893fa73418650bf85b1da50c53;size=121 efbd11c972faa734253f779fc4eb2a64;size=5440 H 333 371 99.7 + 0 0 165MI206M 81b7310329c768f20c01dfc26b544237;size=121 c1b7171836226e1dc4ba965cdc162096;size=186 H 10 376 99.7 + 0 0 345MD30M 9f56dd7c5fcc8d157743d0f6f46d6e93;size=121 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 69 380 99.5 + 0 0 380MI b42830ad6a9f66e917055b9fc3d0f13c;size=121 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 12 383 99.7 + 0 0 124MD258M deafb212b4a93b82de19a67f13131423;size=121 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 11 385 99.7 + 0 0 189MD195M 11ae10ef249d1f00dc2a92ba737a99b5;size=120 96ba76b9e5bd26447d84901071634c23;size=4384 H 83 380 99.7 + 0 0 121MI259M 1a9fca12cf62d037e889e3022487f25b;size=120 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 7 379 99.2 + 0 0 171MI208MI 3335347b3e116514b71e1c8d01571a21;size=120 aecd442213d89e3f43949aee5040a3ed;size=5318 S 478 381 * * * * * 431b5ab20107a07c1df8c302caa36f0c;size=120 * H 24 383 99.7 + 0 0 171MD211M 4694456fe0808034cff5902ed2a9bff0;size=120 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 33 309 99.4 + 0 0 113MD195M 90ded2932eac98a8cb2a92bf4d04e0bf;size=120 b4e1bd5eac322b803425414f19938cd6;size=1992 H 94 381 99.7 + 0 0 113MD267M 90fc73323ed412bd3f3517720c1fcc28;size=120 7ff818ff14477645d9748f9e80212e1a;size=791 S 479 389 * * * * * 91a998891bb7076daf1c91d8ff85fef6;size=120 * H 271 382 99.7 + 0 0 356MD25M b18d12ef7cb0a7091632bf9d9626b98a;size=120 a7bba9391a3b9325b047a9aa2a4ece16;size=244 H 290 362 100.0 + 0 0 362MI b45fe3ef50ffef8327c6ac385b0448c2;size=120 4f610af4c82abf3650eb56a2a0b4c2d3;size=215 H 294 380 99.5 + 0 0 380M d7da4c35557ddf4f38839ecee22afccb;size=120 1c0c2996f84d735ad193b3643a804174;size=211 S 480 384 * * * * * e30c26b62884a9db13dd694ce63c5496;size=120 * H 36 386 99.7 + 0 0 386M ecde343a6bb5e9d27ecbcce31105e944;size=120 99ba81c88f63f83daf290add3918d38b;size=1787 H 44 381 99.2 + 0 0 381M edba68e74560e6f5c26127b81a604467;size=120 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 156 381 99.7 + 0 0 254MD126M 13ca67204a0da0c2257a183688dfba95;size=119 e8a4c0ba199e303dfe61c93fad9c67d2;size=474 H 26 382 99.2 + 0 0 160MD221M 1d071ca3239f60b066570aa4b9e6d3c7;size=119 38a1e68923981030900a4744924d4694;size=2491 H 17 383 99.7 + 0 0 383M 2278f091ac08195bd3ca867fb0f4483e;size=119 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 481 384 * * * * * 3d43ec24d33190ca2a16b8fe60e4efe7;size=119 * H 26 381 99.7 + 0 0 381M 90b39e34242d65731597214832d3106d;size=119 38a1e68923981030900a4744924d4694;size=2491 H 85 377 99.2 + 0 0 168MI209MI 98aaad52e111355f1220e3b24af15e12;size=119 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 482 379 * * * * * 98dadbaa9779487b702321faa3dda23e;size=119 * H 0 388 99.7 + 0 0 316MD71M a806dc9b6b7320a192ca9b89c0716f30;size=119 b235271fbc8a6c9d990037857189ee9a;size=22254 S 483 376 * * * * * b6e14850000db76b7fba1d1f892335b0;size=119 * S 484 366 * * * * * d041c2a659f90b5790b1f60d0d4aaf65;size=119 * H 102 378 99.7 + 0 0 34MI344M 0b2e718310461ae295c7f47acffae985;size=118 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 H 9 382 99.7 + 0 0 116MD265M 22fbc5be930e2cc587692fa686eeef6f;size=118 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 485 384 * * * * * 303e81c29d1a835e31599c1f593ec817;size=118 * S 486 381 * * * * * 3669fa9e83322b95d3f6784b6bb328bd;size=118 * H 286 381 99.5 + 0 0 381M 46bb51dc0b4f59ad3d3868d44ec8aa3d;size=118 18cc54d8c83fee985c68fd39c0110221;size=220 S 487 382 * * * * * 4ef7c66cee3c88583c94ec71bc9e3fea;size=118 * H 151 380 99.2 + 0 0 380M 640dcf28c779f90dfde7c081299ff73e;size=118 1573227062856a5b20f3c26fcc091327;size=487 H 291 387 99.2 + 0 0 361MD24MD 81d8f1f5ad9284bdfd9c51366c8597bf;size=118 d737b579d968428fd8e98a55fbc56bc3;size=213 H 12 383 99.7 + 0 0 293MD89M 9b5fbea662c7f4d9972d6b544e307541;size=118 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 1 375 99.2 + 0 0 34MD121MI129MD89M 9bfcc3d362dc312749de0ad0fded979f;size=118 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 6 382 99.7 + 0 0 285MI97M a0d8d8d9b6f86e4b90c16ebf6899bdc6;size=118 efbd11c972faa734253f779fc4eb2a64;size=5440 H 155 378 99.5 + 0 0 34MD244MI99M af77b2d27916da6f041d68bbb8fbb009;size=118 4e65effd8bfa7747570bc8b001683668;size=474 S 488 377 * * * * * b9c073b526217050cffc946035e151f3;size=118 * H 67 387 99.7 + 0 0 361MD25M bcac8d5d627bcae5e337a91508f3f153;size=118 e222fa7a96b66870560ef0055ca5911e;size=1108 H 42 386 99.5 + 0 0 385MD d3e6b9d4b716ad67badca0a610567c15;size=118 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 S 489 381 * * * * * fa5b39aa0fce179d0a37724e29387347;size=118 * H 34 381 99.5 + 0 0 381M 0c24d9fd06bc074b5ad8926c720ab003;size=117 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 26 382 99.7 + 0 0 34MD347M 1a1304063f908442de288c38f09b1967;size=117 38a1e68923981030900a4744924d4694;size=2491 H 26 381 99.7 + 0 0 381M 23f42de3b62eca0eedb4452f87141a3a;size=117 38a1e68923981030900a4744924d4694;size=2491 H 55 382 99.7 + 0 0 160MD221M 33294ce1a28115275dfba83081c5d6e7;size=117 213782d871e7988943bf278c3191f221;size=1289 S 490 384 * * * * * 4cac0f07d57427274c3ab72cba6c155f;size=117 * H 36 387 99.7 + 0 0 174MD212M 4d7daa9fa317d608543f3ff128ef689b;size=117 99ba81c88f63f83daf290add3918d38b;size=1787 H 22 381 99.5 + 0 0 381M 5df6bcc3f84df08ad50a87a0cd049723;size=117 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 38 382 99.2 + 0 0 296M2D84M 74c1e3feb6fde4145430b18c3f29d122;size=117 4fd9e532b34b278047b4a588cc98708a;size=1762 S 491 387 * * * * * 9048a397b987e4846bff08d7e2187481;size=117 * H 460 383 99.7 + 0 0 383M 9751d72822614065bfabd527878fc718;size=117 24e6d514c53b40484022df86171c75e7;size=126 S 492 368 * * * * * 9a7d349964cc364863a89bf243131c89;size=117 * H 23 385 99.7 + 0 0 34MD350M a054be4dc00c5b56a3b98ec5dd0365eb;size=117 86bdf526074a459b826e641cd6131868;size=2562 H 39 383 99.7 + 0 0 34MD348M a4c4fcbff55a2f293c91258301515413;size=117 750451de425698bad38d5e1c872b2f12;size=1660 H 392 385 99.5 + 0 0 248MI47MD89M a6acaefd9e3c563959c8fe0844d47aa2;size=117 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 143 386 99.7 + 0 0 296MD89M ba2f0a35e9160fa6863ba3a5601bb21d;size=117 6d79dda1be8786b3376d5968384f7e74;size=499 H 112 377 99.7 + 0 0 34MI343M dc7285301b9d11f97c0e583bdac94cb9;size=117 ab0f5465200e09fee6b992dca4756f8d;size=664 S 493 384 * * * * * e94a90c8f17092a1b5075f6814609953;size=117 * S 494 367 * * * * * 296961dc330dd1638f43b623c81cc942;size=116 * H 131 382 99.7 + 0 0 292MD89M 592124027dbbe2b10f458f832fb7d06b;size=116 8eb1dcea5bd1467add941a149de61a15;size=551 H 103 380 99.5 + 0 0 116MD183MD79M 6565d38bbe2a374d201922587fba6a6e;size=116 fb99900f8529cad2015e965c715f4e66;size=696 S 495 380 * * * * * 9cc4ceabe78213715ad3aaf0cca1b92d;size=116 * H 95 383 99.2 + 0 0 294MD88MI d1e62eaf5de2c77842b26fd78a0cda0b;size=116 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 496 386 * * * * * db6aa57ecbcb32166848db1ebdbe0bbf;size=116 * H 0 388 99.7 + 0 0 321MD66M f2581e3e736bbee3d84a4b136c369ac7;size=116 b235271fbc8a6c9d990037857189ee9a;size=22254 H 199 380 99.7 + 0 0 160MI220M 09d93333b2c4a51cb1f621e57f8c1570;size=115 994f63ec426d91db7e7fb403ffb4037a;size=355 H 29 379 99.2 + 0 0 114MI265MI 104059c1e796cfbaec67494b346f3fe7;size=115 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 31 387 99.7 + 0 0 34MD352M 14f8223f084acd783670c104b13f911c;size=115 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 257 382 99.2 + 0 0 382M 2559d894df7605a891e6df9a01ad569c;size=115 c8c0082f129bead91a96896ad71a9b3a;size=263 H 197 381 99.5 + 0 0 381M 3117e842c07f8ff4f4b4d7c57fa85929;size=115 ae556cc266047d8429d800334c893f45;size=357 H 29 380 99.7 + 0 0 114MI266M 3bcdaea905295bcfccecc0f34cd0d885;size=115 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 0 387 99.2 + 0 0 387M 678762d1efb15453339b25dc7c631b13;size=115 b235271fbc8a6c9d990037857189ee9a;size=22254 H 119 382 99.2 + 0 0 34MD346MD 7e22e455fa75acec791fbfe103460cea;size=115 cfd6a70895524ca606ec066301d205ff;size=629 H 21 387 99.7 + 0 0 354MD32M 9c79f740e0ccabe22c2b01ae60e44e96;size=115 0af8e08a076e300ff906097a4030b9bb;size=2733 H 4 385 99.5 + 0 0 385M a6c2980225a29aec6567adcfca1a119c;size=115 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 6 383 99.2 + 0 0 197MD185MI c7cd2162a815f7af2437d63d6d43b60a;size=115 efbd11c972faa734253f779fc4eb2a64;size=5440 S 497 374 * * * * * 07a66b21d5f47efd8d9f9c3aa501460a;size=114 * H 194 380 99.5 + 0 0 160MI132MI88M 0d6be8b4db310170e894ad83d3219ed9;size=114 6b2753d150574fc564bf0c86986e5aa9;size=369 H 9 382 99.7 + 0 0 298MD83M 501053fecc12cf6a1d48a89fa33a7858;size=114 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 14 382 99.5 + 0 0 298MD83M 6a758bac24452518425233d81448593f;size=114 78951b2d4ca30531381672a30be0978a;size=3655 H 100 379 99.7 + 0 0 165MD213M 7c94624bb83a50d686fadfa57b616f85;size=114 1a635349b6fd22404fab94284c3fe203;size=710 S 498 371 * * * * * 808fe6f1596d8de414d980b418dcedf9;size=114 * H 16 386 99.7 + 0 0 259MD126M 82ba1fc70c32e6cc0b4bdddcfeabee70;size=114 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 53 382 99.7 + 0 0 298MD83M 14cbb20b0c8f7bfa619760554a58d820;size=113 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 1 373 99.7 + 0 0 173MI200M 3df98986e0ba03f9769d5ff96312a9e4;size=113 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 499 384 * * * * * 65472f1e1017375e1b2165949cd1925a;size=113 * S 500 380 * * * * * 86d4259184e6f43595879c970aa34fda;size=113 * H 2 384 99.5 + 0 0 294MD89M ab8f8b246ae75aad68ea288ce04c0ea3;size=113 39392bbb9626a64e6663c05b70293e7c;size=11535 H 71 359 99.4 + 0 0 358MD c8dd7527c116180add354515754d344b;size=113 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 S 501 381 * * * * * d3c614677da390bbd05e9b0dd42369e9;size=113 * S 502 372 * * * * * de8c179f8afad29dfdc83cf60c7ae3f3;size=113 * S 503 386 * * * * * ebf06e66b86ff1bdbdc42adbafdbd3fd;size=113 * H 57 382 99.7 + 0 0 34MD347M f2f697fbce6cb2161324c76f9e945e2a;size=113 78cf40830a68c9575dc2988262767324;size=1234 H 26 382 99.2 + 0 0 298MD83M 0c956324f2061cf660d598c5e9c28bf5;size=112 38a1e68923981030900a4744924d4694;size=2491 H 65 380 99.7 + 0 0 169MD210M 140f5cab49eca4ffbd1d7fd9623e78fd;size=112 834a8eff393e23d3b887ee35b0556568;size=1112 H 53 380 99.7 + 0 0 101MI279M 3ed44d2bdd7179d2d6268e3af2f83e6b;size=112 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 34 379 99.2 + 0 0 292MI87MI 45a07faa802fc8dac52430ae7f1169d2;size=112 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 236 380 99.7 + 0 0 380M 56ff2ca62e8991dadb0278745eb82d63;size=112 f5105f226e901edcf42c4754437126f8;size=288 S 504 389 * * * * * 6b24403d4b3c561f606c371c09c7a270;size=112 * H 198 385 99.2 + 0 0 248MD135MD 7b077a55ee808b5ab7e9e5c433db6a0e;size=112 58d07c53510c05888cde3634d588bfd4;size=355 H 86 381 99.7 + 0 0 254MD126M 7cbcf232c6b5c14e9d410d9e2a273eb8;size=112 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 H 1 372 99.2 + 0 0 155MI11MI206M 7ea5c224b942c9cfeb91cbdc3816331f;size=112 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 505 387 * * * * * 8f31642fd4864aa43e8a33f32e1695f9;size=112 * H 97 379 99.5 + 0 0 379MI aa903d7f7888ba1c413bfb7c4b3258d9;size=112 e944faf685bbce6aafc662e764ebeb64;size=743 H 7 381 99.2 + 0 0 171MD209MI c6f6e4df9b7354e04fde901366b8b6f4;size=112 aecd442213d89e3f43949aee5040a3ed;size=5318 H 14 381 99.5 + 0 0 381M d1968e87eb634b605e4eb17c86339fab;size=112 78951b2d4ca30531381672a30be0978a;size=3655 S 506 381 * * * * * dee714888ba3b4dc560f75ef349dd7dc;size=112 * S 507 381 * * * * * e515b44fa3d0c024a5790896dca4f349;size=112 * S 508 377 * * * * * e81d12f22cbdc5b3a69c0a81e6b657a6;size=112 * H 51 375 99.7 + 0 0 34MD340M fe12b4c7c313b1f6c14034526b963db0;size=112 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 10 374 99.7 + 0 0 165MI209M 035be9685f35893d1312dfdad451be90;size=111 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 18 370 99.7 + 0 0 228MD141M 4148fc23a9eeace09b27fae810beba01;size=111 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 90 371 99.5 + 0 0 370MD 4ded66a13ec9ad84b615b37f7c9c1084;size=111 bea8d6b972e185a60abf5d100e3941e5;size=815 H 212 374 99.7 + 0 0 34MD339M 6bb34ed1eafa2cc1f1b7c67fa707e68c;size=111 f6967f5c1b256bfc4f189948af2f5bd8;size=336 H 22 382 99.5 + 0 0 313MD68M 9e86f51c1a6a352fda4cf0b2bcc7358d;size=111 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 509 385 * * * * * af5ea0b792988caa9821add60e4246d3;size=111 * H 63 381 99.7 + 0 0 381M b3c4fdadf27567d52abd05e0a60f37fd;size=111 a32e35071373097dc70182413f4c3ace;size=1123 S 510 381 * * * * * b68a6a19856e73f32f6993206ddf1333;size=111 * S 511 390 * * * * * c484a106a0103d2c4785a594b6797995;size=111 * H 11 383 99.7 + 0 0 19MI364M dc2e3948bfe5dce17fe475a11e0228d2;size=111 96ba76b9e5bd26447d84901071634c23;size=4384 H 234 382 99.7 + 0 0 292MD89M deca80b82de06c59b8b3316c958d63e6;size=111 326398282ab043dfadaec0c97d2515d9;size=288 H 4 386 99.7 + 0 0 250MD135M e2483d173180b50a903c6f51aef2f714;size=111 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 65 379 99.7 + 0 0 379M e83fa06fe7a9b83c11922ee64672d2b0;size=111 834a8eff393e23d3b887ee35b0556568;size=1112 H 127 362 99.7 + 0 0 334MD27M f54151ecea6a3541ed676b54853f7171;size=111 1e7bf5b9268da3a50505214ab3a5670f;size=575 H 98 459 99.8 + 0 0 369MD89M f572e667fbbdf01d3309678581f9092c;size=111 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 512 387 * * * * * 31df04d80250b0e6b2cc1099ef584704;size=110 * H 322 364 99.7 + 0 0 280MD83M 6b6d0dd495888a88ade91b58261e20f6;size=110 30b1b51fe2175706d0b82e5134d699f0;size=190 H 46 375 99.7 + 0 0 285MD89M a4e2aad685ac1755a47fd938863dfd77;size=110 9251e8578062ae5ff73218117a6def92;size=1541 H 38 379 99.5 + 0 0 379MI aac65eb4efc2cde40c3d4c0663da84e9;size=110 4fd9e532b34b278047b4a588cc98708a;size=1762 H 100 379 99.7 + 0 0 289MD89M bad06f76fd76fcdf7d01a165709ac867;size=110 1a635349b6fd22404fab94284c3fe203;size=710 H 28 382 99.7 + 0 0 161MD220M 0434f35b8660d8ab4934a2e7451a33c1;size=109 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 182 382 99.7 + 0 0 292MD89M 27f8f4e22847b09c54b830638e5b8685;size=109 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 499 383 99.5 + 0 0 383MI 339bcf8b4c72d7791b68c26e5f306f35;size=109 65472f1e1017375e1b2165949cd1925a;size=113 S 513 379 * * * * * 388e1888e775e8e2665a7b253346f93e;size=109 * H 61 384 99.7 + 0 0 170MD213M 3a02ede02a23d792c41f349ce615bd98;size=109 2a79e4a96c029c692c8850009603471f;size=1145 H 26 381 99.5 + 0 0 381M 47245425862daac56dff2c370cfd8a3f;size=109 38a1e68923981030900a4744924d4694;size=2491 H 1 373 99.7 + 0 0 342MI31M 641d7976298c2569399c2c2d0d17226b;size=109 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 246 381 99.2 + 0 0 381M 8cac477f4efe35aaffd65894a53b7d69;size=109 405df9af32f6958ecb5fda42f4ffc114;size=271 H 57 382 99.7 + 0 0 52MD329M 9284072d8c5ee750c2c305a68ac3ef79;size=109 78cf40830a68c9575dc2988262767324;size=1234 S 514 379 * * * * * 9827bde02ad9a266a19af46c7b233240;size=109 * H 214 376 99.5 + 0 0 376MI a654d8ce4bac637a2bb69593cfd1aab6;size=109 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 S 515 383 * * * * * 0a1e5a1c7a872a0df679c03e3777f768;size=108 * H 65 380 99.2 + 0 0 169MD210M 28b950f7ffba88afdb88b91096929256;size=108 834a8eff393e23d3b887ee35b0556568;size=1112 H 32 375 99.7 + 0 0 157MD217M 320ebd237ca56a09b00d676d521a5999;size=108 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 40 380 99.7 + 0 0 172MI208M 5b29d4d12c1087d7929201d771a482b6;size=108 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 183 377 99.7 + 0 0 166MD210M 67b93adf72aa7af4cca1825825ba5ff6;size=108 0ea571522ec6517425a9908ecf958be8;size=402 H 202 380 99.5 + 0 0 380MI 7cac7f541f430aaee59a9e3daddca16b;size=108 0f68fde17a89b6724e64664e93118c90;size=346 S 516 385 * * * * * 7d0257f851e9f741e17e6dd61b08e497;size=108 * H 294 382 99.2 + 0 0 298MD82MD 7dfd254c32c04a63b81153cc6f01d419;size=108 1c0c2996f84d735ad193b3643a804174;size=211 H 3 384 99.5 + 0 0 295MI63MD25M b6868f55b0b3352ff7a89c213d444aa0;size=108 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 189 380 99.7 + 0 0 168MD211M b80c6dc7dbdbe875d3bbf042b7f94a6a;size=108 2b3be3a7d50a6a3bf4fecde0c1d5a6d3;size=389 H 26 382 99.2 + 0 0 298MD83M bb501c3f57c9aeba562a57f80b19e317;size=108 38a1e68923981030900a4744924d4694;size=2491 S 517 374 * * * * * c06cf0bdc97429fb64466dea9a27df6b;size=108 * H 53 382 99.7 + 0 0 252MD129M d3b60ceb701b15622a6c72b98e515ea6;size=108 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 1 375 99.7 + 0 0 347MD27M d645956f92fa7498bd24bb7d1f83d4bf;size=108 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 34 382 99.7 + 0 0 34MD347M daedf5720344d2965923819c4276a6cb;size=108 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 518 379 * * * * * 07d87383ee36242b173ac6e3b585fbcb;size=107 * H 47 370 99.5 + 0 0 369MD 2159a23e702833c826888c94a50ccb3f;size=107 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 12 383 99.7 + 0 0 300MD82M 2894711e8296f0d767bcb5f2d4cdf9dd;size=107 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 501 381 99.7 + 0 0 381M 4a5b93dee55e709a9668d280791e7d62;size=107 d3c614677da390bbd05e9b0dd42369e9;size=113 H 8 386 99.7 + 0 0 386M 64babd103655bd312c7d3499f9dd7793;size=107 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 519 381 * * * * * 6e9a8ba4543d4d1874e75111d71dd0eb;size=107 * S 520 381 * * * * * 6f86ca42411f092db423a325fbe4afb2;size=107 * S 521 378 * * * * * 77e05ba70f34923d22c2495a6ae5e685;size=107 * H 1 373 99.7 + 0 0 349MI24M 797a9651608c5060482450b6e70d1f47;size=107 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 291 385 99.5 + 0 0 125MD47MI212M 8ea1107842ab97eba7972ceffe87001e;size=107 d737b579d968428fd8e98a55fbc56bc3;size=213 S 522 381 * * * * * 95eca36b6573970e4ed62c63f1f316f9;size=107 * H 72 381 99.2 + 0 0 381M 9e041743d90a6d417823c9f689e25819;size=107 2899d676f63e67670e53d630f084525a;size=1037 H 12 382 99.2 + 0 0 34MD347MI affaf620d2407affabb664f6adb2308a;size=107 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 309 367 99.7 + 0 0 367M d450381fc5815bae846f37deb75ea1fe;size=107 7589f69104c1d80574360c3f378e9c64;size=202 S 523 379 * * * * * da49c672ee314c15db4cbffac7efd577;size=107 * H 36 387 99.7 + 0 0 34MD352M e517413d85edf17c7069962a32e16bf1;size=107 99ba81c88f63f83daf290add3918d38b;size=1787 H 28 382 99.7 + 0 0 34MD347M eb570d2422b244bb5c59d62390340e39;size=107 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 1 373 99.7 + 0 0 328MI45M 0bc446a80a95bb19f9d79623b4bfde37;size=106 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 246 381 99.5 + 0 0 381M 0f73f53061dd36adef44555e3f36fe23;size=106 405df9af32f6958ecb5fda42f4ffc114;size=271 H 0 388 100.0 + 0 0 387MD 3f16b7acd14265c83dc13713035492fe;size=106 b235271fbc8a6c9d990037857189ee9a;size=22254 S 524 382 * * * * * 45ddb95ada1af1d17b8411ab01d6746b;size=106 * S 525 380 * * * * * 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 * S 526 387 * * * * * 674e1fdfa398327768ddaffbf41bd157;size=106 * H 3 386 99.5 + 0 0 34MD82MD268M 6bd06748f22d70a4677e94caf6ae0d0d;size=106 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 527 387 * * * * * 6ffa6d61c2b326bc4e5cbfea865f3771;size=106 * H 15 380 99.2 + 0 0 173MI207MI af38583f1d3af2ac5a21b41deb735e11;size=106 721460e46e8804111d74cb730340492f;size=3538 H 94 381 99.7 + 0 0 291MD89M b3477d1afabff1217fde37812c2900a8;size=106 7ff818ff14477645d9748f9e80212e1a;size=791 S 528 381 * * * * * f44cecb09a5702c74d56674f80a4b39b;size=106 * H 24 381 99.2 + 0 0 381MI fc2cc6d34e88241e71a655622c09330b;size=106 32a6455756704a5ceca00b9f7beefc0c;size=2516 S 529 379 * * * * * 03c0b8d08782dccedd73ccc7473111dc;size=105 * S 530 380 * * * * * 0a4c71741c32163a04eda56efb87c69c;size=105 * S 531 380 * * * * * 21c7b8cfd9084776672fa37d5cb7912c;size=105 * H 63 380 99.7 + 0 0 247MI133M 2a57dce83b16a22a236352a74e437a3c;size=105 a32e35071373097dc70182413f4c3ace;size=1123 H 2 381 99.5 + 0 0 107MI15MI259M 3286f334b17db40dd6fd195991a6e666;size=105 39392bbb9626a64e6663c05b70293e7c;size=11535 S 532 381 * * * * * 55b728f9d5d54291ebe799567d7f0af8;size=105 * H 76 382 99.7 + 0 0 255MD126M 6bf39d1b5609464c5692bcca84e16971;size=105 59e2d50d6cbbbd084444de8f0d1c8460;size=979 S 533 382 * * * * * 6d0005a2f1dfca384db1699021172baa;size=105 * S 534 382 * * * * * 6f911fbb6ae1f093f52251c3f2d14af9;size=105 * H 66 386 99.7 + 0 0 317MD68M 849cfaa5529bb0af5eabe6fa7fbb1769;size=105 f0bcb2f583a32c4931244476a962f148;size=1110 H 8 386 99.2 + 0 0 297MD88MI a5146c562f77224f0ced709727c8f8c9;size=105 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 535 382 * * * * * a8db5b7b90ecce2e9c68611c6a1cbeda;size=105 * S 536 381 * * * * * cce63f5f27ccd6d21dc78dd5e8795c9d;size=105 * H 112 377 99.7 + 0 0 290MI87M d69f1fcce7299e00d11bc97dd9c71a16;size=105 ab0f5465200e09fee6b992dca4756f8d;size=664 H 174 384 99.5 + 0 0 384M 158ea70dda925f1b07fc8959d8edb282;size=104 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 37 375 99.7 + 0 0 127MD247M 1cb3eb9d53845977c11e6a76698db038;size=104 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 17 382 99.7 + 0 0 34MI348M 37a513d8ff5829cd01a6370ed7fc9aea;size=104 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 55 380 99.7 + 0 0 292MI88M 4778c2d345c128dc272605df221446c0;size=104 213782d871e7988943bf278c3191f221;size=1289 H 45 387 99.7 + 0 0 171MD215M 4b5adb0feaba9f790c3e76ea700224f8;size=104 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 29 382 99.5 + 0 0 170MD211M 7055f347022ee00de4053cbc6a6c5acc;size=104 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 537 380 * * * * * 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 * H 244 385 99.7 + 0 0 116MD268M 813ceee578aada58a28ec4b7e9e412fa;size=104 0911bb6e9f4a7c8bb4d1f3a392b52139;size=276 H 25 385 99.5 + 0 0 124MD133MD126M a7245a465ca7142868dc48b5e3ce429e;size=104 7228f266f04a46bfb85ea74e73546004;size=2508 H 45 387 99.7 + 0 0 303MD83M b06267e8ba51fa197991d234fe0d138a;size=104 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 538 381 * * * * * bf95e1477003234a5e0b5dff400ccfea;size=104 * S 539 380 * * * * * c190db432fe3379d442ce66a06991636;size=104 * H 106 378 99.7 + 0 0 157MD220M c9ba6045232c4fe69c50f12fcffe9051;size=104 59c1d21cebe637e57ec8eb01d978b243;size=681 S 540 384 * * * * * d54a946a43fd47cf1bc9c74de9a87bcc;size=104 * H 46 373 99.2 + 0 0 249MI124M d5867fb3583d40af204f62f612baf33d;size=104 9251e8578062ae5ff73218117a6def92;size=1541 S 541 386 * * * * * e6c33bc9f30819684774b90c1cecab41;size=104 * H 70 384 99.2 + 0 0 70MI54MI187MD72M f6bf02509bfbdc56a0b377470823ca6e;size=104 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 19 388 99.5 + 0 0 34MD138MD214M ffb7cbd195876be89506e1d157f2dbca;size=104 be32a04d8af28ab822f66005c721cc1a;size=2849 S 542 374 * * * * * 185579cf86ac627ff5c6cd82e0e9934f;size=103 * H 469 382 99.5 + 0 0 169MI124MD88M 3f8f36f877b127f732b12a75e50a74b1;size=103 a974e78f879496d01bbc65e1b1495f9c;size=124 S 543 384 * * * * * 432691362d116591409b8a91da108f48;size=103 * S 544 376 * * * * * 4571c152993956b6467857a06fc92d23;size=103 * H 194 381 99.2 + 0 0 160MI221M 49291061af1c78d69b999e0d85211b62;size=103 6b2753d150574fc564bf0c86986e5aa9;size=369 S 545 381 * * * * * 4dccfc6e5df6764816851eed81992061;size=103 * H 1 373 99.7 + 0 0 167MI206M 7731c3a11ad2b8291c60a28de6d2e3a4;size=103 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 223 366 99.2 + 0 0 366M 77adb1b872ba777c9cbf955e0df6ea11;size=103 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 S 546 384 * * * * * 7d2fc015649f14619b60576393cde6b4;size=103 * H 91 384 99.5 + 0 0 170MD213M c6aa285b94a46cbfa2c570eafe6aacda;size=103 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 198 385 99.2 + 0 0 34MD349MD ca527e594c815c00119d0b905e7746ca;size=103 58d07c53510c05888cde3634d588bfd4;size=355 H 20 382 99.7 + 0 0 34MD347M d6ff424373cd2409bcc2e3b624b8ca82;size=103 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 13 377 99.7 + 0 0 135MD241M fe9c11b82c5648e0d596ffccbc36bf56;size=103 7e3fa204e95db351839d719215fba508;size=3689 S 547 369 * * * * * fed0d4e81452598a7c9937d7b70733a5;size=103 * H 35 378 99.2 + 0 0 34MD343MI 2f89379c331ecb397390a5a69f0c5d23;size=102 4084bd8293b08a58e03158d6668952f9;size=1934 S 548 380 * * * * * 411089f7f65d93900914c4a7338e3be6;size=102 * S 549 378 * * * * * 50b2e059e2589c4cdf9ffd8a3bb6e76e;size=102 * H 79 380 99.7 + 0 0 166MI214M 60b257d4d435651a2c1e13637575996c;size=102 367981d8723cf4e3d71baf722702b583;size=955 H 3 385 99.7 + 0 0 328MD56M 71bcba0b32aa8efbf1d64b3a6309e2b6;size=102 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 6 383 99.2 + 0 0 170MD212MI 7328328ce08036f0549659145b6ef933;size=102 efbd11c972faa734253f779fc4eb2a64;size=5440 H 106 376 99.7 + 0 0 163MI213M 946ab104d6f8de8f0e32720d470114b6;size=102 59c1d21cebe637e57ec8eb01d978b243;size=681 S 550 384 * * * * * aeb6827603e84ef7dc0bc5869764fb00;size=102 * H 72 382 99.7 + 0 0 292MD89M c16d9228ac6cfe9c11418158340c3a8c;size=102 2899d676f63e67670e53d630f084525a;size=1037 S 551 391 * * * * * c9dff47f3d41e5afd4249c175c950eb5;size=102 * H 16 384 99.7 + 0 0 34MI350M ce10812b10d080dc31c8cb289a10e64d;size=102 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 65 380 99.7 + 0 0 34MD345M ce58d381f8b8e9b8aae1ce1748f140e2;size=102 834a8eff393e23d3b887ee35b0556568;size=1112 H 98 457 99.8 + 0 0 399MI58M e3808a9992bb6bd448373ccfc56494df;size=102 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 25 384 99.7 + 0 0 170MD213M 00615290decacdc3cac258d24cf5a91c;size=101 7228f266f04a46bfb85ea74e73546004;size=2508 H 7 382 99.5 + 0 0 381MD 29ffa02b66d3036d1c95f45d6b5b1c8b;size=101 aecd442213d89e3f43949aee5040a3ed;size=5318 H 529 379 99.7 + 0 0 379M 40528a31431094c1aeffee784f9be0b4;size=101 03c0b8d08782dccedd73ccc7473111dc;size=105 H 179 377 99.7 + 0 0 168MI209M 41a8a08cbbbcb5da7b4977b22c45d1ae;size=101 9128132d0cf180c38a31b71a3f5a3fa0;size=409 S 552 381 * * * * * 5b148679e5e655b2f1681b046ccdb5e8;size=101 * S 553 387 * * * * * 6a856d480615702df54420dc70f40eb2;size=101 * S 554 389 * * * * * 84b09d86574ce7e36a08fc841089dfbf;size=101 * H 32 374 99.7 + 0 0 374M 8e171dd3020d4942c05e7384e519b5e5;size=101 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 58 373 99.7 + 0 0 373M 93423cd11e06e69c66edbe700523c248;size=101 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 204 381 99.7 + 0 0 291MD89M a473717fa450a7234fe63b4f85b2bb25;size=101 165c8aa6c294466e476a628e2d42326e;size=343 H 26 381 99.5 + 0 0 381M d7c6c2ef15001fefa42195121575feb2;size=101 38a1e68923981030900a4744924d4694;size=2491 H 93 380 99.2 + 0 0 247MI132MD dc4f635bbb747136bb7a84d3365203d7;size=101 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 98 459 99.8 + 0 0 329MD129M f7ad0d34c912269f017f97315ad99a7c;size=101 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 61 384 99.7 + 0 0 294MD89M f815688ef01aeba3f17bad4345e9b0b6;size=101 2a79e4a96c029c692c8850009603471f;size=1145 H 41 382 99.7 + 0 0 138MD243M 07936f948f249059004dda1fb69941b0;size=100 51c470345442104d94340d82e2f3fb9d;size=1628 H 8 388 99.5 + 0 0 172MD79MD135M 1059f16721008a63101c447173d2f6c6;size=100 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 307 381 99.2 + 0 0 381M 1c4559a63d8758d948266d273d67ec1c;size=100 57e7fee728b8d969d30f760343d3ae9b;size=202 H 37 373 99.7 + 0 0 161MI212M 26ada9c3e3ec817e1dd683fe5313b961;size=100 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 61 382 99.7 + 0 0 166MI216M 36695e9aeccbc12c346a13ee6c4d980c;size=100 2a79e4a96c029c692c8850009603471f;size=1145 S 555 382 * * * * * 7dadd2953d586d083e03420d5133a335;size=100 * H 198 381 99.5 + 0 0 123MI170MI88M 9216270586ed7714e74465f387b5178e;size=100 58d07c53510c05888cde3634d588bfd4;size=355 H 1 373 99.7 + 0 0 302MI71M a99e2333f037e4dff7bea20633fb12ec;size=100 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 214 377 99.2 + 0 0 167MD209MI c93f7e0824b38f6627e12cf3cb0cb9af;size=100 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 H 294 381 99.2 + 0 0 380MD cf33b7720b3d9778c039c59c037e8874;size=100 1c0c2996f84d735ad193b3643a804174;size=211 H 35 379 99.7 + 0 0 378MD 0eae7e157de4dfe5a5608316b7eb3fc0;size=99 4084bd8293b08a58e03158d6668952f9;size=1934 H 514 378 99.5 + 0 0 378MI 1142dc5b1fd287df5facf9b72f118a21;size=99 9827bde02ad9a266a19af46c7b233240;size=109 H 4 387 99.5 + 0 0 34MD136MD215M 130658e1cb71fed0b4f749a6a4be184a;size=99 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 10 377 99.2 + 0 0 292MD83MD 1455cc2f0c1f841f14ee77ad4d5809a2;size=99 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 556 380 * * * * * 1c7a4a95f9f23058b6176ae6e7360636;size=99 * H 12 381 99.7 + 0 0 76MI305M 28204a49dc64f2f0dd407f19eb01fdda;size=99 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 353 382 99.2 + 0 0 382M 2d59c3ee10e6cdf95fba8b576335fae8;size=99 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 92 380 99.5 + 0 0 380MI 2e324e115348432fe81100fbd069796b;size=99 7479c4378ae7e84010e92ff0663ba6e5;size=798 H 12 381 99.7 + 0 0 34MI347M 92b83862162096c149e6b44d76e991b2;size=99 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 78 380 99.7 + 0 0 292MI88M 9fc14d88de61b3cd9d6b05b93cd1c708;size=99 e0750d61a73d546098900a1ad9c61542;size=958 H 427 379 99.5 + 0 0 379M d10bdd50d39ead63a3a59bed207bc5b0;size=99 3fbcb61508e1f4c6c5714461138b92a1;size=138 H 1 375 99.7 + 0 0 276MD98M dd3825ca94ca072886647c12bea0d896;size=99 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 42 386 99.7 + 0 0 296MD89M df0d26e3f64cb1b6fb253c44f9eddcf1;size=99 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 S 557 379 * * * * * fc3ef6cef69ea0cd485c1d3718f18959;size=99 * S 558 383 * * * * * 15355260d2e29b06632f063a5a43a5e1;size=98 * S 559 385 * * * * * 640e2ee6f7197f9bcc1485f8d475ccc4;size=98 * S 560 391 * * * * * 8ef467fcb2a12e4ff4c34b66c56ceafc;size=98 * H 199 379 99.2 + 0 0 160MI219MI 9ed2d6252a0c03e7b498348cc33ac6ca;size=98 994f63ec426d91db7e7fb403ffb4037a;size=355 S 561 381 * * * * * b5db8dfe1fa31dce90b6c5c958dfba7e;size=98 * H 142 385 99.5 + 0 0 385MI ce7c86a8826976e7677e77d1c17a5f27;size=98 a59c20a795c10fca5ddea1b5bb9467c1;size=513 S 562 381 * * * * * e380031f8f6d7ed53c033b8c5981c084;size=98 * H 9 382 99.7 + 0 0 292MD89M e42513cdf31a53695219e52d824147f6;size=98 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 18 369 99.7 + 0 0 369M 0fd92922e73f3e19c1dbad5e767cca57;size=97 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 9 381 99.7 + 0 0 381M 1dd693c39a246b5ee57dc8147285a7b1;size=97 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 4 384 99.7 + 0 0 159MI225M 27c45cb9a06d58b9921e8a1e41856179;size=97 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 26 381 99.7 + 0 0 381M 31476e9ef8097cfe9eb432602f7fe596;size=97 38a1e68923981030900a4744924d4694;size=2491 H 392 384 99.2 + 0 0 123MI134MI37MD89M 3ba3d7b9471b5e46a7fa1621f7afe93e;size=97 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 S 563 379 * * * * * 409ecfc67b71b22187855ac96669560c;size=97 * S 564 381 * * * * * 41adb02887726df1852fe9938796a325;size=97 * H 370 388 99.2 + 0 0 388M 5e2be7b0376f5663101c8d8564c20b45;size=97 d2f553d71bc74b9b9c7346afbd0a5c98;size=167 H 37 376 99.5 + 0 0 127MD38MD209M 60161417023866394d39c42285ec7eee;size=97 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 565 380 * * * * * 7c1a12f69b255e984cc5819a4d04b19e;size=97 * H 162 456 99.8 + 0 0 366MD89M 98858cc9a83cc05bf3269d8a1c83543f;size=97 9512aed25d10127818005b2d88fab273;size=445 H 33 309 99.7 + 0 0 113MD195M a8c32a1c253990f48a53e660dcd4f634;size=97 b4e1bd5eac322b803425414f19938cd6;size=1992 H 176 376 99.7 + 0 0 165MD210M bfb7ca4cecfae53737f0471bd3b4c1fb;size=97 59ee4110516c17ffb68b3c8ca7a2e409;size=415 S 566 381 * * * * * d91a4938aedc3f69f731fc5edfacffbc;size=97 * S 567 381 * * * * * d96bd99acdee6c21572cedb8f88ebb21;size=97 * H 37 376 99.5 + 0 0 34MD131MD209M e236870af838a0fb7537fcc41047bf89;size=97 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 85 378 99.7 + 0 0 286MI92M e6219ba1eabc86246de8558dc300f342;size=97 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 10 377 99.5 + 0 0 34MD131MD210M e90245ac690ad17afd280023cb4d4718;size=97 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 154 384 99.7 + 0 0 358MD25M f60d26ae489235c6a15251229b217428;size=97 0562c5abd0413e52c8b76fa92a6f69a2;size=478 H 173 382 99.7 + 0 0 160MD221M f6101ecefbe8f03e9a2714623a5eb2cd;size=97 b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 S 568 381 * * * * * 10ce31c4f0b634e3c8f69bb4681927de;size=96 * S 569 382 * * * * * 2447827934d773f4fcf485f7e9621448;size=96 * S 570 385 * * * * * 38d67b89eba6e1a5135f807c78aebbde;size=96 * H 70 386 99.7 + 0 0 260MD125M 53bd6aaaa2e8d38bde2c6f706475bb78;size=96 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 469 384 99.2 + 0 0 248MD134MD 5eb1e20142558aeac6da3d12e1dafab7;size=96 a974e78f879496d01bbc65e1b1495f9c;size=124 H 236 381 99.2 + 0 0 166MD214M 72888818c93883c190295d357aa2a934;size=96 f5105f226e901edcf42c4754437126f8;size=288 H 481 383 99.7 + 0 0 116MI267M 8e8cba26c6799a6388d89cc358c27b16;size=96 3d43ec24d33190ca2a16b8fe60e4efe7;size=119 H 57 379 99.5 + 0 0 130MI30MI219M 90952187fe0dc81cb2115b11a74ef9c8;size=96 78cf40830a68c9575dc2988262767324;size=1234 H 27 386 99.7 + 0 0 259MD126M b33ea94f3ca9194c255cfc4694f6632b;size=96 132ced0592418845eee2359a1359672f;size=2452 H 98 460 99.6 + 0 0 315MD9MD134M b97f53a53b822fbd23c59a6a88b5b6b4;size=96 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 24 382 99.2 + 0 0 34MD347MI c91c3bea3e5530c879c6539c29c24176;size=96 32a6455756704a5ceca00b9f7beefc0c;size=2516 S 571 383 * * * * * e001b7a3a16bd111337772b31c6ddc6c;size=96 * H 166 379 99.7 + 0 0 34MI345M 015ec70d92c2c753ce8583d4a731e223;size=95 351fd1540c2aab8567725ee8cb8a60fd;size=437 S 572 381 * * * * * 2b0e74b6dfe2319424797f597507cb92;size=95 * S 573 385 * * * * * 4566380904834ec9b55b2acde0aa6a20;size=95 * H 304 461 99.8 + 0 0 371MD89M 54b9859f6c86ac8d2736e3fa4d13ba87;size=95 c764e2bd39b276f8d9ffd7fc51f5a89d;size=206 H 15 381 99.7 + 0 0 34MI347M 5b1d325bdcbc6f5f6673bdd3833b8438;size=95 721460e46e8804111d74cb730340492f;size=3538 S 574 380 * * * * * 63acce8448b392a300e6618d0251b952;size=95 * H 161 381 99.7 + 0 0 355MD25M 6aec877b98afe3d4e8e923158df4bdc3;size=95 db456d1986bf378d4358672720486687;size=446 H 32 375 99.7 + 0 0 34MD340M 761111b394284861f7fc3c81c25b3ee5;size=95 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 17 384 99.7 + 0 0 34MD349M 76825a1888e27c8c860a241b6823563e;size=95 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 144 385 99.5 + 0 0 385MI 7b5dc9b19f09504754ac95564fa6032c;size=95 7dfca0a75eaa79462cb606088b714952;size=499 S 575 382 * * * * * 824be2266c5b313af5e101056404ab84;size=95 * H 4 386 99.7 + 0 0 302MD83M 832a48c6b5872027561d502f13cfee9d;size=95 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 11 385 99.7 + 0 0 339MD45M 8b145808958c841919a61622aad8467f;size=95 96ba76b9e5bd26447d84901071634c23;size=4384 H 9 381 99.2 + 0 0 160MD220MI 9bf6aa45230c2daf860983debdcf9762;size=95 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 123 382 99.2 + 0 0 298MD83M a341b0100af93fde6f6f88d0b9ebcc2e;size=95 33b3c5e1986b70b996a950c3cd017795;size=595 H 2 384 99.7 + 0 0 338MD45M a4cfb0c36a22423ce326b3cfb9b10c26;size=95 39392bbb9626a64e6663c05b70293e7c;size=11535 H 69 381 99.7 + 0 0 381M ae0d92400f45aeaed12393bdb2f8c7a4;size=95 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 169 384 99.7 + 0 0 294MD89M b63b8a7b1a6d751069ee3e59aef56cd5;size=95 1f854f3a83c7c03dc88303978686c39a;size=427 H 343 380 99.5 + 0 0 116MD174MD88M baebadab37d2e476aa61c5e99faeabf7;size=95 757e963adac95bae071695186cb73f60;size=178 H 12 380 99.5 + 0 0 162MI8MI210M d7f3a17d20d181339abb023525b0f264;size=95 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 294 382 99.2 + 0 0 160MD220MD ea4d56a305fa85de07d4727854669106;size=95 1c0c2996f84d735ad193b3643a804174;size=211 H 27 384 99.7 + 0 0 34MI350M fcde58bfa8789f32068ad5e3b0b3529b;size=95 132ced0592418845eee2359a1359672f;size=2452 H 114 376 99.7 + 0 0 34MD341M 0a8a2b5331c6b45a3f3f11b49bceba6b;size=94 83df0573e06954f0754ab2dd3e851d44;size=649 H 0 386 99.7 + 0 0 328MI58M 20f54950ef07391a26ff8aea2294663f;size=94 b235271fbc8a6c9d990037857189ee9a;size=22254 S 576 374 * * * * * 26ab8b5886c8588c50ab20edf840f23c;size=94 * S 577 386 * * * * * 32f968aa0778e494d2eac7a105da8284;size=94 * H 38 379 99.2 + 0 0 116MI48MI125MD89M 3d6b9d8b3cafdf6b2c30695ae4c4fb16;size=94 4fd9e532b34b278047b4a588cc98708a;size=1762 H 57 382 99.5 + 0 0 104MD277M 5ab5bea3b8a7012a4c6033f87743847c;size=94 78cf40830a68c9575dc2988262767324;size=1234 S 578 379 * * * * * 6b97378c781324abe7c4a510c3b029b1;size=94 * S 579 375 * * * * * 6e543b32ee3101e667ef11ba05052cf2;size=94 * H 9 381 99.2 + 0 0 292MD88MI 8273cf66474fa55eced94f8e1477791d;size=94 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 18 370 99.7 + 0 0 164MD205M eb105df33538ce8893a3ea875a1c86f9;size=94 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 580 375 * * * * * 1414182ae8d880d7acb33cb3b5d58495;size=93 * H 74 381 99.7 + 0 0 160MD220M 2f8c3fa96c9451ebc1f57b101a28656b;size=93 02e9878bee1cafa43998775734f77d5f;size=1012 H 2 382 99.7 + 0 0 19MI363M 658b57cb8cdb114895ed95888ea71dd9;size=93 39392bbb9626a64e6663c05b70293e7c;size=11535 H 4 387 99.5 + 0 0 259MD58MD68M 73d44cdc7cd9b1fd0b1a6fdcc6ee82fd;size=93 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 22 381 99.2 + 0 0 34MD346MI 899834aa8773e71b948ec3e1541f3051;size=93 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 112 379 99.7 + 0 0 256MD122M 9753fd69ae0a4ab6565bdf4f66ceb41a;size=93 ab0f5465200e09fee6b992dca4756f8d;size=664 H 3 384 99.5 + 0 0 295MI27MD61M 9f5d56cecdf3ab1fa8e7e6f1bff65c0e;size=93 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 343 380 99.5 + 0 0 34MD82MD262M ae7572732c3fc9b7e8e038dc60eca29d;size=93 757e963adac95bae071695186cb73f60;size=178 S 581 381 * * * * * b512412eca9a4b56d17b085bca2c1afe;size=93 * H 365 379 99.5 + 0 0 379M c2265e50b2c866c379d798c56150c5c1;size=93 6324164037db651f2e0fbae744783214;size=169 H 16 384 99.7 + 0 0 360MI24M c891659eb165f04cbd3b0fc443866d71;size=93 eec3955a38ab32f15ee315b4c26f9af6;size=3440 S 582 379 * * * * * ca9027642e70766078137beede2b1a7a;size=93 * H 2 382 99.7 + 0 0 4MI378M ccfd9913a5d879f838f896f0444319b1;size=93 39392bbb9626a64e6663c05b70293e7c;size=11535 H 6 385 99.2 + 0 0 170MD27MD186M cd2da744588ee25c4f59d18d62e00bca;size=93 efbd11c972faa734253f779fc4eb2a64;size=5440 H 38 380 99.5 + 0 0 165MI131MD83M cf70ae466beeb93e8835f45519cb53be;size=93 4fd9e532b34b278047b4a588cc98708a;size=1762 H 8 388 99.5 + 0 0 172MD26MD188M d84fe0726ec67d84dca7f482df71e3ef;size=93 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 26 380 99.2 + 0 0 166MI214M e30721e2aac1dddd0714f8ea196c21e6;size=93 38a1e68923981030900a4744924d4694;size=2491 S 583 380 * * * * * f98991713f44f515f1c131953ab78f83;size=93 * S 584 379 * * * * * fe885b5ce52f821975fc47386bc0494c;size=93 * H 153 385 99.7 + 0 0 94MD290M 0694b6b6fccea80895462de0cdd9566c;size=92 f72e21a265c49ad63b49aaab5f4ded40;size=480 H 162 457 99.6 + 0 0 231MD135MD89M 07caab35e95c428ef0393595f2c72e76;size=92 9512aed25d10127818005b2d88fab273;size=445 H 10 374 99.7 + 0 0 286MI88M 1f4881cf9c1739f8b57d717ed48acac6;size=92 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 34 379 99.5 + 0 0 256MI35MI88M 37582c2d94507d149a77147538559035;size=92 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 198 383 99.2 + 0 0 170MI212MD 7729cca9b203b470b1450eaed66052ec;size=92 58d07c53510c05888cde3634d588bfd4;size=355 H 3 385 99.7 + 0 0 40MD344M c5c4477d96f5b1327d019a5e25f09429;size=92 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 585 372 * * * * * d7092f1d00b1b4ace5685af4c9f426c8;size=92 * H 212 373 99.5 + 0 0 373M fdeb7054d983ea0c8935d930ca7051f4;size=92 f6967f5c1b256bfc4f189948af2f5bd8;size=336 H 29 380 99.7 + 0 0 178MI202M 1be9110c660f94f717d4b169854bf253;size=91 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 586 375 * * * * * 249da55a3c5811d53c8a18b070ec465c;size=91 * H 464 387 99.5 + 0 0 34MD134MD217M 3cbd8bb1d860693d403825a4c3b9c7dd;size=91 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 137 382 99.7 + 0 0 292MD89M 4294d368dadbbca7031823d4b4b31e38;size=91 2c3b99b33b4109cda1ed9cc9368d3583;size=544 H 442 383 99.2 + 0 0 171MI211MD 48004b4c469c84809d68746722b66c52;size=91 2803b629febf0dff179566fba40214e1;size=132 H 59 455 99.8 + 0 0 455M 6190b1bcc56419cdac827837d34ace7d;size=91 b285cba086c6d068c453be4adc4c5611;size=1210 H 94 379 99.7 + 0 0 66MI313M 627c4564ff4e3d1150183afa446ae912;size=91 7ff818ff14477645d9748f9e80212e1a;size=791 H 8 385 99.7 + 0 0 180MI205M 63b39efa533b0effaf90a157b58c0414;size=91 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 22 381 99.7 + 0 0 381M 66fc7e11c8e3d41b2f4e55a0e437e226;size=91 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 293 380 99.7 + 0 0 380M 6e50f135f28e98a97471819728c46fc7;size=91 3bd0d875a3c60558455c78fe689efa66;size=212 H 204 379 99.5 + 0 0 379MI 8173f9468f87cd23551ecb3f86977e63;size=91 165c8aa6c294466e476a628e2d42326e;size=343 H 25 384 99.7 + 0 0 294MD89M 8b7e809096a51d2c99268b5d21b110ce;size=91 7228f266f04a46bfb85ea74e73546004;size=2508 H 320 385 99.7 + 0 0 258MD126M a5bee13df4fbdb8a82da86c8e1470ccc;size=91 8bf332f5465083171adfe5bad1702397;size=191 H 79 380 99.7 + 0 0 292MI88M c8e437f16c6231a578b53bd8b7cd1853;size=91 367981d8723cf4e3d71baf722702b583;size=955 S 587 381 * * * * * e4965cd1e425586bb16e7485f34bad21;size=91 * H 7 380 99.7 + 0 0 179MI201M e6d9c811cda25a423f5d10178262f472;size=91 aecd442213d89e3f43949aee5040a3ed;size=5318 S 588 380 * * * * * 008783681cef7d91238d312d6cb89eca;size=90 * H 12 380 99.5 + 0 0 148MI22MI210M 0158c45ae447a35c41ea8d8279fd91a7;size=90 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 534 382 99.5 + 0 0 160MI138MD83M 07ae2edd9cdae192fd14ad807c5c94aa;size=90 6f911fbb6ae1f093f52251c3f2d14af9;size=105 S 589 377 * * * * * 0f3479f99b73457c8f374e5b941f6d50;size=90 * H 73 388 99.7 + 0 0 34MD353M 1d23fff0a5f18cd13197dbff758b99e7;size=90 f26485df52a1b9756dec85dbe84cc764;size=1036 H 277 381 99.5 + 0 0 381MI 4e91dad179c0b6f24a4004799d737cf2;size=90 65ed9f762fb5ec24df6718dc95ddd011;size=239 H 475 371 100.0 + 0 0 370MD 6119844880bd7efa8e5ebf3e4cddff78;size=90 b5d44eb0ac468dbda5d6e928b5357b71;size=123 H 38 380 99.5 + 0 0 159MI131MD89M 662ddd200641327bd73ae4e1f528dfd9;size=90 4fd9e532b34b278047b4a588cc98708a;size=1762 H 6 384 99.7 + 0 0 107MD276M 7f42269a8d513dca16aa368acc97d661;size=90 efbd11c972faa734253f779fc4eb2a64;size=5440 H 75 382 99.7 + 0 0 356MD25M a08e7f9708566da586651a3e720baa52;size=90 2fa9b827204a1d3d905718078b9109d9;size=1011 H 461 456 99.3 + 0 0 365MD90M b2033c6eda8c91d43d6eb45bacc7f511;size=90 ce574ac00a70f0286ef6dc9075515dc8;size=125 H 11 385 99.7 + 0 0 359MD25M b4bf66981c060eedfe0030ba6b669fd2;size=90 96ba76b9e5bd26447d84901071634c23;size=4384 H 16 386 99.7 + 0 0 360MD25M c49712797a93ba652c4da9a8754c76f4;size=90 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 6 385 99.5 + 0 0 197MD97MD89M c910a085f937a97c0017bbe76f5df0d2;size=90 efbd11c972faa734253f779fc4eb2a64;size=5440 H 125 372 99.5 + 0 0 372MI cac8a4fc0a25dbf5cad3d63de2ef33d3;size=90 f6ec8a341098724a8b61989aa15f7362;size=589 H 155 379 99.7 + 0 0 34MD344M ce9b280c6d093c25169eee6e5bc0131d;size=90 4e65effd8bfa7747570bc8b001683668;size=474 H 34 382 99.2 + 0 0 298MD83M d7fd0863f6db81e17c408e0addc8ee3d;size=90 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 590 386 * * * * * e1e0c5421e029c5e9ddc2de0023e4712;size=90 * S 591 381 * * * * * 05d67584da43a9e3e1da4c8865af4ab6;size=89 * H 206 382 99.5 + 0 0 382MI 062ef0f376f689492cfe9c933c19bbaa;size=89 a0fca590795e93c916ac16d2e56838a7;size=342 S 592 381 * * * * * 09fb73aa67635f274913f3803d7af298;size=89 * S 593 383 * * * * * 1fc9a93398031f2ea943229b7dc65fb3;size=89 * S 594 381 * * * * * 221754849b5d3bba60df8840316db722;size=89 * H 154 385 99.5 + 0 0 294MD13MD76M 38e683f60c9b2250e8f32bfb7c3cd041;size=89 0562c5abd0413e52c8b76fa92a6f69a2;size=478 H 69 382 99.7 + 0 0 298MD83M 40a01a3c63b23963fd079e48b908b0bb;size=89 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 4 383 99.2 + 0 0 159MI224MI 56e6c088d9957a9e01a003802598c614;size=89 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 60 378 99.7 + 0 0 290MI88M 5fda227c7fc6357a12af4ae237cd38e7;size=89 cf300107400178f2895f501833126e35;size=1153 H 1 372 99.5 + 0 0 155MI74MI143M 6070c33b412c2641406c7f0c055be15e;size=89 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 49 382 99.7 + 0 0 298MD83M 944852cbd77626150ac86c666d448714;size=89 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 595 384 * * * * * 94b2fc73e53ea239a2941188e5b40f67;size=89 * S 596 393 * * * * * b1f551338f9d32c126e86a0790244dd4;size=89 * H 37 374 99.2 + 0 0 34MD339MI b5e34019d48f9f798fc4e5edda087685;size=89 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 123 380 99.7 + 0 0 166MI214M c556c7a8f01cdd74ba7d9d006b2773fa;size=89 33b3c5e1986b70b996a950c3cd017795;size=595 H 124 380 99.5 + 0 0 380MI cc8bfe8679c5a09b871fb1c90f5d8b74;size=89 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 26 380 99.7 + 0 0 292MI88M d7f13710375e8e2be0f22120da450069;size=89 38a1e68923981030900a4744924d4694;size=2491 H 62 381 99.7 + 0 0 170MD210M e70a66a5bd301f7004ffd9fb00b1c350;size=89 5683a4033863e64015d0facb4961a38a;size=1129 S 597 385 * * * * * ed7aeaba673d9b0e7fffdd2404f711ee;size=89 * H 355 401 99.5 + 0 0 281MD35MD83M 026414ea8c2a9fccddc541bcb18f4bd4;size=88 059ce5876bd9227a5316e6b0e00c8d53;size=172 H 54 374 99.7 + 0 0 294MD79M 2484ad660ea3212684ca1a90b391156e;size=88 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 106 376 99.5 + 0 0 376MI 30fab150ff81e0d446dcf934568abff6;size=88 59c1d21cebe637e57ec8eb01d978b243;size=681 H 1 374 99.2 + 0 0 374M 4726561d11308e127d5b1b994146010f;size=88 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 12 380 99.5 + 0 0 171MI77MI132M 491c57a61ddc9e7a525a251475f63959;size=88 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 598 383 * * * * * 59eeb6172a06ae83b5c23d1d2006c0ca;size=88 * S 599 335 * * * * * 8199af05033b9ae2dd027dd46baba8f6;size=88 * S 600 383 * * * * * 99403ee6d11dcc50802b9f84721b5d73;size=88 * H 4 384 99.7 + 0 0 178MI206M a9d1a872d76c3b48ab6ad8a5761fd8ae;size=88 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 108 382 99.7 + 0 0 356MD25M c931ccd3832386b7f733d79a41381f66;size=88 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 42 383 99.5 + 0 0 34MI137MI212M d63e7af532f13c7f6247f2924824daf4;size=88 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 29 381 99.2 + 0 0 170MD210MI de0e15763c39147d24d3f4dbd3882c5b;size=88 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 53 382 99.7 + 0 0 34MD347M ecc9cf773b682bf30624743602b27f56;size=88 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 1 372 99.5 + 0 0 285MI29MI58M f47b4d0044caa97a24dc16587d04811a;size=88 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 292 380 99.5 + 0 0 380MI 0d525cfa9b6dc1268c51b2627bde48f9;size=87 ede0b0c431730358e4bd2979faba3b09;size=213 H 6 385 99.5 + 0 0 170MD27MD186M 154a8aff6f2d9c2f2aa0c725f7917afe;size=87 efbd11c972faa734253f779fc4eb2a64;size=5440 H 1 376 99.5 + 0 0 34MD121MD219M 16e0ac9d3b70dcac2791f21e9a29c667;size=87 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 165 381 99.7 + 0 0 293MI88M 1e442ea3200146e69475596293ab5b70;size=87 01a71ee728b1597b04d339505a58ed04;size=439 H 3 384 99.2 + 0 0 295MI88MD 239d5bfe96c4daf7381ebc92d7406c40;size=87 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 2 382 99.7 + 0 0 324MI58M 2a897d1126f78601b0628e287ddeb0ac;size=87 39392bbb9626a64e6663c05b70293e7c;size=11535 H 35 377 99.7 + 0 0 139MI238M 3cf48a76502b424d8c29cef8db110e49;size=87 4084bd8293b08a58e03158d6668952f9;size=1934 H 3 382 99.5 + 0 0 295MI50MI37M 40c823f34eafc9988882701dd72b4d56;size=87 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 1 375 99.5 + 0 0 167MD207M 52c26a0507e3263119819208add683f3;size=87 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 601 378 * * * * * 53ef852692969c1c93c690b9a491c023;size=87 * H 89 380 99.7 + 0 0 292MI88M 6aba24d7c25675e645437895f1c33ec4;size=87 a62b53f76dabc51fbc608497f0423b3a;size=823 S 602 380 * * * * * 7153a584343fe354d179cb84bdfbeedd;size=87 * H 392 384 99.2 + 0 0 123MI124MI47MD89M 8438ffadf0cb6c12d70a7aabec703c2d;size=87 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 46 375 99.7 + 0 0 291MD83M 93b67253374731abeb18d97fa3e4f331;size=87 9251e8578062ae5ff73218117a6def92;size=1541 H 522 381 99.7 + 0 0 381M 9bb6e1302e25276c92266dec75a47373;size=87 95eca36b6573970e4ed62c63f1f316f9;size=107 H 222 378 99.5 + 0 0 378MI 9bc43e6e53785deec9b7dc3a71a137bc;size=87 e8d79661d8df6a73b6c307f88dc6c9b9;size=313 H 75 381 99.7 + 0 0 381M 9c93d728a9152d68d8eca6b3a89cba26;size=87 2fa9b827204a1d3d905718078b9109d9;size=1011 H 65 378 99.2 + 0 0 290MI88M 9e364663220a8acf3e4c7dd6e34a69a3;size=87 834a8eff393e23d3b887ee35b0556568;size=1112 H 286 381 99.7 + 0 0 381M ab8c8c265e4ce39cea9d7bcf7d5f0805;size=87 18cc54d8c83fee985c68fd39c0110221;size=220 H 13 378 99.5 + 0 0 34MD133MD209M b76437f1702d1896b7cb37e2fe804024;size=87 7e3fa204e95db351839d719215fba508;size=3689 H 22 381 99.2 + 0 0 160MD220MI b8c3c9ff86e88ca2d80dff84163b3d5c;size=87 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 128 380 99.7 + 0 0 292MI88M c30393cd0afd916637b6fb543d33ff6b;size=87 a1451116f9f7102792d8505467a8c1ad;size=571 H 182 381 99.7 + 0 0 381M c869dad484d9688d976319853092b086;size=87 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 328 381 99.2 + 0 0 381M d3f1d7f4ecb5fcd5b8dd938ecb8a9f4f;size=87 1d67ed778076a80b5816b1d88f35c5d1;size=187 H 5 373 99.7 + 0 0 52MI321M df0b78c40c093cc11a4483fae2501196;size=87 da17e1a54e88120e294c7e68e350f47f;size=6062 H 52 381 99.7 + 0 0 381M e48db11d51706c2ec4d3e93e4d1c2020;size=87 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 75 381 99.5 + 0 0 381M ee0fe0e15fae9c2ad166646531e56e53;size=87 2fa9b827204a1d3d905718078b9109d9;size=1011 H 71 359 99.7 + 0 0 307MD51M fa87b8ffba690da59903be605e84281c;size=87 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 S 603 385 * * * * * fc953606db8f9c9f1dae35b20d7b9067;size=87 * H 28 380 99.5 + 0 0 380MI fdcf1fb86902de2bf6122b6c6d94f69f;size=87 809c29f61330f3ce6c7939cb98b7daa5;size=2440 S 604 375 * * * * * 0c29fd3bc8ac0b509f12f3679cd20a85;size=86 * S 605 337 * * * * * 1103e27e3bee2400b33d6a3ac3645421;size=86 * H 171 364 99.7 + 0 0 150MD213M 11b0b2d3acbe972060dcd8faf4af822d;size=86 5459237955111c0681f507be88a7f611;size=422 H 135 382 99.7 + 0 0 333MD48M 15aa902ca511c15e91e0fb0f75b58a58;size=86 6d534239f9c5ebd883a72f96e2d21557;size=546 H 68 381 99.7 + 0 0 381M 1db58235e214f676a568d8293ef58f5e;size=86 992280493f8201664147ee5a7013a338;size=1104 H 492 369 99.7 + 0 0 103MD265M 241f01943dda3aec6bb4fe35b9662d7a;size=86 9a7d349964cc364863a89bf243131c89;size=117 H 6 384 99.7 + 0 0 307MD76M 3a1b1a07646cda59abd90d0b28189039;size=86 efbd11c972faa734253f779fc4eb2a64;size=5440 S 606 385 * * * * * 40341a0e026076973d4cec34559117db;size=86 * S 607 393 * * * * * 4ecaf62a6f3f465faa286cdc35df1e50;size=86 * H 22 382 99.5 + 0 0 160MD221M 55b64ecf8a6e1fe8bf3a29ce3a225dcb;size=86 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 450 381 99.7 + 0 0 381M 59ce740fd1a1f80600ec872c28f51c80;size=86 51c989a5d175d45ea421ec8055058c1a;size=130 H 87 382 99.5 + 0 0 382M 5d2031f6f265082b44d35b93a2853196;size=86 a515a6062896d997c5e630b545f3dc12;size=833 H 16 386 99.7 + 0 0 296MD89M 6bbd58013bf67e9f79f4bc53e391d4bc;size=86 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 2 383 99.2 + 0 0 170MD212MI ae189907e20351aeada38c9b2a66de51;size=86 39392bbb9626a64e6663c05b70293e7c;size=11535 S 608 383 * * * * * b77eeeabb7d45622cf15c07038ee4857;size=86 * H 508 378 99.7 + 0 0 167MD210M baeb69915a8a614f6f2e58f4de29c99c;size=86 e81d12f22cbdc5b3a69c0a81e6b657a6;size=112 H 46 375 99.7 + 0 0 34MD340M c2b4f9a50ca2aa040c312e63c30f41fa;size=86 9251e8578062ae5ff73218117a6def92;size=1541 H 59 455 99.8 + 0 0 455M c42783bdbf2b038f6b25dfdec69e59f1;size=86 b285cba086c6d068c453be4adc4c5611;size=1210 H 103 377 99.7 + 0 0 272MI105M d8d264e4a3851dc6d74fe76c6b9ac24a;size=86 fb99900f8529cad2015e965c715f4e66;size=696 H 58 372 99.7 + 0 0 171MI201M dd0b750878f9db05a9aaa4cb09864dd1;size=86 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 253 367 99.7 + 0 0 367M e40df8513bb32d581a7e9aa3b876ea4b;size=86 7703a3d4abce8b78c541ec58203eb129;size=267 S 609 383 * * * * * 0e294bdc4d798a585c511fdddece1839;size=85 * H 185 379 99.7 + 0 0 167MD211M 1d4be358367a2c041b514561807dfb56;size=85 2d267b9634e394fc577a40288d17c176;size=397 S 610 382 * * * * * 1fe6ab2096ec5bff406fdf11dca37ce8;size=85 * H 113 382 99.7 + 0 0 298MD83M 2cd5ad783c7324cd6afde3357704dc1b;size=85 d349ee2925f041b4e7f00f75a0570421;size=651 H 6 385 99.5 + 0 0 257MD37MD89M 39e3499015c66fd11bc3cc9fab79da44;size=85 efbd11c972faa734253f779fc4eb2a64;size=5440 H 15 383 99.7 + 0 0 79MD303M 4de69fb1d08305a3a38682b3295600dc;size=85 721460e46e8804111d74cb730340492f;size=3538 S 611 383 * * * * * 5822c9efcddef75056324bb45f16b3e9;size=85 * S 612 384 * * * * * 6812d01a3b2a81e51b644567500675ce;size=85 * H 134 387 99.7 + 0 0 175MI212M 750f48da9a57b3695e47c677a6b4438d;size=85 c3859079a9dd32bf9dbfe26094582ad3;size=547 H 3 383 99.7 + 0 0 342MI41M 79512eef2795ff8882e0fee48c50a988;size=85 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 613 382 * * * * * 8d17513cced2107e58d020aef19cdb8b;size=85 * H 57 381 99.7 + 0 0 381M 90c53ad26b0b21e306237da9353e30f0;size=85 78cf40830a68c9575dc2988262767324;size=1234 S 614 381 * * * * * 98be2224c0935b1795303d2f8d35fb6f;size=85 * S 615 379 * * * * * a9baf2e744f3dd8e55c6c6f9f733822f;size=85 * S 616 381 * * * * * ac8e6fa6062964f450470a19a27c16d1;size=85 * H 119 380 99.2 + 0 0 292MI87MD adb7b4a637f3ea4994ee8209e5805918;size=85 cfd6a70895524ca606ec066301d205ff;size=629 H 59 456 99.8 + 0 0 34MD421M b58c613a8d99c11df27c9a49a6683acb;size=85 b285cba086c6d068c453be4adc4c5611;size=1210 H 2 383 99.7 + 0 0 383M c7cb3905e05d9195317686aa7a6919ba;size=85 39392bbb9626a64e6663c05b70293e7c;size=11535 H 108 382 99.7 + 0 0 169MD212M c92254ee342c957fc0db4fd3328ee625;size=85 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 3 385 100.0 + 0 0 D384M d0f0a67f127c74ce67d6a3c050c01403;size=85 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 37 374 99.2 + 0 0 165MD208MI dbc809638bfae56e5093fa629d8637a0;size=85 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 617 388 * * * * * e91d0fcf12b84d37e12a1f346f9b6d1c;size=85 * H 53 382 99.7 + 0 0 292MD89M 0f61c4a030ce12851e277253b3394c16;size=84 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 S 618 386 * * * * * 1128d2980bf6e0005fc20d74ba3e8624;size=84 * H 90 371 99.7 + 0 0 319MD51M 17aaf8627f468598e40363101d1a8350;size=84 bea8d6b972e185a60abf5d100e3941e5;size=815 H 0 386 99.7 + 0 0 349MI37M 28cc651a8ee45633d2d5e3b520625b2d;size=84 b235271fbc8a6c9d990037857189ee9a;size=22254 H 33 307 99.7 + 0 0 219MI88M 29b686d7bc307e55ee11bd9eba357c21;size=84 b4e1bd5eac322b803425414f19938cd6;size=1992 H 166 382 99.5 + 0 0 170MD163MD47M 50bfaef2f95e0bec869e73f29d93da39;size=84 351fd1540c2aab8567725ee8cb8a60fd;size=437 H 58 372 99.7 + 0 0 163MI209M 51d3a060294c92780b81789ab0461315;size=84 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 258 375 99.7 + 0 0 34MD340M 57b86962e02170807c8993bd26842c07;size=84 0dfe7a9e677ce342589fbd789438995a;size=261 H 469 384 99.2 + 0 0 294MD88MD 5fc649e5ccdc5c325db1d8bdba7cccc9;size=84 a974e78f879496d01bbc65e1b1495f9c;size=124 H 8 387 99.5 + 0 0 386MD 6089075593570aa060dcc171896e4293;size=84 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 60 378 99.5 + 0 0 378MI 63826e7bcd6cb46c8efd672915c6e923;size=84 cf300107400178f2895f501833126e35;size=1153 H 32 376 99.5 + 0 0 285MD21MD68M 67ce9968dda2da7ba2a77abc83b725ea;size=84 db38f1b47bbe57241030f94f3cab84cd;size=2069 S 619 385 * * * * * 80a823bb87b493ba0cea3ad52220b70b;size=84 * H 236 382 99.5 + 0 0 34MD132MD214M 923f29e21e88aa2d59404c8c65f41f0f;size=84 f5105f226e901edcf42c4754437126f8;size=288 H 3 384 99.2 + 0 0 384M 9c27e9792205e05323748e43d7d7553b;size=84 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 0 389 99.5 + 0 0 34M2D353M a4b44efbdf0d9ef6ad14ade99b8bfbd0;size=84 b235271fbc8a6c9d990037857189ee9a;size=22254 S 620 386 * * * * * ac60083f50820fccc30edff0999b5fa9;size=84 * S 621 383 * * * * * cd91890e09adec26e3e64c487b30c924;size=84 * H 37 374 99.5 + 0 0 374M d5d85076e0ae37932e0ccd95c16b1ffa;size=84 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 1 372 99.5 + 0 0 155MI79MI138M f988deebe053a674f6869caa8f2e7641;size=84 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 119 382 99.2 + 0 0 298MD82MD 1e057492d7ddd0bde0b3964b385a92b0;size=83 cfd6a70895524ca606ec066301d205ff;size=629 H 62 381 99.5 + 0 0 170MD210M 2b8f8fb047f64e15588e1b4119fe9c32;size=83 5683a4033863e64015d0facb4961a38a;size=1129 S 622 381 * * * * * 33948304f6c9c7b746eb9dd9d759fe5c;size=83 * H 127 360 99.7 + 0 0 148MI212M 36873a7ad45fdf9629abc879d6779593;size=83 1e7bf5b9268da3a50505214ab3a5670f;size=575 S 623 381 * * * * * 3afd3cf1bd6f727bc325d97a0c3da1d1;size=83 * H 64 386 99.7 + 0 0 171MD214M 4f50194a741e1b868330323c80539406;size=83 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 H 461 457 99.1 + 0 0 231MD134MD90M 5d50f22d97026ac2cf6f18b3bda0127a;size=83 ce574ac00a70f0286ef6dc9075515dc8;size=125 H 11 386 99.5 + 0 0 94MD78MD212M 64a6c3c2c1c9b07582d93c2a96bd4b61;size=83 96ba76b9e5bd26447d84901071634c23;size=4384 S 624 380 * * * * * 7130250c09b1f55189a33425eb553848;size=83 * H 44 382 99.7 + 0 0 298MD83M 83f382efc143cee6a45880d2724e10b0;size=83 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 170 385 99.2 + 0 0 294MD13MD76M 860320042e5d0cb399969350ba74a3cd;size=83 bf4b84650b8ece2da287764105cd67a0;size=425 H 307 381 99.5 + 0 0 292MI40MD48M 8dc7ef03719c3ab0c0b5c9ed8a0bd409;size=83 57e7fee728b8d969d30f760343d3ae9b;size=202 H 87 382 99.7 + 0 0 382M a09513184a129cc3bb3395a54d2df9ea;size=83 a515a6062896d997c5e630b545f3dc12;size=833 H 84 394 99.5 + 0 0 394MI bac68e8649745f34f3e41564ccfaca6e;size=83 e6e538f0d2a5f8f8bba226e9c92df64b;size=882 S 625 368 * * * * * cd6dcb94950b755505ac03981582af6c;size=83 * H 117 382 99.7 + 0 0 111MD270M da5251af17d42823d0d8b272f09158dc;size=83 e184857255389e6f5c6e6db33f3ca673;size=643 S 626 370 * * * * * dc5696c5aa1065c876c09c8601d83bb5;size=83 * H 176 376 99.5 + 0 0 375MD e7e0402367bd33cfb0b4b34927eb493e;size=83 59ee4110516c17ffb68b3c8ca7a2e409;size=415 S 627 381 * * * * * ea73760f4590a5d312d581e7718d1141;size=83 * H 0 387 99.5 + 0 0 34MI284MD68M ed7e2a2f0f272e76a616225a1f855277;size=83 b235271fbc8a6c9d990037857189ee9a;size=22254 H 20 382 99.7 + 0 0 160MD221M f883c4f0dc8e7d8784ff06325ec2d05d;size=83 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 26 382 99.2 + 0 0 298MD83M 05534aa1795cff4ffbf4f5b67e5e7a94;size=82 38a1e68923981030900a4744924d4694;size=2491 S 628 382 * * * * * 2ecd62c073be4798936f18f05a6909f6;size=82 * H 170 385 99.5 + 0 0 294MD13MD76M 401cfe4164941dde5aed726565d9f75f;size=82 bf4b84650b8ece2da287764105cd67a0;size=425 S 629 386 * * * * * 42d8a28dffe024560c024c756b6b0951;size=82 * H 115 385 99.7 + 0 0 171MD213M 4c7dd5fbdcbcbbecdc569955b1dd1bb6;size=82 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 265 385 99.2 + 0 0 385MI 519b82d12e8f7e3984a0717ed9b20c9e;size=82 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 H 76 382 99.5 + 0 0 292MD89M 51fc0e45836d7483c49c10421b7b0870;size=82 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 49 380 99.5 + 0 0 380MI 65dc2cc475fa629981b7ddc1bce2b8b2;size=82 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 102 380 99.7 + 0 0 34MD345M 6d774d7df3ca19616c92a0fc1875c578;size=82 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 H 6 384 99.5 + 0 0 300MD83M 71875b77b147d53631028a086e21a789;size=82 efbd11c972faa734253f779fc4eb2a64;size=5440 H 180 385 99.5 + 0 0 385MI 820f0817d8044cb372bb721cead26e9e;size=82 cbae1b029b432ffea6fc36462608bbc3;size=409 H 121 372 99.7 + 0 0 372M 8492f844c7ba98eed78a98938da99c1e;size=82 8a3f691559e55fa79484cf4b022e0b0b;size=621 H 91 382 99.5 + 0 0 382MI c1f51420e307fd6576f1e1ba5182956a;size=82 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 55 382 99.7 + 0 0 298MD83M d50dd10c063cad7cc2f45412e6f2f3c8;size=82 213782d871e7988943bf278c3191f221;size=1289 H 464 384 99.7 + 0 0 171MI213M d94ef4ae67be73edce5a59de61e91b00;size=82 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 80 382 99.7 + 0 0 34MD347M ebbf7a025f7951ccb51f0cbf69b86344;size=82 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 3 384 99.5 + 0 0 173MD122MI88M fa82290899bb0a9f247d635ec5768012;size=82 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 97 379 99.7 + 0 0 246MI133M 024110cff98a9a3c0e4557b6e9073d9e;size=81 e944faf685bbce6aafc662e764ebeb64;size=743 H 93 381 99.7 + 0 0 34MD346M 11eec96fa4272bcb4d45c6474edc9bb9;size=81 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 97 380 99.5 + 0 0 169MI127MD83M 1aaf44156a1ceadb453ddead56f8f87a;size=81 e944faf685bbce6aafc662e764ebeb64;size=743 H 353 381 99.2 + 0 0 292MI89M 1ab81c36b781b1d289dab3032f15ee66;size=81 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 58 374 99.7 + 0 0 325MD48M 1af424d0e7c355fc67c7d8eaf1d2cb63;size=81 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 1 375 99.7 + 0 0 40MD334M 24d34a28adba28380b3075b6668c6829;size=81 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 0 387 99.7 + 0 0 387M 273106d6a31e7af13e3ebe867e61a3f2;size=81 b235271fbc8a6c9d990037857189ee9a;size=22254 H 81 382 99.7 + 0 0 34MD347M 2bd2aaed506fe46298134cec98c0b425;size=81 6fc56ad4136bef51967a799db040f7d7;size=930 H 44 382 99.7 + 0 0 116MD265M 32e12a4ded985dbba3aa56170176fffd;size=81 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 341 380 99.5 + 0 0 380MI 353f9e0fa1632c212b16eca5cc857e56;size=81 97327b8a766529b2b1b04834febbb09a;size=180 H 74 381 99.7 + 0 0 291MD89M 3706281708891062451894efa70bff86;size=81 02e9878bee1cafa43998775734f77d5f;size=1012 H 10 376 99.7 + 0 0 327MD48M 4934b75e9db099e60f92d89e6053122f;size=81 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 630 379 * * * * * 497e97732844efe1e8170e6fdb7feae5;size=81 * H 10 376 99.2 + 0 0 375MD 4a99e02d82ed3d84efe31f41d3f07a37;size=81 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 33 309 99.7 + 0 0 283MD25M 560a693cef1c4cd418b49f2e891deed6;size=81 b4e1bd5eac322b803425414f19938cd6;size=1992 S 631 387 * * * * * 6b9d10b68a912d66cafff3c96e836992;size=81 * H 128 380 99.5 + 0 0 380MI 760b448a8f9fd0df4ffe0ed58eb0f3d4;size=81 a1451116f9f7102792d8505467a8c1ad;size=571 H 4 386 99.7 + 0 0 230MD155M 84f4d393808ff824724755a1c6e86be5;size=81 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 96 383 99.5 + 0 0 382MD 856ec31394616d9d73c1a3ab68df4fb0;size=81 7339ea459aa81191fce7bdc808274976;size=761 S 632 380 * * * * * 9002aac2ad5e2158ba66f22d92280ff3;size=81 * H 73 388 99.7 + 0 0 305MD82M 91302583890bbb7cc24ecfd670279cb3;size=81 f26485df52a1b9756dec85dbe84cc764;size=1036 H 615 378 99.7 + 0 0 126MI252M 9f48aba97e986194d6773ebd02fa2ef7;size=81 a9baf2e744f3dd8e55c6c6f9f733822f;size=85 H 108 382 99.7 + 0 0 255MD126M abf1100bdf016d08c0820eba0ba1ae45;size=81 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 118 381 99.7 + 0 0 171MI210M af34115b0fb4e9e2a15520a9e49bb844;size=81 41aa558db03ff7bf571533d8bd1ebb40;size=642 H 119 379 99.7 + 0 0 292MI87M afdaf7ced66959f3034dfd8b8e5eb4c1;size=81 cfd6a70895524ca606ec066301d205ff;size=629 H 350 381 99.5 + 0 0 381M d31ae8224105950f405ffe95a20f952d;size=81 b0ce6167ff2b0d18ad4b146bc8ceac7f;size=175 H 621 382 99.7 + 0 0 293MI89M d839402e990801becf63804c44536f67;size=81 cd91890e09adec26e3e64c487b30c924;size=84 H 40 381 99.2 + 0 0 34MD346MI d87769b42720b3a74ff5f22b890eb23c;size=81 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 45 386 99.7 + 0 0 386M df51eb4a106928dded8c480b883601a6;size=81 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 46 375 99.7 + 0 0 169MD205M e1dcaa06a87d1361444f2427bee6ab1e;size=81 9251e8578062ae5ff73218117a6def92;size=1541 H 14 380 99.7 + 0 0 34MI346M f7ffc82ca17e9361c6904fda1a28f0ee;size=81 78951b2d4ca30531381672a30be0978a;size=3655 H 75 382 99.2 + 0 0 160MD221M fba3ae72cb83a50e547feeb43658fefc;size=81 2fa9b827204a1d3d905718078b9109d9;size=1011 H 29 381 99.7 + 0 0 381M 0010731c6f3b6be017bc6ba9d1d4bc99;size=80 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 38 379 99.7 + 0 0 172MI207M 0236510489baae7c315f7e1d5c61db46;size=80 4fd9e532b34b278047b4a588cc98708a;size=1762 H 8 387 99.7 + 0 0 64MD322M 03e220642de77777a5ddd76c8ce762f4;size=80 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 45 386 99.2 + 0 0 297MD88MI 089d27cc346a8cb1a42d47dcad1e991d;size=80 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 148 385 99.7 + 0 0 261MD123M 1170e1f233d176ea11ed960128a8c5cc;size=80 3b1221ec852febd44787188eb6382a49;size=494 S 633 386 * * * * * 1d328d9bed571225af56baab08b2fe0d;size=80 * H 172 386 99.5 + 0 0 385MD 1dab72e2dfd3ec475aacc3cc66a95f40;size=80 5856d5441f68104b13b7584cf46ba6a4;size=421 H 2 385 99.5 + 0 0 170MD177MD36M 20fd2107131e702b07e6e89c74032d3b;size=80 39392bbb9626a64e6663c05b70293e7c;size=11535 H 133 382 99.7 + 0 0 298MD83M 23a0a1846d342112b19721e6148d469a;size=80 40ee3d716c5d6182074f0a132734dc08;size=547 H 21 385 99.7 + 0 0 288MI97M 30fb92cf92cd873aa0f19cd7b0e9cf45;size=80 0af8e08a076e300ff906097a4030b9bb;size=2733 H 49 382 99.7 + 0 0 34MD347M 436268bf6b13a026421ba3a1e4676894;size=80 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 2 385 99.2 + 0 0 170MD213MD 4421808a408b72431ab6f6b78c3d44e2;size=80 39392bbb9626a64e6663c05b70293e7c;size=11535 H 17 384 99.5 + 0 0 34MD349M 486a82503a1b250bbcd46fbce7178de9;size=80 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 551 391 99.2 + 0 0 391M 49c7ef414b6c9a29579689a2953e24ff;size=80 c9dff47f3d41e5afd4249c175c950eb5;size=102 H 81 382 99.7 + 0 0 160MD221M 4d18fec0e14925b38810c9b891021865;size=80 6fc56ad4136bef51967a799db040f7d7;size=930 S 634 382 * * * * * 53bfb68325c8e0b7594504ecb97058a9;size=80 * H 45 388 99.5 + 0 0 260MD37MD89M 53e1f97901de9a91fa76dd2b316e63d9;size=80 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 41 381 99.7 + 0 0 381M 6bd65befc9040c0722b016bd37b042d8;size=80 51c470345442104d94340d82e2f3fb9d;size=1628 S 635 380 * * * * * 6eb95c3397c68284573898251f8909f8;size=80 * S 636 384 * * * * * 958d755e79ac45134e93827c8ab2c4ac;size=80 * H 62 381 99.7 + 0 0 34MD346M aeb777d9a6c11eb177e446fc7770573a;size=80 5683a4033863e64015d0facb4961a38a;size=1129 S 637 384 * * * * * b14ea3d8f195cb8886de96c08b592d68;size=80 * S 638 381 * * * * * b60aa5af21bf66c7feb10166b68e4265;size=80 * S 639 389 * * * * * b8c05a7abf0d5ff3c4778d38a247fa15;size=80 * H 17 383 99.5 + 0 0 383M e0e6c30b40667e8d5eda3390e507469b;size=80 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 70 387 99.5 + 0 0 260MD53MD72M e4a48851bbfbc01faa8280a2aac24ef3;size=80 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 467 380 99.5 + 0 0 380MI f52bab0f97ba677e1c9641cd66bb76fc;size=80 77048b9691237d7e260433c778acc56a;size=124 H 122 388 99.7 + 0 0 119MI269M fa381072eac8bbce6ce9eefbf5467aae;size=80 5aeaacb4835e86de247998ffbc34107c;size=606 H 121 373 99.7 + 0 0 162MD210M fafa24b55baaf09eed31da6afc998e07;size=80 8a3f691559e55fa79484cf4b022e0b0b;size=621 H 14 382 99.5 + 0 0 356MD25M 090d1d9bef0ab82b00652612587125ce;size=79 78951b2d4ca30531381672a30be0978a;size=3655 H 5 374 99.5 + 0 0 167MD118MI88M 0de14f0f3489d57a547425167948f767;size=79 da17e1a54e88120e294c7e68e350f47f;size=6062 H 25 384 99.5 + 0 0 383MD 0fc3f48fd05a20275953de364dbe6ccb;size=79 7228f266f04a46bfb85ea74e73546004;size=2508 S 640 381 * * * * * 2411078065643b26f1278d2275243d77;size=79 * H 294 382 99.2 + 0 0 313MD67MD 263af1697a702948a94021e696b5d070;size=79 1c0c2996f84d735ad193b3643a804174;size=211 H 54 375 99.5 + 0 0 34MD250MD89M 34bdb15e70663844cc5cfe5c1611e258;size=79 ae4fe86cbc5620b3b25634f21ab75488;size=1320 S 641 393 * * * * * 366798dc23623b05fa3f18a8d9bcd6d0;size=79 * H 35 376 99.2 + 0 0 158MI218MI 423ce3a1c170e566ffbf073d7abd3a4b;size=79 4084bd8293b08a58e03158d6668952f9;size=1934 H 534 382 99.7 + 0 0 382M 485f57c72551e4f0e7d1935484e691af;size=79 6f911fbb6ae1f093f52251c3f2d14af9;size=105 H 222 379 99.2 + 0 0 158MD220MI 54616ee626642d6137f87b32e0c61db1;size=79 e8d79661d8df6a73b6c307f88dc6c9b9;size=313 H 13 376 99.2 + 0 0 167MI208MD 55bc89d6eed2f69f6fbba868d28ebd24;size=79 7e3fa204e95db351839d719215fba508;size=3689 H 0 386 99.7 + 0 0 52MI334M 5e64ea9bc28af9dcc5bcf52542b0205f;size=79 b235271fbc8a6c9d990037857189ee9a;size=22254 H 78 382 99.7 + 0 0 325MD56M 7069b821c36daca02f5a25a7b859ab18;size=79 e0750d61a73d546098900a1ad9c61542;size=958 S 642 389 * * * * * 73dc09eb9c3fa0f1ffaeaa0b8e5b8949;size=79 * H 35 378 99.5 + 0 0 378M 85ca10037e9af4ca75db8f17eff2dc11;size=79 4084bd8293b08a58e03158d6668952f9;size=1934 H 55 380 99.2 + 0 0 380MI 97e1257a0858949fb4288bda39acd293;size=79 213782d871e7988943bf278c3191f221;size=1289 H 440 382 99.2 + 0 0 298MD82MD a5e89d8e9978fe3e4dc890af7f283f0b;size=79 4bbef363bea9aec3637a99d494b8141c;size=134 H 36 386 99.7 + 0 0 386M a7c8da23703decd244d47e39b4813af3;size=79 99ba81c88f63f83daf290add3918d38b;size=1787 H 267 379 99.5 + 0 0 379MI ad667e761dae2a5a16c27c87001079c5;size=79 f48c99e65315f6d409831915ed80eb27;size=250 H 70 386 99.2 + 0 0 125MI187MD36MD36M b3823214268452940e9136c64a8de0d3;size=79 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 10 377 99.5 + 0 0 292MD53MD30M b5a1c1d96f9aab8c45205401e2b3d06a;size=79 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 12 382 99.5 + 0 0 171MI128MD82M b995bf50f946778e78246df077303f1c;size=79 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 643 389 * * * * * cdeb9cb5de848608895c5bf6c69a3785;size=79 * H 107 381 99.7 + 0 0 170MD210M e4f9bfcaa73d6e412b9db0fb0a88c2f7;size=79 60eeb6236088c448b9f709e81feed0b0;size=681 S 644 371 * * * * * e84af61254287c9ff3b854475abfc5ac;size=79 * H 46 373 99.2 + 0 0 373MI e8b59d7f11a2eba39f4f9b1080c85a27;size=79 9251e8578062ae5ff73218117a6def92;size=1541 H 52 380 99.7 + 0 0 247MI133M f0a9ca97b1f253b4ef3ba906e7b361da;size=79 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 264 381 99.5 + 0 0 381M 040bb2e1dc9f76905823934b41e274aa;size=78 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 H 80 381 99.7 + 0 0 381M 0628def01d4387ea9e186d9bdbe646ca;size=78 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 296 388 99.7 + 0 0 320MI68M 0bea3267c0623ba4d0d8d2e429f616a3;size=78 8855636c409d6c35f652d3879ab98880;size=210 S 645 386 * * * * * 23156b999d7684f0b44bdfbbbda3487c;size=78 * H 35 378 99.2 + 0 0 245MD132MI 234c5012da33706ea558f643a58669f5;size=78 4084bd8293b08a58e03158d6668952f9;size=1934 S 646 381 * * * * * 25cf8b32b18aa9c54b28fe09d5c1e888;size=78 * H 64 384 99.5 + 0 0 384MI 36e112b10eca35086422bcdb5d86b533;size=78 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 S 647 383 * * * * * 40876671335aff4b508a5928496fee53;size=78 * H 40 381 99.5 + 0 0 127MD121MI132M 4162a738c2b218ab7c28da0536f5e345;size=78 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 26 381 99.2 + 0 0 381M 51225e6130bef3cc9122dc0867c900f7;size=78 38a1e68923981030900a4744924d4694;size=2491 H 412 382 99.7 + 0 0 160MD221M 57715f5f55f216f84bf2541597524874;size=78 f83dde28c501ba8d75f317007a86d7a5;size=144 H 14 380 99.7 + 0 0 292MI88M 58c81d6b6d111420f15b368584e37057;size=78 78951b2d4ca30531381672a30be0978a;size=3655 H 147 381 99.7 + 0 0 381M 662c7ceeed7abef69e0f3c161739de32;size=78 69fa43539b3c11c2bd0bb9f2885ed390;size=495 S 648 378 * * * * * 6d57294ed67242529f4edffb9b4e878a;size=78 * H 464 387 99.5 + 0 0 125MD43MD217M 743f9075c9b52eaff5ac31c8bf5cf41f;size=78 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 256 387 99.7 + 0 0 299MI88M 75f8417f51bfb558a0a6d2dc1af65eea;size=78 afd2e65c916ac39ab8783c0b5b356e51;size=263 H 4 385 99.2 + 0 0 34MD350MI 86054bf58c417887fe328abfe8940c86;size=78 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 123 380 99.2 + 0 0 166MI214M 8eeb10f2355e72208891bb74e0e671e4;size=78 33b3c5e1986b70b996a950c3cd017795;size=595 H 223 366 99.5 + 0 0 366M 93f5c5f074ba5d303cbde88a3326d8fa;size=78 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 S 649 331 * * * * * 96a9caaafe30428b70835b5d473865f4;size=78 * S 650 369 * * * * * 9fa019e62ba1701f3e2e33f43e60d213;size=78 * H 71 357 99.7 + 0 0 148MI209M 9fed7bd7d80da33d0e8c654e16248f8c;size=78 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 H 0 389 99.5 + 0 0 319MD20MD48M b1330e8121e87b64225561d90625e4e5;size=78 b235271fbc8a6c9d990037857189ee9a;size=22254 H 229 380 99.5 + 0 0 380MI b3f77e338608ccd9d0f02b0f96f4cf52;size=78 929948fcaca814c3a37bab7f585ffb79;size=294 H 134 389 99.7 + 0 0 175MD213M bae93d62cd539d23898fb1bbdbaa9d29;size=78 c3859079a9dd32bf9dbfe26094582ad3;size=547 H 27 384 99.5 + 0 0 384MI c07ee8787a128c90aade0c41be72f2d1;size=78 132ced0592418845eee2359a1359672f;size=2452 H 146 380 99.7 + 0 0 108MD271M df4fcc69939f27c6ff30e8993fbc60e4;size=78 cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 H 124 382 99.7 + 0 0 172MD209M e410ae38213f04cfed098a7e1a336f28;size=78 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 70 386 99.2 + 0 0 125MI162MD25MD72M f318bd997ae945898809c8558913c694;size=78 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 651 378 * * * * * f6416120b3110025064c3c1f90346f1d;size=78 * H 97 381 99.7 + 0 0 34MD346M f653736811ace3ea7653126b52319d75;size=78 e944faf685bbce6aafc662e764ebeb64;size=743 S 652 383 * * * * * fb935c1e516259c97105a6f206f1d359;size=78 * S 653 381 * * * * * feffab8931d822124706419f5fc0a736;size=78 * S 654 363 * * * * * 04aea65caa96e67baaab99567c447e4c;size=77 * H 2 384 99.7 + 0 0 40MD343M 18e5d4b7e93053f61ec951f78d62ba16;size=77 39392bbb9626a64e6663c05b70293e7c;size=11535 S 655 368 * * * * * 1e18b660c46837a37c370d47ad6331c5;size=77 * H 217 388 99.7 + 0 0 362MD25M 28ba7c71dd5b53e34245261bf57e4d18;size=77 b70728739981fa5153c9a1dea8c491ef;size=327 S 656 384 * * * * * 2c5105e017264372518d41301740f4c9;size=77 * H 25 383 99.5 + 0 0 124MD46MI212M 3afab66b7d8c03a2bef0f7e8d8957313;size=77 7228f266f04a46bfb85ea74e73546004;size=2508 H 332 388 99.7 + 0 0 34MD353M 3efe9e1615f7ad7e38b3c29f61eb7a0a;size=77 5c9b0840f16c84a6b7589f1c25071639;size=186 H 440 382 99.2 + 0 0 292MD88MD 41f035473074d7f16f8880bf1d8f8c3d;size=77 4bbef363bea9aec3637a99d494b8141c;size=134 S 657 386 * * * * * 425f9a2ef186fe4292d5e6fb6fd25043;size=77 * S 658 380 * * * * * 46751fa21f572db890b3fb442b22773b;size=77 * H 87 383 99.7 + 0 0 299MD83M 60d517879bc26117006768f0a9ce319b;size=77 a515a6062896d997c5e630b545f3dc12;size=833 H 101 381 99.7 + 0 0 381M 63aebd597e753bdd8c6eef16e325a6bf;size=77 a8660d900db113ef096bf415e3731d91;size=702 H 32 375 99.7 + 0 0 349MD25M 6cad0d8b943cefc40253fc546381f0df;size=77 db38f1b47bbe57241030f94f3cab84cd;size=2069 S 659 389 * * * * * 7135f80ee865aa0186cb5d0590b92bdc;size=77 * H 150 380 99.7 + 0 0 160MI220M 7a41b338b00d43c2833c34c391f2994d;size=77 09cfe255011adb5c7fe95388d27ca351;size=490 H 49 380 99.2 + 0 0 380MI 9c7edf2bf4bf5b5487dd98f3c93a2354;size=77 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 46 375 99.7 + 0 0 349MD25M a5737c65c0d7db35a49d6c4dfbbac9a9;size=77 9251e8578062ae5ff73218117a6def92;size=1541 S 660 388 * * * * * af76fe37c22dc07520309ecba7e7aff5;size=77 * S 661 385 * * * * * b1446ce255d383d67c922d9fe7cbcc4a;size=77 * S 662 387 * * * * * b355da0856b4efc35997c1b3d411e1bd;size=77 * H 25 383 99.7 + 0 0 383M be4073cc38e93e5fab9f801ba1ba5b1e;size=77 7228f266f04a46bfb85ea74e73546004;size=2508 H 59 454 99.8 + 0 0 151MI303M ca517ec23a60482b3a7ca7296475d9bb;size=77 b285cba086c6d068c453be4adc4c5611;size=1210 S 663 381 * * * * * cd26fc1045af71ab928a72e3dc75b6c7;size=77 * H 3 386 99.5 + 0 0 34MD139MD211M d5558640ce218993f064067c0c31a9c9;size=77 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 13 377 99.7 + 0 0 287MD89M d817be98338b6285ab138b0bcd54603b;size=77 7e3fa204e95db351839d719215fba508;size=3689 H 101 380 99.2 + 0 0 380MI dd5057be4fd64524f33cbbe65d955ad3;size=77 a8660d900db113ef096bf415e3731d91;size=702 S 664 378 * * * * * e8f0e14258a9dc32b8ba10cdfbc9c8db;size=77 * S 665 376 * * * * * e955bc3335889da99c5c10ca273058c0;size=77 * S 666 381 * * * * * f6f535bf828ddefed6032fae04b03993;size=77 * H 332 388 99.7 + 0 0 304MD83M faedea731219717749735ee8a0073f59;size=77 5c9b0840f16c84a6b7589f1c25071639;size=186 H 15 383 99.7 + 0 0 293MD89M fb66fd8d273494d07a15396341d118f3;size=77 721460e46e8804111d74cb730340492f;size=3538 H 3 385 99.7 + 0 0 26MD358M 0095e649d52604035998ba3f15f59a6d;size=76 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 266 384 99.2 + 0 0 383MD 09f7e9da45ffaffa79655f4629b8090a;size=76 d35654eb7b71f92a7122dd25696b4daa;size=253 H 447 364 99.7 + 0 0 152MD211M 1a0f9bbf8b3ca5c668a600bbbd28230a;size=76 a804a56e39d33a56047fff62b95bcdc0;size=131 H 7 380 99.2 + 0 0 171MI126MD41MI41M 227b6e6dbfb061928441c24535cf155f;size=76 aecd442213d89e3f43949aee5040a3ed;size=5318 H 291 383 99.2 + 0 0 178M2I205M 29a2b618bf119e85433fd5d2c232dd5b;size=76 d737b579d968428fd8e98a55fbc56bc3;size=213 S 667 382 * * * * * 2e7bdd1a5c3539d344504936c5713499;size=76 * H 71 358 99.7 + 0 0 358M 440143f4b8f4b747472cbfe20a01716a;size=76 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 H 10 376 99.7 + 0 0 241MD134M 4a7a5517d4f31a72634784bfa1dc8632;size=76 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 668 380 * * * * * 6b25667dd8ea3ee0fd9430966509da0a;size=76 * H 1 373 99.7 + 0 0 225MI148M 869989c15fd99c072bd92aa0bb349c8d;size=76 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 669 381 * * * * * 88314a1535070aefc02fe340759d583f;size=76 * S 670 386 * * * * * 8db84e8092b1c45c872f00ba1181b6f5;size=76 * S 671 369 * * * * * 9293d2f096f8dd87aed3af49ef950e01;size=76 * H 33 309 99.7 + 0 0 34MD274M 947994fe45c71991250bfc7a1a537aa5;size=76 b4e1bd5eac322b803425414f19938cd6;size=1992 H 236 381 99.7 + 0 0 297MD83M 990bb717390c4a07aec08bad80072baf;size=76 f5105f226e901edcf42c4754437126f8;size=288 H 480 383 99.5 + 0 0 383MI 9982087939ed77c0fcfe43872c6b0ad3;size=76 e30c26b62884a9db13dd694ce63c5496;size=120 S 672 375 * * * * * a37053dd0e7607e69bf8baba3b46979d;size=76 * H 66 385 99.7 + 0 0 385M a555f15ea5911d49ea1dd44dcf5d01f7;size=76 f0bcb2f583a32c4931244476a962f148;size=1110 H 16 384 99.5 + 0 0 384MI a788e00320876a28b4593971b0f33736;size=76 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 1 373 99.7 + 0 0 235MI138M ae6d7fb4322faf7a23012c513b92952c;size=76 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 119 381 99.7 + 0 0 34MD346M b5ce76975c51552505b9a35517cc35af;size=76 cfd6a70895524ca606ec066301d205ff;size=629 H 76 382 99.5 + 0 0 169MD212M be43899a3cd10970185012c55dd207a5;size=76 59e2d50d6cbbbd084444de8f0d1c8460;size=979 S 673 383 * * * * * ca50403f2247791a8c661d7984875ab0;size=76 * H 109 383 99.7 + 0 0 295MI88M cacfa1968fddf1f3a5bf9cf31306ab6c;size=76 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 195 383 99.7 + 0 0 295MI88M da53e22f08259a3f1f4278a46e2ba6cd;size=76 f6dbc30b4dda082987af4490645b6ba1;size=363 H 3 383 99.7 + 0 0 96MI287M dc5a42fde7a16d2a26e6a72b5bee511f;size=76 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 674 381 * * * * * e6019a832b65655b96c04357690f1894;size=76 * H 26 381 99.2 + 0 0 292MD88MI ed563846600f04edbfd73c9f1a566abc;size=76 38a1e68923981030900a4744924d4694;size=2491 S 675 384 * * * * * 0c742db17e9479ac02b13291e64a23bf;size=75 * H 12 381 99.7 + 0 0 293MI88M 0ff3712f9d631c129ba290a4227e705f;size=75 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 6 385 99.5 + 0 0 294MD13MD76M 1175e15476c8fa958ef8e3e4743c3026;size=75 efbd11c972faa734253f779fc4eb2a64;size=5440 H 59 456 99.6 + 0 0 231MD224M 14d991272555a4022a7c08aea9bafdf1;size=75 b285cba086c6d068c453be4adc4c5611;size=1210 H 294 380 99.5 + 0 0 380M 188acc239dcda202640606ec996cd96e;size=75 1c0c2996f84d735ad193b3643a804174;size=211 S 676 383 * * * * * 2b37026d9e6f2bf87ae6166d42698862;size=75 * H 50 376 99.7 + 0 0 350MD25M 30e0d88e6aecdf1ff3a83f9067b33bf7;size=75 9c5f62036413629527da0e94e892cf08;size=1423 H 220 377 99.5 + 0 0 377MI 38a22b68c175955348175aad6e13c811;size=75 3065bc6f2db8f8e4fc472d109d834122;size=321 S 677 380 * * * * * 41125d6c05c80210a176e28bdf3bf0b6;size=75 * H 0 389 99.2 + 0 0 339MD48MD 4163591cb17d32732596c04b5099d635;size=75 b235271fbc8a6c9d990037857189ee9a;size=22254 H 0 388 99.7 + 0 0 300MD87M 46441717e9d92c6e1d832249e8d24272;size=75 b235271fbc8a6c9d990037857189ee9a;size=22254 H 11 383 99.7 + 0 0 34MI349M 479667875c8ab753a0657fa9c84658a7;size=75 96ba76b9e5bd26447d84901071634c23;size=4384 S 678 381 * * * * * 4ace92dce2d0935e5f80b89930453d93;size=75 * H 3 384 99.2 + 0 0 116MD267MI 4d6b49024e7fe5ec77e8cb5307dc2774;size=75 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 59 454 99.8 + 0 0 244MI210M 5c459ae1cf62b6a9ef5e182bc31be081;size=75 b285cba086c6d068c453be4adc4c5611;size=1210 H 145 374 99.7 + 0 0 165MI209M 6dd6ea4a4fcdee9b2a937caf72509c9f;size=75 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 S 679 382 * * * * * 743d8a44fe6b3b6e0b4c74e79e11307b;size=75 * S 680 381 * * * * * 89fa690255d173104ad85f47a661cfac;size=75 * H 17 384 99.7 + 0 0 315MD68M 9aa5308c70ee09344f43153fad0a45d9;size=75 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 36 385 99.7 + 0 0 297MI88M 9b930dfdee5d29080d7b61c57f7d52df;size=75 99ba81c88f63f83daf290add3918d38b;size=1787 H 267 380 99.7 + 0 0 380M 9e427ff2b27e4b905ddcb3ff8df0ef91;size=75 f48c99e65315f6d409831915ed80eb27;size=250 H 125 372 99.7 + 0 0 284MI88M a2231bdd1b467ebc00c60c0e79e742cf;size=75 f6ec8a341098724a8b61989aa15f7362;size=589 H 640 381 99.5 + 0 0 381M a7c1e9b1ec87a6bff3129cf2501f2bd5;size=75 2411078065643b26f1278d2275243d77;size=79 H 494 368 99.7 + 0 0 34MD333M b0b247c66857f78b215669d87e4f0035;size=75 296961dc330dd1638f43b623c81cc942;size=116 H 26 381 99.2 + 0 0 381M b1f8db351a2e623d3e4fe97f77525e41;size=75 38a1e68923981030900a4744924d4694;size=2491 H 525 379 99.5 + 0 0 160MI219M b34dbb0417d526dd4ca5dd91a92e71f8;size=75 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 1 374 99.5 + 0 0 34MD305MI34M d47f164e66ac73cde69c8645f616fa43;size=75 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 1 371 99.2 + 0 0 155MI11MI62MI143M df2bab030af38eab685c4d6af028e468;size=75 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 146 380 99.7 + 0 0 172MD207M e1bed217c03ff19cd97d1516c6b63a75;size=75 cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 S 681 381 * * * * * f8f0d543e00f357333f4198a2a6fcca8;size=75 * S 682 486 * * * * * fc137ae3d4f5eb20104e5d3f1490201c;size=75 * H 4 384 99.7 + 0 0 170MI214M 03e2c237ce7d62dc0f450bc656aa1eab;size=74 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 28 382 99.7 + 0 0 292MD89M 1938709a42cbebf8191bf0e8ce62b48a;size=74 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 1 376 99.5 + 0 0 34MD261MD79M 270417b68e9fca4fd26676b8a6521e8f;size=74 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 60 378 99.7 + 0 0 177MI201M 29a829050299e6325bed164768757e0e;size=74 cf300107400178f2895f501833126e35;size=1153 H 24 381 99.7 + 0 0 148MI233M 2b4e30f9c829ca1cbac227758ec80bfa;size=74 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 20 382 99.7 + 0 0 356MD25M 3766a13f1c963be881d53242e03ca3b6;size=74 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 S 683 381 * * * * * 3bc389f8ac2596d9031e3d256222bcd9;size=74 * H 208 394 99.7 + 0 0 34MD359M 3c8e161e23afd1e476d54787335b2982;size=74 73f4acc86502c3d4b9b524aac9eb0bad;size=338 S 684 378 * * * * * 3f5eb7cf4fbc981b40d88c30b5622a31;size=74 * H 25 383 99.7 + 0 0 383M 435cad831ac691b0449c1e0fcc01317f;size=74 7228f266f04a46bfb85ea74e73546004;size=2508 H 26 379 99.2 + 0 0 166MI213MI 44deef66831c8dda5311936ed05d6835;size=74 38a1e68923981030900a4744924d4694;size=2491 H 4 386 99.5 + 0 0 385MD 4e8253d5d5e0aa917b91f82b182bf328;size=74 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 0 389 99.5 + 0 0 319MD9MD59M 4edcdd3c12aca99e9b329ee39a6f5773;size=74 b235271fbc8a6c9d990037857189ee9a;size=22254 S 685 379 * * * * * 584ab732879213e6b05544b8297e3b49;size=74 * H 236 380 99.2 + 0 0 380M 604d244897a2a54f0a078cf7652d196c;size=74 f5105f226e901edcf42c4754437126f8;size=288 H 241 372 99.7 + 0 0 163MI209M 7fc910a82de5adb35ce783c272cd5bf5;size=74 c9d60fd5329ddcf61ef59b5b5c1f8836;size=279 H 527 387 99.5 + 0 0 387M a4dbddcfe47051828c99c9eaff756cfe;size=74 6ffa6d61c2b326bc4e5cbfea865f3771;size=106 H 30 380 99.7 + 0 0 248MI132M ac7807aed312a5a0da79c301e41f4ecc;size=74 653897d9ba97be73ecdabcf6efed61ca;size=2163 H 96 381 99.7 + 0 0 293MI88M ad6d4e38f3eb72815f89f385ea7f1324;size=74 7339ea459aa81191fce7bdc808274976;size=761 S 686 382 * * * * * b1850cb805ed2c3442e92b9194154987;size=74 * H 11 382 99.2 + 0 0 172MI210MI bc024372eb238871a6cf4dd4ae4f7ebc;size=74 96ba76b9e5bd26447d84901071634c23;size=4384 S 687 381 * * * * * ca358408d16f2a839b1c6d6acd58a425;size=74 * S 688 379 * * * * * cadb1bfa026afb086e7ca9a160b79dee;size=74 * H 100 380 99.2 + 0 0 198MD180MD cd21d8bfae16ef9e7c60dbe06054e584;size=74 1a635349b6fd22404fab94284c3fe203;size=710 H 15 383 99.7 + 0 0 117MD265M d08438146cc06f3e61dcf4975e1a7988;size=74 721460e46e8804111d74cb730340492f;size=3538 S 689 386 * * * * * d364067bfd97e3963adc390ff368ae99;size=74 * H 113 380 99.2 + 0 0 380MI d3cd191b7eeb301bb572833146f95a69;size=74 d349ee2925f041b4e7f00f75a0570421;size=651 S 690 381 * * * * * d4ba2f01bc228c818cb9c273ce105b77;size=74 * H 20 380 99.7 + 0 0 34MI346M e2c557b1d5451658673bce07dbfa0b23;size=74 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 450 382 99.7 + 0 0 356MD25M f480f46aecbf6f822b362e64c585741d;size=74 51c989a5d175d45ea421ec8055058c1a;size=130 H 361 387 99.5 + 0 0 387M f507e711c2c089ac80520e2a97c03454;size=74 98bbbb18f44346a9af0315e5a5e969a6;size=170 S 691 376 * * * * * fd9afdbfaf39489d8075ca66a70e4aad;size=74 * S 692 387 * * * * * 01f4bff51785dedec784169f7a705160;size=73 * H 8 388 99.5 + 0 0 34MD226MD126M 0cf951db5e872ae39a2f7acb2781a94a;size=73 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 693 383 * * * * * 18e8c5c2f0600f7af4219243f79c153c;size=73 * H 91 384 99.5 + 0 0 257MD126M 208741db37a37425b4dc16f00f69dce9;size=73 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 66 384 99.7 + 0 0 343MI41M 2daf3c521811040415667ac7c866d556;size=73 f0bcb2f583a32c4931244476a962f148;size=1110 H 564 382 99.7 + 0 0 292MD89M 357926f6587aef32ce8b53a3dc14e235;size=73 41adb02887726df1852fe9938796a325;size=97 H 53 382 99.7 + 0 0 247MD134M 39ae6453900b6c542385d8244342f94b;size=73 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 396 371 99.7 + 0 0 161MD209M 3d17c048ff9b4df6cbe5288c7ab20c67;size=73 6b7e5f9add0e8980e31c16f5879369d3;size=150 H 119 381 99.2 + 0 0 380MD 56096707378b6b4c41b6518bd148102a;size=73 cfd6a70895524ca606ec066301d205ff;size=629 S 694 381 * * * * * 5676375ae449dbb14044513ac0ca89b1;size=73 * H 52 382 99.7 + 0 0 252MD129M 58b4bbc1065f1f7e5aea26fd0bf74667;size=73 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 14 381 99.2 + 0 0 34MD346MI 5fd3be3c217c516acb8a2affcffd4a74;size=73 78951b2d4ca30531381672a30be0978a;size=3655 H 167 382 99.5 + 0 0 169MD212M 631965b7d9e000b20ac0fcb8bc9cae0d;size=73 779d855941ce594643370be05a9669eb;size=435 S 695 381 * * * * * 6c68795246c66ba5bc4bebf41c6b880e;size=73 * H 89 382 99.7 + 0 0 325MD56M 778d0d0c1267bfd56623202a602aacb7;size=73 a62b53f76dabc51fbc608497f0423b3a;size=823 H 1 374 99.5 + 0 0 34MD339MI 78b3ade8fd8d05c33725125b516b61e7;size=73 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 696 381 * * * * * 7ec9ddc75b3b4a19bcea598f95e91dca;size=73 * H 392 386 99.2 + 0 0 170MD88MI37MD89M 808f33ec2118adc1bef67414c411dcb4;size=73 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 145 376 99.7 + 0 0 34MD341M 82da341a994f6d6d56c765ebb3e29245;size=73 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 3 384 99.5 + 0 0 384M 836d777184dd41cd7616bb1bf42fc040;size=73 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 7 382 99.7 + 0 0 381MD 8d8bfddabbd96cca0f8a0b626529a4e9;size=73 aecd442213d89e3f43949aee5040a3ed;size=5318 H 217 386 99.7 + 0 0 386MI 9dac82365172824b839045c653666352;size=73 b70728739981fa5153c9a1dea8c491ef;size=327 H 22 382 99.5 + 0 0 298MD83M a2bf203affa444a1a2462e4d9a110194;size=73 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 93 380 99.2 + 0 0 166MI213MD a5e28f606748c7ce69431e836629209e;size=73 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 159 380 99.7 + 0 0 323MD56M b23b0edbb6f952fd1038161ea33e34c3;size=73 d599abec9e36066c363eab67ce6b6469;size=457 H 119 379 99.7 + 0 0 166MI213M b50f883fc37449bebe1a7f203c3dce99;size=73 cfd6a70895524ca606ec066301d205ff;size=629 H 138 378 99.7 + 0 0 34MI344M c043224dbef6acfa8145b02641b351f4;size=73 a132452c2bc0948bb95daf81049430cb;size=538 H 34 379 99.2 + 0 0 160MI219MI f5d99a4fd44567d6d2c023c38e1a712e;size=73 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 70 386 99.2 + 0 0 125MI125MD62MD72M f9449fb0470a2d8eb34bb8954c4cced1;size=73 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 2 383 99.5 + 0 0 123MI223MD36M fef70b9c23596f1d01010cc14c4424a7;size=73 39392bbb9626a64e6663c05b70293e7c;size=11535 H 49 382 99.5 + 0 0 283MD98M 0d958cbe9d5c05861d02ab0919ac2436;size=72 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 253 368 99.7 + 0 0 107MD260M 260ea41f76b869c59000b79858becead;size=72 7703a3d4abce8b78c541ec58203eb129;size=267 H 32 375 99.7 + 0 0 249MD125M 3733faab8b0dd41d4bd61c629cc218f5;size=72 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 40 382 99.7 + 0 0 127MD254M 44556dd8633f78628974791e1e267974;size=72 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 534 382 99.5 + 0 0 382M 49f2106a9e9faf3652aeada0cbef8185;size=72 6f911fbb6ae1f093f52251c3f2d14af9;size=105 S 697 382 * * * * * 5a54935ddbae29380d78d0d88f7c9224;size=72 * S 698 376 * * * * * 673d3dd0c318b2f4cd8086b9988f3f16;size=72 * S 699 386 * * * * * 72f3caf30625e4c2d095f6418cb53665;size=72 * H 296 388 99.7 + 0 0 307MI81M 75417b4104f8876eff702bf508f17768;size=72 8855636c409d6c35f652d3879ab98880;size=210 H 26 382 99.5 + 0 0 298MD83M 78297f8b505df4f880a2955d479483bf;size=72 38a1e68923981030900a4744924d4694;size=2491 H 11 384 99.5 + 0 0 172MI122MD89M 7ffd84599966a1995af8c159341318db;size=72 96ba76b9e5bd26447d84901071634c23;size=4384 S 700 381 * * * * * bc587e826611f17573f6b512d9d702c5;size=72 * H 159 380 99.7 + 0 0 34MD345M c5b13c7aa8a34bbbbedce06114a2eb18;size=72 d599abec9e36066c363eab67ce6b6469;size=457 H 60 380 99.7 + 0 0 169MD210M d55cf2e2b1afe7b42a07955659a84761;size=72 cf300107400178f2895f501833126e35;size=1153 H 93 380 99.5 + 0 0 380M db44bc405f4565dffc7f819a15ae83d5;size=72 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 261 374 99.2 + 0 0 34MD339M df7868504d44bb40acab91e3e9689020;size=72 9b391d6228d8f837e966f68f1f519390;size=259 H 27 386 99.7 + 0 0 34MD351M dfdfca335dbc4d1ac5de34784dcae574;size=72 132ced0592418845eee2359a1359672f;size=2452 H 525 380 99.2 + 0 0 380M dffe0b0ee7987b59de1e94d3b22f800f;size=72 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 73 388 99.7 + 0 0 132MD255M e320e338b36983ed5e7b9cc16130bd61;size=72 f26485df52a1b9756dec85dbe84cc764;size=1036 S 701 389 * * * * * e63fa1426942e33f7a9a52d06c7078f4;size=72 * S 702 389 * * * * * 089698731014856af80631edce1886c7;size=71 * H 57 381 99.7 + 0 0 381M 16d20ddc8f3602386f3155d2415b56db;size=71 78cf40830a68c9575dc2988262767324;size=1234 H 13 378 99.2 + 0 0 34MD342MD 1b396ba84d8cd45658c1b3e4b57368ee;size=71 7e3fa204e95db351839d719215fba508;size=3689 H 53 380 99.7 + 0 0 242MI138M 2561be2f50b78c2383e2ef2f3226411c;size=71 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 H 9 381 99.2 + 0 0 381M 2a6b87620a56b7a05b2bda1bfb871d01;size=71 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 703 379 * * * * * 41c0be3fed1d187ddb216cb70f0bc07b;size=71 * H 353 381 99.5 + 0 0 292MI89M 47bfc3f8fe8899bf86b031b25e334ccf;size=71 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 13 377 99.7 + 0 0 293MD83M 4dbff916ac371989fbebb0190634ad92;size=71 7e3fa204e95db351839d719215fba508;size=3689 H 11 383 99.7 + 0 0 4MI379M 61685d0031f79927653c7ac8fc51c3b0;size=71 96ba76b9e5bd26447d84901071634c23;size=4384 H 26 381 99.5 + 0 0 381M 64087390dd0b9c1455f7ec54a53019cd;size=71 38a1e68923981030900a4744924d4694;size=2491 S 704 323 * * * * * 6d23e3b9b8db42f3ee64c4b8b3b3e016;size=71 * S 705 381 * * * * * 81a1aad38d0fa1b9f5f3bae9d9bab418;size=71 * H 71 360 99.2 + 0 0 309M2D49M 85037f37bafe82d520f2cfba3cd4b855;size=71 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 H 17 382 99.5 + 0 0 34MI348M 89572571facd8aefec31c5f47612ba57;size=71 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 706 376 * * * * * 9146a45ce897801f1855ca68e9b76f84;size=71 * H 0 385 99.2 + 0 0 272MI113MI 998d27c6ab42347fb9ce80de4797f743;size=71 b235271fbc8a6c9d990037857189ee9a;size=22254 H 568 382 99.7 + 0 0 283MD98M 9f42cef96b5641dbfc61b96cb2591623;size=71 10ce31c4f0b634e3c8f69bb4681927de;size=96 H 294 382 99.2 + 0 0 292MD88MD a5634e0be636adb18a6e56395535c6d3;size=71 1c0c2996f84d735ad193b3643a804174;size=211 S 707 384 * * * * * af7c586bb2b8197af4a224caa23c5f7a;size=71 * H 333 373 99.7 + 0 0 34MD338M bc781308532c86223691b78ba92c7aa4;size=71 c1b7171836226e1dc4ba965cdc162096;size=186 H 3 384 99.7 + 0 0 384M c677c912bae7fb03e672eaedabd87169;size=71 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 708 381 * * * * * c6a9d0c73aab8e0a18b7d6cb2dce4c7e;size=71 * H 130 388 99.7 + 0 0 300MI88M cd498a72eb64763fa5b84cdeb3db1254;size=71 5b6004dcbe29ef8c813378538fa706d5;size=553 H 15 382 99.2 + 0 0 79MD302MI cfe655242493f8731c016d3610a5cc77;size=71 721460e46e8804111d74cb730340492f;size=3538 H 525 380 99.7 + 0 0 380M d08214a81dfd325d5e409fa8e792daa9;size=71 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 297 390 99.7 + 0 0 123MD266M db9b52818632771ddfda8225665928d8;size=71 de16438e0da8524569b072a9ef32809d;size=210 S 709 385 * * * * * dff31a5d4a65a1dbe6e7c60772e12cf3;size=71 * H 63 382 99.7 + 0 0 34MD347M e24915527ebd430e41c47c34b692faab;size=71 a32e35071373097dc70182413f4c3ace;size=1123 H 81 380 99.5 + 0 0 380MI ea213acd8d121f4751451c883f6ba3ee;size=71 6fc56ad4136bef51967a799db040f7d7;size=930 H 55 381 99.5 + 0 0 381M ecec00ce79b2852818b102ab46cb5934;size=71 213782d871e7988943bf278c3191f221;size=1289 H 461 457 99.6 + 0 0 231MD135MD89M f1e235e5fb09fef006c66c736a9f9a7f;size=71 ce574ac00a70f0286ef6dc9075515dc8;size=125 H 22 379 99.2 + 0 0 247MI132MI f7752c6e7a33122b9e94307fdb99d6f8;size=71 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 18 368 99.7 + 0 0 249MI119M fa0b1d33764e78261f740620b32895d9;size=71 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 710 377 * * * * * fb46e7713582e20a71d7650430481fdc;size=71 * H 148 384 99.5 + 0 0 384M 0962c359b374beaf3fc01d3a26c42a35;size=70 3b1221ec852febd44787188eb6382a49;size=494 H 34 381 99.2 + 0 0 381M 0e3dd412e751193b00758cd4c40fe0f7;size=70 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 442 382 99.7 + 0 0 104MI278M 13f80d312cd325ca8e15761d779e770f;size=70 2803b629febf0dff179566fba40214e1;size=132 H 6 384 99.7 + 0 0 324MD59M 1c50737287de46cd8820932ec69ba51f;size=70 efbd11c972faa734253f779fc4eb2a64;size=5440 H 28 380 99.7 + 0 0 292MI88M 360d8f3ed6ccb50149904f8f7c04c1a8;size=70 809c29f61330f3ce6c7939cb98b7daa5;size=2440 S 711 381 * * * * * 39911ee3e23f3e946290f130255d9026;size=70 * H 79 382 99.7 + 0 0 298MD83M 41fb1aa5138d45d04e50bd054c0fa761;size=70 367981d8723cf4e3d71baf722702b583;size=955 S 712 383 * * * * * 48817878b07e319f86b731e39134f572;size=70 * H 7 382 99.7 + 0 0 237MD144M 55752e1df395d72a790ee49ae3d787cc;size=70 aecd442213d89e3f43949aee5040a3ed;size=5318 H 12 382 99.2 + 0 0 293MD88MI 56f461148bf71d2b0f08d1f0b8333621;size=70 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 64 385 99.5 + 0 0 385M 62be0c6622b0daf5904e57954beeb2b2;size=70 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 S 713 381 * * * * * 65c3c82704da76fae20dcd672f42aff2;size=70 * H 150 382 99.7 + 0 0 34MD347M 6a2db4f02ebabd60ed9012ab037548e0;size=70 09cfe255011adb5c7fe95388d27ca351;size=490 H 1 374 99.2 + 0 0 34MD121MI218M 75b10279f860ccb962dc76da5b7d54ca;size=70 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 88 394 99.7 + 0 0 34MD359M 75d93f75056aa8da3b9b07f991782575;size=70 844790a9a48307f1f851021640d62a66;size=827 H 452 381 99.2 + 0 0 381M 7bf1444195267bcde8f8c2f387b8ae41;size=70 d300adcdd3ddd3f4663a0152f87f9fae;size=129 H 1 376 99.5 + 0 0 285MD10MD79M 7c2fdbfdeab6832c3c15e27f07371e63;size=70 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 714 385 * * * * * 838ee9d588bf9083a15609c2318ad211;size=70 * S 715 381 * * * * * 8ab95798acb8d041ceb09ab8e0712a4a;size=70 * H 2 384 99.2 + 0 0 123MI170MD36MD53M a58c9c3d0129499771e8e957a22df3b5;size=70 39392bbb9626a64e6663c05b70293e7c;size=11535 H 111 380 99.7 + 0 0 292MI88M b57601ec6949a96c62c6e6a4bfccf3ff;size=70 56411556b414ce9bde350057388ca5cc;size=669 S 716 383 * * * * * c2363175b50d6f35b43cb53f5088ca18;size=70 * S 717 372 * * * * * cc9feec5e0277544ac1f20295baff0f1;size=70 * H 109 385 99.7 + 0 0 258MD126M d3998a5df1291b4627224a1d0c3e3e5f;size=70 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 76 380 99.7 + 0 0 119MI261M db0c8d6426c852c52fab84bebe91c094;size=70 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 188 381 99.7 + 0 0 355MD25M dfac692b12c7005a2b479561d6ee27dc;size=70 ba0047b717b657eb821512549412426b;size=390 H 38 381 99.5 + 0 0 291MD89M e95220520f43842c00d7b9a31fa032ed;size=70 4fd9e532b34b278047b4a588cc98708a;size=1762 H 46 374 99.7 + 0 0 374M ed96f623cda31e17f512043e676b0996;size=70 9251e8578062ae5ff73218117a6def92;size=1541 S 718 369 * * * * * eebfbb7140e897eb92a8eb5af9ca429c;size=70 * H 4 387 99.5 + 0 0 170MD147MD68M f0d5547e1b665612795e51bcedb5b9b2;size=70 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 109 382 99.2 + 0 0 34MI348MI f0ee24def7d913e40185444a2205405e;size=70 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 0 388 100.0 + 0 0 D387M 151a40865774538e45e432d170203498;size=69 b235271fbc8a6c9d990037857189ee9a;size=22254 H 349 383 99.7 + 0 0 334MD48M 172da8d78a046b25776daf3151e5c698;size=69 8a4d3318fa046bbe0058b67047bab3a8;size=176 S 719 389 * * * * * 2173f155ee95f079701c2e9199b863d3;size=69 * H 312 382 99.7 + 0 0 160MD221M 36c72d9b4fafbb2f8cdab14c35a6dc9d;size=69 25d0769520a2e9b6af140c2b57a15e48;size=199 S 720 385 * * * * * 39af196793b32a229c3c495706452a4d;size=69 * S 721 375 * * * * * 3a2f2750cdfc5531563779eaee16c8f7;size=69 * H 135 381 99.7 + 0 0 381M 417aa80525ab86250b5af0b892ebf583;size=69 6d534239f9c5ebd883a72f96e2d21557;size=546 S 722 381 * * * * * 45d2d56b7687a408711bfbea3ae697d3;size=69 * S 723 381 * * * * * 467a647a3b32fb6ef03917c95b829651;size=69 * H 67 387 99.7 + 0 0 34MD352M 532d522e53922ec4c15d51fc0cf9d13d;size=69 e222fa7a96b66870560ef0055ca5911e;size=1108 H 21 387 99.7 + 0 0 102MD284M 58b06b16b3144ecd2cbc92be25044ce6;size=69 0af8e08a076e300ff906097a4030b9bb;size=2733 H 75 380 99.7 + 0 0 292MI88M 5c1c9661ffb4a91dac99efe7d51e97cf;size=69 2fa9b827204a1d3d905718078b9109d9;size=1011 H 29 380 99.2 + 0 0 380MI 668daf474b467ba34e2f16095efe1f23;size=69 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 97 379 99.7 + 0 0 291MI88M 735ad6a8e7c6b588040c280239159ee4;size=69 e944faf685bbce6aafc662e764ebeb64;size=743 H 21 386 99.5 + 0 0 34MD320MI31M 9f813de96e41a0b55fdc1f252b14c5e1;size=69 0af8e08a076e300ff906097a4030b9bb;size=2733 S 724 381 * * * * * a6df5fcbb7a9054c75b37890a666f0d4;size=69 * S 725 391 * * * * * a8fc00cd0432aff815321e24d56d056b;size=69 * H 20 380 99.7 + 0 0 283MI97M b2b19335dd28d23d0ff13563c6ce7227;size=69 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 469 380 99.5 + 0 0 107MI61MI212M ce145dcc210b9a12509649a6f27f82e5;size=69 a974e78f879496d01bbc65e1b1495f9c;size=124 H 56 382 99.7 + 0 0 34MD347M d951fdb716aa7689bfdd74d4781f2870;size=69 a59736b07833f7851faf4ef612cf5f63;size=1264 H 171 362 99.7 + 0 0 52MI310M f8052b02944acace27d8bc389efc4440;size=69 5459237955111c0681f507be88a7f611;size=422 H 115 385 99.7 + 0 0 359MD25M facad60a854a1c4a98fcc2c8fdf85361;size=69 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 427 378 99.7 + 0 0 290MI88M fd91e3662c194b5457948e2452ff3728;size=69 3fbcb61508e1f4c6c5714461138b92a1;size=138 H 24 380 99.2 + 0 0 148MI232MI fec8f3fa709e939579fdcd3cfd8f2ac3;size=69 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 7 379 99.2 + 0 0 179MI200MI 025543ff849177c6db552ec8e934c0d7;size=68 aecd442213d89e3f43949aee5040a3ed;size=5318 H 68 382 99.7 + 0 0 34MD347M 0d60864d2fa84dbe9c76bdad1e578572;size=68 992280493f8201664147ee5a7013a338;size=1104 H 177 385 99.5 + 0 0 385MI 0eb6950ae9dd9db41e38057cbf4bf994;size=68 d922aec73268c49fe7a057cadeb19ae7;size=411 H 4 387 99.5 + 0 0 259MD37MD89M 0f89004698150d70dee79b80a37938ff;size=68 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 726 384 * * * * * 2295c4bbad16419e76e111c41930e505;size=68 * S 727 387 * * * * * 31fe3aee3b81e8df63bb51dbcfb7907f;size=68 * H 0 386 99.7 + 0 0 23MI363M 4c412e8589349ce55a91dbe47596548c;size=68 b235271fbc8a6c9d990037857189ee9a;size=22254 S 728 381 * * * * * 616a1f3a9c209a227dcf288617182472;size=68 * H 640 381 99.7 + 0 0 381M 786ca2924fbdc2dec01dfe5acde9002b;size=68 2411078065643b26f1278d2275243d77;size=79 H 712 385 99.2 + 0 0 301MD82MD 7c7bc71f2b1e9bade0d16393c8b325ea;size=68 48817878b07e319f86b731e39134f572;size=70 H 220 379 99.7 + 0 0 34MD344M 7cc44119ba7b4f5bef8d4d8e3b4b5864;size=68 3065bc6f2db8f8e4fc472d109d834122;size=321 S 729 381 * * * * * 8a6ff6bcab77d08e00e1d316a96c114f;size=68 * H 22 383 99.5 + 0 0 34MD126MD221M 8c11e5980f21ea4412da5b76c08a77bb;size=68 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 37 373 99.7 + 0 0 165MI208M 929369a9ff3a280389fbdfec2aece625;size=68 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 5 373 99.7 + 0 0 57MI316M 9d4b92bce423e408185523072d2dffbf;size=68 da17e1a54e88120e294c7e68e350f47f;size=6062 H 695 382 99.7 + 0 0 292MD89M a4279a7c61a7a98c5d309b008d7cd7ed;size=68 6c68795246c66ba5bc4bebf41c6b880e;size=73 H 118 383 99.7 + 0 0 293MD89M ae900aa11ee4bf82a05e677003bcf5d1;size=68 41aa558db03ff7bf571533d8bd1ebb40;size=642 S 730 387 * * * * * ba80b2e3df6c7920186e7e51ec874854;size=68 * H 1 375 99.7 + 0 0 159MD215M bce5f81b44a1787c083a243d1e2dfaa2;size=68 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 315 383 99.7 + 0 0 252MD130M bda3d27eee05cdd1a55dc86e2d079ed4;size=68 698e1dfe9834fef7f5e23dc35f921cc0;size=196 H 250 374 99.7 + 0 0 374M c0d071db35f5f5972f42a0ee616bd0d7;size=68 c5ffc66b15459f2709fa625c42de4981;size=269 H 136 382 99.5 + 0 0 382MI c1ad7b40e278783cea0e05680a2310a7;size=68 dbc1082a874a94772a2a0c3e344035dc;size=546 H 115 385 99.7 + 0 0 123MD261M d8865c75f10f5d5071fbbf2766b385ae;size=68 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 14 381 99.7 + 0 0 381M da79d10ba0c8f1ada54dbf16a0c03047;size=68 78951b2d4ca30531381672a30be0978a;size=3655 H 473 377 99.7 + 0 0 168MI209M dea5742cc3740a3501dd49acfd57b5bd;size=68 60a953329e6b95aa01911bc7abde7b11;size=123 S 731 384 * * * * * ece5813d02e332373cf262cf58ae18ee;size=68 * S 732 388 * * * * * ee2dbf543fe6f151216ca9917f5f3217;size=68 * H 15 381 99.7 + 0 0 249MI132M f790e0052d51fce84f1c840e15666b04;size=68 721460e46e8804111d74cb730340492f;size=3538 H 7 382 99.7 + 0 0 256MD125M f831756375238a2b329ace32770f946a;size=68 aecd442213d89e3f43949aee5040a3ed;size=5318 H 108 380 99.7 + 0 0 115MI265M 058ca04edf267f66a17bcc7fefae4292;size=67 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 29 383 99.5 + 0 0 34MD136MD211M 06ade97e69bd9489307185534abdc206;size=67 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 S 733 379 * * * * * 0a16fc2fa2a948a707d51e752654151f;size=67 * H 26 381 99.7 + 0 0 381M 22feea063d3601306c62826177675239;size=67 38a1e68923981030900a4744924d4694;size=2491 H 92 382 99.7 + 0 0 160MD221M 3be4b81c6aad216f2f876f049e0587c0;size=67 7479c4378ae7e84010e92ff0663ba6e5;size=798 S 734 389 * * * * * 400504fbfb9fc698ee94fbcc9ae23313;size=67 * H 72 382 99.7 + 0 0 169MD212M 442c0a5c37bcc7d59c9c1045caab80d1;size=67 2899d676f63e67670e53d630f084525a;size=1037 H 19 388 99.5 + 0 0 172MD125MD89M 461820c923b1d417f3bf215fa639c212;size=67 be32a04d8af28ab822f66005c721cc1a;size=2849 S 735 381 * * * * * 56797823f3207e3f1456de9eb744e7e2;size=67 * H 111 382 99.7 + 0 0 160MD221M 593ea0dd7d2cfc6b5f2b3a52d3c8b4ff;size=67 56411556b414ce9bde350057388ca5cc;size=669 H 0 388 99.7 + 0 0 29MD358M 6bd6bc86140188e72673888550e51387;size=67 b235271fbc8a6c9d990037857189ee9a;size=22254 S 736 386 * * * * * 6cc4b483d43a6b3faddf90f2a69e8b4a;size=67 * H 35 379 99.7 + 0 0 346MD32M 6f81866b734bffa2925a8fcf781a5483;size=67 4084bd8293b08a58e03158d6668952f9;size=1934 H 16 386 99.7 + 0 0 34MD351M 8afab0f3922885c98082b1ce36acc464;size=67 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 42 383 99.2 + 0 0 34MI349MI 8b0100a2acc583f63ba8d3efebcfa8cb;size=67 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 38 382 99.2 + 0 0 291MD89MD 8b55b047621fa6d8b0dd75ab75e7d1bc;size=67 4fd9e532b34b278047b4a588cc98708a;size=1762 H 157 365 99.7 + 0 0 311MD53M 9c19932890dda6505111f078346e1731;size=67 422e7cc48ca60ca09dea025baea5ef16;size=472 H 17 384 99.5 + 0 0 294MD89M a5130e8d9e14e0c48b76a1fb1566e845;size=67 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 34 380 99.7 + 0 0 166MI214M a7d2e690213b28eac8012976625a3135;size=67 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 31 387 99.7 + 0 0 386MD aecd7de2db31d43ab93a77b87349ef04;size=67 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 328 381 99.7 + 0 0 381M b7c5106a9ad366fc8824c0452edba810;size=67 1d67ed778076a80b5816b1d88f35c5d1;size=187 H 43 381 99.5 + 0 0 380MD b9800d8b1d6a6c704f1f7748f5ce64b0;size=67 b004e29357ab2a04c9e404f649b9b9cd;size=1600 S 737 382 * * * * * c69ff36865b5e8875202d635b38fe11e;size=67 * H 50 376 99.7 + 0 0 34MD341M d19ff83bad29a6a455cdb1714e53f287;size=67 9c5f62036413629527da0e94e892cf08;size=1423 H 13 377 99.7 + 0 0 325MD51M d73e574aee1dafc8c27b7103c0c8dbf3;size=67 7e3fa204e95db351839d719215fba508;size=3689 S 738 381 * * * * * db545c58bc4086014dadc1a655a3e6b0;size=67 * H 294 382 99.2 + 0 0 34MD346MD ed048d96427a3a9fb69642756cd2d699;size=67 1c0c2996f84d735ad193b3643a804174;size=211 H 52 382 99.7 + 0 0 257MD124M eea6b40fc58c338ce538d7e67cc71d7a;size=67 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 68 382 99.7 + 0 0 313MD68M fed56e8ca407fe22645bf7cd02cfd1d5;size=67 992280493f8201664147ee5a7013a338;size=1104 H 177 386 99.5 + 0 0 386M 00ac2023937be5f6f576c1e2a31e9daf;size=66 d922aec73268c49fe7a057cadeb19ae7;size=411 S 739 383 * * * * * 048bf771c981a0d245347fe6948c0fe3;size=66 * H 101 380 99.7 + 0 0 292MI88M 04ec91442fff73f2c0eebb3e1f258f15;size=66 a8660d900db113ef096bf415e3731d91;size=702 S 740 370 * * * * * 0b39d793e131b3aeb32d2a2b1a917fe1;size=66 * H 12 383 99.7 + 0 0 262MD120M 128f0da7d88e47949dcf0e30b5ac070c;size=66 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 741 377 * * * * * 188152f53ebc3e1345e153f61e3f8da8;size=66 * H 116 379 99.7 + 0 0 169MI210M 3e36d53da9a1747c69d7d7a670f653ab;size=66 8d56b6f91b7034d2d47894a305860099;size=645 S 742 381 * * * * * 44381fc41eb135545732aac8f90f55b8;size=66 * S 743 382 * * * * * 4a50f53fe9d72ca2918a7561956e92ef;size=66 * H 3 384 99.2 + 0 0 173MD210MI 51ce2a57b8730089afeea4cd0d053a53;size=66 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 114 376 99.7 + 0 0 170MD205M 523e11306166c1cac509b23026975e7e;size=66 83df0573e06954f0754ab2dd3e851d44;size=649 H 365 379 99.7 + 0 0 379M 591526258c1ebc89c5fdc058f763ddab;size=66 6324164037db651f2e0fbae744783214;size=169 S 744 367 * * * * * 7e7f616d72519367e1c10cd62735df13;size=66 * H 58 374 99.7 + 0 0 163MD210M 8159933dd77a6086521cc4de8c64a9dc;size=66 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 35 377 99.7 + 0 0 346MI31M 8534737c87cf5ea8855dc20f8978384b;size=66 4084bd8293b08a58e03158d6668952f9;size=1934 H 518 380 99.5 + 0 0 80MD299M 86e450349046e59e9edf676f86f60967;size=66 07d87383ee36242b173ac6e3b585fbcb;size=107 H 455 378 99.5 + 0 0 377MD 8a75cfacbc8a975a8f1ce9d86fabc789;size=66 e03c738d22c9d782fd0f5867a652bb9d;size=128 S 745 383 * * * * * 8b25e8eecd41a08c55260515ee3c640a;size=66 * H 98 458 99.6 + 0 0 34MI398MD25M 8eeca4d7ca8eda54eaa0aeb7e629b40e;size=66 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 2 384 99.5 + 0 0 34MD349M 9ab24b4747733a6426336e37f9139695;size=66 39392bbb9626a64e6663c05b70293e7c;size=11535 H 104 384 99.7 + 0 0 312MI72M a401648799c1a719fd1d8203352b9054;size=66 4a1b19992477b69740b3dd9e44698fb0;size=694 H 14 380 99.7 + 0 0 247MI133M b3c99aebc3949f9440f81adf0ebea452;size=66 78951b2d4ca30531381672a30be0978a;size=3655 H 61 382 99.7 + 0 0 324MI58M b7997744cc72f9fdd040342365ca3c7e;size=66 2a79e4a96c029c692c8850009603471f;size=1145 H 10 376 99.7 + 0 0 339MD36M ba20c12538c0711a261e4fe0fbbc2fd5;size=66 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 8 386 99.2 + 0 0 34MD351MI cd0976e9dfcab069d214de88f28de522;size=66 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 289 390 99.7 + 0 0 390M dac774e2106718ad143cf2d062fad40c;size=66 0163586b0f345f647de20868f5b35221;size=216 S 746 383 * * * * * db7e136a2665bfc62cdc8598bdcdaf98;size=66 * S 747 381 * * * * * dd6fd985acbc7ae23cddd0d7a0552d4b;size=66 * H 3 382 99.2 + 0 0 346MI36MI e50b0e13cad0a86122c9cedbb3bebeaf;size=66 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 748 380 * * * * * eafd5fe7842c48365dc8b96100533d27;size=66 * H 44 382 99.7 + 0 0 325MD56M f5302ccdb7ea924a6df6c2493cb580f5;size=66 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 224 382 99.7 + 0 0 333MD48M f6ab9d8c62e1c7b75e4f6014be0447c2;size=66 83085bd1c0ae1a2dbf23bcaf836283d4;size=310 H 292 381 99.2 + 0 0 333MD47MI 0daa01fdb94d6bc444dac60075666c74;size=65 ede0b0c431730358e4bd2979faba3b09;size=213 H 1 374 99.5 + 0 0 291MD24MI58M 1702117e5b7d4a53a633467dc36baa52;size=65 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 60 379 99.5 + 0 0 379M 17d2490fe855503e2e2b474c46a285a1;size=65 cf300107400178f2895f501833126e35;size=1153 H 41 382 99.7 + 0 0 34MD347M 1a2c225f85ba49091866918206742d94;size=65 51c470345442104d94340d82e2f3fb9d;size=1628 S 749 377 * * * * * 1afb4ab98284acebfa4b3804423fa25d;size=65 * S 750 381 * * * * * 1fba7fc96256558ee8ce9d7ec0afd3f1;size=65 * S 751 381 * * * * * 2cab3eb78545affdcc25e31c4525f0a2;size=65 * S 752 386 * * * * * 36f194345de0df113f999ce221c5419a;size=65 * S 753 383 * * * * * 4b3de6053e8d3870216798b233fa17db;size=65 * H 93 381 99.7 + 0 0 298MD82M 500f92fe5786db50908cfee52e163b57;size=65 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 754 381 * * * * * 533bbb68a0fb6992ed783ba3131feabd;size=65 * H 3 382 99.5 + 0 0 34MI138MI210M 5bc8606e26f9c23e0092d68aae74f555;size=65 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 72 382 99.7 + 0 0 246MD135M 5d1726315cacbc2c2bb06bd3a9ba5785;size=65 2899d676f63e67670e53d630f084525a;size=1037 H 153 385 99.7 + 0 0 249MD135M 5d9fbd7d5302fc7eca35fc17f3bd0327;size=65 f72e21a265c49ad63b49aaab5f4ded40;size=480 H 26 381 99.2 + 0 0 34MD346MI 5eef52afc52664794b71efacf8f3e04d;size=65 38a1e68923981030900a4744924d4694;size=2491 H 488 377 99.5 + 0 0 377M 6416105c3abe21c5d4198cc1c7fb1bc6;size=65 b9c073b526217050cffc946035e151f3;size=118 H 77 368 99.7 + 0 0 280MI88M 74605828f538bc3e2a00451c9f589beb;size=65 26da64127a9c2b145603fe1f0660f814;size=958 H 97 381 99.7 + 0 0 291MD89M 78221199ac476ffb8a2b5e84b547778c;size=65 e944faf685bbce6aafc662e764ebeb64;size=743 S 755 386 * * * * * 812e7358198db187ba4918a38da3c31d;size=65 * H 366 383 99.7 + 0 0 109MI274M 8228cedbd779acc76a6938ffd4729864;size=65 20859d97b54f9b7d615db391bdbfdaef;size=168 H 50 374 99.7 + 0 0 241MI133M 8245c22c47070ac902dbe3f177790e9f;size=65 9c5f62036413629527da0e94e892cf08;size=1423 S 756 379 * * * * * 88716cdfbc8e37a5a6bb17d901c4ebae;size=65 * S 757 383 * * * * * 8f6d5b807e4ab5a6be79aa1da59d7505;size=65 * H 93 380 99.2 + 0 0 34MI345MD b51c5354852da89f3250874634b0507c;size=65 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 758 309 * * * * * b858b313f1df62306272d6837665a1ff;size=65 * H 4 385 99.2 + 0 0 230MD154MI baed799d1b3605c61204325261340cb9;size=65 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 672 376 99.5 + 0 0 375MD bb20625ee4a3035542012a536f7cb3ed;size=65 a37053dd0e7607e69bf8baba3b46979d;size=76 S 759 381 * * * * * c345e9aa827f1b6a3fa226cf3f8b3c33;size=65 * H 322 363 99.4 + 0 0 363M cc8cf419960a5ac6cda64be992d0a85b;size=65 30b1b51fe2175706d0b82e5134d699f0;size=190 H 76 381 99.7 + 0 0 381M d80111fab2e54ee7476d977b8f8f2d36;size=65 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 24 381 99.7 + 0 0 34MI347M e63ade4bf14a9928ef5fdffe72d5b5b6;size=65 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 61 384 99.7 + 0 0 34MD349M f1be919ed35e2a1d5b1978996e925ced;size=65 2a79e4a96c029c692c8850009603471f;size=1145 H 42 386 99.7 + 0 0 259MD126M f23cc043be0042d93456bd241c492019;size=65 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 55 382 99.7 + 0 0 34MD347M fadd1f48583d703888648cdd8d7a1c42;size=65 213782d871e7988943bf278c3191f221;size=1289 S 760 381 * * * * * 021ed6001e240000741635a2c1084ad9;size=64 * S 761 384 * * * * * 0be80b17f9ff194e41e5f6ed79fe0d9a;size=64 * S 762 381 * * * * * 0c3be445a3409c8f41e5feac9bb0b6cf;size=64 * H 69 381 99.7 + 0 0 381M 113650cecbb6500d4da953c5b16ae97a;size=64 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 194 382 99.5 + 0 0 34MD126MI221M 1d2880e03611388af25db6c9a7611c8e;size=64 6b2753d150574fc564bf0c86986e5aa9;size=369 S 763 383 * * * * * 27ddaa4c366fca8dbe7e241db5b2b284;size=64 * H 260 376 99.2 + 0 0 376M 27e874d5108cd6bf64a6e6c65454a2ef;size=64 1be2b80895ea5d8b86fc610846044f10;size=259 S 764 374 * * * * * 33b4c203c4a1e13a8f7242a6b264acba;size=64 * H 515 383 99.5 + 0 0 383M 41cb1f8d8a9c12251006bc8211263011;size=64 0a1e5a1c7a872a0df679c03e3777f768;size=108 S 765 383 * * * * * 458652fc1ffa5f6a4a3ae2fc2ed82e6a;size=64 * H 33 309 99.4 + 0 0 308MD 46c166a8a872048e3b43afc09a7ff4e4;size=64 b4e1bd5eac322b803425414f19938cd6;size=1992 H 127 363 99.4 + 0 0 148MD186MD27M 52b372ca2470405d60100d5a30c3d690;size=64 1e7bf5b9268da3a50505214ab3a5670f;size=575 H 2 385 99.2 + 0 0 170MD124MD89M 62e2706768cc9d447483f54ced6e9969;size=64 39392bbb9626a64e6663c05b70293e7c;size=11535 H 38 380 99.5 + 0 0 172MI118MD89M 6e027913903f24000a7f782c639ff38a;size=64 4fd9e532b34b278047b4a588cc98708a;size=1762 S 766 384 * * * * * 8189c62883b074718aa565dd3a377d32;size=64 * H 500 381 99.2 + 0 0 380MD 9815dc0b2391986e3d5ebb393ed437e7;size=64 86d4259184e6f43595879c970aa34fda;size=113 H 201 383 99.5 + 0 0 383M a6250070976334f7475a323ac68be8de;size=64 d313cfac3e8156f4ab4f5ab8db052c94;size=349 H 43 381 99.7 + 0 0 34MD346M b488eba9d5b2e0aabc102e20156ba6ce;size=64 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 57 383 99.5 + 0 0 34MD137MD210M b7ee93ef93985cc247e36af6a752e9f6;size=64 78cf40830a68c9575dc2988262767324;size=1234 H 4 386 99.7 + 0 0 159MD226M c00d1bd0e82432191692be953504b864;size=64 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 767 385 * * * * * c27585a2c7e56671986b7ec988b7037e;size=64 * S 768 365 * * * * * c640564ce7dcd235a0e588de9c6a91e2;size=64 * H 7 381 99.7 + 0 0 381M c9a212620c56e431357859279e1b615f;size=64 aecd442213d89e3f43949aee5040a3ed;size=5318 S 769 381 * * * * * d870722e88c5e9a9eee9910e9f818b54;size=64 * H 83 382 99.7 + 0 0 168MD213M da1af32c50220510738f5d69387cb66a;size=64 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 5 375 99.7 + 0 0 305MD69M e9c6a99ba068db60e344c3c292dfa50d;size=64 da17e1a54e88120e294c7e68e350f47f;size=6062 H 70 386 99.7 + 0 0 173MD212M eadc1024b40a7b32651036e19022d689;size=64 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 136 384 99.5 + 0 0 115MD268M f3e5373cb7d2ebce5a5886b95cae9de6;size=64 dbc1082a874a94772a2a0c3e344035dc;size=546 H 265 387 99.7 + 0 0 338MD48M f5748f901181e247645db1d4352b8eb6;size=64 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 S 770 375 * * * * * fe13b88cb4e6ca7dd223a498eb64f036;size=64 * H 308 369 99.7 + 0 0 369M 0496264ea86285d66b3c04e5fd91270c;size=63 5db6f34fee1480b574dc8432c182e4bf;size=202 H 10 377 99.2 + 0 0 34MD341MD 0ea389d835e0f17a99de6cc92056ca73;size=63 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 49 382 99.5 + 0 0 160MD221M 10f101ff0351e0e97a399de321a2a6e2;size=63 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 136 382 99.7 + 0 0 294MI88M 12335c1b6811ce168b892d87c278f6cd;size=63 dbc1082a874a94772a2a0c3e344035dc;size=546 H 95 384 99.7 + 0 0 269MD114M 138ee7f50ec4ce50535f1a21ceea6e2e;size=63 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 5 374 99.7 + 0 0 374M 1d09310a2a059439d874854c7f43fbf4;size=63 da17e1a54e88120e294c7e68e350f47f;size=6062 H 175 375 99.7 + 0 0 318MD56M 2f0b98ac797ab9e4b3d3063e2815560d;size=63 721ba4ac8a65f9d24e6b4a158d71845d;size=420 S 771 389 * * * * * 2fb5e5344f48baf09004f0835a3c8acd;size=63 * H 104 386 99.7 + 0 0 172MD213M 33bf284eb09ccd418c4374aa0817a8e9;size=63 4a1b19992477b69740b3dd9e44698fb0;size=694 H 174 383 99.5 + 0 0 295MI88M 34291c4c6035141a3038dc2ddd306398;size=63 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 2 383 99.5 + 0 0 383M 347cd24dbe37222d559dfe596b2fa4ed;size=63 39392bbb9626a64e6663c05b70293e7c;size=11535 H 264 381 99.7 + 0 0 381M 35a08514870383925a46d7899712a1df;size=63 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 H 138 380 99.7 + 0 0 34MD345M 3fdbfb070c043b1db17ad57b21e470ab;size=63 a132452c2bc0948bb95daf81049430cb;size=538 H 295 381 99.5 + 0 0 381M 45e28ba0b608c125da7919b97b939b07;size=63 163c9722d10ff7f474477e8ee21d3736;size=210 H 230 379 99.7 + 0 0 102MD276M 47b15929d82bc7e79c0e9db7573fec6a;size=63 b9d3f55926dfefa3987f713cc791cbcc;size=294 S 772 379 * * * * * 6187c95ecd00ae1c5545cb8665256f34;size=63 * H 112 379 99.7 + 0 0 296MD82M 69d20eac129e00a3ecc6e4e825aaf09f;size=63 ab0f5465200e09fee6b992dca4756f8d;size=664 H 95 384 99.5 + 0 0 294MD89M 6cc9cc9ed4afe390ce3cf712c38216d3;size=63 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 773 380 * * * * * 78ce92fdece1bcfaeb5dae9afd8d53b0;size=63 * H 78 382 99.7 + 0 0 356MD25M 7d4495bd6c78619935b4035b8ed43246;size=63 e0750d61a73d546098900a1ad9c61542;size=958 H 101 382 99.7 + 0 0 116MD265M 852d9fab3bca732774b353ff7728302c;size=63 a8660d900db113ef096bf415e3731d91;size=702 H 44 380 99.5 + 0 0 292MI88M 8567d4e5a3b70875f64e3d8739f86fe2;size=63 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 541 386 99.7 + 0 0 386M 89a087450c6d7ad75eab5b95c2a8f05f;size=63 e6c33bc9f30819684774b90c1cecab41;size=104 H 172 386 99.7 + 0 0 174MD211M 91396454bb027dbe7e3a65ca3e14bc2e;size=63 5856d5441f68104b13b7584cf46ba6a4;size=421 H 46 375 99.7 + 0 0 306MD68M 91f50dcf8ff6deb41d1ea6b014d02019;size=63 9251e8578062ae5ff73218117a6def92;size=1541 H 24 380 99.2 + 0 0 249MI131MI 97bf0c6106a949effc72fed9b04b12cb;size=63 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 93 379 99.7 + 0 0 247MI132M 9e03bef4dbe3adc71c306aced5b67ceb;size=63 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 729 382 99.2 + 0 0 381MD a02031fc0813c438016cbf14e436bab8;size=63 8a6ff6bcab77d08e00e1d316a96c114f;size=68 H 4 386 99.7 + 0 0 324MD61M a0f87f7901ca5e9854fca25dd9c87635;size=63 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 120 382 99.7 + 0 0 169MD212M a94c8727d1784678ac007a2455fe88cc;size=63 6526fadb8a186b66b169cde90b5dabc1;size=623 H 37 375 99.5 + 0 0 374MD ae5769c618569e748b622f287d7232be;size=63 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 212 372 99.5 + 0 0 372MI b6362e2f37d9f87b3397f4cdf2e0b55f;size=63 f6967f5c1b256bfc4f189948af2f5bd8;size=336 S 774 399 * * * * * cc8ed55f4d0c692d16b1a859f0ff9656;size=63 * H 7 381 99.5 + 0 0 298MD41MI41M cd342124591c88436ea8726430b50bfb;size=63 aecd442213d89e3f43949aee5040a3ed;size=5318 H 116 379 99.7 + 0 0 291MI88M d515f6cac86f20dc688f4ba4a4feccd6;size=63 8d56b6f91b7034d2d47894a305860099;size=645 H 49 379 99.5 + 0 0 116MI43MI220M d6837addc2d3a405b5a6980d9b039ff5;size=63 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 91 384 99.7 + 0 0 170MD213M df1c8ca4efb3f971d9bb8a9fcdd4abc6;size=63 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 186 386 99.5 + 0 0 386MI e6388d82573ab7ede0ab62e912557418;size=63 e67a9d63816097204dd6e18fb386751d;size=393 S 775 380 * * * * * f8f558a58c80218b6a555c6159ce7d1a;size=63 * H 503 386 99.7 + 0 0 386M 020ac0f80c4ccc7f4abcbdaa62e70f04;size=62 ebf06e66b86ff1bdbdc42adbafdbd3fd;size=113 S 776 379 * * * * * 0323a8b937f5641625d4de6f9d283550;size=62 * S 777 380 * * * * * 105d30f832cb5d10c93babd40329efe1;size=62 * H 163 382 99.7 + 0 0 294MI88M 13e8d44344446cb141f9a9e05d2f114f;size=62 d4591ad0229b7c5e5c49ad5afd69b9dc;size=445 H 65 380 99.2 + 0 0 34MD345M 187d5fc94047cbe9083f65d21377e658;size=62 834a8eff393e23d3b887ee35b0556568;size=1112 H 48 386 99.5 + 0 0 386M 1e118c1f724bc83d55360400247dc910;size=62 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 37 375 99.7 + 0 0 285MD89M 238cb32af26985b6857f7df1970f1360;size=62 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 51 375 99.2 + 0 0 165MD209M 397f9509be59e49567d97f6a3820bee7;size=62 6b394e36e1bef9a54ee149410df5edd4;size=1366 S 778 381 * * * * * 3ddd97affb6cd24a50bf9acf760185fd;size=62 * H 13 376 99.2 + 0 0 34MD341MI 3e7c56a7ca4c23295dc7a4fb87daf5c8;size=62 7e3fa204e95db351839d719215fba508;size=3689 H 235 380 99.7 + 0 0 290MD89M 42824ca59cf311973be5eb503921eb46;size=62 d2b5f22d6a1fde53fd841e5b067ec1f5;size=288 S 779 381 * * * * * 5297c8bcb3e662e1762912ddd11f5878;size=62 * S 780 385 * * * * * 55558e307e0db56935c5a15f95860e82;size=62 * H 161 379 99.5 + 0 0 379MI 5e3dca86e395322a36549f344d68b9c6;size=62 db456d1986bf378d4358672720486687;size=446 H 7 379 99.2 + 0 0 167MI212MI 6d0f8edfb72a5bc991daae58e3019722;size=62 aecd442213d89e3f43949aee5040a3ed;size=5318 H 218 385 99.7 + 0 0 385M 7684b910152a833177a6e416945e715a;size=62 83a62235f350d19cd37c04c9bfca83ec;size=324 H 177 387 99.7 + 0 0 297MD89M 7c097d987f007819e844d8f0137bf6b1;size=62 d922aec73268c49fe7a057cadeb19ae7;size=411 S 781 381 * * * * * 7ee955f6f75303296b185409f92f0c5b;size=62 * H 0 388 100.0 + 0 0 D387M 8692d0228ef54dede51fbb34a9e000ea;size=62 b235271fbc8a6c9d990037857189ee9a;size=22254 H 167 381 99.7 + 0 0 381M 95db09d2ec0661b482df2a28e5ba7ba7;size=62 779d855941ce594643370be05a9669eb;size=435 H 57 382 99.5 + 0 0 104MD277M affb697cbe2f2649a990ba5ad88cfc05;size=62 78cf40830a68c9575dc2988262767324;size=1234 H 26 380 99.2 + 0 0 380MI b6d8cd54307db9b61337b14b10c25e6e;size=62 38a1e68923981030900a4744924d4694;size=2491 H 2 383 99.7 + 0 0 383M b78a6d8940ed97f5e7444e9596c17e32;size=62 39392bbb9626a64e6663c05b70293e7c;size=11535 H 123 382 99.5 + 0 0 160MD221M bbc91faed2b5c15b2f8ce7109ca29c22;size=62 33b3c5e1986b70b996a950c3cd017795;size=595 S 782 373 * * * * * c2a694853b5cdc7b0ddcdd5c3ee217c9;size=62 * H 1 376 99.2 + 0 0 34MD251MD89M c607199a78a9effd7c2a6ce906fb43a4;size=62 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 266 384 99.5 + 0 0 173MD210M c926367589bf69ccca3f52ed634f52e8;size=62 d35654eb7b71f92a7122dd25696b4daa;size=253 H 84 396 99.7 + 0 0 306MD89M caf61a217a871ec6e5e83d0a20fe7893;size=62 e6e538f0d2a5f8f8bba226e9c92df64b;size=882 H 225 380 99.5 + 0 0 380MI d54ea346056f1f9e1c7065e5281c195f;size=62 ccd852f5692a27f8e2858a6db67e6e06;size=304 S 783 380 * * * * * d62ce82d43b51bb5cc39d183b9e984d1;size=62 * S 784 380 * * * * * ff15a5588da6ab0e53d191ed6fe7e5b6;size=62 * H 14 381 99.5 + 0 0 381M 036b6289c5f9a69e7a922ef43742f02d;size=61 78951b2d4ca30531381672a30be0978a;size=3655 H 458 381 99.7 + 0 0 169MD211M 0816133be90850f56be330d8b9abf87c;size=61 7d80cb67323ec9dcb6540bb14e3572ba;size=127 H 521 378 99.5 + 0 0 378M 10d3fc5e439a6e46ee5ded168142202f;size=61 77e05ba70f34923d22c2495a6ae5e685;size=107 H 222 380 99.7 + 0 0 158MD221M 117ecf9a9a9f10777f062a7860bd581f;size=61 e8d79661d8df6a73b6c307f88dc6c9b9;size=313 H 3 382 99.5 + 0 0 34MI260MI88M 149e565adfc1e3099f0a9da07db067b8;size=61 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 51 373 99.7 + 0 0 173MI200M 14bab042030aa5c6b2cf7c8c8a3ae1aa;size=61 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 264 382 99.7 + 0 0 160MD221M 19b6fcb379269c018e1f9180588411ab;size=61 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 H 38 381 99.5 + 0 0 380MD 1c628c68d95f2bd6c2556762ce49a216;size=61 4fd9e532b34b278047b4a588cc98708a;size=1762 H 24 381 99.7 + 0 0 293MI88M 273ab83b3219983018b1515323a97eef;size=61 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 145 374 99.2 + 0 0 111MI263M 29d2fb60d108e34bed11ca90e405b0bf;size=61 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 93 380 99.7 + 0 0 380M 2c61add37ea4e8a2155d82542eabaefa;size=61 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 14 382 99.5 + 0 0 292MD89M 43150c799784881198109c6da933c86b;size=61 78951b2d4ca30531381672a30be0978a;size=3655 H 17 384 99.5 + 0 0 315MD68M 4535e46faec1b5207332fa04d74e60e6;size=61 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 350 382 99.7 + 0 0 160MD221M 494a6197aa0c29dc1f4d3e3272b6d1b4;size=61 b0ce6167ff2b0d18ad4b146bc8ceac7f;size=175 H 90 371 99.7 + 0 0 160MD210M 53a46a1df7ce3a5194e711dde21b6335;size=61 bea8d6b972e185a60abf5d100e3941e5;size=815 S 785 383 * * * * * 5a0710f974c4c7d116e5d8db505e41ca;size=61 * H 762 381 99.2 + 0 0 381M 64e87cdb4e41f23a3f9af04cf58cd217;size=61 0c3be445a3409c8f41e5feac9bb0b6cf;size=64 H 723 381 99.5 + 0 0 381M 6eace32f9461ec7010eec084147f2eb9;size=61 467a647a3b32fb6ef03917c95b829651;size=69 H 353 383 99.2 + 0 0 300MD82M 6fc87520c913abf5a38e492429454fab;size=61 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 11 385 99.7 + 0 0 301MD83M 70046cc302aaf90d2cc72325335f7fe8;size=61 96ba76b9e5bd26447d84901071634c23;size=4384 S 786 387 * * * * * 70c6e4e249488002fd60e27e39c6ef4c;size=61 * H 8 388 99.5 + 0 0 172MD131MD83M 7455e1e5293d7a9b1e513482b8852dae;size=61 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 272 380 99.5 + 0 0 380M 80d6fd9f83bce6f08fd4000e0e7596df;size=61 354bfa6c30fdd33ca8b1824f0c386b31;size=243 H 52 383 99.5 + 0 0 252MD46MD83M 87955ef60eec30a176e6791eac309dae;size=61 baf09ace0115fe3c856c80b04af9cd49;size=1364 H 0 389 99.5 + 0 0 13MD19MD355M 8d33397496a7d67bc2a24b4d9f8ff48a;size=61 b235271fbc8a6c9d990037857189ee9a;size=22254 S 787 278 * * * * * 8eece1bfb387537588b482297f3a3861;size=61 * H 132 384 99.7 + 0 0 34MD349M 946c30c3152ce23c063deb233b44d73d;size=61 2560b28ed4687a9bda5318525c3f117a;size=549 H 17 384 99.5 + 0 0 383MD 9930fa65c41125224aede7332f19a477;size=61 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 788 381 * * * * * a6bb0ed730e8d493fb807e3c3c994f2a;size=61 * H 75 381 99.2 + 0 0 160MD220MI a8a28a67079c760b8fc38b4ce646928f;size=61 2fa9b827204a1d3d905718078b9109d9;size=1011 S 789 382 * * * * * b9b93de88fdcac81ded1f0d53827ba92;size=61 * H 567 382 99.7 + 0 0 298MD83M cf5055a250d5b014a9e74ba9ad5d6b4b;size=61 d96bd99acdee6c21572cedb8f88ebb21;size=97 H 392 384 99.7 + 0 0 123MI261M d2c736d0016af18497302032cf245781;size=61 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 16 384 99.7 + 0 0 180MI204M d64039415adc37fe7a7c2dfbac3afb5f;size=61 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 543 383 99.5 + 0 0 383MI e605784b602dd3151f97e19d185e1f5e;size=61 432691362d116591409b8a91da108f48;size=103 S 790 382 * * * * * e633b0a2a36a149da6b682178e0ca60c;size=61 * H 132 383 99.2 + 0 0 34MD348MI ee5f709f912cc0875b54ffba95043551;size=61 2560b28ed4687a9bda5318525c3f117a;size=549 H 200 383 99.7 + 0 0 295MI88M fb6e94057856fdfb503b571101be21d6;size=61 d28eb22f309e80be11a927dd1fb44ad8;size=354 H 193 381 99.5 + 0 0 381M 0569ab68f7ef769fcbf33a8ca0fe37be;size=60 4e802064a64173a67e0acb114667578c;size=370 H 1 376 99.5 + 0 0 34MD257MD83M 05c8d8d29b3f1ece97c6fb132cddf5ad;size=60 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 791 386 * * * * * 09dd365cf225be82cb5958123a37270f;size=60 * S 792 381 * * * * * 1128953e6999a2c8c463eb487cf09b0c;size=60 * H 718 369 99.2 + 0 0 369M 16d8a6774030d26cc55d50a0d1ad2f42;size=60 eebfbb7140e897eb92a8eb5af9ca429c;size=70 H 129 394 99.7 + 0 0 394M 18129f4ea8603520d119e2c8c5ec69ab;size=60 90c9170a9669c983bb4cec5fd6ac400e;size=558 S 793 381 * * * * * 182bdd625716cc31bac1fd1feeebd865;size=60 * H 44 380 99.7 + 0 0 292MI88M 1c8d3f840ba31f41e582a00e90833828;size=60 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 160 381 99.5 + 0 0 381M 1db98cff6dbda6806a0bfabaf441fb21;size=60 3aca5a69abbda736195ad86d8326c18a;size=446 H 139 382 99.7 + 0 0 160MD221M 1e2e5d4a553b99f81b5cb8fef918dd19;size=60 adf782967a9fd5c412b7ed6ffada8835;size=522 H 207 379 99.7 + 0 0 289MD89M 2100f29caf91a3c7fd9cb3e068c05b17;size=60 c58abb8cf2241b85452776eeb4f4c1cc;size=340 H 105 383 99.7 + 0 0 34MD348M 25d59652472cd9703fdf122df1b61a4c;size=60 c5363a5641cc635d03bd615ea2662839;size=685 H 49 382 99.5 + 0 0 381MD 28768bade2c0fd7d841b00fe5b3a7dd2;size=60 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 45 386 99.2 + 0 0 303MD82MI 2d54f82369fa58eb54c32d46359c8e7f;size=60 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 794 372 * * * * * 375cea3eb737e8974f942fcb3391938d;size=60 * H 173 380 99.5 + 0 0 380MI 3ebc6f5e37df9ba541c260483b7d0216;size=60 b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 S 795 383 * * * * * 4a6413e453586030b4313873b3623dfe;size=60 * H 84 394 99.7 + 0 0 181MI213M 583d6f2b6f7cf4b5874f07503698fe8b;size=60 e6e538f0d2a5f8f8bba226e9c92df64b;size=882 H 7 379 99.5 + 0 0 171MI167MI41M 5d6c9952ae7c901b2a3b36c2b1998d30;size=60 aecd442213d89e3f43949aee5040a3ed;size=5318 H 107 381 99.7 + 0 0 34MD346M 608226cbc519aa0b268740fd4007a0bd;size=60 60eeb6236088c448b9f709e81feed0b0;size=681 H 223 367 99.7 + 0 0 34MD332M 69aecc22389d73c07d8a058b6fd9d7a7;size=60 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 H 273 380 99.7 + 0 0 34MD345M 6af03f8653f2d06b31a2d91bfcd71af7;size=60 b2375ffff142915632631ec0c828bd92;size=242 S 796 379 * * * * * 7c54d429ed78b9fbbba689523489aaa0;size=60 * H 64 384 99.7 + 0 0 70MI314M 7cab352097a6d5dc4ab57c17a0d61a53;size=60 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 S 797 382 * * * * * 8902b8b6a4ab40d13b57b1ebb5245aa7;size=60 * H 13 377 100.0 + 0 0 376MD 895ca3cb963d4d45459ce8c9356a2411;size=60 7e3fa204e95db351839d719215fba508;size=3689 H 206 384 99.7 + 0 0 34MD349M 90be62c4c38924a3316332d9d3c2f76e;size=60 a0fca590795e93c916ac16d2e56838a7;size=342 H 123 382 99.7 + 0 0 298MD83M 91a496475ed2a5438547dbe57d4ddde8;size=60 33b3c5e1986b70b996a950c3cd017795;size=595 H 4 385 99.7 + 0 0 170MD214MI 927e2516cc4c12564198ea641c61bf80;size=60 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 8 388 99.5 + 0 0 260MD43MD83M 9a685154c85c8a841e47a45b55969ba7;size=60 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 16 384 99.7 + 0 0 296MI88M 9c9c96de430d6b97c146a1ec3bb3dfbc;size=60 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 548 380 99.2 + 0 0 292MI87MD aacc941771016f76beb5af3ef920b47a;size=60 411089f7f65d93900914c4a7338e3be6;size=102 H 65 380 99.2 + 0 0 323MD56M b51750e153b4fff69febb9043933a10f;size=60 834a8eff393e23d3b887ee35b0556568;size=1112 H 419 387 99.7 + 0 0 387M b742f62a78881cfc17eed3d046ab4949;size=60 781f65e8bef88141100cfb50c2c39f71;size=140 H 198 383 99.2 + 0 0 123MI259MD b7dd20f4fe7eea8382a6e2d299333517;size=60 58d07c53510c05888cde3634d588bfd4;size=355 H 28 380 99.7 + 0 0 34MI346M bab2eb9b708e172337a93134bc8cdc99;size=60 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 31 385 99.7 + 0 0 34MI351M d35387f849e0d6da309ddb027ed10b3b;size=60 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 537 380 99.2 + 0 0 292MI87MD daf1375bf96e3a560851e97239666d82;size=60 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 H 192 382 99.7 + 0 0 169MD212M e43230c1befec1cec45728f0376b3d5b;size=60 f3e37dbc68f5fcd5df044ae9e8ca7365;size=371 H 45 385 99.7 + 0 0 171MI214M e87b45bed60d87252c5c6b0e98577fb3;size=60 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 798 390 * * * * * ea12e07075b4d2c82a504e8b5edeb68b;size=60 * H 96 383 99.7 + 0 0 34MD348M ed0322e386b941edc7873e495bec9e2d;size=60 7339ea459aa81191fce7bdc808274976;size=761 H 575 381 99.5 + 0 0 381MI f3586875dfd8897edff101b07f2a0729;size=60 824be2266c5b313af5e101056404ab84;size=95 H 117 382 99.7 + 0 0 333MD48M fccd09feef134d757592700aa05ad8c3;size=60 e184857255389e6f5c6e6db33f3ca673;size=643 S 799 384 * * * * * 0030ad8ce44f257c42daf3673bf92197;size=59 * S 800 384 * * * * * 015abc2784d711e4aa6a89138a90da72;size=59 * S 801 379 * * * * * 0448abf634b3cc9de9bd29a59c56187a;size=59 * H 506 382 99.7 + 0 0 118MD263M 05a103266dc25edbfb4e5711a1949417;size=59 dee714888ba3b4dc560f75ef349dd7dc;size=112 S 802 377 * * * * * 0a2b489a85fff2c68c58d3430cd7fed8;size=59 * H 7 381 99.5 + 0 0 34MD213MI133M 103c9ab32bc6bfeb93e05531275fdbc9;size=59 aecd442213d89e3f43949aee5040a3ed;size=5318 S 803 391 * * * * * 19e69210ea0393c1f48c868115ca85fa;size=59 * S 804 377 * * * * * 1bf1420651aa66dfe4876d891ad75be8;size=59 * S 805 376 * * * * * 1c48dbd15008543214ffe8a67c863585;size=59 * H 154 384 99.7 + 0 0 34MD349M 20342c1cfe3c89b47a528ebfde19e016;size=59 0562c5abd0413e52c8b76fa92a6f69a2;size=478 H 36 387 99.7 + 0 0 297MD89M 282c83d790ab3f772c5845f8feacc1e1;size=59 99ba81c88f63f83daf290add3918d38b;size=1787 S 806 380 * * * * * 2889d9e14cd482bae3ed84fa3ab9b941;size=59 * S 807 381 * * * * * 3002b7a5417b60ce3373f239c133d695;size=59 * S 808 381 * * * * * 3b9a7433b926d4db69b4bed5ea9741df;size=59 * S 809 370 * * * * * 3edb3732c22e516318b183d0d3a8c993;size=59 * H 211 377 99.7 + 0 0 351MD25M 3fff6c547184b102702873f5969eeaa5;size=59 2be42e9cbdcdef0bf95878fd10b7058c;size=336 S 810 404 * * * * * 483da9012543c8eb19894d08dd55dee3;size=59 * H 83 382 99.7 + 0 0 255MD126M 4b05e58e63a188628b8628af7db187f0;size=59 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 322 364 99.7 + 0 0 315MD48M 516d6098d1788f5c6f058c611ba08711;size=59 30b1b51fe2175706d0b82e5134d699f0;size=190 H 204 381 99.7 + 0 0 282MD98M 5a828a87b37f1425f4034220aae2f6dd;size=59 165c8aa6c294466e476a628e2d42326e;size=343 H 148 385 99.7 + 0 0 301MD83M 677afea1c9c87322441eaa11e2bd0dcf;size=59 3b1221ec852febd44787188eb6382a49;size=494 H 131 380 99.5 + 0 0 380MI 6c89184abfc6107b98b3f25d6a467f2b;size=59 8eb1dcea5bd1467add941a149de61a15;size=551 H 33 309 99.7 + 0 0 77MD231M 712028baaef90f19bdd6b34769fbb497;size=59 b4e1bd5eac322b803425414f19938cd6;size=1992 S 811 381 * * * * * 7ae144009f200832ac427d19369f24da;size=59 * H 116 381 99.7 + 0 0 291MD89M 89d57aa3a93e329ad0a6fe47929e76fe;size=59 8d56b6f91b7034d2d47894a305860099;size=645 S 812 390 * * * * * 967127ab9736989296fabdfed809dada;size=59 * S 813 380 * * * * * 9aa859a343f11ef50552680c294ab3d6;size=59 * H 187 380 99.5 + 0 0 380MI a874ca49996717488846e8a09cc7804f;size=59 54032a4dfdc08d69ed768ee5679c59cc;size=391 S 814 381 * * * * * b5778c113f17dd94eeeca62df558f328;size=59 * H 203 381 99.7 + 0 0 381M bd1504fba279b57524ba2e239cfca965;size=59 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 H 22 381 99.2 + 0 0 298MD82MI c1b52e0a495526d6e0c62e2dd2f99089;size=59 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 294 381 99.2 + 0 0 380MD d32a88d2491ba5e59f4fd2427bd89457;size=59 1c0c2996f84d735ad193b3643a804174;size=211 H 21 386 99.5 + 0 0 297MD57MI31M d45ce8829fed8e155d7f8ce9b3878439;size=59 0af8e08a076e300ff906097a4030b9bb;size=2733 H 42 386 99.7 + 0 0 172MD213M e834258fb3d2c04e1eb0cec26b8e9271;size=59 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 10 374 99.7 + 0 0 182MI192M eaf01a8bbe8108b9d0345408640fab5a;size=59 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 22 381 99.2 + 0 0 292MD88MI eee52691bf82c36e306f98a76b3c3e9b;size=59 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 2 382 99.5 + 0 0 123MI259M ef197a6750376a3c29c5d195bcd392b3;size=59 39392bbb9626a64e6663c05b70293e7c;size=11535 H 461 455 99.6 + 0 0 455M ef9132d6c7e10588f8e929a4d2cb6c07;size=59 ce574ac00a70f0286ef6dc9075515dc8;size=125 H 182 382 99.7 + 0 0 298MD83M f0f3aeefe10591e218beaf110d51350f;size=59 1f61b384ea0261ceb88a31ab35a8c847;size=407 S 815 381 * * * * * f1821010509d870b5b1099a026308ae1;size=59 * S 816 373 * * * * * f4129aa4c9a5e8c464f8c00ad27c5456;size=59 * S 817 381 * * * * * f6e7722941cb89a643b21aa52482a042;size=59 * H 8 388 99.5 + 0 0 34MD91MD261M 0cbac2445ba714d7a3202bbe367d5ddb;size=58 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 37 375 99.7 + 0 0 291MD83M 1222da56eca6afef74360bc319b457a0;size=58 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 818 377 * * * * * 1aa9475539d782de71ee7d1cfac8997a;size=58 * S 819 371 * * * * * 1b00dead43a89eb28f3676cc7d4cfdf7;size=58 * H 39 383 99.7 + 0 0 382MD 207d30ae90081e5a75fadb279493afe9;size=58 750451de425698bad38d5e1c872b2f12;size=1660 S 820 383 * * * * * 221403e8fdbf00a971c1fa6e89684cd2;size=58 * S 821 378 * * * * * 24b29f460e623ca2573184b87c088a1a;size=58 * H 35 378 99.2 + 0 0 167MD210MI 2683f3a44fb5a66f5f04a78613ab67ac;size=58 4084bd8293b08a58e03158d6668952f9;size=1934 H 170 385 99.2 + 0 0 98MD237MD48M 2b9a1382dd2ec275e144eccefe2ca0cc;size=58 bf4b84650b8ece2da287764105cd67a0;size=425 H 0 386 99.7 + 0 0 324MI62M 2d2a4d3b56c83ea272728b7f0c47e051;size=58 b235271fbc8a6c9d990037857189ee9a;size=22254 S 822 385 * * * * * 2e3f0c805e7d0c43c595bacfaac94889;size=58 * H 167 382 99.7 + 0 0 169MD212M 37c948b079a894fe2b68bdbb1241eabc;size=58 779d855941ce594643370be05a9669eb;size=435 H 13 375 99.7 + 0 0 175MI200M 43127c98d4d7afa0ffc52a892c648ca4;size=58 7e3fa204e95db351839d719215fba508;size=3689 S 823 388 * * * * * 433cf5ff5e0b42f5ecd8633f9779967a;size=58 * H 39 382 99.2 + 0 0 293MD88MI 4637fb53d702c8ec42e880f60d3b0764;size=58 750451de425698bad38d5e1c872b2f12;size=1660 H 67 387 99.5 + 0 0 172MD214M 4788ebef6343b2b9e46c0a764126b8cc;size=58 e222fa7a96b66870560ef0055ca5911e;size=1108 H 101 380 99.7 + 0 0 166MI214M 4ac0208a2346724ada06f3c67a6c42eb;size=58 a8660d900db113ef096bf415e3731d91;size=702 H 6 385 99.2 + 0 0 34MD163MD186M 4da975a7db2e1255265789203c03f476;size=58 efbd11c972faa734253f779fc4eb2a64;size=5440 S 824 380 * * * * * 526f4dd32c2c133e05cd9becce3163fe;size=58 * H 37 372 99.2 + 0 0 285MI87MI 55a27e34f4dcc05b34bc125c9ba6989b;size=58 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 825 381 * * * * * 56b1f01e91b75b772f3dd37da4368f75;size=58 * H 39 382 99.2 + 0 0 382M 58a1d64bc24977213e5f83aeb58458f3;size=58 750451de425698bad38d5e1c872b2f12;size=1660 H 291 386 99.7 + 0 0 34MD351M 62afa471e42ff188eabe641fef880574;size=58 d737b579d968428fd8e98a55fbc56bc3;size=213 H 116 380 99.5 + 0 0 380M 641be2c1ec98a82bbf8b925455061dc0;size=58 8d56b6f91b7034d2d47894a305860099;size=645 H 474 376 99.7 + 0 0 34MD341M 66b98278715175617c9af2b9e231bcd8;size=58 a14505f55d873fb93fecfd9140f81536;size=123 H 2 384 99.7 + 0 0 267MD116M 6b7bff03d4900f6195c139de63f5da8d;size=58 39392bbb9626a64e6663c05b70293e7c;size=11535 H 815 381 99.5 + 0 0 381M 72519abf67f99deaf706a502b1f13ae1;size=58 f1821010509d870b5b1099a026308ae1;size=59 S 826 383 * * * * * 73aa31d1843573ea09a5f144775010d5;size=58 * H 4 385 99.2 + 0 0 302MD82MI 7a9018b5aeadb0da631bbe083a1968f6;size=58 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 827 381 * * * * * 7cb0c3c99b1b09536d02b9c770b98f8e;size=58 * H 50 377 99.2 + 0 0 165MD210MD 86bde8e34c54c814785a3de05e56376d;size=58 9c5f62036413629527da0e94e892cf08;size=1423 H 35 378 99.5 + 0 0 378M 8850d8aef7ee5c308379dd9cc022e55d;size=58 4084bd8293b08a58e03158d6668952f9;size=1934 S 828 384 * * * * * 9307330636bf28d7f7fd26982f4e97bc;size=58 * S 829 384 * * * * * 9a1cf114f4eec19032178afbbaae7fbb;size=58 * S 830 381 * * * * * a38213c12c81d58af53ad5104685a8d1;size=58 * H 136 384 99.7 + 0 0 312MD71M a58231100b5374b67246c54f6f954bdc;size=58 dbc1082a874a94772a2a0c3e344035dc;size=546 H 1 372 99.2 + 0 0 282M2I90M a85ca2698608beb417e1802f11cdfe52;size=58 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 35 379 99.5 + 0 0 378MD a862ebbb0291de592f31f8a05d6aca17;size=58 4084bd8293b08a58e03158d6668952f9;size=1934 H 43 381 99.7 + 0 0 159MD221M ae4569e2e0ec5c3053472f288d8a8d3b;size=58 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 11 386 99.5 + 0 0 94MD155MD135M c6e2d48fb2283a5bd7c802060e6c1939;size=58 96ba76b9e5bd26447d84901071634c23;size=4384 H 12 380 99.2 + 0 0 171MI209MI cffd57cb3d1638cb7fd0ac6406642dda;size=58 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 110 377 99.7 + 0 0 289MI88M d1b84aedc73262728e58beefa5f9c6a8;size=58 c8926fa8c7f49786b4fda5bf7c914dc4;size=676 H 39 381 99.7 + 0 0 114MI267M dd7c1c666b252e0e4026e568e448a36c;size=58 750451de425698bad38d5e1c872b2f12;size=1660 H 6 383 99.2 + 0 0 170MI26MD186M f684b5af15ba6c425e4cbafea07e40a9;size=58 efbd11c972faa734253f779fc4eb2a64;size=5440 S 831 383 * * * * * f6da0d42c4914695dd8fb7de6ec450cb;size=58 * H 185 379 99.5 + 0 0 378MD fb666bc32eb1007baa2d0a1bc0dbc927;size=58 2d267b9634e394fc577a40288d17c176;size=397 H 312 380 99.5 + 0 0 380MI 04a6638d89ecfcfa7b01384bf1ad68f9;size=57 25d0769520a2e9b6af140c2b57a15e48;size=199 S 832 381 * * * * * 077a66bff6d68f22b1d5dfa563f40043;size=57 * H 45 387 99.7 + 0 0 34MD352M 0c5a00c33f93143e58b0da784ddf6eee;size=57 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 833 377 * * * * * 154ddad2aa7975bfee2e9fef892a4bc1;size=57 * H 32 373 99.7 + 0 0 34MI339M 15e0a586f542c108df53596fc3b51327;size=57 db38f1b47bbe57241030f94f3cab84cd;size=2069 S 834 382 * * * * * 171301f8675b7dba4efc226691071d08;size=57 * H 8 386 99.5 + 0 0 386M 1bf55f4c15323cee22f0e24598d9c928;size=57 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 119 380 99.2 + 0 0 160MI219MD 1ebded571b9355ea1b4f7ee5b9de1996;size=57 cfd6a70895524ca606ec066301d205ff;size=629 H 291 385 99.5 + 0 0 172MI124MD88M 2368684693ac5ba84fe38f0f0f5db608;size=57 d737b579d968428fd8e98a55fbc56bc3;size=213 H 26 381 99.2 + 0 0 381M 2989f5043374984685a0d71bb2292967;size=57 38a1e68923981030900a4744924d4694;size=2491 S 835 381 * * * * * 2eac56407f688f04ad87bedd0330d6ce;size=57 * H 392 386 99.7 + 0 0 296MD89M 31a32a90f9256aaa58fdb6e7be218c1c;size=57 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 6 384 99.7 + 0 0 310MD73M 3da1d2d7f42b574933c7a5a6cd47934e;size=57 efbd11c972faa734253f779fc4eb2a64;size=5440 H 170 383 99.7 + 0 0 383M 3f26b4b4739e2fd5da24aa3241861adb;size=57 bf4b84650b8ece2da287764105cd67a0;size=425 H 1 373 99.7 + 0 0 321MI52M 49790341627bff4ebbd10f6ae25b27d2;size=57 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 62 379 99.5 + 0 0 379MI 4adf7ca541a08709623056a5927360eb;size=57 5683a4033863e64015d0facb4961a38a;size=1129 S 836 378 * * * * * 4ff66f8696a79c4dca4499d9957449ec;size=57 * H 50 374 99.7 + 0 0 173MI201M 59fa2723b69c0c8e8a3a4055583a133d;size=57 9c5f62036413629527da0e94e892cf08;size=1423 H 3 383 99.7 + 0 0 52MI331M 5a9138f7e10c5181a286e7a51ed027b7;size=57 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 1 376 99.5 + 0 0 155MD130MD89M 605b1af9925aaa60b50610219688f7d0;size=57 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 5 375 99.5 + 0 0 374MD 67b233738605356c82850c5de51ce4a7;size=57 da17e1a54e88120e294c7e68e350f47f;size=6062 S 837 388 * * * * * 7679fdfe26f963530c1536076c42fbcc;size=57 * H 236 380 99.7 + 0 0 380M 79884de9e13b35377db614a54fe1a55d;size=57 f5105f226e901edcf42c4754437126f8;size=288 H 23 385 99.7 + 0 0 251MD133M 8487ed375ecb58e8cd831eee8d8aac82;size=57 86bdf526074a459b826e641cd6131868;size=2562 H 256 389 99.7 + 0 0 34MD354M 8506bac4e9998fa80901ff450d925937;size=57 afd2e65c916ac39ab8783c0b5b356e51;size=263 H 3 385 99.7 + 0 0 292MD92M 8d85658e1e212c87590bd899bc112e55;size=57 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 280 373 99.5 + 0 0 373MI 9d7817afa0b5ac2ae0435f8fb790d4fd;size=57 b783342e694a6da6649d73110288c4b7;size=232 S 838 373 * * * * * a85515be1782e93cd541b6e19cf70e7e;size=57 * S 839 381 * * * * * aaf95007acece97c7e4dc68bd1779ffb;size=57 * S 840 387 * * * * * ad3be942f26a11596cf35311dd1dfaac;size=57 * H 622 381 99.5 + 0 0 381M af832efaf2432c2e6dae50fc267d3bd0;size=57 33948304f6c9c7b746eb9dd9d759fe5c;size=83 H 263 377 99.7 + 0 0 168MI209M b2498e75afa62564ed64e805161276de;size=57 23f7952d42a3a152e33aafadabaa9970;size=256 H 40 382 99.7 + 0 0 172MD209M bab4f177d4c8eeaa26af87ba144a49ab;size=57 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 64 386 99.7 + 0 0 34MD351M bf0cd08ecf77626ac53958a82ef33a64;size=57 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 H 126 379 99.7 + 0 0 282MI97M c0b55b2217c6e9d4a8ddf9617fa3143b;size=57 d8361fa382562000eee5e9a11a6e0a11;size=580 S 841 381 * * * * * c5024b0d7c484029517d8800a97d7b15;size=57 * H 648 379 99.7 + 0 0 289MD89M cbdf379b82d004376eeb216463ee8b31;size=57 6d57294ed67242529f4edffb9b4e878a;size=78 S 842 381 * * * * * d618f43e3a60eb915917ff920521af5c;size=57 * H 198 384 99.2 + 0 0 294MI88M2D d889f9eecbe31f9b76fac41d54b41cb8;size=57 58d07c53510c05888cde3634d588bfd4;size=355 H 24 383 99.7 + 0 0 293MD89M dd37c41a5eee2319d3cd7417266b06d0;size=57 32a6455756704a5ceca00b9f7beefc0c;size=2516 S 843 386 * * * * * e78b35dfb926ebded0754e79f328b5bb;size=57 * H 38 379 99.7 + 0 0 159MI220M e8842c6519be474e54a8a513682b1a62;size=57 4fd9e532b34b278047b4a588cc98708a;size=1762 H 86 380 99.2 + 0 0 380M ecf906eb7db8105d50ea35b4d6d430a2;size=57 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 S 844 374 * * * * * f11019ab0324f014e457165d738c7e46;size=57 * S 845 381 * * * * * f85196be992fc41cdbf3374b73483387;size=57 * S 846 372 * * * * * 02796ae1c1d5c7006377cbdefea83fb4;size=56 * H 202 382 99.7 + 0 0 256MD125M 09421c7f471911f85fc27d50987beacc;size=56 0f68fde17a89b6724e64664e93118c90;size=346 S 847 383 * * * * * 0a9f655f253ad9e396158119ac9ec3f0;size=56 * H 175 375 99.7 + 0 0 349MD25M 0ab7545cd266d46cf6959e288570949c;size=56 721ba4ac8a65f9d24e6b4a158d71845d;size=420 H 101 382 99.7 + 0 0 298MD83M 0de6b95d4fe84c785c1158556343a6e1;size=56 a8660d900db113ef096bf415e3731d91;size=702 H 259 389 99.7 + 0 0 299MD89M 0f22be91953131f477a5259fd9e8498e;size=56 36f1352359cd2c67c35720a489a1f48c;size=261 S 848 382 * * * * * 179f8da7e42d7749e139bc9962b134fe;size=56 * H 107 381 99.7 + 0 0 115MD265M 1b659ada6fffda89d02fdb9bf5e1b4db;size=56 60eeb6236088c448b9f709e81feed0b0;size=681 H 338 396 99.5 + 0 0 396M 1c05a1a5eb041016efdefe1e0f583756;size=56 28eb4ed106e8fb818c3f153206ff9e4b;size=183 H 27 386 99.7 + 0 0 197MD188M 24d6c133687541fe55d3f8de60af04ec;size=56 132ced0592418845eee2359a1359672f;size=2452 H 279 382 99.7 + 0 0 160MD221M 25f7fa20e0ec06a5ff948afb1f73f2a6;size=56 794febe7f0e75cadf7a8117f0026e7df;size=234 H 464 387 99.5 + 0 0 168MD129MD88M 2690027775f8a969cb3e0fefe0b52e51;size=56 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 0 387 99.5 + 0 0 34MD238MI114M 2e4811e658783b9b3335c8f1bf0777af;size=56 b235271fbc8a6c9d990037857189ee9a;size=22254 H 165 383 99.7 + 0 0 326MD56M 305bf2d78af51c7b5e7b1dd380650972;size=56 01a71ee728b1597b04d339505a58ed04;size=439 S 849 380 * * * * * 30a2a3af22ea9632422a62283975f8cb;size=56 * H 280 374 99.7 + 0 0 374M 352bc2216750e2fcf6e15754f5fb11c7;size=56 b783342e694a6da6649d73110288c4b7;size=232 H 231 382 99.7 + 0 0 298MD83M 39d1fead32197f983a364555bf45e512;size=56 c5e16c5edd0279857aad608bdf1808b6;size=294 H 47 370 99.7 + 0 0 161MD208M 3da35e1d5fc13a7e65ac946d33382916;size=56 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 S 850 368 * * * * * 3ff1b429f7d2d362b7c2d1521aabb32a;size=56 * H 8 386 99.5 + 0 0 172MD84MI129M 4fdb7b3ec4bf02b72e5d64fa31657b0d;size=56 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 851 390 * * * * * 509c5f14914567ff50e81613290280b2;size=56 * S 852 391 * * * * * 5420fb2508a371f9a69854d0869ee0f9;size=56 * H 246 382 99.2 + 0 0 292MD89M 57ee180c4e68271d6ef9fdb1cb403f21;size=56 405df9af32f6958ecb5fda42f4ffc114;size=271 S 853 382 * * * * * 5b21e9dd9f7e22d0530068b3ed7fef4b;size=56 * H 38 380 99.5 + 0 0 116MI180MD83M 5f581d88cb3129390b3122e50172e107;size=56 4fd9e532b34b278047b4a588cc98708a;size=1762 H 15 381 99.7 + 0 0 323MI58M 60bacf4b017cd2d74ae3f10faf1cbe84;size=56 721460e46e8804111d74cb730340492f;size=3538 S 854 389 * * * * * 67ca5d3e5d157b6c3deb027aa8378179;size=56 * H 7 383 99.5 + 0 0 34MD264MD83M 6a3ae509c4e950d39b426ff6f355ebb4;size=56 aecd442213d89e3f43949aee5040a3ed;size=5318 H 279 381 99.5 + 0 0 381M 72ab1dd201b19bb87c20a3c78325dd80;size=56 794febe7f0e75cadf7a8117f0026e7df;size=234 H 42 384 99.7 + 0 0 180MI204M 888eb95a6e700dc3236bbef84e13b98e;size=56 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 S 855 386 * * * * * 89466ece5820df03d80af8fa1973383d;size=56 * H 30 382 99.7 + 0 0 172MD209M 8e56c4dd69b250691082726aa2b2fe3f;size=56 653897d9ba97be73ecdabcf6efed61ca;size=2163 H 503 385 99.2 + 0 0 118MI267M 8f9a958651457c4d6e1a1754c97847d1;size=56 ebf06e66b86ff1bdbdc42adbafdbd3fd;size=113 H 126 381 99.7 + 0 0 33MD347M 94f95fba6f8231da19a3120d22a97913;size=56 d8361fa382562000eee5e9a11a6e0a11;size=580 S 856 383 * * * * * 95bc46499d0f4f7b6629ba08aaf5ce07;size=56 * H 5 374 99.5 + 0 0 34MD251MI88M 99a2437ec7f867d84ce5f72c8b839a02;size=56 da17e1a54e88120e294c7e68e350f47f;size=6062 S 857 377 * * * * * 9edafdebb73f864f1eb11d9897bc8c54;size=56 * S 858 380 * * * * * a933261e15a8a0df008037f3ee5b1247;size=56 * H 1 373 99.7 + 0 0 276MI97M b8485833f8d33d5d20cd0c539583257c;size=56 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 318 378 99.5 + 0 0 166MD116MI95M b8d090cf7ba22cc91fd96ab8ce9da7f0;size=56 da285096b7bc838d922f2db9bc467d04;size=193 H 713 381 99.2 + 0 0 381M c46369820bb4908b51d74d97a7eaca40;size=56 65c3c82704da76fae20dcd672f42aff2;size=70 S 859 382 * * * * * c632b5739dc020aa9edb6adeaff6d863;size=56 * H 129 395 99.7 + 0 0 338MD56M c777010faee33a373b891e7a917794ed;size=56 90c9170a9669c983bb4cec5fd6ac400e;size=558 H 8 386 99.5 + 0 0 125MD43MI217M cedc881067f2745cf5af36ffb350e31b;size=56 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 131 382 99.7 + 0 0 298MD83M dae6bb8636c2a2deb72b7399e9efbeb0;size=56 8eb1dcea5bd1467add941a149de61a15;size=551 H 382 385 99.7 + 0 0 385M dafe09bd65ccc747658b96c6712a16b4;size=56 fea5798bdc02fcfa4db1ce68c5ac863b;size=156 H 59 457 99.6 + 0 0 232MD134MD89M db102da912ae727755a5c4fc620a8c8a;size=56 b285cba086c6d068c453be4adc4c5611;size=1210 H 2 384 100.0 + 0 0 383MD dcf8855580850f792b0721c72c5c8a44;size=56 39392bbb9626a64e6663c05b70293e7c;size=11535 H 500 382 99.2 + 0 0 298MD82MD e0a7fbabbffc4ddea1317a04e5656ec7;size=56 86d4259184e6f43595879c970aa34fda;size=113 H 153 385 99.7 + 0 0 295MD89M e0cf412c8ee5f41c053ef8fbf37bd63d;size=56 f72e21a265c49ad63b49aaab5f4ded40;size=480 H 93 379 99.7 + 0 0 166MI213M e5fb6426e8babcc1896cb83faf306dd9;size=56 e4708f969a8a882865af5e27d4b4ce4a;size=796 S 860 312 * * * * * ea0e653d3c6c63a34d2fd51697955280;size=56 * H 37 373 99.7 + 0 0 285MI88M eb0f7376fe76a10ba0f617bf76a17db7;size=56 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 714 386 99.7 + 0 0 107MD278M ee5d21c80e0157d4546f475b2d5ecf2e;size=56 838ee9d588bf9083a15609c2318ad211;size=70 H 143 387 99.5 + 0 0 296MD13MD76M f187899ac9ddea70525f310592902b58;size=56 6d79dda1be8786b3376d5968384f7e74;size=499 H 93 380 99.5 + 0 0 380M fa8b0c106fb3a6d614465b18eb1c9a1f;size=56 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 71 359 99.7 + 0 0 148MD210M 003e0ff09b028868c5389a0ea3b4e887;size=55 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 H 77 368 99.7 + 0 0 297MI71M 00472b6cb3d3ccc363233959759549b5;size=55 26da64127a9c2b145603fe1f0660f814;size=958 S 861 393 * * * * * 012cbb89289264c4046c27a7881abfbe;size=55 * H 440 380 99.7 + 0 0 380M 015cb1cc575fd607aeb3fdf575931ebe;size=55 4bbef363bea9aec3637a99d494b8141c;size=134 H 87 382 99.2 + 0 0 382M 03e856e5adb238a3e337a391a3d5d8e1;size=55 a515a6062896d997c5e630b545f3dc12;size=833 H 5 374 99.5 + 0 0 34MI314MD25M 0697862e6056aaa4840a498617cb7a89;size=55 da17e1a54e88120e294c7e68e350f47f;size=6062 H 58 374 99.7 + 0 0 131MD242M 09452618d1e62f808a0f489fea75bcaa;size=55 e9d6851ad20662b945b5ea040e1028f1;size=1219 S 862 379 * * * * * 0b3886429fccdb72fc4669c03bd3c71b;size=55 * H 41 382 99.5 + 0 0 381MD 0d0198baa26c276336ef0a0f7b85ed46;size=55 51c470345442104d94340d82e2f3fb9d;size=1628 H 258 373 99.5 + 0 0 373MI 103005adb1add4238759ee2208e990fd;size=55 0dfe7a9e677ce342589fbd789438995a;size=261 H 23 383 99.7 + 0 0 251MI132M 1af693770cb0f43695646b1c9e3f5138;size=55 86bdf526074a459b826e641cd6131868;size=2562 S 863 380 * * * * * 1be5d1ca8d9d31e63c7fbefcf0925be7;size=55 * H 14 380 99.7 + 0 0 283MI97M 264250b0ef843713813c3dcddc000a17;size=55 78951b2d4ca30531381672a30be0978a;size=3655 S 864 383 * * * * * 285ee9fecb19e2be06f55e451b3a97c6;size=55 * H 558 383 99.2 + 0 0 383M 2921b8984518dd5e60c92c9498155221;size=55 15355260d2e29b06632f063a5a43a5e1;size=98 H 2 385 99.5 + 0 0 170MD157MD56M 296bc51d3d46be3fe098226bab42a531;size=55 39392bbb9626a64e6663c05b70293e7c;size=11535 H 162 456 99.8 + 0 0 316MD139M 2bfd8c0dd4c8f173016c5a7aa747f399;size=55 9512aed25d10127818005b2d88fab273;size=445 S 865 376 * * * * * 2c50a4a6ea22e0d36a62a80dac47a872;size=55 * H 790 381 99.7 + 0 0 292MI89M 32365980acbbbdc1b0ab12afe7100b35;size=55 e633b0a2a36a149da6b682178e0ca60c;size=61 H 354 385 99.5 + 0 0 385MI 3baee2d8287514220707038155449616;size=55 63d61f2268cf500794e06a0236e40032;size=173 H 4 383 99.7 + 0 0 296MI87MI 3d1e8d6857f19b6744b038bca0e8e56c;size=55 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 201 382 99.7 + 0 0 294MI88M 3e8ce120c311c0dbb0ff182a50a0b8c0;size=55 d313cfac3e8156f4ab4f5ab8db052c94;size=349 H 399 384 99.5 + 0 0 175MD23MD184M 3f039246a6bca645690243cb9b35966c;size=55 f64747a3cb098a025f6f6bd24ce36f2b;size=148 H 177 387 99.7 + 0 0 34MD352M 41a9cb98bff82529b291da21f845571d;size=55 d922aec73268c49fe7a057cadeb19ae7;size=411 H 2 385 99.5 + 0 0 294MD33MD56M 5069e0967899cc5ece167861bce7d771;size=55 39392bbb9626a64e6663c05b70293e7c;size=11535 H 629 386 99.2 + 0 0 386M 59d240ba79d2378ff00825140b33b886;size=55 42d8a28dffe024560c024c756b6b0951;size=82 S 866 389 * * * * * 5ae986873524c479b278fcf50cd5409c;size=55 * H 1 375 99.7 + 0 0 281MD93M 6678c3b9dd93c2f62cfcb7b0e18f3b36;size=55 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 775 380 99.7 + 0 0 380M 6cd6aeb2df4bf30f22c67469fcca6c29;size=55 f8f558a58c80218b6a555c6159ce7d1a;size=63 H 25 382 99.7 + 0 0 107MI275M 7039a3f2a38437c1abdd57515e4502be;size=55 7228f266f04a46bfb85ea74e73546004;size=2508 H 90 371 99.5 + 0 0 345MD25M 77d6364d1f692c825ae7d118967fd79c;size=55 bea8d6b972e185a60abf5d100e3941e5;size=815 H 26 380 99.7 + 0 0 247MI133M 7ba72814ba56976930858b5b55d28ca6;size=55 38a1e68923981030900a4744924d4694;size=2491 H 26 381 99.2 + 0 0 381M 7cec588b313e462730969339ce4e4e53;size=55 38a1e68923981030900a4744924d4694;size=2491 H 104 384 99.5 + 0 0 384MI 7e4e8af66ca537a71dcd2e9112652a4d;size=55 4a1b19992477b69740b3dd9e44698fb0;size=694 H 21 385 99.7 + 0 0 339MI46M 8227602a090dcd33e85a6b8723f91e48;size=55 0af8e08a076e300ff906097a4030b9bb;size=2733 S 867 381 * * * * * 82e977525b54c2b8bd75568955067a7a;size=55 * H 184 386 99.7 + 0 0 303MD82M 878b7a37d0efe7a8a84dbe3d5046cde5;size=55 c836f387c69d729d9e303c2a7a1efd70;size=398 H 49 381 99.5 + 0 0 381M 882ecae50d9073809d3f5ba1a9449f17;size=55 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 20 379 99.2 + 0 0 160MI219MI 8a4e83dadce0a8a1fd005a52062969fc;size=55 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 12 382 99.5 + 0 0 34MD137MI210M 8d1505339d4506e8e5ed9a72a9b8a4db;size=55 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 73 386 99.5 + 0 0 386MI 94505192eb512527e6b40ae52aeb5442;size=55 f26485df52a1b9756dec85dbe84cc764;size=1036 H 44 382 99.7 + 0 0 292MD89M 962fbb4af8fc7aa98a3d21ad263d6f96;size=55 0758959c27aa3f623d5484ca0cefb2dc;size=1595 S 868 381 * * * * * a6c041ede297ed54cc28ee941f141410;size=55 * H 59 456 99.8 + 0 0 130MD325M a9e13523f49dc6b2547752c7dd643191;size=55 b285cba086c6d068c453be4adc4c5611;size=1210 H 44 382 99.5 + 0 0 325MD56M adf708c56999a1fd3afafa55a3c7bafc;size=55 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 166 381 99.5 + 0 0 380MD b2c3450e742c71c797baf07ee2abe686;size=55 351fd1540c2aab8567725ee8cb8a60fd;size=437 S 869 385 * * * * * bc3403f2c58b6bf9631f0d14141e142e;size=55 * H 57 382 99.7 + 0 0 292MD89M bcaca4a8b254bac5fdb758d69bd14a37;size=55 78cf40830a68c9575dc2988262767324;size=1234 H 234 382 99.5 + 0 0 292MD89M ccaf04a21024fae044044727382dc3ec;size=55 326398282ab043dfadaec0c97d2515d9;size=288 S 870 388 * * * * * cd05718e847e4cb0c223f830f3c757f9;size=55 * H 28 382 99.7 + 0 0 116MD265M d04309d993937e7144ba5bc4fa49cd21;size=55 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 93 380 99.7 + 0 0 380M d0b53234d27367d80b5b71db2c8e862a;size=55 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 509 384 99.5 + 0 0 384MI d180ab5c63d7318add142cc55087b3a7;size=55 af5ea0b792988caa9821add60e4246d3;size=111 H 557 379 99.2 + 0 0 379M d5d2f31a9c213da51a2f62cc8a6d290a;size=55 fc3ef6cef69ea0cd485c1d3718f18959;size=99 H 293 381 99.7 + 0 0 170MD210M dc2bb0e8b4237ebd1949fced57d9259f;size=55 3bd0d875a3c60558455c78fe689efa66;size=212 H 46 373 99.5 + 0 0 285MI88M e851c9f2577da8b689b9a2f7ae1ba2eb;size=55 9251e8578062ae5ff73218117a6def92;size=1541 H 8 388 99.5 + 0 0 125MD178MD83M ea1d4b77e88ba1f976e8521ee448602b;size=55 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 43 382 99.2 + 0 0 297MD83MD eee9aa9f3b9329b45e6f133318a37dd8;size=55 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 31 387 99.7 + 0 0 267MD119M f13312855e0c8d42c5d1bd57e17117cd;size=55 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 215 380 99.7 + 0 0 116MI264M fcb058618af3d6c552ebcdbe9389b49f;size=55 8685c2fb628e3d22f6ce0e96a594094f;size=329 S 871 380 * * * * * 018f69ef328a50aee4e87196ea6de8cf;size=54 * H 88 394 99.7 + 0 0 310MD83M 06934a0b0cb188441496fa9b293acdd2;size=54 844790a9a48307f1f851021640d62a66;size=827 S 872 381 * * * * * 0bb6afa975ff310a92848ca7a6e2d87b;size=54 * H 134 389 99.7 + 0 0 262MD126M 0dc46e8eed06cbe1975e709fa2605834;size=54 c3859079a9dd32bf9dbfe26094582ad3;size=547 H 94 380 99.2 + 0 0 291MD88MI 0f071ffc193adf45d3972ced6804dfd6;size=54 7ff818ff14477645d9748f9e80212e1a;size=791 H 1 374 99.5 + 0 0 34MD315MI24M 15476aed285fdb44ba4f54dfa05c5be0;size=54 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 873 387 * * * * * 1893f9f06916d8004561f8894890866f;size=54 * H 634 382 99.5 + 0 0 78MI37MD266M 2b1c3d7dc8f2ae254e3ebe364bdb64a8;size=54 53bfb68325c8e0b7594504ecb97058a9;size=80 H 44 380 99.5 + 0 0 34MI346M 2cbbe2422b3b9e3f204450a4e4df0680;size=54 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 19 386 99.2 + 0 0 386M 31105109258ae1a29767e84121d4e507;size=54 be32a04d8af28ab822f66005c721cc1a;size=2849 H 198 382 99.2 + 0 0 123MI73MD97MI88M 32d6c39b69aac70a2801e4f768273736;size=54 58d07c53510c05888cde3634d588bfd4;size=355 H 15 380 99.2 + 0 0 34MI346MI 3f9b9995bcd203789ed20f7ec369369a;size=54 721460e46e8804111d74cb730340492f;size=3538 H 22 379 99.2 + 0 0 160MI219MI 449b6dc5ead3d39e393eb6a72f8d4838;size=54 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 874 382 * * * * * 4df424d04f139d435bab761b287dc2cf;size=54 * S 875 386 * * * * * 5580dcd42dc8163231d4078f47c684e5;size=54 * H 55 382 99.7 + 0 0 292MD89M 564d10ca31db0d98b30884db0253a3ba;size=54 213782d871e7988943bf278c3191f221;size=1289 H 359 379 99.5 + 0 0 379MI 5ac0be3075a6b7d5797405288d84c58b;size=54 e88eb8da934e51d4208b6d8d2b7b0473;size=171 H 54 372 99.7 + 0 0 154MI218M 63d0b2efed3e8eba87db3e33833bed3d;size=54 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 6 382 99.7 + 0 0 170MI212M 64e3975de748f1a6b3ba4aa1df8d47d3;size=54 efbd11c972faa734253f779fc4eb2a64;size=5440 H 133 380 99.7 + 0 0 166MI214M 6637654742ea620494c49d7d4d7f6068;size=54 40ee3d716c5d6182074f0a132734dc08;size=547 H 1 375 99.7 + 0 0 29MD345M 6955b712d5d477877f8bf441af527962;size=54 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 2 385 99.5 + 0 0 294MD36MD53M 6a99d76664f0367f6a62f69db0b78495;size=54 39392bbb9626a64e6663c05b70293e7c;size=11535 H 8 386 99.2 + 0 0 125MD260MI 71b6cdb5d250741e138a4ea4a05fe0a1;size=54 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 876 366 * * * * * 762b142d903eb5d4ae3e845c964e8936;size=54 * H 97 379 99.2 + 0 0 379MI 7f1053aa67ced31d7bc7afdc11f8547b;size=54 e944faf685bbce6aafc662e764ebeb64;size=743 H 122 390 99.7 + 0 0 307MD82M 825b0adf2917e6b2c53305c90622f4fc;size=54 5aeaacb4835e86de247998ffbc34107c;size=606 H 8 386 99.5 + 0 0 125MI204MD56M 8584ef198d582a93479078ae745a44ab;size=54 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 36 386 99.5 + 0 0 386M 893e75b98d61e1564a9ab31220b7c861;size=54 99ba81c88f63f83daf290add3918d38b;size=1787 H 85 379 99.2 + 0 0 34MD344MI 904580c6df3d404089d03597b60f8603;size=54 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 877 364 * * * * * 989d1b4876ee823819e800deea346bce;size=54 * H 331 382 99.7 + 0 0 299MD82M 9ee9d67284da5e8bf9a592da813d1524;size=54 11109b2b1cdada8226ec191c63610ec2;size=186 H 21 385 99.7 + 0 0 182MI203M a4e335162ed2d214b5f238d4c5d11892;size=54 0af8e08a076e300ff906097a4030b9bb;size=2733 H 38 382 99.5 + 0 0 297MD83MD a5fe164fa8b83f255dd8974ec4f747c1;size=54 4fd9e532b34b278047b4a588cc98708a;size=1762 S 878 375 * * * * * a639035c23d77b76e40370a2f0902d3d;size=54 * H 8 388 99.5 + 0 0 198MD99MD89M ad2ca87e75a9707cd9a68f7013590a84;size=54 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 648 377 99.7 + 0 0 116MI261M adabce9ba2c4a3f61ea1501efed02247;size=54 6d57294ed67242529f4edffb9b4e878a;size=78 H 22 382 99.5 + 0 0 34MD347M adfc2b5f5bf1355ca9f2d345bc47767d;size=54 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 60 379 99.2 + 0 0 34MD344MI b176c7e34ea6c5bdbcfa7e658c85e09a;size=54 cf300107400178f2895f501833126e35;size=1153 H 0 388 99.7 + 0 0 352MD35M b5e5a8373c5bf3346500f14d76f40f8c;size=54 b235271fbc8a6c9d990037857189ee9a;size=22254 H 243 379 99.2 + 0 0 160MI219MI ba86775551e67b5dd29c01095f43681e;size=54 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 S 879 383 * * * * * c2086e348d1da26889450e4143430460;size=54 * H 22 383 99.5 + 0 0 160MD138MD83M c2fd5fedbff47ea632b598dc42722b88;size=54 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 0 386 99.7 + 0 0 4MI382M dd353b9212fbca0c37057c17f4bc0129;size=54 b235271fbc8a6c9d990037857189ee9a;size=22254 H 318 377 99.7 + 0 0 246MI131M e1d23cdbefa4f1f7e770118972ea8cce;size=54 da285096b7bc838d922f2db9bc467d04;size=193 H 62 379 99.5 + 0 0 246MI133M ea9b1cea9f83fd8dc846ed26a850ee8d;size=54 5683a4033863e64015d0facb4961a38a;size=1129 H 128 380 99.7 + 0 0 166MI214M ec01e3616da6627ac504a7e66706566f;size=54 a1451116f9f7102792d8505467a8c1ad;size=571 H 352 381 99.7 + 0 0 381M 01bfcc437afabc6596a21b7b371d6ca4;size=53 28155e710779c6b5bff45c03ecfa58a4;size=173 H 26 381 99.7 + 0 0 381M 044c75508ba3223d793ef47dc27591ed;size=53 38a1e68923981030900a4744924d4694;size=2491 H 70 384 99.2 + 0 0 125MI38MI148MD72M 0b8ade314beef9ad3ded5a3196f55279;size=53 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 470 384 99.7 + 0 0 119MD264M 0c571fc0a6a75e70c8d92d192c91b358;size=53 2a75dd5b60ee6ae045fe55d21f1891f2;size=123 H 288 372 99.7 + 0 0 284MI88M 0df8854e978819c5ac7176b27887d047;size=53 908baaf2bec72eafc520025ef78d0b01;size=220 H 39 383 99.7 + 0 0 171MD211M 0e6e73e6f933f0cb1a77c4d84dd226bb;size=53 750451de425698bad38d5e1c872b2f12;size=1660 S 880 381 * * * * * 1017cf18db3e888eecd2433927cdacc8;size=53 * H 318 378 99.5 + 0 0 160MI130MD87M 10ac996b8132e200659d9f8d4c4fb141;size=53 da285096b7bc838d922f2db9bc467d04;size=193 H 25 382 99.7 + 0 0 178MI204M 11ed2c7303d4094b5b262a519a871d4c;size=53 7228f266f04a46bfb85ea74e73546004;size=2508 S 881 379 * * * * * 1d0340668845daf8a2a790008f8ada48;size=53 * H 789 382 99.2 + 0 0 382M 1f22e53eda95508a58ac536d57f52350;size=53 b9b93de88fdcac81ded1f0d53827ba92;size=61 S 882 461 * * * * * 1fcfe9045f0bc00da82d03df44a48394;size=53 * S 883 383 * * * * * 20f0f951e95b044cd869a66502a8216b;size=53 * H 123 381 99.2 + 0 0 381M 255982e82285ca18251a89aa515bfd93;size=53 33b3c5e1986b70b996a950c3cd017795;size=595 S 884 380 * * * * * 2b6beb4253e23c4eb8e90bc96e07187d;size=53 * H 1 375 99.7 + 0 0 30MD344M 3228a0e1a5e0724feb2cc3e2318704b0;size=53 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 96 383 99.7 + 0 0 171MD211M 33ae527fef1d617b94cad8bf4c7b8af8;size=53 7339ea459aa81191fce7bdc808274976;size=761 H 75 382 99.7 + 0 0 34MD347M 39dad27bbedd8fb040cdb9aceca5eeec;size=53 2fa9b827204a1d3d905718078b9109d9;size=1011 S 885 383 * * * * * 39f168ccfc5b9e0c74ef2c4b05ea411a;size=53 * H 97 378 99.5 + 0 0 169MI76MI133M 3ca28ff91fbeb6a81f4a7886a8b6aeba;size=53 e944faf685bbce6aafc662e764ebeb64;size=743 H 328 381 99.2 + 0 0 381M 3df040ec6e55029802a4f9e963b97dea;size=53 1d67ed778076a80b5816b1d88f35c5d1;size=187 H 87 383 99.5 + 0 0 299MD83M 40130b4920b0dfe31efc668b86083ea5;size=53 a515a6062896d997c5e630b545f3dc12;size=833 H 140 380 99.7 + 0 0 160MI220M 40a2d790123ecd5754bad9d3584f4c16;size=53 c2ec0deab354d63640bf15935c669906;size=520 H 824 381 99.5 + 0 0 380MD 444e6f26255bad031b7031d12a914e9a;size=53 526f4dd32c2c133e05cd9becce3163fe;size=58 H 264 379 99.5 + 0 0 256MI35MI88M 4834e63fa60242370551716b960cea00;size=53 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 H 67 385 99.2 + 0 0 385MI 4c2513f370d60644efa0f7213c4ea8ff;size=53 e222fa7a96b66870560ef0055ca5911e;size=1108 H 85 377 99.2 + 0 0 360MI17MI 4c3077c1f3a460e2155195ea1895485c;size=53 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 15 383 99.7 + 0 0 357MD25M 504906e5ab4dd74de47405554dd15e87;size=53 721460e46e8804111d74cb730340492f;size=3538 H 4 387 99.5 + 0 0 170MD89MD126M 55e66b93169bd477e8f30b022835cff0;size=53 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 175 375 99.7 + 0 0 167MD207M 5a511beb4ff1bdef376b8e6ce5fcd107;size=53 721ba4ac8a65f9d24e6b4a158d71845d;size=420 H 104 386 99.7 + 0 0 125MD260M 6f54223d94a902baa095e74a05ad2f34;size=53 4a1b19992477b69740b3dd9e44698fb0;size=694 H 14 380 99.2 + 0 0 380MI 787828e24625a4e0f9e748889028b490;size=53 78951b2d4ca30531381672a30be0978a;size=3655 H 14 382 99.5 + 0 0 160MD221M 7b5ae05bc8cf807d1d31e20b63e64747;size=53 78951b2d4ca30531381672a30be0978a;size=3655 H 36 384 99.2 + 0 0 294M2I90M 87255ece798c8bde6e05afd755bca00b;size=53 99ba81c88f63f83daf290add3918d38b;size=1787 H 650 368 99.7 + 0 0 160MI208M 89a16b30882c043ebb9e3e6d303145fa;size=53 9fa019e62ba1701f3e2e33f43e60d213;size=78 H 386 381 99.7 + 0 0 381M 8c671f4566c95d046e225fae8c1ea05a;size=53 cc30aba65fdd9fe4be968ec3320b9020;size=153 S 886 381 * * * * * 966a5d8bf9aa4614e4859c01c326ab04;size=53 * H 79 380 99.5 + 0 0 380MI a008eed028d331bb8c6771b4a6a0d781;size=53 367981d8723cf4e3d71baf722702b583;size=955 S 887 381 * * * * * a8944576a12c7d4c3db351230a2d4c7f;size=53 * H 26 381 99.2 + 0 0 381M ae4c9e681f66d746f2d83e154b97a2d3;size=53 38a1e68923981030900a4744924d4694;size=2491 H 278 381 99.7 + 0 0 170MD210M b0b76f4d227e0cdb6f53b07a6a156a3e;size=53 7f1ce15f3979e89beca8d4b7daf94032;size=239 H 500 380 99.7 + 0 0 380M bb3658e3b6292ad785f50c603b2406b4;size=53 86d4259184e6f43595879c970aa34fda;size=113 S 888 389 * * * * * bd1d335850d74baec349713fad4487f9;size=53 * H 44 382 99.5 + 0 0 298MD83M c24a096521136ec3b7a8fc5bb0c00099;size=53 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 16 387 99.5 + 0 0 172MD168MD45M c41dbe08044aad024d13bd9e1156b35d;size=53 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 537 382 99.2 + 0 0 160MD220MD c8d512e0129893e02df41ef83aa75d30;size=53 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 H 715 381 99.5 + 0 0 381M d1ff08c432288021c04bad0cf40bf5e2;size=53 8ab95798acb8d041ceb09ab8e0712a4a;size=70 H 186 388 99.7 + 0 0 34MD353M d6efa2f9b964125be44d1a95e1c5dbbd;size=53 e67a9d63816097204dd6e18fb386751d;size=393 S 889 386 * * * * * daadeee4882cfe19f1b1df31b3b6dea7;size=53 * H 43 381 99.7 + 0 0 246MD134M dac919be8f538c0995f16f4584b574f0;size=53 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 287 376 99.7 + 0 0 135MD240M dcefe106c55efacb9e0c121f34d8f24c;size=53 4608baedf86b144e7d02aed3357fc9da;size=220 H 12 383 99.7 + 0 0 258MD124M e403678a760e7742a1991648cf295fb0;size=53 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 64 386 99.7 + 0 0 329MD56M e7debbf4402ea3a31299149b87e72733;size=53 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 S 890 378 * * * * * f534d00013195594fd56ef26034b2317;size=53 * H 187 381 99.7 + 0 0 381M ffb23cb0656ec0833247d03d5755d33a;size=53 54032a4dfdc08d69ed768ee5679c59cc;size=391 H 119 381 99.7 + 0 0 160MD220M 014a51c6217ef818bf25bc6c02a8a58d;size=52 cfd6a70895524ca606ec066301d205ff;size=629 S 891 382 * * * * * 0435dceb51a36b0abd40f24572de2cf5;size=52 * S 892 378 * * * * * 0893e92d86ff68376a55ab46595017f9;size=52 * H 379 381 99.5 + 0 0 381M 0c0edc02c65189fd1ff742b42c7d07e7;size=52 fc3ceb28df65d18a8f5085121b0d8fe5;size=157 H 464 385 99.2 + 0 0 180MI204MD 0de5e761f8adeffdd1be9cfe16f361ae;size=52 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 54 372 99.7 + 0 0 301MI71M 17502fcb20f29bdc5d550516f94e6a1f;size=52 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 250 374 99.5 + 0 0 374M 1845a7fd5221a9276dbb4c363c77139d;size=52 c5ffc66b15459f2709fa625c42de4981;size=269 S 893 380 * * * * * 1b2b750c1fd8766c5878cddb0391d0ba;size=52 * H 7 383 99.2 + 0 0 171MD210MD 1be25aad364438cd918b0789467fc7ee;size=52 aecd442213d89e3f43949aee5040a3ed;size=5318 H 6 385 99.5 + 0 0 34MD260MD89M 24157745d5645ab474795598e36bc4b2;size=52 efbd11c972faa734253f779fc4eb2a64;size=5440 H 118 383 99.7 + 0 0 171MD211M 28f45032cb90be4b5d9d95bbbc3af5d8;size=52 41aa558db03ff7bf571533d8bd1ebb40;size=642 H 199 380 99.5 + 0 0 380MI 2b2d80248f8a9e66d753a19d59483783;size=52 994f63ec426d91db7e7fb403ffb4037a;size=355 H 0 386 99.7 + 0 0 362MI24M 2d570b1629358053c524312434e3f176;size=52 b235271fbc8a6c9d990037857189ee9a;size=22254 H 525 382 99.2 + 0 0 160MD220MD 355b292466f5a0db69fca0fdf292a4e4;size=52 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 24 383 99.5 + 0 0 34MD348M 3841086c81bc884bd5a0450c67d2cc2a;size=52 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 29 380 99.7 + 0 0 34MI346M 4abee8df0b222daba228896a90aac79e;size=52 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 0 389 99.5 + 0 0 8MD5MD374M 4d77c3ed04312bcc1cca79ba27858eb4;size=52 b235271fbc8a6c9d990037857189ee9a;size=22254 H 99 383 99.5 + 0 0 383MI 4e4a39fa9816c0aaabb9fb3a809ec0a3;size=52 42c7fb60f5a894d2b933bba9d7a36d89;size=727 S 894 388 * * * * * 4fe06179364432f8568813357860b968;size=52 * H 158 385 99.7 + 0 0 331MD53M 533bba509db639af721a06a33b4ef847;size=52 57c540a49d737b1100040c740f81c846;size=464 H 737 383 99.5 + 0 0 382MD 582ec80ad3704038aa3d66d8b87430fe;size=52 c69ff36865b5e8875202d635b38fe11e;size=67 S 895 381 * * * * * 5a06713ddc53f360a775a0eb31b07cb7;size=52 * H 2 382 99.7 + 0 0 170MI212M 5b5508e444a83c54f21fc0e04a029144;size=52 39392bbb9626a64e6663c05b70293e7c;size=11535 H 217 388 99.7 + 0 0 251MD136M 5b579d3387150ebc156b9490da894b0a;size=52 b70728739981fa5153c9a1dea8c491ef;size=327 H 7 381 99.5 + 0 0 34MD137MI209M 5ce9cb7bb38eecf0195a951440a447d4;size=52 aecd442213d89e3f43949aee5040a3ed;size=5318 H 392 386 99.7 + 0 0 170MD215M 5dd896ef3c77fecad4c135f3079754bc;size=52 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 S 896 309 * * * * * 5f6b41eee25b85749d6079c416331706;size=52 * H 26 380 99.7 + 0 0 160MI220M 5f94e3bda12aeef95aeb83019420bac0;size=52 38a1e68923981030900a4744924d4694;size=2491 S 897 381 * * * * * 6030c611f99d7a3a46a57960796dc064;size=52 * H 12 383 99.7 + 0 0 290MD92M 635196f7c367b38b6edb990a56b38199;size=52 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 25 384 99.2 + 0 0 124MD46MI86MD126M 641cacad5ccd1bacdd13a3f5c28a9860;size=52 7228f266f04a46bfb85ea74e73546004;size=2508 H 17 383 99.7 + 0 0 383M 647ad9729b46d3fcab037740ac261b19;size=52 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 54 375 99.5 + 0 0 284MD10MD79M 69a8bec790fdd777c728d803a030f0ba;size=52 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 148 384 99.7 + 0 0 384M 7071b489fa24c929e2e711794958e88a;size=52 3b1221ec852febd44787188eb6382a49;size=494 H 1 372 99.5 + 0 0 315MI23MI34M 743a6fff821293645890542d3f03ea66;size=52 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 227 382 99.7 + 0 0 256MD125M 746bcc9f13633d2ca770ae4451473698;size=52 f4d046c3e4669c026cc998f92510b9a3;size=298 H 38 382 99.5 + 0 0 159MD132MD89M 74fce4749b67169d5ea120bf49f9eb79;size=52 4fd9e532b34b278047b4a588cc98708a;size=1762 S 898 381 * * * * * 8dcf0fe635fe964a71e123dfda78ee56;size=52 * S 899 383 * * * * * 9334db2601513508b8910703e710fc81;size=52 * H 2 382 99.7 + 0 0 107MI275M 93827c4d45baaf3cd71fa8b32e2cfd34;size=52 39392bbb9626a64e6663c05b70293e7c;size=11535 H 52 381 99.7 + 0 0 381M 9f591b104a25afa740334157d63bc411;size=52 baf09ace0115fe3c856c80b04af9cd49;size=1364 S 900 378 * * * * * a0d3d80ccd14a4bce579a9136b501bea;size=52 * H 106 378 99.7 + 0 0 288MD89M a4fd32533b49fc770702444618082952;size=52 59c1d21cebe637e57ec8eb01d978b243;size=681 S 901 379 * * * * * b68373259d3fdd007b52565df00e0ff1;size=52 * H 26 382 99.7 + 0 0 313MD68M b8de329fb5bd24c29a33cc75528735b0;size=52 38a1e68923981030900a4744924d4694;size=2491 H 23 384 99.2 + 0 0 34MD349MI bd3209359f38900c8b717fd49ba6b76f;size=52 86bdf526074a459b826e641cd6131868;size=2562 H 35 377 99.7 + 0 0 110MI267M c2c50a9a588bcf0e2df36153ba163784;size=52 4084bd8293b08a58e03158d6668952f9;size=1934 S 902 387 * * * * * cf40bdaecdbc35c56ea8cf80b48afef6;size=52 * H 43 380 99.5 + 0 0 159MI137MD83M d175d30bf1f94c9aa72d51febe4287ab;size=52 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 392 385 99.2 + 0 0 34MD214MI136M d9f1e24332ccfd23a03a6e6d4679be36;size=52 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 46 374 99.7 + 0 0 374M da99a6626bc1e912ffae953769706662;size=52 9251e8578062ae5ff73218117a6def92;size=1541 S 903 381 * * * * * e49f1b5b3d83de671e58ebcaeff2edfb;size=52 * H 70 387 99.5 + 0 0 34MD279MD72M ecca189886c022fa63c81a24be0685f9;size=52 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 263 379 99.7 + 0 0 253MD125M ecefcb02cdde111a955faac7c6c1253c;size=52 23f7952d42a3a152e33aafadabaa9970;size=256 H 789 382 99.7 + 0 0 382M ee0a22c8b59ebd1fa81d0a628e039126;size=52 b9b93de88fdcac81ded1f0d53827ba92;size=61 S 904 382 * * * * * ee2697b56100eb2de88e26475652f08b;size=52 * H 164 382 99.7 + 0 0 292MD89M eeb2cf803ca7a922841b2f66626331ee;size=52 1a7acc4b2de33264acc41af600f16b07;size=444 H 331 382 99.7 + 0 0 343MD38M f12fa4209330e69e62d9a8a7695d8131;size=52 11109b2b1cdada8226ec191c63610ec2;size=186 H 27 386 99.7 + 0 0 250MD135M f88348908219f58b3736cb2669d10f7e;size=52 132ced0592418845eee2359a1359672f;size=2452 H 17 382 99.5 + 0 0 168MI214M fd1c44e78fc2dd67954ce966a58d2eeb;size=52 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 905 366 * * * * * fe8f8fe14ccffdbc49bbe8243ec13a10;size=52 * S 906 382 * * * * * 00215465978886967ca2a169fa7f4c86;size=51 * H 42 386 99.7 + 0 0 163MD222M 0a164b5e15ed07596a8abc8032c27f31;size=51 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 411 377 99.7 + 0 0 167MI210M 0c4740a2d6d940b150f01cf2722e96a1;size=51 eb5baab55402933a55bc5ea7a7af4eb5;size=144 H 91 384 99.7 + 0 0 34MD349M 10fb9d197368e19592759088a70ac220;size=51 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 6 385 99.5 + 0 0 34MD163MD186M 1c9961219efd122f5a0f638b4f22bdee;size=51 efbd11c972faa734253f779fc4eb2a64;size=5440 H 116 381 99.5 + 0 0 380MD 1e6ad83c221471aacf9a1846cce65b14;size=51 8d56b6f91b7034d2d47894a305860099;size=645 H 2 384 99.2 + 0 0 383MD 1f406968c69d5ea1ba66592bada41631;size=51 39392bbb9626a64e6663c05b70293e7c;size=11535 H 572 381 99.5 + 0 0 381M 22fd7247bfbe3a597e986b54bdbc1b93;size=51 2b0e74b6dfe2319424797f597507cb92;size=95 S 907 340 * * * * * 28cf4b7f2057888b45eebb42323854c0;size=51 * H 813 378 99.5 + 0 0 34MI137MI207M 2c1406bd3c7520dba4f690c5c715a1d4;size=51 9aa859a343f11ef50552680c294ab3d6;size=59 S 908 381 * * * * * 2e913ee32ea01554f1d30ebfee9f620f;size=51 * S 909 377 * * * * * 3ce11481015978e15936ce7c9c18d233;size=51 * H 25 383 99.7 + 0 0 383M 45268c93395c0282db733de902e4f93d;size=51 7228f266f04a46bfb85ea74e73546004;size=2508 H 282 389 99.7 + 0 0 59MI330M 48f20d1ee230435074d9e9cad62a7235;size=51 e4295c8bbaae43a1ff6cb47bb0d9932f;size=229 H 9 381 99.5 + 0 0 381M 53175af56e2177464a817b18732249f7;size=51 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 168 382 99.7 + 0 0 325MD56M 594bcee67386421d161319aeab68dc8d;size=51 772a2d8fcd7b325862af3f66e296458a;size=429 H 629 386 99.7 + 0 0 386M 5a5bda844f6a6d6c05a55a19cc5e9d38;size=51 42d8a28dffe024560c024c756b6b0951;size=82 H 5 375 99.7 + 0 0 291MD83M 6339b65f9f338c1e4a4771865ff5b04b;size=51 da17e1a54e88120e294c7e68e350f47f;size=6062 H 115 384 99.2 + 0 0 384M 68dc91898a909927d943a64c543c9782;size=51 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 25 384 99.7 + 0 0 300MD83M 826374ea5b73617c9ae469533be3b329;size=51 7228f266f04a46bfb85ea74e73546004;size=2508 H 2 382 99.2 + 0 0 107MI15MI170MD89M 90063e155a9c872d86d00908c86effe2;size=51 39392bbb9626a64e6663c05b70293e7c;size=11535 S 910 374 * * * * * 9457cc34c7139c9911d591d3887a0bbb;size=51 * H 377 380 99.5 + 0 0 379MD 95da5dcceb681c4c404d364cd60dc6a2;size=51 109d07cf7a71b4123b2ee8fe5d5db10c;size=158 H 128 382 99.7 + 0 0 160MD221M 9b442ccc483dd9771eb8d561548f3218;size=51 a1451116f9f7102792d8505467a8c1ad;size=571 H 138 378 99.7 + 0 0 291MI87M 9cdbe5ba976c14055fe4d2d4523ec82d;size=51 a132452c2bc0948bb95daf81049430cb;size=538 H 305 380 99.5 + 0 0 380MI 9f2d70797608a3e5ff1a2a9ccce4447e;size=51 e560380fa046a9b1349f45dd58425ca6;size=204 H 6 384 99.7 + 0 0 63MD320M a157468afd105b563639b9d979daad51;size=51 efbd11c972faa734253f779fc4eb2a64;size=5440 H 37 373 99.7 + 0 0 173MI200M af6fa11e4fc7bb06f7a171672982cf7e;size=51 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 198 384 99.5 + 0 0 197MD186M afe9e4bfee577cfd573dbe722e8d7e6c;size=51 58d07c53510c05888cde3634d588bfd4;size=355 H 3 385 99.7 + 0 0 172MD212M b45d83742772561644d5aa7ea86adb43;size=51 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 8 385 99.7 + 0 0 260MI125M bec0b8c7cc16d510905ee992fcd9f0c8;size=51 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 911 389 * * * * * c60936f1504a272930d370c0ed049c47;size=51 * S 912 392 * * * * * c95d1a101b086de8e9d514f45fafabef;size=51 * H 113 381 99.2 + 0 0 196MD184MI cc76f8981cb5a401967353e12f3568ae;size=51 d349ee2925f041b4e7f00f75a0570421;size=651 H 49 381 99.5 + 0 0 160MI131MD89M ce372c6edb21ccbc93c42a31e0c05e3d;size=51 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 182 381 99.5 + 0 0 381M cf5d0c2614e439a976330e44c31f7f92;size=51 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 266 384 99.7 + 0 0 173MD210M d462ee273de018acfa51487fc49d927b;size=51 d35654eb7b71f92a7122dd25696b4daa;size=253 H 99 385 99.7 + 0 0 331MD53M d64aa9778f822885e42f4c02ec2b26d0;size=51 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 38 380 99.5 + 0 0 380M dd7e82ad1287b4a7df37db0f4a701542;size=51 4fd9e532b34b278047b4a588cc98708a;size=1762 H 93 380 99.7 + 0 0 380M e79ad5670ee2a063435a900d205936d0;size=51 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 11 383 99.7 + 0 0 180MI203M e8a32549c484f23e2433de099bc8ce40;size=51 96ba76b9e5bd26447d84901071634c23;size=4384 H 76 383 99.5 + 0 0 255MD37MD89M ee0700099d0032a646195269fc0286ef;size=51 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 104 384 99.7 + 0 0 109MI275M f0a99f561d19831283911e40cba1b2c0;size=51 4a1b19992477b69740b3dd9e44698fb0;size=694 H 395 392 99.7 + 0 0 302MD89M f1a458659a90a43cf863ee726a27567e;size=51 33244f91d4ba5d9bdf049d43bd3d67b0;size=150 S 913 378 * * * * * f5a3778ceec270698bb1a4d279f2a73f;size=51 * H 645 386 99.7 + 0 0 386M f6754bb1b8b56a4ff28f96b2198e7f41;size=51 23156b999d7684f0b44bdfbbbda3487c;size=78 H 23 385 99.7 + 0 0 297MD87M f9fff6076390e5e09edd284cee6ac1cc;size=51 86bdf526074a459b826e641cd6131868;size=2562 S 914 387 * * * * * fd28f40b4536bac5df5a4157d73eaee8;size=51 * H 136 384 99.7 + 0 0 34MD349M 025e4d70312a9e8040fdb2f8ed6a77d6;size=50 dbc1082a874a94772a2a0c3e344035dc;size=546 H 29 382 99.5 + 0 0 381MD 0acd4dc4afe20ada1e65b8fd90718b65;size=50 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 1 377 99.2 + 0 0 34MD133MD118MD89M 0f25b1b48f55eceb8a0e5297dffba3f8;size=50 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 915 364 * * * * * 108ed60116e7986a812e09b0d1b33e75;size=50 * S 916 382 * * * * * 15728e1b1c0c3c3e59c640ee4c06243f;size=50 * H 74 379 99.7 + 0 0 33MI346M 1a2025a9988335fb435ff6e75c52fe1b;size=50 02e9878bee1cafa43998775734f77d5f;size=1012 H 151 381 99.7 + 0 0 134MD246M 1ba7c8220d04f03c7c506a715e69f102;size=50 1573227062856a5b20f3c26fcc091327;size=487 S 917 382 * * * * * 207a5a182a9a2f7ea3a9277eab77334d;size=50 * H 1 375 99.7 + 0 0 349MD25M 211d3632cbb2a6d50fbda6265ed24200;size=50 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 27 385 99.5 + 0 0 179MI116MD89M 221e210654eb0bf9d8ee776be7046222;size=50 132ced0592418845eee2359a1359672f;size=2452 S 918 383 * * * * * 259c5209b96275908055ab6718b6b6e6;size=50 * H 713 382 99.7 + 0 0 292MD89M 297b3672202047c5927227706a2d3944;size=50 65c3c82704da76fae20dcd672f42aff2;size=70 H 548 382 99.2 + 0 0 298MD82MD 2b28637a922a74885c111c6f5298bdae;size=50 411089f7f65d93900914c4a7338e3be6;size=102 H 38 382 99.5 + 0 0 291MD13MD76M 2db40a6d3444ac68df322d4cdedb78e7;size=50 4fd9e532b34b278047b4a588cc98708a;size=1762 H 20 382 99.7 + 0 0 298MD83M 2fffa145909d985e57c4d8975cc99165;size=50 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 S 919 381 * * * * * 32225ffac7c11c88638e75d7410f7149;size=50 * H 40 379 99.2 + 0 0 248MI131MI 3369b8ed4cad2d72070603ad274a50ea;size=50 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 71 359 99.7 + 0 0 310MD48M 355bcea002bcfa248ca6e8ddd7ba503d;size=50 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 H 21 385 99.7 + 0 0 102MI283M 3ffeb7cbba05b9a54cb940e22c4e4d0c;size=50 0af8e08a076e300ff906097a4030b9bb;size=2733 H 249 389 99.2 + 0 0 389M 445f4eef596f66b297228edc24faff6c;size=50 2b09ed1b51f5b033b8d16c9b432ed8a6;size=269 H 64 386 99.7 + 0 0 360MD25M 4a71188f21cc812f66553df340a4236d;size=50 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 H 15 382 99.2 + 0 0 293MD88MI 4b3cdf91444cd3468f07286da7469f4d;size=50 721460e46e8804111d74cb730340492f;size=3538 S 920 386 * * * * * 5bddc98fba0751d786830704920c7b66;size=50 * H 85 378 99.7 + 0 0 290MI88M 649ab7c325bf95f4a636eedc1da2356f;size=50 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 159 378 99.7 + 0 0 290MI88M 6d7e73ada5eb2d5930a895ace6472e09;size=50 d599abec9e36066c363eab67ce6b6469;size=457 H 220 379 99.7 + 0 0 289MD89M 737a843af606869699b6530e14d9e17f;size=50 3065bc6f2db8f8e4fc472d109d834122;size=321 H 89 380 99.2 + 0 0 292MI88M 7c8f3b32a0ba2414e4eedee2aee79068;size=50 a62b53f76dabc51fbc608497f0423b3a;size=823 H 15 380 99.2 + 0 0 249MI131MI 7d869ff7f1a28b6d6b8d6f001393c5ca;size=50 721460e46e8804111d74cb730340492f;size=3538 H 19 386 99.5 + 0 0 386M 854bbbf73c5eab41d1ac05c36957288d;size=50 be32a04d8af28ab822f66005c721cc1a;size=2849 H 5 374 99.2 + 0 0 34MD339MI 8622aa6115a42db5b1b8eb1d96f10230;size=50 da17e1a54e88120e294c7e68e350f47f;size=6062 S 921 379 * * * * * 8f790639c4dfabdc8b647a9705e2774e;size=50 * H 46 375 99.5 + 0 0 291MD83M 9219424d7f53ae0d6235987640cc699f;size=50 9251e8578062ae5ff73218117a6def92;size=1541 H 469 383 99.7 + 0 0 294MD88M 9333b8ade049af21df3dfcc45970bb8f;size=50 a974e78f879496d01bbc65e1b1495f9c;size=124 H 197 380 99.7 + 0 0 247MI133M 960d80b689755e17f98f238e6dae4810;size=50 ae556cc266047d8429d800334c893f45;size=357 H 126 381 99.7 + 0 0 297MD83M 98a132735b966ff7efdb4689c2cee3f5;size=50 d8361fa382562000eee5e9a11a6e0a11;size=580 H 43 382 99.5 + 0 0 297MD83MD 9a3575f93a5a5a226e64cd96cf1b50b7;size=50 b004e29357ab2a04c9e404f649b9b9cd;size=1600 S 922 379 * * * * * 9b9e424d601f78dde79a0eb58e7ae439;size=50 * H 1 374 99.2 + 0 0 155MI129MD89M a0350f4c9260009c998c54c0d6e2ef78;size=50 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 8 385 99.7 + 0 0 19MI366M a466a61c7b0b890321ea6db864c45352;size=50 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 10 375 99.2 + 0 0 165MD209MI a59fbe011bf3f0a0ae85a38fb3f3f2e8;size=50 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 182 381 99.7 + 0 0 381M a8106c0c96e3a7215114ca07b67afc92;size=50 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 214 378 99.7 + 0 0 288MD89M aa99e640c0e140ec426f89bb58b6bc46;size=50 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 H 159 379 99.7 + 0 0 379M b8878a04d63ec25501d97784159a04af;size=50 d599abec9e36066c363eab67ce6b6469;size=457 H 48 385 99.7 + 0 0 310MI75M b8da6139d27bf4ceb18e260facb61c7f;size=50 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 32 376 99.5 + 0 0 291MD15MD68M bd7fda557cda3fe9c09d7429b2143d61;size=50 db38f1b47bbe57241030f94f3cab84cd;size=2069 S 923 388 * * * * * c9269bdd6d2ae01d61bf33e56a47929f;size=50 * S 924 382 * * * * * cea29623321bccd710ed79d6d5789c00;size=50 * S 925 382 * * * * * d077341ff10b316d05b594030ea6ca9a;size=50 * H 227 380 99.7 + 0 0 292MI88M de43fadab41f9e48f6f042b25c1876f4;size=50 f4d046c3e4669c026cc998f92510b9a3;size=298 H 93 380 99.2 + 0 0 160MI219MD df1618b0c2729adf7ed16172a1665306;size=50 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 141 381 99.7 + 0 0 312MD68M e8e62deed3a1ba6a51cf7f9c46c699e6;size=50 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 H 533 382 99.2 + 0 0 382M ecd2fa29f5a0c42bd50e755934f176cf;size=50 6d0005a2f1dfca384db1699021172baa;size=105 S 926 386 * * * * * f7451b75c8195112964a9341b0be16b3;size=50 * S 927 383 * * * * * f8430c834621130ea1ce906866f2fe56;size=50 * H 646 382 99.7 + 0 0 122MD259M ff873b31001b80b4716a5169e8caeddd;size=50 25cf8b32b18aa9c54b28fe09d5c1e888;size=78 H 333 372 99.5 + 0 0 155MD128MI88M 0df897350af8a2ed4c1d257f189065f8;size=49 c1b7171836226e1dc4ba965cdc162096;size=186 H 404 374 99.5 + 0 0 374M 0e7d46c7b8ce23a7b657194d39fdaec8;size=49 0d4719a1de635a940b7374fa8a77558e;size=144 H 469 382 99.5 + 0 0 169MI78MD134M 0f52d9c5c3a0e13670c0049c0a04ea51;size=49 a974e78f879496d01bbc65e1b1495f9c;size=124 H 2 383 99.2 + 0 0 294MD88MI 10f138c17732bc15b89a217923b20d69;size=49 39392bbb9626a64e6663c05b70293e7c;size=11535 H 1 376 99.5 + 0 0 155MD12MD207M 17f4a67ed3043d2d9cc2161c8058b121;size=49 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 928 380 * * * * * 1a85b8ad4b57c2937e29ae3bc9575e92;size=49 * H 215 382 99.7 + 0 0 160MD221M 1f92a7e1b07aa64a7c3292723aa5cd7b;size=49 8685c2fb628e3d22f6ce0e96a594094f;size=329 H 179 379 99.7 + 0 0 34MD344M 3062899c5898efb49ff5f5ff434b505a;size=49 9128132d0cf180c38a31b71a3f5a3fa0;size=409 H 3 384 99.7 + 0 0 384M 349135fd41667add3529a148a2ac3e0c;size=49 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 5 375 99.7 + 0 0 52MD322M 3b4db465556bfe590e9c2bd5b71e9793;size=49 da17e1a54e88120e294c7e68e350f47f;size=6062 H 81 383 99.2 + 0 0 297M2D84M 3f3bd264817393a5d6ea56a47cf6cb7f;size=49 6fc56ad4136bef51967a799db040f7d7;size=930 H 0 389 99.5 + 0 0 19MD15MD353M 3f40b88da5d5a69c73dfbba5a4bc350c;size=49 b235271fbc8a6c9d990037857189ee9a;size=22254 H 94 381 99.7 + 0 0 34MD346M 418c3cd5e0b9471d8c5c8f1a99fff4d3;size=49 7ff818ff14477645d9748f9e80212e1a;size=791 H 57 381 99.7 + 0 0 381M 467477ea6050d076cf06a70ccd71cdee;size=49 78cf40830a68c9575dc2988262767324;size=1234 H 82 388 99.7 + 0 0 388M 485424447f87f9090115e2c9d060caa2;size=49 c86d596d4d6a99ba828b047bf3e2c4b3;size=921 H 1 374 99.5 + 0 0 285MD30MI58M 4b781060835055acfcbebd5f9d91765e;size=49 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 929 381 * * * * * 5228cdd60e8607eb70fee5f42a7a2fdb;size=49 * S 930 389 * * * * * 53dbaec2a3a0db1f5fc2e2694a0c0110;size=49 * H 186 388 99.7 + 0 0 315MD72M 54e01690c6c6dce2a7ec20e03af6450e;size=49 e67a9d63816097204dd6e18fb386751d;size=393 H 26 380 99.7 + 0 0 34MI346M 5a5bdd5ec60c77ff57fc1b1ba3c282b3;size=49 38a1e68923981030900a4744924d4694;size=2491 H 233 381 99.7 + 0 0 381M 5ea86ba013e402e516eed593b0043a68;size=49 eb75a7d1a7b9f8e87937141a4ff9f9fe;size=290 H 2 384 99.5 + 0 0 170MD213M 61c80e760b455111cbd631131463fbf4;size=49 39392bbb9626a64e6663c05b70293e7c;size=11535 H 830 380 99.2 + 0 0 127MI253M 638b9e28dc92330fbc6c27f752077ff2;size=49 a38213c12c81d58af53ad5104685a8d1;size=58 S 931 399 * * * * * 64917e805d80b212440f5572fbf40e89;size=49 * H 26 381 99.2 + 0 0 298MD82MI 65fe3cb8d686a0f05c623e0217af2434;size=49 38a1e68923981030900a4744924d4694;size=2491 S 932 381 * * * * * 67034eb64c1991cdbc1edbd9dada178b;size=49 * H 681 381 99.7 + 0 0 381M 69013a97b91fba93f17fc824beef1494;size=49 f8f0d543e00f357333f4198a2a6fcca8;size=75 H 4 386 99.5 + 0 0 317MD68M 6c3941a4a4d767e7607a35d03658f94e;size=49 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 28 382 99.7 + 0 0 247MD134M 70aab58fa3377483700acc8569093d4b;size=49 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 10 376 100.0 + 0 0 375MD 725b810938b93e624d771a10399c36f1;size=49 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 2 383 99.5 + 0 0 123MI176MD83M 751a06c2545560abb45320212e5cf938;size=49 39392bbb9626a64e6663c05b70293e7c;size=11535 H 644 371 99.7 + 0 0 371M 79ff95be692212bca7ac9dd5cf35c11f;size=49 e84af61254287c9ff3b854475abfc5ac;size=79 H 29 381 99.5 + 0 0 381M 7bec355da7f486c91d14690b7bb987df;size=49 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 3 383 99.7 + 0 0 331MI52M 7cf8e9630d4ae3783fc2903569dec673;size=49 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 43 379 99.7 + 0 0 165MI214M 80fd95d873832e33ca692ecc7b751b2e;size=49 b004e29357ab2a04c9e404f649b9b9cd;size=1600 H 12 380 99.2 + 0 0 162MI218MI 8156d8d5e10c5f0a66eab5369f92e41d;size=49 de935b7625d937ebe744b3125cfd1dfc;size=3868 S 933 364 * * * * * 829d5765b43e8085ad65088bcd1042fc;size=49 * H 6 383 99.2 + 0 0 257MD125MI 880085c9b575f7e60a9065e83aaa2e95;size=49 efbd11c972faa734253f779fc4eb2a64;size=5440 S 934 354 * * * * * 8d5e43e719aad9429f6b83dd58df87bb;size=49 * S 935 387 * * * * * 8ef6def66f0a1021c7cdce897438ccb8;size=49 * H 111 381 99.7 + 0 0 381M 90a8bb71a13981856b7bd6e063b7e8a0;size=49 56411556b414ce9bde350057388ca5cc;size=669 H 294 380 99.2 + 0 0 160MI219MD 91d5f09dd04c0d73f0528dadb2e4bd0f;size=49 1c0c2996f84d735ad193b3643a804174;size=211 H 116 381 99.7 + 0 0 34MD346M 9291849199e1fdd2fea37c7ddedd1cf3;size=49 8d56b6f91b7034d2d47894a305860099;size=645 H 662 386 99.2 + 0 0 83MI303M 936d82952106281b6f802f8e9edb7a29;size=49 b355da0856b4efc35997c1b3d411e1bd;size=77 H 22 380 99.7 + 0 0 292MI88M 9850e1d0262196145c2580015de55218;size=49 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 0 388 99.7 + 0 0 387MD a0c69c78873ac3ac53812d748fdd3e77;size=49 b235271fbc8a6c9d990037857189ee9a;size=22254 S 936 384 * * * * * a5cc1147e7ff5b3d3323ad705050be79;size=49 * S 937 381 * * * * * a846eaab79f7bacc837fcb5dda7dde16;size=49 * H 4 384 99.7 + 0 0 4MI380M b580073436192a29c8c0a8bd97b6221e;size=49 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 938 381 * * * * * b759c9c5d33d4dc8b2d1fe0de2779b12;size=49 * S 939 381 * * * * * b8502ec7b525fabe65ab0723311ca0f8;size=49 * H 11 383 99.7 + 0 0 371MI12M b89b8d1cf66f4e1979651ec8451f589e;size=49 96ba76b9e5bd26447d84901071634c23;size=4384 H 862 379 99.5 + 0 0 160MI131MD87M c17f01937279d7f1906c9ea86da29bcd;size=49 0b3886429fccdb72fc4669c03bd3c71b;size=55 H 69 380 99.7 + 0 0 160MI220M c2b4a8995a34b26182edf9709b18591a;size=49 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 344 384 99.7 + 0 0 174MD209M c8c19fd4f50d9aeb7b15b78251c58f92;size=49 7b2e0c6384bd8bb8cc5d536867344435;size=178 H 306 375 99.7 + 0 0 34MD340M cc582b128dcde49bed54e241f4ffc026;size=49 cfe80826341a1197b6a9cb0a5c17eddd;size=203 H 34 380 99.7 + 0 0 34MI346M d6160e78709fd7b567460a22d9b185bc;size=49 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 1 373 99.2 + 0 0 34MD121MI74MI143M d67da2e3900579343215a262af2dff5a;size=49 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 5 376 99.5 + 0 0 57MD292MD25M d6abc4ec3d7434e351ff0c0161c1df54;size=49 da17e1a54e88120e294c7e68e350f47f;size=6062 H 82 389 99.7 + 0 0 120MD268M df7433edeee4194d7ac34e3734443089;size=49 c86d596d4d6a99ba828b047bf3e2c4b3;size=921 H 23 383 99.7 + 0 0 34MI349M e0dc6c7838c45afb4ea46f2f5bcfcea8;size=49 86bdf526074a459b826e641cd6131868;size=2562 H 1 374 99.5 + 0 0 34MD268MI71M e0f109f3803fc0bc5a82b2b2386e210f;size=49 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 701 388 99.7 + 0 0 172MI216M e3cc2eefb36ad6edf955b6f55212c10e;size=49 e63fa1426942e33f7a9a52d06c7078f4;size=72 H 0 387 99.7 + 0 0 387M e5034ef43b4110088cc8468517b068d6;size=49 b235271fbc8a6c9d990037857189ee9a;size=22254 H 398 377 99.5 + 0 0 377MI e5f7e636201ab91a2f8339574f3d29b0;size=49 acb159fc94423733b425e11bcf418ebc;size=148 H 722 382 99.5 + 0 0 381MD eeb1df03586bb058d085ed70621b14f9;size=49 45d2d56b7687a408711bfbea3ae697d3;size=69 S 940 381 * * * * * f34d3db7bd0e2af9945c8a10e67e0d3c;size=49 * H 76 382 99.7 + 0 0 169MD212M 05a26b1b64ee0e25dd37a53b330e4307;size=48 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 171 364 99.7 + 0 0 336MD27M 0a80c8f41412ec0107f81c0d3299e1ae;size=48 5459237955111c0681f507be88a7f611;size=422 H 160 381 99.7 + 0 0 381M 0feca2e9babb93b999e2c0575b1fe379;size=48 3aca5a69abbda736195ad86d8326c18a;size=446 H 7 381 99.5 + 0 0 381M 13eefc1d4ae4fe0252a6132789ba2a74;size=48 aecd442213d89e3f43949aee5040a3ed;size=5318 S 941 390 * * * * * 165ffaedd55e6afda7c33151efb797cf;size=48 * S 942 392 * * * * * 1771a43c3fcaf0974871ae884e135fc8;size=48 * S 943 380 * * * * * 1d06bd485d10127b1f32587c7401bdf2;size=48 * H 4 385 99.5 + 0 0 296MD48MI40M 1e16c323ebc74683a44e30a39f524892;size=48 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 197 380 99.2 + 0 0 292MI88M 206b61828d6e0054c295b7c29c721aa8;size=48 ae556cc266047d8429d800334c893f45;size=357 H 469 384 99.2 + 0 0 257MD125MD 24fbc14f64dba982e5623b368a6f4680;size=48 a974e78f879496d01bbc65e1b1495f9c;size=124 H 522 381 99.2 + 0 0 381M 26123d4d1f64ec6670fa78b89261753a;size=48 95eca36b6573970e4ed62c63f1f316f9;size=107 H 253 366 99.2 + 0 0 366MI 2a5efcb6c2e1680a66ca2c82d0eb433f;size=48 7703a3d4abce8b78c541ec58203eb129;size=267 H 404 375 99.7 + 0 0 34MD340M 2b2d91f862fbbfd42a484e974680eb5f;size=48 0d4719a1de635a940b7374fa8a77558e;size=144 H 100 380 99.2 + 0 0 289MD89MD 2b77555f4db0573e72e01378bafbe05f;size=48 1a635349b6fd22404fab94284c3fe203;size=710 S 944 382 * * * * * 36c1f42f2d3e2266179672641562fd4d;size=48 * H 389 387 99.7 + 0 0 338MD48M 36c8a79a2a3c6556e0ef02fee40f2073;size=48 60fb2fd6cdab95b22832991d484c34a7;size=152 H 236 379 99.7 + 0 0 172MI207M 373d0527db276857d6891b5025073eb4;size=48 f5105f226e901edcf42c4754437126f8;size=288 S 945 386 * * * * * 3808db0450d9ee47d07fdb4331ad32a2;size=48 * H 68 382 99.7 + 0 0 292MD89M 386210c64c699bbdca140feb34026e6c;size=48 992280493f8201664147ee5a7013a338;size=1104 H 0 386 99.7 + 0 0 178MI208M 38644dc011882fbc96b6516cdc15d867;size=48 b235271fbc8a6c9d990037857189ee9a;size=22254 S 946 379 * * * * * 3f63f8660e755d16406d9e9451f13a5b;size=48 * S 947 381 * * * * * 40e55725361e4e8c8fb24ff5938d4348;size=48 * S 948 381 * * * * * 47d40c7700aa44f320d559af94c3b2f3;size=48 * H 91 383 99.5 + 0 0 104MD66MI212M 47eee7ba883fef3406f4608335e40b8b;size=48 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 S 949 394 * * * * * 49af1b3e03c47b17b6fb4d49b1e66052;size=48 * H 95 384 99.7 + 0 0 34MD349M 49d90e9614aebbdd2c58fe0c2a87df98;size=48 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 20 382 99.7 + 0 0 292MD89M 4a6762697f82a48b6d38117f7bc9cf84;size=48 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 97 381 99.7 + 0 0 297MD83M 4e2bac610aef34b8c4301195fb2259e7;size=48 e944faf685bbce6aafc662e764ebeb64;size=743 H 291 385 99.5 + 0 0 172MI87MD125M 54f2f482afb7b2feaf344078ece5fc09;size=48 d737b579d968428fd8e98a55fbc56bc3;size=213 H 70 384 99.2 + 0 0 125MI187MD36MI35M 65178ae9ad877b3e12b75b8ca73b0af1;size=48 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 26 380 99.2 + 0 0 166MI214M 6648d7112968fc5d1d6e6edc4dbe1bde;size=48 38a1e68923981030900a4744924d4694;size=2491 H 640 381 99.2 + 0 0 381M 6c78316073d197f484efdc5265a8ce6a;size=48 2411078065643b26f1278d2275243d77;size=79 S 950 384 * * * * * 6d0a68c97b13bc668d035282df74841f;size=48 * H 44 382 99.2 + 0 0 116MD265M 7195a2742758848e716e5036d9741e7c;size=48 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 587 381 99.2 + 0 0 381M 74db7a2262a88bbb83a1f0ac376e18b9;size=48 e4965cd1e425586bb16e7485f34bad21;size=91 H 65 378 99.7 + 0 0 290MI88M 8049530f2aefcc1961562f77609045b0;size=48 834a8eff393e23d3b887ee35b0556568;size=1112 H 8 386 99.5 + 0 0 172MD88MI125M 86c966ef23130e8909fb8422dc0e7d49;size=48 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 392 385 99.5 + 0 0 34MD214MI136M 8c21222edcdc097eaba4d766c6763715;size=48 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 S 951 379 * * * * * 8e0398ddf8cd6f39612e7e79b2c15eb1;size=48 * H 9 382 99.7 + 0 0 247MD134M 8e4e841a17c5677ea1297e1097a8bf6b;size=48 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 2 384 99.5 + 0 0 338MD45M 9969d3019fe895c72a1cc0585d73b433;size=48 39392bbb9626a64e6663c05b70293e7c;size=11535 H 889 386 99.5 + 0 0 172MD87MI126M 9b8fa9f4ee732a2c6eb88a1c97a9c122;size=48 daadeee4882cfe19f1b1df31b3b6dea7;size=53 S 952 381 * * * * * 9ed2875e5147e8b5dfb1319608c14223;size=48 * H 49 381 99.5 + 0 0 166MI125MD89M a16aca5f16c0c43481190269a6075952;size=48 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 4 386 100.0 + 0 0 385MD a1a54e031917354a0d67e118019b62e8;size=48 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 1 376 99.5 + 0 0 34MD313MD27M b365421dad62e47e3415f4a35a233fb1;size=48 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 953 380 * * * * * b4729598657c64a09a8a8f5aee413078;size=48 * H 38 381 99.7 + 0 0 34MD346M b8d9fda4712bbf1fa6f8c0471c886a2d;size=48 4fd9e532b34b278047b4a588cc98708a;size=1762 H 14 382 99.5 + 0 0 313MD68M c369b5f08b09449fc4d77880ff54e0be;size=48 78951b2d4ca30531381672a30be0978a;size=3655 H 209 384 99.7 + 0 0 384M cd8748d60031e17f12ffddae5807f6f7;size=48 0951cbafa9af3ed69eb56b9cad3bc656;size=337 H 66 386 99.7 + 0 0 176MD209M d406a9a5aed638b5ba8d7c5ae0ff5c99;size=48 f0bcb2f583a32c4931244476a962f148;size=1110 H 16 384 99.7 + 0 0 4MI380M d7faa1c698a2c358f9400635957365e6;size=48 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 100 379 99.7 + 0 0 198MD180M db6a30b73730e860fde4af6c41c804e3;size=48 1a635349b6fd22404fab94284c3fe203;size=710 H 1 373 99.7 + 0 0 230MI143M ddfd37956486c1b546c2ec69c277359c;size=48 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 145 376 99.7 + 0 0 350MD25M eb39445e2b4644ada93ace8945ba4240;size=48 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 268 383 99.7 + 0 0 299MD83M eb836662d5562d2a97b1f53cf06005ba;size=48 a58c38803b9fad8d78b1ec849967273b;size=249 S 954 384 * * * * * f5e45e6e1d2a4642ef1b4047519168c3;size=48 * H 7 380 99.2 + 0 0 167MI213M fe725ff8a77795248dde4a8cdd7a572f;size=48 aecd442213d89e3f43949aee5040a3ed;size=5318 S 955 382 * * * * * ff216bbfced2e5d0ed24e350117ff49a;size=48 * H 22 381 99.5 + 0 0 247MI50MD83M 0155fd1a495ca79a6403e1401c090aef;size=47 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 44 381 99.7 + 0 0 381M 02986d14bda2acef7cf54e8c276576c5;size=47 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 9 380 99.7 + 0 0 166MI214M 0b68c8d3a9c01125cb53cc6487e76426;size=47 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 6 383 99.2 + 0 0 123MI73MD186M 11e7c6c136ae7e0cbc8fb6adc27e8f9d;size=47 efbd11c972faa734253f779fc4eb2a64;size=5440 H 4 383 99.2 + 0 0 287MI96MI 13123ca78e870cce897fba65d9e37ac2;size=47 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 956 378 * * * * * 1690bc43caeb945298e11737eb51ee2b;size=47 * H 203 382 99.7 + 0 0 292MD89M 1a0a02e1b2b990965550015ff105e758;size=47 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 H 720 386 99.7 + 0 0 296MD89M 241811028b62353827e19ed99a06f6b5;size=47 39af196793b32a229c3c495706452a4d;size=69 S 957 378 * * * * * 2914643e521455a8cfed92e79a5a4d78;size=47 * H 188 381 99.7 + 0 0 324MD56M 2a3e11353e6d9d2750152846afe77761;size=47 ba0047b717b657eb821512549412426b;size=390 H 89 382 99.2 + 0 0 160MD221M 2d623d75fbc2a4c20288ec9fc3579922;size=47 a62b53f76dabc51fbc608497f0423b3a;size=823 S 958 386 * * * * * 2d9843d19cd2e2e8bf23e155fa9b5903;size=47 * H 38 379 99.7 + 0 0 240MI139M 2e787c3853664a6a61e49eb1c53befee;size=47 4fd9e532b34b278047b4a588cc98708a;size=1762 S 959 380 * * * * * 2fc902ba6670d1cacd684cd0077b2fba;size=47 * S 960 392 * * * * * 33f15c3c3e257a63cc0b4b9bc4219b99;size=47 * S 961 380 * * * * * 3470bb5a2c5cfaf92c76991b526fce36;size=47 * S 962 380 * * * * * 3488fb4ec5180db03e5171f51f747bd2;size=47 * H 729 382 99.2 + 0 0 381MD 35ab586db91665728041e4799ff72373;size=47 8a6ff6bcab77d08e00e1d316a96c114f;size=68 H 287 376 99.7 + 0 0 165MD210M 3680070508e8557104163970785368a3;size=47 4608baedf86b144e7d02aed3357fc9da;size=220 S 963 381 * * * * * 3ac8a01eb0de5b74c92fe7555574cb35;size=47 * H 35 377 99.7 + 0 0 337MI40M 409f0abc421fe46a3791918ca8e127ee;size=47 4084bd8293b08a58e03158d6668952f9;size=1934 H 22 382 99.5 + 0 0 292MD89M 481ed9d40eaa116d0e0a0ca57487a49e;size=47 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 964 380 * * * * * 48f977858a788d7720512377bc814dfa;size=47 * H 10 376 99.5 + 0 0 165MD210M 4d621d29520ec0309b57ed8c7bd8ba99;size=47 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 174 383 99.5 + 0 0 181MI202M 4d6592f3a68f79b8e1e78a2c49260a96;size=47 673a7d04c8bcf089ba87b9d892447e5c;size=420 S 965 385 * * * * * 50aa005e25c5d4fe0d87c40ffee984d4;size=47 * S 966 378 * * * * * 58233cb5ed8e8113918df14238126e2c;size=47 * H 6 384 99.7 + 0 0 69MD314M 5a4315464ec70e1ab779afb54769c2b1;size=47 efbd11c972faa734253f779fc4eb2a64;size=5440 H 198 383 99.5 + 0 0 34MD260MI88M 5f7c06ce1615e7154a18e6b654e94f6b;size=47 58d07c53510c05888cde3634d588bfd4;size=355 H 269 383 99.5 + 0 0 292MD13MD76M 6315008c7564ded5769bbceab2922539;size=47 62c48c8799526aebb9313025fca81f18;size=246 H 755 388 99.5 + 0 0 34MD312MD40M 67817c1e15b17c5346c64af897a1815c;size=47 812e7358198db187ba4918a38da3c31d;size=65 H 198 384 99.7 + 0 0 197MD186M 68ebb8e4faf2cf3b9406c66cfe82b5cb;size=47 58d07c53510c05888cde3634d588bfd4;size=355 H 23 385 99.7 + 0 0 384MD 68fd38ca34b52fad9511b73be2fe6676;size=47 86bdf526074a459b826e641cd6131868;size=2562 H 25 383 99.5 + 0 0 170MI86MD126M 69722aac50e10bd6a9d1c8f3b1ba1d70;size=47 7228f266f04a46bfb85ea74e73546004;size=2508 H 265 385 99.7 + 0 0 34MI351M 6c8b9a4d394bfc743d9a3a4a31ea9cdd;size=47 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 H 76 380 99.7 + 0 0 177MI203M 70b41fe10f5fbd812aedc46a6020a8ac;size=47 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 294 380 99.2 + 0 0 166MI213MD 720e95948392cd6096bdab52baeb0665;size=47 1c0c2996f84d735ad193b3643a804174;size=211 H 41 380 99.7 + 0 0 34MI346M 7b68bc7c12d86b102addb14127d236f6;size=47 51c470345442104d94340d82e2f3fb9d;size=1628 H 861 392 99.7 + 0 0 126MI266M 7b7da25d5656893f766a2603a60bfe41;size=47 012cbb89289264c4046c27a7881abfbe;size=55 H 3 385 99.7 + 0 0 364MD20M 7d79c1fd0e4f9ccc73424cbb7e9028d7;size=47 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 3 385 99.7 + 0 0 150MD234M 7d9ea7dce3ccf0db3678ff1a25665531;size=47 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 536 382 99.7 + 0 0 292MD89M 82e5b1672ba1230c106adc6ea997933a;size=47 cce63f5f27ccd6d21dc78dd5e8795c9d;size=105 H 118 383 99.7 + 0 0 34MD348M 88cca3f3a1759cb7b55d2fa14c4733af;size=47 41aa558db03ff7bf571533d8bd1ebb40;size=642 H 269 382 99.7 + 0 0 292MD89M 89fd17215b6faf917eca23e0942f0de6;size=47 62c48c8799526aebb9313025fca81f18;size=246 H 30 382 99.7 + 0 0 292MD89M 8f4173e79e86f3e8e520137b7407d9b5;size=47 653897d9ba97be73ecdabcf6efed61ca;size=2163 H 15 382 99.5 + 0 0 34MI82MD265M 989b4ba91df3d70515f5c68b37cdccfc;size=47 721460e46e8804111d74cb730340492f;size=3538 S 967 381 * * * * * 9a9783d9cf407ae36c6fcf76003c7dd5;size=47 * H 17 382 99.7 + 0 0 168MI214M a2ee3e6d9bc21a0526de757c6ba749e6;size=47 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 197 380 99.2 + 0 0 292MI88M a3832549961e4d5e8d07798d9c9107a9;size=47 ae556cc266047d8429d800334c893f45;size=357 H 18 371 99.5 + 0 0 34MD246MD89M a906fce86f2f34af17bb3f76ff32578c;size=47 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 159 380 99.7 + 0 0 169MD210M ab420bf179775be1b0515c75119155e6;size=47 d599abec9e36066c363eab67ce6b6469;size=457 H 81 380 99.7 + 0 0 356MI24M aed378779e33d568ce24c9f7a6a84426;size=47 6fc56ad4136bef51967a799db040f7d7;size=930 S 968 383 * * * * * af59b93e39291ecf25a2bf85c2fc6325;size=47 * H 112 379 99.7 + 0 0 34MD344M b432c0dda82eb1f284ba6014bd663cc6;size=47 ab0f5465200e09fee6b992dca4756f8d;size=664 H 739 382 99.7 + 0 0 292MI90M b5053127b00f8da45e52d9906e8d0850;size=47 048bf771c981a0d245347fe6948c0fe3;size=66 H 74 381 99.7 + 0 0 33MD347M b52ce9b2169077e05219069f563e7eef;size=47 02e9878bee1cafa43998775734f77d5f;size=1012 S 969 374 * * * * * b934d4fbb3ad4a13a426c84103120170;size=47 * H 131 382 99.5 + 0 0 292MD89M bb4413e6ed159bbb17dcc857a17fffd4;size=47 8eb1dcea5bd1467add941a149de61a15;size=551 H 166 380 99.7 + 0 0 380M cc89d95269b8315dc2f6d8cf61c4b079;size=47 351fd1540c2aab8567725ee8cb8a60fd;size=437 H 396 369 99.7 + 0 0 157MI212M ccd06df819e3360dff12c7beba819c78;size=47 6b7e5f9add0e8980e31c16f5879369d3;size=150 H 472 382 99.7 + 0 0 298MD83M cf52ce69420a9fc8a4ed7d0ab4f2e92c;size=47 594f0832a4fa619638895f89d10b2370;size=123 H 124 382 99.7 + 0 0 160MD221M d19cd90f52d46c660bd483a0200d460e;size=47 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 S 970 380 * * * * * d52683ffcbd92987e9457ddc4d4b3037;size=47 * S 971 381 * * * * * d527908776423e7f957f192adfa6b84b;size=47 * S 972 385 * * * * * db3845d8f7e458ffb09ee21473984733;size=47 * H 45 385 99.5 + 0 0 171MD213M2I dbd984f7f2559ad171707d3a68fd13f8;size=47 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 973 386 * * * * * e0b5e3feea6ae89476c110b5d10d0ca3;size=47 * H 103 380 99.5 + 0 0 289M2D89M e15a9b12c308837e430181a3c9a1e444;size=47 fb99900f8529cad2015e965c715f4e66;size=696 H 18 370 99.7 + 0 0 286MD83M e3f94a4f673c4f49f74a550ce0dcd165;size=47 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 974 419 * * * * * e486292d5723c92a093b318cce4ae9aa;size=47 * H 392 382 99.2 + 0 0 107MI15MI134MI126M e658cb50d7f863d74cf4fa7c0a98d5a1;size=47 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 186 388 99.7 + 0 0 331MD56M e8ce14549de6461c4d7d92f8c632f99b;size=47 e67a9d63816097204dd6e18fb386751d;size=393 H 440 382 99.2 + 0 0 160MD220MD ed7d16fea30bfe83b982704b625d1b5a;size=47 4bbef363bea9aec3637a99d494b8141c;size=134 S 975 378 * * * * * edfa20f63d5e2e5b9812a2061eed3609;size=47 * S 976 369 * * * * * f34e7e08f33a3a72f5c8368819d39b52;size=47 * S 977 381 * * * * * f696d745067f59b375beea81d8700663;size=47 * H 29 380 99.5 + 0 0 114MI266M f8fac9e72152d6ff4bbc97bfe163969a;size=47 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 30 381 99.2 + 0 0 292MD88MI 00a9e42080353dd326bde7f35cc4145b;size=46 653897d9ba97be73ecdabcf6efed61ca;size=2163 S 978 388 * * * * * 075f321f08cf0cba8efda9ee2e50742e;size=46 * H 62 381 99.5 + 0 0 34MD346M 0dc490a566d77676a8af9711bb6529b1;size=46 5683a4033863e64015d0facb4961a38a;size=1129 H 0 387 99.7 + 0 0 387M 0f534cfbf02a3b11985f38a881b1a064;size=46 b235271fbc8a6c9d990037857189ee9a;size=22254 H 95 383 99.7 + 0 0 294MD88MI 107274b41634be3645625563570a4729;size=46 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 161 379 99.7 + 0 0 291MI88M 1075f58e7a6ff8fe25468cdacd48a883;size=46 db456d1986bf378d4358672720486687;size=446 H 49 380 99.7 + 0 0 160MI220M 10b767d5ea79e3afb3ca156695b9a2e2;size=46 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 796 379 99.2 + 0 0 379M 12fd76b0db38bfc232e6fb16ab23a670;size=46 7c54d429ed78b9fbbba689523489aaa0;size=60 H 21 388 99.5 + 0 0 34MD263MD89M 191523f25499f9aa007c68ffbef96421;size=46 0af8e08a076e300ff906097a4030b9bb;size=2733 H 392 385 99.2 + 0 0 248MI136MD 1a82ef1a75b8cb5e48303b40c7616ca1;size=46 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 69 380 99.7 + 0 0 283MI97M 1cf5d02de78c1e912b05d89b0501592d;size=46 a52196ae2db82d5f270103453bc3a2ac;size=1101 S 979 380 * * * * * 1dd775282f6b803dde73700251456ad7;size=46 * H 8 388 99.5 + 0 0 64MD108MD214M 2589acbcb98049d2b2b2db0283340660;size=46 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 3 385 99.7 + 0 0 375MD9M 2eb92d6d3d25eb1c12b955a11a76bffc;size=46 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 980 383 * * * * * 2f5d10970ddf2332d2df676704aa0c78;size=46 * H 729 383 99.2 + 0 0 299MD82MD 30ff26e956d6e6015de8ae24abbc866c;size=46 8a6ff6bcab77d08e00e1d316a96c114f;size=68 H 110 379 99.7 + 0 0 289MD89M 3417d26b3d734ad347cec07d45326e5e;size=46 c8926fa8c7f49786b4fda5bf7c914dc4;size=676 H 34 381 99.2 + 0 0 34MD346MI 396523dab5f6bc1d7ea70347350b5842;size=46 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 981 380 * * * * * 3d4b79e322332cefe3abe5eea6f52e38;size=46 * S 982 383 * * * * * 41d481e09c9e369fe9f93a626e2877c7;size=46 * S 983 379 * * * * * 47aa394fb7fd818c96c94a6e9a2c387a;size=46 * H 153 385 99.5 + 0 0 384MD 4aefd4eb9d6997e740c885cdd8497458;size=46 f72e21a265c49ad63b49aaab5f4ded40;size=480 H 27 385 99.7 + 0 0 385M 4c5ab2aeb1d9fca02030074986be854c;size=46 132ced0592418845eee2359a1359672f;size=2452 H 4 387 99.5 + 0 0 170MD126MD89M 4fa90e8a85a6f782c38051816185cf14;size=46 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 3 382 99.2 + 0 0 342MI40MI 51583f0b8a346c34deff7d1b3d4bcf23;size=46 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 925 381 99.7 + 0 0 292MI89M 596ead87bb12d8ecbb33e5fd1a2ceede;size=46 d077341ff10b316d05b594030ea6ca9a;size=50 S 984 385 * * * * * 611cdc8816cbdcb6da5a51e674c1fbac;size=46 * H 4 386 99.7 + 0 0 40MD345M 7b380de6b07e3daae44248736dd432b0;size=46 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 1 374 99.5 + 0 0 34MD247MI92M 7b52ab47c7d2fedd2f02c1db6f56aaef;size=46 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 126 379 99.7 + 0 0 33MI346M 7d000133d1467e99786b2a5acda5ef1b;size=46 d8361fa382562000eee5e9a11a6e0a11;size=580 H 174 383 99.2 + 0 0 295MI88M 837bdbff98cd7885487958d1871395e0;size=46 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 355 400 99.8 + 0 0 281MD118M 83c977ddd583799a40dadb68334ca35a;size=46 059ce5876bd9227a5316e6b0e00c8d53;size=172 H 130 390 99.7 + 0 0 34MD355M 88ecb51b4db859b406e97152aea06ed2;size=46 5b6004dcbe29ef8c813378538fa706d5;size=553 S 985 384 * * * * * 8a3b7a181879023ff06073370887e13b;size=46 * H 89 382 99.7 + 0 0 160MD221M 8b3957a307ffaf362b2ea65dd219eb9a;size=46 a62b53f76dabc51fbc608497f0423b3a;size=823 H 66 385 99.5 + 0 0 317MD26MI41M 8c430dff2e5729421055fe2999ce10b9;size=46 f0bcb2f583a32c4931244476a962f148;size=1110 H 9 382 100.0 + 0 0 381MD 8c49a6ce9d8af50c475c0d26394e7510;size=46 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 9 380 99.7 + 0 0 356MI24M 8dbf97d59cfb3e6a76bbc2a1092029d0;size=46 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 986 384 * * * * * 8e413318efae68cd571dadada5ef634e;size=46 * H 13 376 99.5 + 0 0 126MI13MD236M 8f218b6ac7fd2bea9432070b048bde80;size=46 7e3fa204e95db351839d719215fba508;size=3689 H 279 380 99.5 + 0 0 380MI 924aaba75a60635cd644429892524772;size=46 794febe7f0e75cadf7a8117f0026e7df;size=234 S 987 387 * * * * * 945dc59ce166792258c856f6c43251d5;size=46 * H 11 382 99.5 + 0 0 4MI14MI364M 9ac1a7d6bede04afbedc33986ff3ab97;size=46 96ba76b9e5bd26447d84901071634c23;size=4384 H 57 380 99.2 + 0 0 100MD61MI80MI138M 9c45fdd8fc37f073b4183098ec62491b;size=46 78cf40830a68c9575dc2988262767324;size=1234 S 988 383 * * * * * a0eac48c94e587faa11019d03a192b59;size=46 * H 7 381 99.5 + 0 0 381M a0f70b6af0b301aeaa8e00834724ef5f;size=46 aecd442213d89e3f43949aee5040a3ed;size=5318 H 623 381 99.7 + 0 0 381M a5e20474a504173032ec537e270923f6;size=46 3afd3cf1bd6f727bc325d97a0c3da1d1;size=83 H 326 381 99.5 + 0 0 381MI a6b5f5e8ecbe8f443adaa74bc4ca02a1;size=46 343e53e81cdb3d66deee7bc68b7cab78;size=189 S 989 381 * * * * * aa485319a8fa0254c0fa7f62ef05ce24;size=46 * H 2 385 99.2 + 0 0 34MD136MD213M c6fc2d061e2dae417f79a7e2210a396f;size=46 39392bbb9626a64e6663c05b70293e7c;size=11535 S 990 385 * * * * * cb4804486d99ecb0f869e21b5910b311;size=46 * H 55 382 99.7 + 0 0 356MD25M ccee3e2b500e3e527fadc4451fe2f3c5;size=46 213782d871e7988943bf278c3191f221;size=1289 H 124 382 99.7 + 0 0 298MD83M dcb68ae0f14821d13d9bd9385f47ce77;size=46 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 125 373 99.2 + 0 0 34MD338MI e714858e5ea7715df8dabeca8eff69e1;size=46 f6ec8a341098724a8b61989aa15f7362;size=589 H 24 383 99.5 + 0 0 382MD e89bf4571684158ba75a379bb7c072d7;size=46 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 188 381 99.7 + 0 0 169MD211M eb380eefe403a332e3dd13573477a380;size=46 ba0047b717b657eb821512549412426b;size=390 H 250 374 99.2 + 0 0 374M ee5e708f117390934eccb961b58d8a14;size=46 c5ffc66b15459f2709fa625c42de4981;size=269 S 991 380 * * * * * f3a223053406d476438576b26dda12d5;size=46 * S 992 377 * * * * * fe872a51d937327f1c3522ccbe0128f3;size=46 * H 17 384 99.5 + 0 0 383MD 0273a51d33005b0f016065dc589ae3ba;size=45 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 993 371 * * * * * 0381e83be78ebe6c239c519f678fc1c9;size=45 * S 994 381 * * * * * 03a864fb6ba12d459b9d86a73a1357df;size=45 * H 333 374 99.5 + 0 0 34MD121MD217M 0549b4e672041ce599bf48a7a282ba82;size=45 c1b7171836226e1dc4ba965cdc162096;size=186 H 42 385 99.2 + 0 0 172MD212MI 0fbd52cb4cc97b8976156efdcc7120aa;size=45 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 S 995 391 * * * * * 1662274a78195487dad4d923c92887c7;size=45 * H 19 385 99.7 + 0 0 180MI205M 1b966ee9b24ab723075ef6d216bf05fb;size=45 be32a04d8af28ab822f66005c721cc1a;size=2849 S 996 389 * * * * * 204942901c444e2222c49635d8e657e2;size=45 * H 62 379 99.7 + 0 0 178MI201M 219b5b9c817001d45e5cebf2dc07c1a1;size=45 5683a4033863e64015d0facb4961a38a;size=1129 S 997 381 * * * * * 220c659e8ec1d6a04d4f2145a7d706b2;size=45 * H 238 380 99.7 + 0 0 263MD116M 25d8fc0dd7d0597143f7c4d09c1feac1;size=45 59e1856b28986d01ae3003b4aaaa88cd;size=286 H 6 382 99.5 + 0 0 34MI348M 2bc849f1eaa867140d0ece66abc6b696;size=45 efbd11c972faa734253f779fc4eb2a64;size=5440 S 998 391 * * * * * 2c080dc5fb3a2d6ba581bbb180938b5a;size=45 * H 47 370 99.7 + 0 0 34MD335M 2d06d57dc1eaff0cb6d89529bd15dda5;size=45 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 13 375 99.7 + 0 0 126MI249M 30a977c189d161976c41d1421d7b433d;size=45 7e3fa204e95db351839d719215fba508;size=3689 S 999 422 * * * * * 31930a1f07d9cff5abd7b034a803bc79;size=45 * S 1000 383 * * * * * 406dd920be9653646776171ddd0790d5;size=45 * H 775 381 99.2 + 0 0 380MD 4238cd3a6d931d617c037c68e09c167a;size=45 f8f558a58c80218b6a555c6159ce7d1a;size=63 H 8 389 99.2 + 0 0 34MD91MD135MD126M 4247f47af8bddd1cafe246d308234bde;size=45 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 276 387 99.7 + 0 0 335MD51M 4322251fbcd4b6e50559954f2df295cc;size=45 5ad963d0920590c96a137d232e0639d3;size=240 H 9 382 99.5 + 0 0 313MD68M 447902d2eb35ad64afe0dd190679948a;size=45 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 339 381 99.5 + 0 0 381MI 48a14027c9ab54806b63d082304269e0;size=45 402ba4aa3fe6035a30a5edac574baf81;size=183 H 233 380 99.5 + 0 0 380MI 48d7f205cdefaaccc515ba048463ca21;size=45 eb75a7d1a7b9f8e87937141a4ff9f9fe;size=290 H 10 375 99.2 + 0 0 241MI133MD 4f0c5344952aa30fd1753c572bfede03;size=45 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 149 387 99.7 + 0 0 34MD352M 5077ee663748faa1e0c55c675b32f49d;size=45 760ea90cfe74b77d6a72b8a4dba50018;size=492 H 6 385 99.5 + 0 0 170MD124MD89M 56aa112708dc362cadcc8c33220138b2;size=45 efbd11c972faa734253f779fc4eb2a64;size=5440 H 452 382 99.7 + 0 0 283MD98M 57ebf703384d43b7e0de39e637021ed4;size=45 d300adcdd3ddd3f4663a0152f87f9fae;size=129 H 38 381 99.7 + 0 0 380MD 5fff9382fd1ae682849e8b1001231518;size=45 4fd9e532b34b278047b4a588cc98708a;size=1762 H 17 385 99.5 + 0 0 300MD15MD68M 639db15f3b9893143c3d921a9a1e96db;size=45 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 18 368 99.7 + 0 0 176MI192M 65fe2c73dd369e9ca958a5ad7eb84cfe;size=45 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 22 380 99.7 + 0 0 160MI220M 68720b13971ac5c583429e736903a298;size=45 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 443 382 99.7 + 0 0 292MD89M 6b8e24f2412840bdb90ab95dcf4fbe40;size=45 45d774045e9f194d5f2e04c9d68f3563;size=132 H 229 382 99.7 + 0 0 170MD211M 6bd7068ccf23c2aa42652f67785b4fc0;size=45 929948fcaca814c3a37bab7f585ffb79;size=294 H 13 375 99.7 + 0 0 287MI88M 6d196eb22d3ba3b3245aa9f56fafae75;size=45 7e3fa204e95db351839d719215fba508;size=3689 H 103 377 99.7 + 0 0 280MI97M 73d3391fb8b26abf5029ac957b875be2;size=45 fb99900f8529cad2015e965c715f4e66;size=696 H 687 381 99.5 + 0 0 381M 73d9009921bd2e1cd12f57684bbbd1b6;size=45 ca358408d16f2a839b1c6d6acd58a425;size=74 H 44 382 99.5 + 0 0 116MD265M 7571db462df59ca46fdeba6032bf5906;size=45 0758959c27aa3f623d5484ca0cefb2dc;size=1595 S 1001 383 * * * * * 776d0f39c9782f38953a1cea6f45f7fc;size=45 * H 135 382 99.7 + 0 0 328MD53M 78a137932d7fec8010a2c8126f384fe5;size=45 6d534239f9c5ebd883a72f96e2d21557;size=546 H 111 380 99.5 + 0 0 380MI 7ea4a377f214662d187a3833f0ddd0dd;size=45 56411556b414ce9bde350057388ca5cc;size=669 H 182 380 99.5 + 0 0 380MI 847cf2872ca1e2428c43ca8b49084af9;size=45 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 110 379 99.7 + 0 0 295MD83M 898b0ee9aba16fec3937b54153565ac6;size=45 c8926fa8c7f49786b4fda5bf7c914dc4;size=676 H 90 369 99.7 + 0 0 137MI232M 8f44e7ad3636b8931ef14be0907d507e;size=45 bea8d6b972e185a60abf5d100e3941e5;size=815 H 537 379 99.2 + 0 0 160MI219M 908aa7e4886e58493f6ff2b7ed7d6f77;size=45 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 H 129 395 99.7 + 0 0 120MD274M 936a2a74de457498895844cf3c2f2471;size=45 90c9170a9669c983bb4cec5fd6ac400e;size=558 S 1002 387 * * * * * 938becb10a3fb4bfdc40d7c77435c22c;size=45 * S 1003 380 * * * * * 95ed5a227f3b9adfadb536d419649526;size=45 * H 74 379 99.7 + 0 0 160MI219M 9dcf94e39c0c479482ba10eccccd6e2f;size=45 02e9878bee1cafa43998775734f77d5f;size=1012 H 98 459 99.8 + 0 0 378MD80M a034bfacf39e144ea09eb7d0a40e0023;size=45 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 1004 380 * * * * * a4ac98db7c122c401abe6724f58f19b1;size=45 * H 424 373 99.7 + 0 0 34MD338M a58794aa5fca4f6b2028aedbc72c8076;size=45 21a62962ca810d55dd2bec6030e89381;size=139 H 885 382 99.5 + 0 0 382MI a7bfdc30ca68342dbda395d7fdababc3;size=45 39f168ccfc5b9e0c74ef2c4b05ea411a;size=53 H 44 380 99.7 + 0 0 34MI346M aee4b1e52c3a89ba63ebde9d56bea7d9;size=45 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 127 360 99.7 + 0 0 52MI308M b1ba47ca788a38d4b2db6ec2f305d505;size=45 1e7bf5b9268da3a50505214ab3a5670f;size=575 H 1 374 99.5 + 0 0 167MD114MI92M b94e1337a0df7407b8b23a63a630b681;size=45 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 173 382 99.7 + 0 0 34MD347M c6c1cf9ed5ea1e7ebb538e55be9dd1bf;size=45 b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 H 0 388 99.7 + 0 0 378MD9M c7510c442596ce9da3566de86367f184;size=45 b235271fbc8a6c9d990037857189ee9a;size=22254 H 23 385 99.7 + 0 0 333MD51M d1a1ca53b7116bf00870b2e258c987f2;size=45 86bdf526074a459b826e641cd6131868;size=2562 S 1005 387 * * * * * d22ba1798a803a603821c54e2e9b80ee;size=45 * H 80 381 99.2 + 0 0 34MD346MI dc67c27c191336a0924526bdb6bf01cc;size=45 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 834 382 99.2 + 0 0 298MI15MD68M dec796ce4b41a43b284d181453d3ebb8;size=45 171301f8675b7dba4efc226691071d08;size=57 H 57 380 99.7 + 0 0 247MI133M e7639c936a64a247adb6a059b14f42cb;size=45 78cf40830a68c9575dc2988262767324;size=1234 H 889 386 99.5 + 0 0 259MI75MD51M e8858fe3eb59dccf25acdabfb0134d0e;size=45 daadeee4882cfe19f1b1df31b3b6dea7;size=53 H 294 379 99.7 + 0 0 160MI219M eb79e61a403c8184e09a8543f183fe6f;size=45 1c0c2996f84d735ad193b3643a804174;size=211 H 266 382 99.7 + 0 0 34MI348M eec4911e6a127356bfe48dc3c97fe095;size=45 d35654eb7b71f92a7122dd25696b4daa;size=253 H 5 375 99.7 + 0 0 301MD73M f001d81e348f9c4584fc91a39cc490bc;size=45 da17e1a54e88120e294c7e68e350f47f;size=6062 H 26 382 99.5 + 0 0 34MD347M f106ee7a4869049edbd38b10b4be865d;size=45 38a1e68923981030900a4744924d4694;size=2491 H 46 372 99.2 + 0 0 249MI35MI88M 02601119eeea5714d7a8e20964fec618;size=44 9251e8578062ae5ff73218117a6def92;size=1541 H 12 383 99.7 + 0 0 254MD128M 03c4a47bb586e466646f101a718a913a;size=44 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 31 387 99.7 + 0 0 297MD89M 0622ef979e8f41aba3145f25d6eae539;size=44 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 S 1006 378 * * * * * 070abf8a222a8fcba31b15f291e9260b;size=44 * S 1007 379 * * * * * 0986328e0938ccd0aa546b85dc762676;size=44 * H 301 365 99.7 + 0 0 125MD239M 0bc1c0e6a33d79abf02d973765f63bba;size=44 90914a038ed604281643abf683af9c9f;size=208 S 1008 332 * * * * * 0e463e50e541cea55392f490cbb834a4;size=44 * S 1009 384 * * * * * 0e5e654d6f417b89b72ebafbaa51b56d;size=44 * S 1010 382 * * * * * 104592ba882cc462e622ef0d6750e578;size=44 * H 9 381 99.2 + 0 0 116MD264MI 125ab1d5f9381d9629d08d18c17fa316;size=44 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 86 381 99.7 + 0 0 291MD89M 184e19b1995c978cfca91fc4628f41ef;size=44 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 H 500 380 99.2 + 0 0 380M 23fd8ee698957b6cf87f64252049357a;size=44 86d4259184e6f43595879c970aa34fda;size=113 H 4 383 99.2 + 0 0 34MI349MI 265d506bc14ae93e9052cf9a8df79af2;size=44 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 167 381 99.7 + 0 0 381M 2733564c471bc597bd7d644768888b9c;size=44 779d855941ce594643370be05a9669eb;size=435 H 38 383 99.2 + 0 0 291M2D13MD76M 27ff44866b722350a665bf75efeb7819;size=44 4fd9e532b34b278047b4a588cc98708a;size=1762 H 85 380 99.7 + 0 0 34MD345M 2b8c1118eefa78fd5640fc280b4d9b6c;size=44 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 6 384 99.7 + 0 0 61MD322M 3229da26447695dd02e0ba73a0bb0cd9;size=44 efbd11c972faa734253f779fc4eb2a64;size=5440 H 834 382 99.7 + 0 0 382M 32bf31958602f9de8b1e548487b06eec;size=44 171301f8675b7dba4efc226691071d08;size=57 H 0 385 99.2 + 0 0 34MI351MI 3488445b5ca7b66d21e921b5fa336312;size=44 b235271fbc8a6c9d990037857189ee9a;size=22254 H 149 387 99.5 + 0 0 386MD 37c1a7a41dd0710625b7465e0e1f838e;size=44 760ea90cfe74b77d6a72b8a4dba50018;size=492 H 14 382 99.5 + 0 0 34MD347M 3a5324e9e97cbdee482eb5e3e839f0fd;size=44 78951b2d4ca30531381672a30be0978a;size=3655 H 372 373 99.7 + 0 0 162MD210M 3ce56afc862fa5b0483f7fb7107567ea;size=44 aabc9e81fff103e89857f3d5a9ba950a;size=164 H 11 384 99.7 + 0 0 384M 3d7b1c254845d33a6f7418c7a5f4f9f4;size=44 96ba76b9e5bd26447d84901071634c23;size=4384 S 1011 381 * * * * * 3d84793da99aa56325511b96599d0a5c;size=44 * H 17 384 99.2 + 0 0 383MD 3e728c206c705d8e95c1f7c94400dafe;size=44 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 18 369 99.2 + 0 0 369M 43468169ba2de5f5b8d562b46c24e735;size=44 57529eb32f16fd6b0ca316c7d376501f;size=2965 S 1012 383 * * * * * 47998bb3428889e7adcd8eceb8116dc5;size=44 * H 27 385 99.7 + 0 0 385M 47b05d35fa6d3040bff3c0f9b32cb90a;size=44 132ced0592418845eee2359a1359672f;size=2452 S 1013 382 * * * * * 5490b73a239bf999a5d08d7ecfca925c;size=44 * H 76 382 99.5 + 0 0 381MD 54b78248d134a06636b42e4580fa03a2;size=44 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 114 376 99.7 + 0 0 286MD89M 583d30b62f52e66448d874b49b3ea19e;size=44 83df0573e06954f0754ab2dd3e851d44;size=649 H 635 380 99.2 + 0 0 380M 65010e3c443fe1fc91ec7e4e7e804830;size=44 6eb95c3397c68284573898251f8909f8;size=80 S 1014 335 * * * * * 66fe19746b4a4f0ac427410c1757fe6b;size=44 * S 1015 381 * * * * * 68c0886052ea12f81c2627efc97c5090;size=44 * H 46 374 99.2 + 0 0 374M 6afef74607dc3fbf66ad2ea24e9d8c4d;size=44 9251e8578062ae5ff73218117a6def92;size=1541 H 190 392 99.7 + 0 0 113MI279M 6cdc490bc03de7a74bdf824c3c558008;size=44 2f14057efc703e11ca446472cbd58089;size=389 S 1016 381 * * * * * 711fcceae3887e996abbdeb6a85878af;size=44 * H 889 384 99.5 + 0 0 172MI86MI126M 7424816068df1811beb2c115b8ad50f0;size=44 daadeee4882cfe19f1b1df31b3b6dea7;size=53 H 820 382 99.7 + 0 0 236MI146M 74a71f36a125fa58e0e6a6893adcee6d;size=44 221403e8fdbf00a971c1fa6e89684cd2;size=58 H 277 383 99.7 + 0 0 169MD213M 7bdb7e848d1b6159a94f7fb36cd34738;size=44 65ed9f762fb5ec24df6718dc95ddd011;size=239 H 8 389 99.2 + 0 0 125MD135MD43MD83M 7cb6e27218271c2568aee67c5bfe47cc;size=44 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 789 382 99.7 + 0 0 382M 7fab52c34e87985826ea7a22fe9a0f94;size=44 b9b93de88fdcac81ded1f0d53827ba92;size=61 H 14 379 99.2 + 0 0 292MI87MI 82088f5c468d0d98a81b3ef44c484147;size=44 78951b2d4ca30531381672a30be0978a;size=3655 H 25 382 99.7 + 0 0 253MI129M 840f07c7bd43d202d3eb7cfc2b3d007c;size=44 7228f266f04a46bfb85ea74e73546004;size=2508 H 262 391 99.7 + 0 0 301MD89M 852f6e612239ad1f6524787a29f7074d;size=44 50ecd5236a9fb9f7766e6251360794df;size=257 H 70 388 99.2 + 0 0 34MD139MD140MD72M 859de15efdfcbfe94ae780dec6de197c;size=44 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 488 377 99.7 + 0 0 377M 86ceba6bb48c30ef34e286d3f9ce75be;size=44 b9c073b526217050cffc946035e151f3;size=118 H 20 381 99.7 + 0 0 381M 87a3a19c6c797b94f3dddb9e403aaab1;size=44 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 546 383 99.5 + 0 0 383MI 89531b671f55acb321a9dbd1d043fdac;size=44 7d2fc015649f14619b60576393cde6b4;size=103 H 162 454 99.8 + 0 0 244MI210M 8b664e3ffac96c7e80431c1a8cd3d4e0;size=44 9512aed25d10127818005b2d88fab273;size=445 H 99 386 99.5 + 0 0 116MD212MD56M 8ba19159357a99332db1b4a0ab2bd636;size=44 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 142 387 99.7 + 0 0 248MD138M 92379322a637776f7d2f00096d3a8ceb;size=44 a59c20a795c10fca5ddea1b5bb9467c1;size=513 H 31 387 99.7 + 0 0 163MD223M 925232ac09625db376f10bdbdeb80701;size=44 bbab8ae32b8c7afaef852b438e6dc70d;size=2148 H 39 383 99.7 + 0 0 249MD133M 93fdeed3ab64c637ec47dd858b46486a;size=44 750451de425698bad38d5e1c872b2f12;size=1660 H 6 382 99.5 + 0 0 166MI216M 9bd7b9170bea0708df4925c077067b3f;size=44 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1017 385 * * * * * 9cb5ae017f00a0f77f77cadb8b7e229c;size=44 * H 906 382 99.5 + 0 0 382M 9dc67e36e5abb9b7f89f875fe1cd6df0;size=44 00215465978886967ca2a169fa7f4c86;size=51 H 59 454 99.8 + 0 0 396MI58M a2f51adf58f26b0fdff376a4f2246ce8;size=44 b285cba086c6d068c453be4adc4c5611;size=1210 H 27 384 99.7 + 0 0 255MI129M aabe8a753aa334c7191bff35bb2a4dc6;size=44 132ced0592418845eee2359a1359672f;size=2452 S 1018 385 * * * * * b07bd5280a580704d8624860c831c24b;size=44 * H 338 396 99.7 + 0 0 396M b0c6a0403b5984bd2eabb7e3de4ed624;size=44 28eb4ed106e8fb818c3f153206ff9e4b;size=183 H 185 379 99.5 + 0 0 330MD48M b9bcdaf5e6bcfb85d15d451952c4a2e8;size=44 2d267b9634e394fc577a40288d17c176;size=397 S 1019 384 * * * * * bae957d63029d1dfcb8e2c1555321d3c;size=44 * H 328 381 99.7 + 0 0 381M c078773a51f8046ec4dc94bafc185eff;size=44 1d67ed778076a80b5816b1d88f35c5d1;size=187 H 166 380 99.5 + 0 0 34MI298MD47M c43a6e9a0911ddd9c0379f71ac48f0db;size=44 351fd1540c2aab8567725ee8cb8a60fd;size=437 H 800 384 99.5 + 0 0 384M c529a4a962129f8180ba85ac24ed85de;size=44 015abc2784d711e4aa6a89138a90da72;size=59 H 128 382 99.7 + 0 0 298MD83M cb3bbdf90ba4eba4914c57c27967b5c9;size=44 a1451116f9f7102792d8505467a8c1ad;size=571 S 1020 381 * * * * * cc410d7805499927201e7162d83a905e;size=44 * H 58 374 99.7 + 0 0 322MD51M d2af64161cca7adb3989233797454f01;size=44 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 173 382 99.7 + 0 0 292MD89M d48cff974a03db5bb05de813e48b0aa7;size=44 b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 S 1021 387 * * * * * d7388c4aa9c9a3ac5109d9d597cb0f39;size=44 * H 26 380 99.5 + 0 0 166MI214M d91b6bcf10ea4988cb6c6e66e5c69b3f;size=44 38a1e68923981030900a4744924d4694;size=2491 H 49 382 99.5 + 0 0 298MD83M eae8ef5648669d7fffed1d7ec492e27d;size=44 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1022 383 * * * * * ee63a334eba256fbabd125a9ac5beb98;size=44 * H 318 376 99.5 + 0 0 235MI10MI131M f19e292c5abc344dfa9fe674222d898f;size=44 da285096b7bc838d922f2db9bc467d04;size=193 H 4 384 99.7 + 0 0 326MI58M f1d38200c8ace95fd2970c0865a4be1a;size=44 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1023 381 * * * * * fc56d071194200698f848554141b9a37;size=44 * H 991 382 99.2 + 0 0 160MD220MD 002f9310899b1fae86bf2083decda470;size=43 f3a223053406d476438576b26dda12d5;size=46 H 151 381 99.7 + 0 0 320MD60M 05cec0d95b3a6a567b880f89e5ac8b94;size=43 1573227062856a5b20f3c26fcc091327;size=487 S 1024 374 * * * * * 126941ffe6573f57d28d59319462c79e;size=43 * H 424 371 99.7 + 0 0 229MI142M 12750b6b21666be7cbf1faf981c4c3ed;size=43 21a62962ca810d55dd2bec6030e89381;size=139 H 22 383 99.5 + 0 0 160MD132MD89M 12f3e3a653a3044336e1acf208c43e31;size=43 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 1025 375 * * * * * 14df4b327a713638daa82d72e8eed759;size=43 * H 101 382 99.7 + 0 0 160MD221M 18517c5f6d2c37db72ab1a0d5f14406d;size=43 a8660d900db113ef096bf415e3731d91;size=702 H 174 383 99.7 + 0 0 295MI88M 1c11d271cae571fec290ad3158d61ba2;size=43 673a7d04c8bcf089ba87b9d892447e5c;size=420 S 1026 369 * * * * * 1ce6b5d152f6f97776aebf6f8fe830de;size=43 * H 3 382 99.2 + 0 0 251MI131MI 212894cb37c823c3ff46459adddbd1fb;size=43 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 0 388 99.7 + 0 0 15MD372M 24f6aa4c80dbca3e5297f3188be5c878;size=43 b235271fbc8a6c9d990037857189ee9a;size=22254 H 17 384 100.0 + 0 0 383MD 2d7e313ffc5cfdb409dd3d7be3873e66;size=43 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 1027 394 * * * * * 2eb50aa31f82ccb67a8763863e0262fb;size=43 * H 3 385 99.7 + 0 0 295MD89M 3586a56d0d026b0657b326b3f61789e5;size=43 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 105 381 99.7 + 0 0 293MI88M 37d5f0c5c8098f6e3dde9f0631a99cd6;size=43 c5363a5641cc635d03bd615ea2662839;size=685 H 34 382 99.7 + 0 0 356MD25M 39a779dcf3ba9ee55e02fb0a6b0df1a8;size=43 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 191 375 99.7 + 0 0 291MD83M 3aa86e3a15fb4a9a607f8c2eb37436d4;size=43 6cfab8a4e1ab8dbd9c2331c7bec5dc23;size=372 H 236 382 99.5 + 0 0 166MD125MD89M 3bbec7939380a2e3dcd62fe9d80dedd5;size=43 f5105f226e901edcf42c4754437126f8;size=288 H 311 381 99.5 + 0 0 381MI 3c6c8b16beec935e8c64ce144f7b757c;size=43 aaf799f97bb0c2e2fa62a1c48a371cf2;size=201 H 285 381 99.7 + 0 0 291MD89M 3cd1312f77ee0d732f5614bbadf609f4;size=43 82736fd450382b26d8f631601a213655;size=223 H 283 384 99.2 + 0 0 384M 3efb0234b0e815b74eb099cd0f497ef0;size=43 47bf006bfb0373f624f991a93f2ab240;size=226 S 1028 387 * * * * * 3fe3b8db4c197112739844b1b09eb337;size=43 * H 640 381 99.7 + 0 0 381M 44571437d1575e1085c8421b1c3cd961;size=43 2411078065643b26f1278d2275243d77;size=79 H 18 368 99.7 + 0 0 34MI334M 448ddd667f763623136b6dafa06a8f2d;size=43 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 57 382 99.2 + 0 0 100MD71MD71MI138M 46a82096fbc305d3bf1be2131c6cfd3a;size=43 78cf40830a68c9575dc2988262767324;size=1234 H 33 307 99.7 + 0 0 34MI273M 4a805d8bc08ae555bb1eea1a359bfc3c;size=43 b4e1bd5eac322b803425414f19938cd6;size=1992 H 57 380 99.7 + 0 0 100MI280M 4e23582e6c1846f7b1c9d0bf85920846;size=43 78cf40830a68c9575dc2988262767324;size=1234 H 252 381 99.7 + 0 0 247MI134M 53fac916fa9a84cefe66098091c34750;size=43 448aacca199006dee4f9dfc0d1471961;size=267 H 100 379 99.7 + 0 0 111MD267M 555180833e863a734b3be4474df6a5c4;size=43 1a635349b6fd22404fab94284c3fe203;size=710 H 55 380 99.2 + 0 0 380MI 567962a905306b75950a951cb2cfc9f3;size=43 213782d871e7988943bf278c3191f221;size=1289 S 1029 380 * * * * * 5711a5c9d14811c444cfd407b3a83cea;size=43 * H 7 379 99.2 + 0 0 339MI40MI 5d2a479292fe8ae8127057efe391383d;size=43 aecd442213d89e3f43949aee5040a3ed;size=5318 H 55 381 99.5 + 0 0 381M 5defc8f71808e043d9001839826d0038;size=43 213782d871e7988943bf278c3191f221;size=1289 H 500 382 99.2 + 0 0 313MD67MD 5f2a7927e52ada4072548e88c44f2d3f;size=43 86d4259184e6f43595879c970aa34fda;size=113 S 1030 382 * * * * * 5fec2290acbd4358da50f9d120cdb665;size=43 * S 1031 374 * * * * * 61b663c00c99daab88523d1471dfc69a;size=43 * S 1032 372 * * * * * 63800fd04ce3ca9b08f3e03172d0634a;size=43 * S 1033 381 * * * * * 64a333d134c97f46358792449de2f1c4;size=43 * H 5 372 99.5 + 0 0 34MI17MI321M 664418529ce7af7235e2b103f4573f47;size=43 da17e1a54e88120e294c7e68e350f47f;size=6062 H 91 384 99.7 + 0 0 257MD126M 6923d938326569cbaa58104af651dc1d;size=43 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 218 385 99.7 + 0 0 385M 6c12a23c6f8f7c855a302869c4c80b04;size=43 83a62235f350d19cd37c04c9bfca83ec;size=324 H 318 377 99.7 + 0 0 282MI95M 6f66c15dd74101e9d92c1f04a882d550;size=43 da285096b7bc838d922f2db9bc467d04;size=193 H 111 382 99.7 + 0 0 325MD56M 6f82f840dde6731da200d167dce48f4d;size=43 56411556b414ce9bde350057388ca5cc;size=669 H 938 381 99.5 + 0 0 381M 705faae62753f72e769de4b4cdcb8461;size=43 b759c9c5d33d4dc8b2d1fe0de2779b12;size=49 H 26 381 99.5 + 0 0 381M 71a573d8bd88185d1972e52186880891;size=43 38a1e68923981030900a4744924d4694;size=2491 H 20 381 99.7 + 0 0 381M 72a1a570ca9672db094e55c2e205bdb8;size=43 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 S 1034 381 * * * * * 7da1831cb2eeeaa9b9821fdc4c22a227;size=43 * H 80 379 99.2 + 0 0 292MI87MI 841c776b131d0ea85a0fd40a195dce9b;size=43 9e43073edd634e96c9cd46bd340a9d8d;size=940 H 510 380 99.7 + 0 0 292MI88M 85605c6467fc783ca9f881e6f85154f4;size=43 b68a6a19856e73f32f6993206ddf1333;size=111 H 4 387 99.5 + 0 0 159MD11MD215M 8ae90d57cfb2c01b243d25a8266de390;size=43 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 469 384 99.5 + 0 0 123MD171MD88M 8d72f5f0748611a22953b6600b158d96;size=43 a974e78f879496d01bbc65e1b1495f9c;size=124 S 1035 385 * * * * * 8ea6ddec30f4377b8c1cedd9378bf8a7;size=43 * H 138 380 99.7 + 0 0 297MD82M 93f263ed8978e08c09e876dddd18dd18;size=43 a132452c2bc0948bb95daf81049430cb;size=538 H 35 380 99.5 + 0 0 125MD42MD211M 9682b75577ce84cda9e7ede12807b27f;size=43 4084bd8293b08a58e03158d6668952f9;size=1934 H 145 373 99.5 + 0 0 135MI29MI209M 969c70f6b8738bafb8ef4f346e7b92cf;size=43 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 142 385 99.7 + 0 0 253MI132M 9985cc83f9354597d27390dc9456c9ee;size=43 a59c20a795c10fca5ddea1b5bb9467c1;size=513 H 12 381 99.7 + 0 0 179MI202M af2f8ad737824aaa1d7659271545e31a;size=43 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 34 381 99.7 + 0 0 381M b36d82afc4867ee18b90c6ef225d3d31;size=43 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 307 380 99.7 + 0 0 292MI88M b387cd69669045c53a6b02dbb793edea;size=43 57e7fee728b8d969d30f760343d3ae9b;size=202 H 26 382 99.2 + 0 0 292MD89M b6a1aa12ff4ad1c7e578e2b342a69b29;size=43 38a1e68923981030900a4744924d4694;size=2491 H 5 375 99.7 + 0 0 29MD345M bdb1a77f284b4f6a3cd26f718d6de500;size=43 da17e1a54e88120e294c7e68e350f47f;size=6062 H 3 383 99.7 + 0 0 251MI132M c0c623dfba3853d26969cca4a3b4ce46;size=43 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 1036 169 * * * * * cbd30db2f4ec28a4d991954efbe58ec7;size=43 * H 982 383 99.7 + 0 0 383M d8290f8c0f079bced24a4853164ba8ee;size=43 41d481e09c9e369fe9f93a626e2877c7;size=46 H 209 385 99.7 + 0 0 174MD210M d8f9dc8285ac05a70cb711e033469ca2;size=43 0951cbafa9af3ed69eb56b9cad3bc656;size=337 H 104 384 99.7 + 0 0 296MI88M dc36ce96eda828eca4053d1ee2d90f5a;size=43 4a1b19992477b69740b3dd9e44698fb0;size=694 S 1037 389 * * * * * dcba3988e7e1a5bf400970520c8f274c;size=43 * H 361 386 99.5 + 0 0 386MI dd6e7f8c6c1a819cd9de47f239a4e622;size=43 98bbbb18f44346a9af0315e5a5e969a6;size=170 S 1038 487 * * * * * dd9c9696486e4c8e44f64040bfd68af0;size=43 * H 97 380 99.2 + 0 0 169MI210MD df337e57446277fcd91cd397a5b8f52b;size=43 e944faf685bbce6aafc662e764ebeb64;size=743 H 87 381 99.7 + 0 0 293MI88M e0660981fcdb19425484d95ee0211f87;size=43 a515a6062896d997c5e630b545f3dc12;size=833 H 353 382 99.5 + 0 0 160MD132MI89M e0ca735dc353f97201b22459be420a47;size=43 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 3 385 99.7 + 0 0 305MD79M e611279ea5ff52adce6b85a757ce5b7d;size=43 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 10 374 99.7 + 0 0 34MI340M fea0db4ade5852ebe7cae1edee016877;size=43 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 1039 375 * * * * * 00edbdb1e729b139bab9c3e3d616ecd9;size=42 * H 70 387 99.5 + 0 0 34MD139MD212M 05b07c8e4c07ad3f26ecb47d1e4f5806;size=42 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 1040 381 * * * * * 068b31b50e034627948e4691652f2d47;size=42 * H 254 360 99.7 + 0 0 332MD27M 208bc821768aa9de5dfd05968bfb3a56;size=42 e8c7759df43178f58d6d576b767b2224;size=265 H 298 382 99.7 + 0 0 298MD83M 21ee3cfd1d54f18154f16235b911315d;size=42 2cc4a7ea6554fefe66c2297c645d10d0;size=209 H 6 384 99.7 + 0 0 65MD318M 2274f739a0f4d933a0a641b0e08acfef;size=42 efbd11c972faa734253f779fc4eb2a64;size=5440 H 500 381 99.2 + 0 0 380MD 22ff5244679bc67c710719692ea46e07;size=42 86d4259184e6f43595879c970aa34fda;size=113 H 9 380 99.2 + 0 0 380MI 25bd1ab4558c6c0fc1c70c1e3c306911;size=42 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 180 387 99.7 + 0 0 297MD89M 26ca160999e65fabc453f440ed45feef;size=42 cbae1b029b432ffea6fc36462608bbc3;size=409 S 1041 375 * * * * * 282ee89181afd962f67ffc2dbe59daa8;size=42 * H 46 373 99.7 + 0 0 34MI339M 28655dc87aaaacba3567f1cbdd878bd2;size=42 9251e8578062ae5ff73218117a6def92;size=1541 H 712 383 99.2 + 0 0 242MI140MD 29e79255fcd71dcc1481460342ca8cea;size=42 48817878b07e319f86b731e39134f572;size=70 H 496 386 99.2 + 0 0 386M 2d0f1df446f2bbc8861cf883eca9341d;size=42 db6aa57ecbcb32166848db1ebdbe0bbf;size=116 H 15 382 99.2 + 0 0 173MD208MI 369f5609343159f65efa30017febe015;size=42 721460e46e8804111d74cb730340492f;size=3538 H 815 381 99.7 + 0 0 381M 399cd2e43e1c787306c8c34efd7ca3f4;size=42 f1821010509d870b5b1099a026308ae1;size=59 H 131 380 99.7 + 0 0 247MI133M 4fe1151f2b0d0a49bf55e6812fbd029c;size=42 8eb1dcea5bd1467add941a149de61a15;size=551 H 6 384 99.7 + 0 0 248MD135M 537f794e9f940e5f3b5d76af3ff95ad9;size=42 efbd11c972faa734253f779fc4eb2a64;size=5440 H 1 374 99.5 + 0 0 34MD308MI31M 5737b4b583f9cdb91a103c00c805d1cd;size=42 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1042 399 * * * * * 576fc0cc65f8dbafda40c896bfcae7d4;size=42 * H 664 379 99.7 + 0 0 353MD25M 5ae2a6067dba95d05d2194c48babce68;size=42 e8f0e14258a9dc32b8ba10cdfbc9c8db;size=77 S 1043 364 * * * * * 6213ec808c608db770a9dd6821f5b333;size=42 * S 1044 381 * * * * * 659059e28539287188237ce24a192162;size=42 * H 425 424 99.3 + 0 0 424M 69e8974d48cf64300adbeecd1ef763fc;size=42 98ecf939fb9e7fd58907d0c52a76e345;size=139 S 1045 380 * * * * * 6dd1a361723575d6a04aa5415d68861d;size=42 * S 1046 380 * * * * * 6fb8c9032420fb54a1ad4b27fd4a16bd;size=42 * H 76 382 99.7 + 0 0 246MD135M 769d93d6e32cbbde1a6565bec6615eda;size=42 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 1 375 99.7 + 0 0 257MD117M 7fa869b66d9213ad1323c47d7cdffd09;size=42 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1047 381 * * * * * 81414bfbd2c122c1ab26d33883eb793f;size=42 * S 1048 391 * * * * * 81d414b1628111c9c4b379da1dda7531;size=42 * S 1049 380 * * * * * 875b4b83662f446265da2c2c93e85f36;size=42 * H 90 371 99.7 + 0 0 322MD48M 90f0ead69da71d79dd9f5f268d5b31b9;size=42 bea8d6b972e185a60abf5d100e3941e5;size=815 S 1050 372 * * * * * 942ec79295ffd2b992df54343e63dcc9;size=42 * H 47 368 99.5 + 0 0 368MI 977a4986eaad43ad8a8d8c577b780e29;size=42 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 77 370 99.7 + 0 0 150MD219M 9a20e2d01a12ef51a2697ec9697a1904;size=42 26da64127a9c2b145603fe1f0660f814;size=958 H 834 382 99.5 + 0 0 298MI15MD68M 9e01044ccadbcae185462c8f0ebc83e7;size=42 171301f8675b7dba4efc226691071d08;size=57 H 57 381 99.5 + 0 0 100MD142MI138M a0c98bbc952b92f948af32569f7c832a;size=42 78cf40830a68c9575dc2988262767324;size=1234 H 135 381 99.5 + 0 0 34MI321MD25M a4b655f9f87017b6567507e9a1cd65ef;size=42 6d534239f9c5ebd883a72f96e2d21557;size=546 H 443 382 99.7 + 0 0 298MD83M a50a01dee1570af3010ab0304dd4de52;size=42 45d774045e9f194d5f2e04c9d68f3563;size=132 H 2 382 99.5 + 0 0 123MI259M a8c803061ef5b7b7acd09e15b83b8755;size=42 39392bbb9626a64e6663c05b70293e7c;size=11535 H 194 381 99.5 + 0 0 160MI221M b19d2ccd353dae57db02fac2b66e09fc;size=42 6b2753d150574fc564bf0c86986e5aa9;size=369 S 1051 389 * * * * * b45ba92a32872e23af90e6fa10dea41d;size=42 * H 413 380 99.5 + 0 0 380MI b5370c6960f8bb8cbbf5aba23cf4f44a;size=42 57757cca5106563993a857dfc9649e40;size=143 S 1052 375 * * * * * b75a8d4ca89a79ec6690c74d5765259e;size=42 * H 97 381 99.5 + 0 0 34MD346M b9766253e1e49090606306fe7090ec15;size=42 e944faf685bbce6aafc662e764ebeb64;size=743 H 1018 385 99.5 + 0 0 169MI88MD127M bf2c419e1a6d6e70910d309166f95908;size=42 b07bd5280a580704d8624860c831c24b;size=44 H 198 384 99.7 + 0 0 170MD213M c05efec08e349e1224b2776f77c4dac1;size=42 58d07c53510c05888cde3634d588bfd4;size=355 H 64 384 99.7 + 0 0 34MI350M c2a9c350dd60e972a2467a89adbe400a;size=42 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 H 231 380 99.7 + 0 0 160MI220M c38a21f96cc559dbe8baad4c0ddd3405;size=42 c5e16c5edd0279857aad608bdf1808b6;size=294 H 198 383 99.5 + 0 0 257MD37MI88M c44fb29120beacca0239dba260f3e924;size=42 58d07c53510c05888cde3634d588bfd4;size=355 H 100 380 99.2 + 0 0 165MD213MD c50b2e27d393d6fa6406122f9e6a1162;size=42 1a635349b6fd22404fab94284c3fe203;size=710 H 72 382 99.7 + 0 0 109MD272M c7557c4f081e7c718246084c0efc43e5;size=42 2899d676f63e67670e53d630f084525a;size=1037 S 1053 387 * * * * * ce86b929ec8bcc91177e1c60a5cabb16;size=42 * H 0 388 99.7 + 0 0 345MD42M cee6f3f2d03d6d29d0f3e5b3cee7393e;size=42 b235271fbc8a6c9d990037857189ee9a;size=22254 H 32 374 99.7 + 0 0 374M d1281dfe7964fd10db5f74f111706ebd;size=42 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 6 382 99.7 + 0 0 178MI204M d16e477e1318397516c034e8e8777fbb;size=42 efbd11c972faa734253f779fc4eb2a64;size=5440 H 7 380 99.2 + 0 0 171MI75MI50MD83M d22635b3f8fd1d3f7c2daf71fd261b50;size=42 aecd442213d89e3f43949aee5040a3ed;size=5318 H 68 382 99.7 + 0 0 298MD83M daa3efec9b01cd2b8f1d97d9e39aaf24;size=42 992280493f8201664147ee5a7013a338;size=1104 H 3 382 99.2 + 0 0 34MI348MI e19930383011063f60e9b7278f9c4075;size=42 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 36 387 99.7 + 0 0 284MD102M e2e9c04514da44f890490df2448cba67;size=42 99ba81c88f63f83daf290add3918d38b;size=1787 H 12 383 99.7 + 0 0 114MD268M e5b6c4330d11e45cb25987e80187d44d;size=42 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 89 380 99.2 + 0 0 116MI264M f072723846e768df047dc89a0c4f7beb;size=42 a62b53f76dabc51fbc608497f0423b3a;size=823 S 1054 369 * * * * * f1406e56eedee3c3ef2172a6b6b2adb8;size=42 * H 75 382 99.7 + 0 0 313MD68M f1c9b4e02072ce311b2d3491bb8e9920;size=42 2fa9b827204a1d3d905718078b9109d9;size=1011 H 9 380 99.7 + 0 0 34MI346M f33183afc1ae6cf2fde7a152dc9017fc;size=42 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 28 382 99.7 + 0 0 343MD38M f4f4ae34d9e1ae9ab8b92f05b76031a8;size=42 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 145 376 99.2 + 0 0 34MD341M f83123a7eb85ee1d2b0dd196a3c0bb02;size=42 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 54 375 99.5 + 0 0 112MD172MD89M fc5f22636a7aa5e6be5fcd70c9fadcf0;size=42 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 68 381 99.7 + 0 0 381M fc7cf3b22bc925fffd4db3d0589edf53;size=42 992280493f8201664147ee5a7013a338;size=1104 H 1 376 99.5 + 0 0 167MD128MD79M fea2f9213f5b623d9903b680690c0675;size=42 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 183 375 99.7 + 0 0 112MI263M 00b712ea40df1016dea8ae2bfbeecc0b;size=41 0ea571522ec6517425a9908ecf958be8;size=402 H 137 382 99.7 + 0 0 298MD83M 030fa8b5ac4549d9faf1400447075a1b;size=41 2c3b99b33b4109cda1ed9cc9368d3583;size=544 H 889 384 99.5 + 0 0 172MI76MI136M 0367b1ff541a338e3b4f9ccce0073141;size=41 daadeee4882cfe19f1b1df31b3b6dea7;size=53 H 5 373 99.7 + 0 0 326MI47M 0731c7865e4da8c76109ca68c977927d;size=41 da17e1a54e88120e294c7e68e350f47f;size=6062 H 766 383 99.7 + 0 0 295MI88M 08d9a5d030c034f75bd01abc990b4781;size=41 8189c62883b074718aa565dd3a377d32;size=64 H 101 381 99.5 + 0 0 381M 09c06537cab357205489378b991a6294;size=41 a8660d900db113ef096bf415e3731d91;size=702 H 98 458 99.8 + 0 0 458M 09f3030ed956eb076c2f714a89ea8e29;size=41 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 S 1055 382 * * * * * 0b3b38972c69b24c9389f0be8db2da5f;size=41 * H 60 379 99.5 + 0 0 34MD256MI88M 0bb359d3a919fa70f63aad18f2edd3e0;size=41 cf300107400178f2895f501833126e35;size=1153 H 441 384 99.7 + 0 0 176MD207M 0ea328ae4c29e317d390aa19515cd521;size=41 9aab7e571e72bc162ad8207f8e7e834e;size=133 H 1 374 99.5 + 0 0 167MD118MI88M 0f12989591894fc080c12b85439e18eb;size=41 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1056 384 * * * * * 19c8f3c2439e2dab0e1ea7cdcfddafcb;size=41 * S 1057 381 * * * * * 1a14706455485b8329b8af37ee385c78;size=41 * S 1058 383 * * * * * 1ad5d7db6aa24146e665af7d4d8a5645;size=41 * H 212 373 99.2 + 0 0 34MD338MI 1b5766e348518084bf0449962180238c;size=41 f6967f5c1b256bfc4f189948af2f5bd8;size=336 H 117 380 99.7 + 0 0 178MI202M 22ee47cd06a76ef9069a704f3305650d;size=41 e184857255389e6f5c6e6db33f3ca673;size=643 S 1059 368 * * * * * 2331d18b438fd9f054d4a66e63593e40;size=41 * H 847 382 99.5 + 0 0 382MI 289e1ba5f2ac5824f0857cd20ccdc2f6;size=41 0a9f655f253ad9e396158119ac9ec3f0;size=56 S 1060 384 * * * * * 294f541473330d142729f9409a35dbf1;size=41 * H 323 372 99.5 + 0 0 372MI 2c4a753ad2b553a6c4de08a32240fe3f;size=41 3e74b312eb573589547042635bac0fdc;size=190 H 65 378 99.7 + 0 0 177MI201M 30296ee28cb13dbb521612906ab5d8b4;size=41 834a8eff393e23d3b887ee35b0556568;size=1112 H 4 387 99.5 + 0 0 34MD283MD68M 307c8cc37edd42ff47a8b02ee8d7057f;size=41 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1061 377 * * * * * 30d234d1a6d240cb089a9fc94bbb10f9;size=41 * H 9 383 99.5 + 0 0 34MD126MD221M 31941aa5ae50a278b3f571c65f88ccea;size=41 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 214 378 99.7 + 0 0 243MD134M 33b793e3eb332c79c9cb841c730faaeb;size=41 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 H 34 380 99.2 + 0 0 256MI124M 3c19a6c4ed20d6df8aded6f8e8553f70;size=41 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 68 382 99.7 + 0 0 160MD221M 3cf5560efd3bfc10020fc8829551f9f9;size=41 992280493f8201664147ee5a7013a338;size=1104 H 193 382 99.7 + 0 0 343MD38M 3e96a151787e0536db08254249d16676;size=41 4e802064a64173a67e0acb114667578c;size=370 S 1062 379 * * * * * 47f306c06647d151f7fcbe5b6ba697a3;size=41 * H 12 380 99.5 + 0 0 34MI41MI305M 4983bf85597de52b547f2720e2e3ad0e;size=41 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 329 379 99.7 + 0 0 136MD242M 55a7987e01d6a401c90072cedb0c8f21;size=41 907507c4a337e89817a695a8f74d84ef;size=187 S 1063 379 * * * * * 561d061b768e6dd2db53c40671145bcd;size=41 * H 442 385 99.2 + 0 0 258MD125MD 56be2af3df10f1b246bbd972a38fc50c;size=41 2803b629febf0dff179566fba40214e1;size=132 H 10 374 99.7 + 0 0 121MI253M 58040af562750f2502a129685f5147e4;size=41 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 521 379 99.7 + 0 0 166MD212M 5869e879c878c44aac988b1cba3003d0;size=41 77e05ba70f34923d22c2495a6ae5e685;size=107 S 1064 376 * * * * * 615bfcc9eba911e632797f7144777819;size=41 * H 28 382 99.5 + 0 0 381MD 6297b85ceaecbaeb69e4dd3d308bc51d;size=41 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 862 381 99.5 + 0 0 34MD258MD87M 63afbf192186d284ac51ec5f87e831f7;size=41 0b3886429fccdb72fc4669c03bd3c71b;size=55 H 263 379 99.7 + 0 0 34MD344M 63ff53bc94f87dde81c76d9fa307fdf9;size=41 23f7952d42a3a152e33aafadabaa9970;size=256 H 27 386 99.5 + 0 0 385MD 6436e40e0e4c5120cf0e5f23f5c7fdd1;size=41 132ced0592418845eee2359a1359672f;size=2452 H 1026 369 99.2 + 0 0 369M 644c826d87269450bc1cf2050fe0916e;size=41 1ce6b5d152f6f97776aebf6f8fe830de;size=43 H 236 380 99.2 + 0 0 380M 64bfe754a6182258e3797ac0b80cae04;size=41 f5105f226e901edcf42c4754437126f8;size=288 H 246 381 99.5 + 0 0 166MI125MD89M 68909984b2aa458a495a313c2198f374;size=41 405df9af32f6958ecb5fda42f4ffc114;size=271 H 0 386 99.7 + 0 0 289MI97M 6d64afecffd51abfc7d9b7b1eae86a08;size=41 b235271fbc8a6c9d990037857189ee9a;size=22254 H 46 375 99.5 + 0 0 285MD89M 7416b635592558ef83f3cac738d647e4;size=41 9251e8578062ae5ff73218117a6def92;size=1541 H 97 379 99.7 + 0 0 165MI214M 7699dfbc2dbff2d337ae9c60164d1f30;size=41 e944faf685bbce6aafc662e764ebeb64;size=743 S 1065 346 * * * * * 7733e41e525387883ee3e37fc15977c9;size=41 * H 271 380 99.7 + 0 0 292MI88M 7752f3765572ea11f0b7a86ac47022c1;size=41 a7bba9391a3b9325b047a9aa2a4ece16;size=244 H 6 385 99.5 + 0 0 34MD136MD213M 793eed88b1bcb3a0972e49260fe8ac7b;size=41 efbd11c972faa734253f779fc4eb2a64;size=5440 H 553 386 99.5 + 0 0 386MI 7e574f785bee2c7fcc87b113eb41d85e;size=41 6a856d480615702df54420dc70f40eb2;size=101 H 75 382 99.7 + 0 0 298MD83M 80546bb6a0cc05cb002f0b88723aeb48;size=41 2fa9b827204a1d3d905718078b9109d9;size=1011 S 1066 385 * * * * * 81ac1c14a8a5770881a25eb01c6d48ce;size=41 * H 41 381 99.2 + 0 0 170MD210MI 8d0669f89057b3520df467872a0dc9c9;size=41 51c470345442104d94340d82e2f3fb9d;size=1628 H 76 382 99.7 + 0 0 277MD104M 8f2d2cec11f82f351fca9f24bd89cd82;size=41 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 107 379 99.5 + 0 0 379MI 8f9723abba90e033d54b61f8ac2b80a0;size=41 60eeb6236088c448b9f709e81feed0b0;size=681 S 1067 385 * * * * * 93662cd8535a2cf7574d93ff59fe512e;size=41 * S 1068 385 * * * * * 99a360f63996092b970725e4e80ef13e;size=41 * S 1069 380 * * * * * 9bb73c9e187fbb9d295cd76f575a226a;size=41 * H 0 387 99.5 + 0 0 34MD311MI41M 9effd3dbd09726a6429ae6491994477a;size=41 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1070 381 * * * * * a19ea019bdc8b74e08dd070a47cb96b4;size=41 * H 390 364 99.7 + 0 0 105MD258M a1de117c8ceeed63af3aeeee3227fbad;size=41 c8853816fba540da3ed4d3632dd1f948;size=152 S 1071 384 * * * * * a4df55c9684204070650d8e31ef8f263;size=41 * H 19 385 99.2 + 0 0 168MI217M a8ac61deccffbdd4ad4a7dc6ea6e380c;size=41 be32a04d8af28ab822f66005c721cc1a;size=2849 H 86 379 99.5 + 0 0 379MI afd3f6ebcaf736fdd1cbddb6c56286a3;size=41 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 H 209 383 99.5 + 0 0 383MI b00e356d4d17c9c9c09d0469b0a32366;size=41 0951cbafa9af3ed69eb56b9cad3bc656;size=337 H 73 388 99.7 + 0 0 298MD89M b7aa7b4e30c9aae785d84d4101df6d8d;size=41 f26485df52a1b9756dec85dbe84cc764;size=1036 H 92 382 99.7 + 0 0 298MD83M b90b98c6bac4615d39f13641cd7d39c7;size=41 7479c4378ae7e84010e92ff0663ba6e5;size=798 H 332 389 99.5 + 0 0 269MD35MD83M bc05cbcfca0aa795df73e3efc3cf0dc2;size=41 5c9b0840f16c84a6b7589f1c25071639;size=186 H 381 380 99.7 + 0 0 133MD246M be84f8e3c3429628c71ad862d390965f;size=41 fe8d70918536a0d048cbaa72d857febc;size=156 S 1072 380 * * * * * c79afaf32375a47ab67be556fa3b564e;size=41 * H 17 384 99.7 + 0 0 383MD c8cb86d6185826682618024459b2f0c5;size=41 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 76 382 99.5 + 0 0 34MD347M c9a624a4ddc7d1ba75d377518df5858b;size=41 59e2d50d6cbbbd084444de8f0d1c8460;size=979 S 1073 381 * * * * * ca284d745b7e92a7f982e7b312d2058d;size=41 * S 1074 380 * * * * * d10d16fa251ed0fabf3947144798230d;size=41 * H 308 369 99.5 + 0 0 369M d24ddc48b4d89d8f7e1e56015c4aa310;size=41 5db6f34fee1480b574dc8432c182e4bf;size=202 H 165 383 99.7 + 0 0 169MD213M d5b8c7416e163a8ec7fe92d29b15cc90;size=41 01a71ee728b1597b04d339505a58ed04;size=439 H 134 388 99.7 + 0 0 388M d6bfc52d9bdc356945e09407a4ec6a2d;size=41 c3859079a9dd32bf9dbfe26094582ad3;size=547 H 677 380 99.2 + 0 0 292MI87MD d8ea34fc38a946744727f60c2d41059a;size=41 41125d6c05c80210a176e28bdf3bf0b6;size=75 S 1075 380 * * * * * dd9efb7bc40fe65e97525f55f426b816;size=41 * H 483 377 99.7 + 0 0 167MD209M e6b895ee4429e6acd6d86ab85f7fea2d;size=41 b6e14850000db76b7fba1d1f892335b0;size=119 S 1076 374 * * * * * e70b28f8cb1b2b31bab8d1a72e6e8861;size=41 * S 1077 381 * * * * * e9b0bc94e5f6477a80a865a1647bb13c;size=41 * S 1078 381 * * * * * ee3932d97583e1ab6ef1b43e0ca5c7e3;size=41 * H 44 382 99.7 + 0 0 356MD25M eff788f93779a79265bde9b11d0320b4;size=41 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 9 381 99.2 + 0 0 298MD82MI f698eb1706cfe6894370de2db6d94fe7;size=41 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 302 389 99.7 + 0 0 299MD89M f6d0be11068b44f8d4fdb8b8195c8c4c;size=41 2b3fb909c49cb2d0e33f1df536a67a4a;size=206 S 1079 386 * * * * * f7280a96e8f071c8791c1ebc51c15c12;size=41 * S 1080 385 * * * * * f9f2b2414b3e961813cbb9a99069a09b;size=41 * H 865 377 99.7 + 0 0 293MD83M fbeef6f38730ff3fc31c28fc1393f815;size=41 2c50a4a6ea22e0d36a62a80dac47a872;size=55 H 56 382 99.7 + 0 0 99MD282M fd1c5ff1f88e00875628cc1373792785;size=41 a59736b07833f7851faf4ef612cf5f63;size=1264 H 35 376 99.2 + 0 0 346MI30MI ff1a1fa90413ef500a73fe723924366b;size=41 4084bd8293b08a58e03158d6668952f9;size=1934 H 25 382 99.7 + 0 0 248MI134M 083366911bff518153347cec9b2c7d2f;size=40 7228f266f04a46bfb85ea74e73546004;size=2508 H 461 456 99.8 + 0 0 366MD89M 09e09d127b4876163d02984f2aebd727;size=40 ce574ac00a70f0286ef6dc9075515dc8;size=125 H 35 377 99.7 + 0 0 158MI219M 0af5d2f8f8bf8d93d928879a89277cfa;size=40 4084bd8293b08a58e03158d6668952f9;size=1934 H 36 385 99.7 + 0 0 34MI351M 1371d640f8d6eff131f3b52c7a15d191;size=40 99ba81c88f63f83daf290add3918d38b;size=1787 S 1081 381 * * * * * 15a2b3f853d7cf28489ed50958ed238b;size=40 * H 383 386 99.7 + 0 0 296MD89M 181a5712b702c98306891b54e70d5457;size=40 97b0ab38564af089899367644f946735;size=155 H 197 380 99.5 + 0 0 380MI 190dd620808ba503cd3f768476d1e541;size=40 ae556cc266047d8429d800334c893f45;size=357 H 7 382 99.7 + 0 0 247MD134M 1a6509bf54f4515b47b04385977cb694;size=40 aecd442213d89e3f43949aee5040a3ed;size=5318 H 50 376 99.7 + 0 0 327MD48M 1ad7829ba2eb84a8b8b255c0449b3894;size=40 9c5f62036413629527da0e94e892cf08;size=1423 H 321 386 99.5 + 0 0 386MI 1b10cdb5c4605f8994917fd8f4202af7;size=40 b35054cf4157b7f2bc414d44ffd15cd3;size=191 H 162 455 99.8 + 0 0 455M 1d02e6253122e6a01cea33c7002ef1f5;size=40 9512aed25d10127818005b2d88fab273;size=445 H 464 387 99.2 + 0 0 125MD260MD 1d4b522892a6bf80d105723085ed0379;size=40 67140b17f11ec835dd99a1f21bbaccbb;size=124 H 338 395 99.5 + 0 0 395MI 1df23b48afb33383fd53f596a1030815;size=40 28eb4ed106e8fb818c3f153206ff9e4b;size=183 H 73 386 99.7 + 0 0 34MI352M 2175146e51b0ac45d5ce732d50e256ad;size=40 f26485df52a1b9756dec85dbe84cc764;size=1036 H 7 382 99.7 + 0 0 350MD31M 25e76b7b79b8d355e374cdf1a46f9fd5;size=40 aecd442213d89e3f43949aee5040a3ed;size=5318 H 8 389 99.2 + 0 0 172MD26MD99MD89M 274b0759542eb587815ffb303a3fbc2d;size=40 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 141 381 99.7 + 0 0 297MD83M 2777418c26bc6db6a96ad11caa8b2599;size=40 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 H 332 386 99.7 + 0 0 298MI88M 296d24a52ca7253de4861e10b02d871e;size=40 5c9b0840f16c84a6b7589f1c25071639;size=186 H 768 364 99.7 + 0 0 275MI89M 2cac5fd445127ae723de441de2b2e07a;size=40 c640564ce7dcd235a0e588de9c6a91e2;size=64 H 56 382 99.7 + 0 0 170MD211M 2ce2903fe1346fbcb38dc25635c93226;size=40 a59736b07833f7851faf4ef612cf5f63;size=1264 H 45 387 99.7 + 0 0 251MD135M 2db881f5fe93746ff6db3c7d20ce0559;size=40 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 9 379 99.2 + 0 0 247MI132MI 2eb8b40f5688f6a9dfad183769b9fe65;size=40 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 39 381 99.7 + 0 0 34MI347M 3042afb86e1089a85124a8df597c3a2d;size=40 750451de425698bad38d5e1c872b2f12;size=1660 H 19 385 99.7 + 0 0 327MI58M 3477e74d50a58b219261ef359d5f4148;size=40 be32a04d8af28ab822f66005c721cc1a;size=2849 H 146 380 99.7 + 0 0 290MD89M 35976744108a282aea6c99a76e0b1044;size=40 cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 H 567 380 99.5 + 0 0 380MI 36930704f4b343379d3ec699e0db1647;size=40 d96bd99acdee6c21572cedb8f88ebb21;size=97 H 526 387 99.2 + 0 0 387M 38a9889acb77bc26965aa344dc6dbfe8;size=40 674e1fdfa398327768ddaffbf41bd157;size=106 H 525 381 99.5 + 0 0 34MD346M 3935eb469daba28f14ace98e2e51862a;size=40 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 48 385 99.7 + 0 0 34MI351M 3d0b0287dd1c038c14e30c5d6e30641d;size=40 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 307 382 99.7 + 0 0 343MD38M 3e8ecc98ac624078529d71202c98fd36;size=40 57e7fee728b8d969d30f760343d3ae9b;size=202 H 254 358 99.7 + 0 0 146MI212M 3f05b4ca141cdd0587e3d8edc41ffc0c;size=40 e8c7759df43178f58d6d576b767b2224;size=265 H 273 378 99.5 + 0 0 378MI 4035995b6c1fca65e1e73ec51d834891;size=40 b2375ffff142915632631ec0c828bd92;size=242 H 181 382 99.7 + 0 0 325MD56M 42035f0fe45c38cc72e9a22f8b276101;size=40 d316eb75a1d37df3333680911d85e38a;size=409 H 26 381 99.2 + 0 0 381M 434ee518ba0d008baa71acaab8a4d359;size=40 38a1e68923981030900a4744924d4694;size=2491 H 110 379 99.7 + 0 0 34MD344M 456e98833c63472f57a30551fb2adc55;size=40 c8926fa8c7f49786b4fda5bf7c914dc4;size=676 H 92 382 99.7 + 0 0 34MD347M 4735ce6623204ee0bd3f67ae171a35f8;size=40 7479c4378ae7e84010e92ff0663ba6e5;size=798 H 615 380 99.7 + 0 0 279MD100M 482a97e8c06dc36434ef78b35ce18bd8;size=40 a9baf2e744f3dd8e55c6c6f9f733822f;size=85 H 56 379 99.2 + 0 0 34MI345MI 551627c82a5062876a95cb71875df7e1;size=40 a59736b07833f7851faf4ef612cf5f63;size=1264 H 51 375 99.7 + 0 0 291MD83M 59cb8af44e0ed42af61b96f7830d693f;size=40 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 36 386 99.5 + 0 0 174MD119MI92M 5cea4d8219cb9c8a1821ad88bb675b85;size=40 99ba81c88f63f83daf290add3918d38b;size=1787 H 97 379 99.5 + 0 0 291MI88M 5f03786f57589f431f7403bc38b2714c;size=40 e944faf685bbce6aafc662e764ebeb64;size=743 S 1082 381 * * * * * 6247a3d37fab435f94b5bc1f8e465e93;size=40 * S 1083 385 * * * * * 62fc14660f8c0fc711e7dc525df4d9bc;size=40 * H 51 375 99.7 + 0 0 285MD89M 6712e11bb082b556e6becb561b03e284;size=40 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 35 379 99.7 + 0 0 125MD253M 672ce59e5c8c31898117c09eb0f524c7;size=40 4084bd8293b08a58e03158d6668952f9;size=1934 H 85 379 99.2 + 0 0 290MD88MI 71f36a6407aa93c2d4bd6d420f5a634f;size=40 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 1084 380 * * * * * 7299389f05d124608b89ea291c820c41;size=40 * H 437 378 99.5 + 0 0 378MI 74852082f4d2d647465845723b66e87d;size=40 c7fb898803920bd57c6749fb04a5ce3f;size=136 H 110 379 99.7 + 0 0 174MD204M 750f6caf815d55e0048baaecd0e31fe5;size=40 c8926fa8c7f49786b4fda5bf7c914dc4;size=676 H 466 390 99.7 + 0 0 306MD83M 76ff34d8e61d649265b7b1251abc4fc6;size=40 739ae1c510140993f8c47bca65ec58c6;size=124 H 170 384 99.5 + 0 0 294MD89M 77a689998194032c9c357c632a0eda26;size=40 bf4b84650b8ece2da287764105cd67a0;size=425 H 44 382 99.7 + 0 0 34MD347M 78a25437206f8537d99a7b6ffd59da93;size=40 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 121 371 99.7 + 0 0 170MI201M 7e840598e73e20e19b15553a64b94371;size=40 8a3f691559e55fa79484cf4b022e0b0b;size=621 H 66 385 99.2 + 0 0 385M 837f96f1778f4e5325aa09eb2df1b60a;size=40 f0bcb2f583a32c4931244476a962f148;size=1110 S 1085 381 * * * * * 8570c90733fa847851be468389af9972;size=40 * H 1 372 99.5 + 0 0 155MI183MI34M 877b9374bfaf8a208d802670d9878d32;size=40 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 204 379 99.7 + 0 0 256MI123M 879256390568a88f0abb17128b3cbc91;size=40 165c8aa6c294466e476a628e2d42326e;size=343 H 7 380 99.7 + 0 0 34MI346M 8981eda9504c051bb1576b1f296b3c29;size=40 aecd442213d89e3f43949aee5040a3ed;size=5318 H 217 388 99.7 + 0 0 171MD216M 8d83c686d30f61004706069b94e0e7d0;size=40 b70728739981fa5153c9a1dea8c491ef;size=327 H 193 382 99.7 + 0 0 333MD48M 8e5687af44f02405217eaf0ed9a863b9;size=40 4e802064a64173a67e0acb114667578c;size=370 H 152 382 99.7 + 0 0 34MD347M 8fc6b6d86c89c3c95128a9504edb5443;size=40 06243f68f28fa8603db36cfd42d73d76;size=485 H 49 382 99.7 + 0 0 116MD265M 98970bc7309f180cb8e2702915cf9e80;size=40 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1086 364 * * * * * 9fe0e93991e7177969c31cdd4e352676;size=40 * H 1 376 99.5 + 0 0 34MD320MD20M a1dceffaa9f13ea2f979731e68357054;size=40 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 99 385 99.2 + 0 0 328MD56M a2536914eedc35e63e1154bcbd5fb16f;size=40 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 98 459 99.8 + 0 0 324MD134M a5820116a31d1f85ab738b0487acab3c;size=40 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 6 385 99.5 + 0 0 170MD87MD126M a722005c40827eee084f2548d2f75ff1;size=40 efbd11c972faa734253f779fc4eb2a64;size=5440 H 26 379 99.2 + 0 0 160MI219MI a7dfd58bb174f503d7a9dcef105f9bf4;size=40 38a1e68923981030900a4744924d4694;size=2491 H 14 380 99.7 + 0 0 160MI220M ae5b3d5f2d12d5ac64d585752afaba74;size=40 78951b2d4ca30531381672a30be0978a;size=3655 S 1087 380 * * * * * af0d766ca6ab70e2e8c2278e4f07f1e3;size=40 * S 1088 383 * * * * * b24d2c16c11d142e28448ef1eea8a388;size=40 * H 250 374 99.5 + 0 0 374M b4de946c0c817934291bfba3ea405936;size=40 c5ffc66b15459f2709fa625c42de4981;size=269 H 14 381 99.2 + 0 0 292MD88MI b5fb4783ad2d2273cb1e522225592976;size=40 78951b2d4ca30531381672a30be0978a;size=3655 H 49 380 99.2 + 0 0 116MI43MI131MD89M b6566a8962da7f974e2827e246dcd737;size=40 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 4 385 99.2 + 0 0 317MD67MI b99066465974c7790b65e7403cd959dd;size=40 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 69 382 99.7 + 0 0 160MD221M b9907f9ed9cdbde529e01b51de40e6e3;size=40 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 5 374 99.7 + 0 0 374M ba092274d9133052abb12e51e231b90b;size=40 da17e1a54e88120e294c7e68e350f47f;size=6062 H 174 383 99.7 + 0 0 181MI202M bb2bb7ffcc132902e8d47d0a0241cc74;size=40 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 207 377 99.2 + 0 0 166MI211M beadadeea145b8c2c1b7006eca50fbe2;size=40 c58abb8cf2241b85452776eeb4f4c1cc;size=340 S 1089 378 * * * * * bf01c999b3e432ecdc92dc39228e6ff1;size=40 * H 828 384 99.7 + 0 0 384M c499aa2d8eca747ba77d9229547728ed;size=40 9307330636bf28d7f7fd26982f4e97bc;size=58 H 1 373 99.2 + 0 0 34MD121MI79MI138M c511c890e011358859de5775cd7c89e7;size=40 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 6 384 99.7 + 0 0 347MD36M c77c282e275e9ff11117b6f087bbdeeb;size=40 efbd11c972faa734253f779fc4eb2a64;size=5440 H 8 387 99.7 + 0 0 40MD346M c8e048e84c281a6f98c725243faf462d;size=40 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 1090 368 * * * * * c903991bb8493f4c259e54b38dcc7a41;size=40 * H 236 379 99.5 + 0 0 379MI ca1c9c16b592583b0e678705d6722288;size=40 f5105f226e901edcf42c4754437126f8;size=288 S 1091 50 * * * * * ce291c2620b3cd6a0b627ca586ddd4e9;size=40 * H 273 379 99.7 + 0 0 379M d5b384dd85c512de1084f1e7e1be1079;size=40 b2375ffff142915632631ec0c828bd92;size=242 H 45 386 99.2 + 0 0 251MD134MI d8e232d8566fbeb9869c37e1e67075f4;size=40 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 2 384 99.7 + 0 0 383MD de4f5238bc1e172e19fce2094e34473b;size=40 39392bbb9626a64e6663c05b70293e7c;size=11535 H 202 382 99.7 + 0 0 171MD210M e4eff4928bb50f94f82f7c8453ec868c;size=40 0f68fde17a89b6724e64664e93118c90;size=346 H 142 387 99.7 + 0 0 304MD82M e58d1953c5805fbeb2bba2ca2dae99a8;size=40 a59c20a795c10fca5ddea1b5bb9467c1;size=513 H 183 376 99.7 + 0 0 376M e65b44eb029ec70dfe78d14f01fe12d6;size=40 0ea571522ec6517425a9908ecf958be8;size=402 H 332 388 99.7 + 0 0 174MD213M e69b8d74014f41a6ba235bc73585eca5;size=40 5c9b0840f16c84a6b7589f1c25071639;size=186 H 18 371 99.2 + 0 0 280MD89MD e84c6fe7ff56ea959733832134002422;size=40 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 365 379 99.2 + 0 0 379M e9fe6b576aa691e6ddf7dadf3c1d5c86;size=40 6324164037db651f2e0fbae744783214;size=169 H 233 382 99.7 + 0 0 292MD89M f213f84d7884fe0eb633791005aede40;size=40 eb75a7d1a7b9f8e87937141a4ff9f9fe;size=290 H 187 382 99.7 + 0 0 160MD221M f9edddc11a6e3288520975dc0336b5b7;size=40 54032a4dfdc08d69ed768ee5679c59cc;size=391 S 1092 381 * * * * * fd8a091232387185eb58753472eccbda;size=40 * H 54 374 99.7 + 0 0 166MD207M fe42178768756d079440cb149fbbc9a3;size=40 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 34 381 99.2 + 0 0 160MD220MI 00c0b2a20323450b3e4ca42a55c8acea;size=39 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 1093 371 * * * * * 010c062c6e556e17ffb2f5405cca1bfc;size=39 * H 929 381 99.5 + 0 0 381M 03f637ec8fc7079f00d51aa23e1b1332;size=39 5228cdd60e8607eb70fee5f42a7a2fdb;size=49 S 1094 388 * * * * * 0419ed1287579113076e80151409dabf;size=39 * H 1018 385 99.5 + 0 0 124MD171MI89M 06e83710dbddab5b730aa3106e731999;size=39 b07bd5280a580704d8624860c831c24b;size=44 S 1095 382 * * * * * 09328c756e47d508b376a4811fdc1d22;size=39 * H 51 375 99.5 + 0 0 374MD 0bc5f621f71dc2fd1f9b07272737b8b9;size=39 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 151 381 99.7 + 0 0 327MD53M 11d3026656f3aceebbdfcbca156fe0aa;size=39 1573227062856a5b20f3c26fcc091327;size=487 S 1096 383 * * * * * 1875b32cafacd48802a84a4268ef20d8;size=39 * H 450 381 99.7 + 0 0 381M 190946457b25b9de412d531758f229e0;size=39 51c989a5d175d45ea421ec8055058c1a;size=130 H 343 379 99.5 + 0 0 378MD 20f84c45a597705eab01ee053a4d8861;size=39 757e963adac95bae071695186cb73f60;size=178 H 298 381 99.2 + 0 0 381M 22e312c5e778ae3596b04df0295fa001;size=39 2cc4a7ea6554fefe66c2297c645d10d0;size=209 S 1097 372 * * * * * 25b1a2aefa90451ec0e901872a30339a;size=39 * S 1098 386 * * * * * 2797b99c5cdc4f9819587fb514ba47d8;size=39 * H 0 386 99.7 + 0 0 316MI70M 2acace54bf4a79a7ae5a43906fa45a33;size=39 b235271fbc8a6c9d990037857189ee9a;size=22254 H 0 387 99.7 + 0 0 387M 2bfd774425565ae03cbfb33c6cae636d;size=39 b235271fbc8a6c9d990037857189ee9a;size=22254 H 391 382 99.7 + 0 0 170MD211M 304c022381cb707adc7b19fa52b1e489;size=39 07557f9bd1bc921415bff860181b6453;size=151 S 1099 386 * * * * * 3a04b6a198ff43de772d323841ee2db3;size=39 * H 12 381 99.7 + 0 0 340MI41M 3ae03dd289bf8d0c344546b912f292e2;size=39 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 15 382 99.5 + 0 0 173MI119MD89M 3c35c5eb640198846c12ab813e2307a3;size=39 721460e46e8804111d74cb730340492f;size=3538 S 1100 382 * * * * * 4308a6af401a046ea80573655c4ae2c5;size=39 * H 0 388 99.7 + 0 0 178MD209M 49a9a3156477a85159c4559a30034caa;size=39 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1101 369 * * * * * 513bd3ff6308cfc877d64f2a1313c335;size=39 * H 548 380 99.2 + 0 0 166MI213MD 5195e38118a973e7f5b01f8c8dc3ed5d;size=39 411089f7f65d93900914c4a7338e3be6;size=102 S 1102 391 * * * * * 54e8da2967bf11ff2799ef69eaa08ea8;size=39 * H 6 381 99.2 + 0 0 34MI135MI212M 599d17ccf4cb3d9efcc7396a631663bc;size=39 efbd11c972faa734253f779fc4eb2a64;size=5440 H 296 389 99.5 + 0 0 250MD47MI91M 5ec2e7a8ea0ebec4172edd13dbb6866e;size=39 8855636c409d6c35f652d3879ab98880;size=210 H 38 381 99.7 + 0 0 116MD264M 606f665b1f593b4710c95e2503181036;size=39 4fd9e532b34b278047b4a588cc98708a;size=1762 H 11 386 99.5 + 0 0 172MD167MD45M 6092d4747f3dae5e429425a70224ad03;size=39 96ba76b9e5bd26447d84901071634c23;size=4384 H 119 382 99.2 + 0 0 247MD133MD 62b21bb8cbae9ba1d3e4b57513d9c657;size=39 cfd6a70895524ca606ec066301d205ff;size=629 S 1103 380 * * * * * 65ca73ace3a189355ca78bb34c88339f;size=39 * S 1104 381 * * * * * 66b2df5ecf5eda347483b7fc506783ab;size=39 * S 1105 383 * * * * * 66f4357c4bb07b69610392f0a17a2579;size=39 * H 7 381 99.5 + 0 0 34MD305MI41M 67a672a7102bb771cf2664b49fda0d56;size=39 aecd442213d89e3f43949aee5040a3ed;size=5318 H 3 382 99.5 + 0 0 295MI35MI52M 67af8d51e1e9721b80d2871ff9ccd0b0;size=39 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 21 387 99.7 + 0 0 32MD354M 67e15d6580fcb6f62629c642ab1528e1;size=39 0af8e08a076e300ff906097a4030b9bb;size=2733 H 201 384 99.7 + 0 0 172MD211M 67ecb9639e742d306003958bb8353fc4;size=39 d313cfac3e8156f4ab4f5ab8db052c94;size=349 H 17 383 99.5 + 0 0 383M 68b2d0a87aa6b9fb1391e06d0a0242ea;size=39 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 677 382 99.2 + 0 0 160MD220MD 6972c4259ee70390c904fafc69c66e04;size=39 41125d6c05c80210a176e28bdf3bf0b6;size=75 H 32 376 99.5 + 0 0 249MD36MD89M 6c7777173a34886d8e399bbc74add1f0;size=39 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 51 375 99.2 + 0 0 34MD340M 6cf36909d62f4804d07be8bc6a2dbeec;size=39 6b394e36e1bef9a54ee149410df5edd4;size=1366 S 1106 381 * * * * * 6eda75cf9f931dfa5bc1edc044300b2d;size=39 * H 12 382 99.2 + 0 0 171MD210MI 6f43788da76bf45765b57482d8b7b7b4;size=39 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 804 377 99.7 + 0 0 377M 704617bd30c6df21f779ff5300baf810;size=39 1bf1420651aa66dfe4876d891ad75be8;size=59 H 154 382 99.5 + 0 0 382MI 7319f59dca7a350b884e06e3ed72abc8;size=39 0562c5abd0413e52c8b76fa92a6f69a2;size=478 S 1107 379 * * * * * 766d4ef59a492bb631616b58a11381c9;size=39 * S 1108 369 * * * * * 76fe81eaf1e46b1d936b06e6b295a845;size=39 * H 307 380 99.7 + 0 0 279MI101M 7e13bff55d38f9152f809dbf12e1119f;size=39 57e7fee728b8d969d30f760343d3ae9b;size=202 H 57 380 99.5 + 0 0 380MI 7fe5a450a5270f1d91b8ee789084e5ab;size=39 78cf40830a68c9575dc2988262767324;size=1234 S 1109 393 * * * * * 8ac0c9273034936abd07a820945e7f98;size=39 * H 851 388 99.5 + 0 0 272MI44MI72M 8c32f2633883581f3f9dfe9c903cec28;size=39 509c5f14914567ff50e81613290280b2;size=56 H 47 368 99.7 + 0 0 310MI58M 8f6968ccd72be7a74dde2e3a272eae62;size=39 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 S 1110 383 * * * * * 8f8e4c51499043e0860c876680636399;size=39 * H 6 381 99.2 + 0 0 123MI258MI 8ffa3bc4be74eedc76da0ec9a38e2e53;size=39 efbd11c972faa734253f779fc4eb2a64;size=5440 H 99 385 99.7 + 0 0 34MD350M 92ce399547d32d9a159318c0f17164fe;size=39 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 115 383 99.7 + 0 0 343MI40M 950d2463d1feb8e48587452db51d16c3;size=39 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 4 384 99.5 + 0 0 170MD213M2I 9c8bdcf72db9f4e9b2c76670b5ab60f0;size=39 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1111 379 * * * * * 9cbdea4e742ccdf2a768cf2ee3c434bb;size=39 * H 30 382 99.7 + 0 0 141MD240M 9e386a85c9e52c5c4b106da18b17fd01;size=39 653897d9ba97be73ecdabcf6efed61ca;size=2163 H 182 381 99.5 + 0 0 381M a1543f3184b3f01055f8e35098852003;size=39 1f61b384ea0261ceb88a31ab35a8c847;size=407 S 1112 381 * * * * * a1f9a6a0446eae5fa147902330d7f969;size=39 * H 287 375 99.7 + 0 0 375M a26855f9f759e85d194f501dc720dbd4;size=39 4608baedf86b144e7d02aed3357fc9da;size=220 H 8 387 99.5 + 0 0 172MD214M a7358f92708a713d58b4bb8327413063;size=39 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 1113 381 * * * * * a8f4d1802090499f9e58b288d7fbce72;size=39 * S 1114 397 * * * * * a9f1fb08fe9c7cf381fc20e19de7d0ab;size=39 * H 115 385 99.7 + 0 0 295MD89M afa4bfe26f7058f9370efe0459afe71f;size=39 b969a9cedb7481eb3eff9f84facd4aa8;size=646 H 175 374 99.7 + 0 0 374M b840416fc76be640d0919b17a4704fe4;size=39 721ba4ac8a65f9d24e6b4a158d71845d;size=420 H 539 381 99.7 + 0 0 339MD41M b90ffae5e524e5b1b539c34441cbeaf5;size=39 c190db432fe3379d442ce66a06991636;size=104 H 12 383 99.7 + 0 0 19MD363M c00e1319dd90642f7a4a3f2630cd8e22;size=39 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 71 359 99.7 + 0 0 34MD324M c31bf4ce5355a276e4c379412cc4e7a1;size=39 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 S 1115 380 * * * * * c4783e4ce39b7649ac2c79f69696b84f;size=39 * H 141 381 99.7 + 0 0 159MD221M c74052772ca6d414adb2d3a0f8eb32eb;size=39 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 H 3 385 99.7 + 0 0 128MD256M c782ef47772499e2cec71ba57d055bd3;size=39 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 52 382 99.7 + 0 0 34MD347M c8ed48a4d31b127229196c68167d5419;size=39 baf09ace0115fe3c856c80b04af9cd49;size=1364 S 1116 374 * * * * * cbb99b1e6e350f38efc903e49da382e6;size=39 * H 205 379 99.5 + 0 0 379MI ccf0c649f765e57193a3bc28f95c3236;size=39 b52c88c52b9e04ba438320e56a311572;size=343 H 238 380 99.7 + 0 0 159MD220M cf0b30b5e5b913d7b48fc8639f63a5e2;size=39 59e1856b28986d01ae3003b4aaaa88cd;size=286 H 426 377 99.7 + 0 0 167MD209M cfaacf545bb5577cde5aa2b3ccec323f;size=39 e2e1a77eb3bd3f5c3459bf90d477dd09;size=139 H 472 382 99.7 + 0 0 116MD265M d16646d597f8913a64ef855bb63924ea;size=39 594f0832a4fa619638895f89d10b2370;size=123 H 473 378 99.7 + 0 0 378M d25b6e759a1958752b4cfd71decae682;size=39 60a953329e6b95aa01911bc7abde7b11;size=123 S 1117 383 * * * * * d2e3033173a78c9f02de1873de7b6faa;size=39 * H 1 375 99.7 + 0 0 346MD28M d3c22508676664e8484d4cab30d9fb60;size=39 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 83 380 99.7 + 0 0 4MI376M d42425b1dba2c4181477c01bbab8ddc6;size=39 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 4 386 99.7 + 0 0 28MD357M d633096392710510fdc0601cdc78a706;size=39 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1118 386 * * * * * d9b98d74139d6c740567a10c84322e41;size=39 * H 6 385 99.2 + 0 0 197MD60MD126M dc7ca1ec9addaa8a0edaf7168f5ee8d8;size=39 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1119 379 * * * * * e0424941056e83034d5a9bda090de4d9;size=39 * H 338 397 99.5 + 0 0 126MD270M eac84e03ca4f9e759feb279134908888;size=39 28eb4ed106e8fb818c3f153206ff9e4b;size=183 H 486 380 99.5 + 0 0 380MI ec45647b3effad8a76b8969fb9679587;size=39 3669fa9e83322b95d3f6784b6bb328bd;size=118 S 1120 389 * * * * * ee70c09a681cb7f36858a8e5cfbc35dd;size=39 * S 1121 391 * * * * * f17f61d9a7db93d32c770cec1d0c6be9;size=39 * H 248 380 99.7 + 0 0 115MD264M f373dcf94d1d7f93770544a3467e3d7b;size=39 80703fdf962b09a8670618edee83bc00;size=270 S 1122 374 * * * * * f7afacef8cbc25d37d40260ab9cf37e1;size=39 * H 0 389 99.5 + 0 0 8MD24MD355M fa7a5a442c3787d96782d104de133200;size=39 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1123 382 * * * * * fee336a5687b2c3cde439cb446312b43;size=39 * H 226 375 99.7 + 0 0 349MD25M 00fcffebd2b2fc2a787ffda936b95066;size=38 5c7e0fe5d4df983c6431134a82237956;size=302 S 1124 381 * * * * * 02671f362279fb727b1c70703d4b0477;size=38 * H 45 385 99.2 + 0 0 385MI 027575216a35160c82ba3601c57fbeb2;size=38 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 236 383 99.2 + 0 0 166MD93MD38MD83M 07805929b965eced9fc3b688d59e6363;size=38 f5105f226e901edcf42c4754437126f8;size=288 H 1 375 99.7 + 0 0 300MD74M 0ed89c0dbe5848d2bd57ec72f06ec31b;size=38 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 929 381 99.7 + 0 0 381M 11364bc03b46c067af81b2ca0e694568;size=38 5228cdd60e8607eb70fee5f42a7a2fdb;size=49 H 12 382 99.5 + 0 0 34MD215MI132M 179e615e6bb96336f0ef3260fed172cb;size=38 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 1003 381 99.7 + 0 0 168MD212M 1abc0eaf3654ce67c3f3149fba6c1ee4;size=38 95ed5a227f3b9adfadb536d419649526;size=45 H 63 382 99.7 + 0 0 257MD124M 206a553cc9e6d407c3bb47e7ac6f9697;size=38 a32e35071373097dc70182413f4c3ace;size=1123 H 77 368 99.7 + 0 0 276MI92M 238f8b3cd4c32ccc59fd69634183d448;size=38 26da64127a9c2b145603fe1f0660f814;size=958 H 755 389 99.2 + 0 0 346MD40M2D 24425c2d3fa4e674d47c425e776de31a;size=38 812e7358198db187ba4918a38da3c31d;size=65 H 1 375 99.7 + 0 0 325MD49M 24b6530908014048293cdc9f66b9d05d;size=38 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 979 381 99.7 + 0 0 297MD83M 2573f4e95d6eb8fd1b67f9f7c643262e;size=38 1dd775282f6b803dde73700251456ad7;size=46 H 203 382 99.7 + 0 0 298MD83M 288903169e3d19cb62fa37d64aa07638;size=38 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 H 62 379 99.7 + 0 0 246MI133M 2a1f8733f8e61b19719024aa589a809c;size=38 5683a4033863e64015d0facb4961a38a;size=1129 S 1125 381 * * * * * 2c86afbb1022849e52385283f65e1f1f;size=38 * H 87 381 99.7 + 0 0 34MI347M 2f9af9f7d9763c8a857bbab0844a1be1;size=38 a515a6062896d997c5e630b545f3dc12;size=833 H 433 373 99.7 + 0 0 373M 30a69dfa6e9a4ea7ffa7ea848504ea28;size=38 287dd818ac3405efb03925c835d47d48;size=136 H 97 381 99.5 + 0 0 380MD 355828e41471137e49ba32ffff94054d;size=38 e944faf685bbce6aafc662e764ebeb64;size=743 H 944 381 99.5 + 0 0 169MD125MI86MI 3a837e0d967f6eafad41883cff4d8cdb;size=38 36c1f42f2d3e2266179672641562fd4d;size=48 S 1126 461 * * * * * 3b5b50289fa657be02f8223db1ceecc1;size=38 * H 245 381 99.7 + 0 0 381M 3b5c1f6ccc3a28a0cf2d959b8ef91940;size=38 6390f44f0b705043810524d9aefe9486;size=272 H 386 380 99.5 + 0 0 380MI 3b6ca1eb888b47c29ca40e1456c6474d;size=38 cc30aba65fdd9fe4be968ec3320b9020;size=153 H 17 384 99.5 + 0 0 300MD83M 3ffe28948f0ec234265fc6b506a320af;size=38 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 333 371 99.7 + 0 0 233MI138M 42ff70b3b37a309ed0aaf2d00f116bca;size=38 c1b7171836226e1dc4ba965cdc162096;size=186 H 55 380 99.7 + 0 0 116MI264M 4355eaee9913542360633c7d9d7a8882;size=38 213782d871e7988943bf278c3191f221;size=1289 H 66 386 99.7 + 0 0 34MD351M 4595e73c0a89311e2135f92976f7bea9;size=38 f0bcb2f583a32c4931244476a962f148;size=1110 H 67 387 99.7 + 0 0 297MD89M 4971002dad2c9f17ae2062fda72b3145;size=38 e222fa7a96b66870560ef0055ca5911e;size=1108 H 0 387 99.5 + 0 0 272MI35MD79M 4a482db6b32ae48a43c0a909a0721c09;size=38 b235271fbc8a6c9d990037857189ee9a;size=22254 H 48 387 99.7 + 0 0 52MD334M 4c2ec5b2e63b79d05b6f9c78e2fe30b0;size=38 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 252 383 99.7 + 0 0 170MD212M 4d51dfb68b30c8f478d284a4c7caeb95;size=38 448aacca199006dee4f9dfc0d1471961;size=267 H 295 382 99.7 + 0 0 118MD263M 5024eafd07943874f04b1fe2a2691a66;size=38 163c9722d10ff7f474477e8ee21d3736;size=210 S 1127 381 * * * * * 5315b0a1f7bc23db3685274572bbbdb2;size=38 * H 249 389 99.7 + 0 0 389M 54d759d8c10f61a9150d38a1c19f6141;size=38 2b09ed1b51f5b033b8d16c9b432ed8a6;size=269 H 48 385 99.7 + 0 0 120MI265M 559ba548deff1760c5977383f9e09130;size=38 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 358 380 99.5 + 0 0 380MI 578c4ceeea3e178e7ff5e002b2773861;size=38 aeafbbc2a8951b54ffbed95d9486ea4d;size=171 H 84 396 99.7 + 0 0 34MD361M 57ccbd9eee5e769a395da44777d17d8b;size=38 e6e538f0d2a5f8f8bba226e9c92df64b;size=882 H 26 382 99.5 + 0 0 160MD221M 57e518e21d567b52cec7d11434da4f09;size=38 38a1e68923981030900a4744924d4694;size=2491 H 28 382 99.7 + 0 0 381MD 5b3558d66d0b0f58469d8f68c7d50728;size=38 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 266 382 99.5 + 0 0 34MI348M 5cf792f776e67ea3f20fc1176217592b;size=38 d35654eb7b71f92a7122dd25696b4daa;size=253 H 70 385 99.7 + 0 0 385M 617ac6f5ecb8b7d97ea611ae6a8ef5cd;size=38 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 H 67 387 99.5 + 0 0 361MD25M 65abf613c722ab204ba1f57559d094c7;size=38 e222fa7a96b66870560ef0055ca5911e;size=1108 H 813 378 99.5 + 0 0 34MI257MI87M 66b3eb9d55941fc9b14891d0fb2ba4d7;size=38 9aa859a343f11ef50552680c294ab3d6;size=59 H 621 384 99.7 + 0 0 307MD76M 6721b2dd5e6d696cf1e51bbdab5746ba;size=38 cd91890e09adec26e3e64c487b30c924;size=84 H 147 382 99.5 + 0 0 160MD221M 678f96d42707c41746f4a0c2c108af3c;size=38 69fa43539b3c11c2bd0bb9f2885ed390;size=495 H 59 456 99.1 + 0 0 366MD89M 6930112f5255f2718afe9c2484f0b699;size=38 b285cba086c6d068c453be4adc4c5611;size=1210 H 261 374 99.7 + 0 0 290MD83M 6efc1fe86ce433925dcc98a7a39a3596;size=38 9b391d6228d8f837e966f68f1f519390;size=259 H 39 382 99.7 + 0 0 382M 6f9d64b07883778b07e000216d2bddc5;size=38 750451de425698bad38d5e1c872b2f12;size=1660 H 314 382 99.7 + 0 0 333MD48M 785a5ff871324dbc22c09ada5fc41eda;size=38 9adbb505afe964f0078eac19dc422c75;size=197 H 5 374 99.5 + 0 0 374M 7e397649a78bb51f995cf2d71baf20cc;size=38 da17e1a54e88120e294c7e68e350f47f;size=6062 S 1128 381 * * * * * 82611b92b69e35cbca1a89bdd60f8362;size=38 * H 453 383 99.7 + 0 0 176MD206M 8622ec30b08007d22fdeeb7b210d3494;size=38 251445e850910bf2b3faa4afdfb2fdb9;size=128 S 1129 382 * * * * * 8f6528c4a5e67e0de2ef6d52a652248c;size=38 * H 109 384 99.2 + 0 0 384M 9065d562a4c85c271f4a8623e773fc78;size=38 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 24 381 99.7 + 0 0 179MI202M 90e23a82b5f8ba0ebf1660d7ee5cb673;size=38 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 862 381 99.2 + 0 0 296M2D83M 9204327029230621027504771f74d40f;size=38 0b3886429fccdb72fc4669c03bd3c71b;size=55 H 4 384 99.7 + 0 0 19MI365M 93608d3f0796f327cbc014d9fc174828;size=38 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 4 386 99.7 + 0 0 306MD79M 9a281b5f8385d536263533d8f7a83282;size=38 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 35 377 99.7 + 0 0 245MI132M 9b76e15cf8000f192f69b702f6b81007;size=38 4084bd8293b08a58e03158d6668952f9;size=1934 S 1130 383 * * * * * 9d1d9ccbf97b72b969742d77cec62880;size=38 * H 14 381 99.5 + 0 0 381M 9facb6044af9f4945e1a4cd5f65803f7;size=38 78951b2d4ca30531381672a30be0978a;size=3655 H 190 392 99.5 + 0 0 392MI a646fa3605aecad7bd9773b2ffea2bfe;size=38 2f14057efc703e11ca446472cbd58089;size=389 H 258 373 99.7 + 0 0 285MI88M a6509d3138e78de648b29cf28e34a007;size=38 0dfe7a9e677ce342589fbd789438995a;size=261 H 147 382 99.7 + 0 0 298MD83M a87ba1317aa73bfe473b18acb8ab18dd;size=38 69fa43539b3c11c2bd0bb9f2885ed390;size=495 H 194 381 99.5 + 0 0 381MI aac985cb7caf06d19511b0031f6aeac4;size=38 6b2753d150574fc564bf0c86986e5aa9;size=369 H 1028 387 99.5 + 0 0 260MI58MD68M ac14903a8753508d3d4b5797183df6bd;size=38 3fe3b8db4c197112739844b1b09eb337;size=43 H 79 382 99.7 + 0 0 325MD56M af53090a28e0cc483952323889b01452;size=38 367981d8723cf4e3d71baf722702b583;size=955 H 19 387 99.7 + 0 0 40MD346M b1d27228bbdb0e930b3e03e7bd9ead34;size=38 be32a04d8af28ab822f66005c721cc1a;size=2849 H 58 374 99.7 + 0 0 284MD89M b72d1f89478a7e1c2fc5d6d219a05c71;size=38 e9d6851ad20662b945b5ea040e1028f1;size=1219 S 1131 383 * * * * * b852199de4f9309fd817a95e527cc96e;size=38 * H 72 380 99.7 + 0 0 19MI361M ba12827bc1ea0e50718add6623247ec7;size=38 2899d676f63e67670e53d630f084525a;size=1037 H 16 384 99.7 + 0 0 19MI365M bb4add2132334753087cc47904b33edb;size=38 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 45 386 99.7 + 0 0 260MD125MI bc6b8606a2e1415bf5ee77dde58e9f7c;size=38 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 98 457 99.6 + 0 0 457MI bd5246d2c33950733d99682c551a2e21;size=38 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 139 380 99.7 + 0 0 292MI88M bf1a99eb4b1d245ec5fccd09114cb18c;size=38 adf782967a9fd5c412b7ed6ffada8835;size=522 H 223 367 99.7 + 0 0 157MD209M bf8df6ae6d955ba96feeaab4281b59a2;size=38 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 H 93 381 99.7 + 0 0 160MD220M c524f3a689a5e5cae370b6b2ef2f6762;size=38 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 73 388 99.7 + 0 0 263MD124M c58300037c5bc58816d6e25339b29da2;size=38 f26485df52a1b9756dec85dbe84cc764;size=1036 H 146 380 99.7 + 0 0 34MD345M c854690a35ebad8c40f183fd8b5030fc;size=38 cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 H 157 365 99.7 + 0 0 308MD56M c9eb00ba711c265dcbb7b286de217e8a;size=38 422e7cc48ca60ca09dea025baea5ef16;size=472 S 1132 380 * * * * * cf197dfe32048f90ded1ecf0c6d39ed9;size=38 * H 44 382 99.5 + 0 0 292MD89M cf5d3d6a4bc3a1ecfdcb1ac0d5f1fb47;size=38 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 45 386 99.2 + 0 0 34MD351MI d095da745c6d1b3cd36cad3914a77cc5;size=38 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 1133 379 * * * * * d3ef6721982340d566f2d3a3bdeb9540;size=38 * H 1006 378 99.2 + 0 0 378M da34a2f5c66018485f04f190a0999e01;size=38 070abf8a222a8fcba31b15f291e9260b;size=44 H 37 376 99.2 + 0 0 165MD209MD db083a6b96e2c586453e11a1fdfa77a9;size=38 40db14c7dc6215a64051a172a8b0fec1;size=1775 S 1134 53 * * * * * ddc6ea88330faf28ef92ee4e8b1380cf;size=38 * H 469 382 99.5 + 0 0 124MD45MI212M dfbf0cc4abc5027520d49c2948ab260e;size=38 a974e78f879496d01bbc65e1b1495f9c;size=124 S 1135 380 * * * * * e5f168ac996b2c5634002278faf85b81;size=38 * H 58 374 99.7 + 0 0 34MD339M e712220a5e5bb568e87669c83bc44374;size=38 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 37 374 99.5 + 0 0 374M e7cd9c922aaa5bfb448476ca9d0662c4;size=38 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 780 384 99.5 + 0 0 384MI e7eaaa5e240414ecbc3d33259c781743;size=38 55558e307e0db56935c5a15f95860e82;size=62 H 739 380 99.2 + 0 0 292MI88M2I e869b042ad86bdf363bf37452de9514b;size=38 048bf771c981a0d245347fe6948c0fe3;size=66 H 3 382 99.5 + 0 0 181MI113MI88M ea5f6150fdb2180c43a5c85e8fa4dbff;size=38 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 1136 392 * * * * * eebba12b062e5370e63839d7ccad92a8;size=38 * H 76 382 99.7 + 0 0 34MD347M f76c9386db1ded91af78689095fe3297;size=38 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 6 383 99.2 + 0 0 34MD348MI f7ccfdd58ea40f4d0dab0ba549c147b7;size=38 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1137 383 * * * * * f903aaac2ed8cc7672d1a8b43dd28e9e;size=38 * H 6 382 99.7 + 0 0 84MI298M f915bc93896861a19891c3d1eaa684c1;size=38 efbd11c972faa734253f779fc4eb2a64;size=5440 H 336 376 99.7 + 0 0 319MD56M f9f103493c4490d7f62bac9ceb64e325;size=38 63c6688e62f7f48de5b7a2de9f5ad19c;size=184 H 1050 373 99.7 + 0 0 132MD240M fa158ba56a24b5b194b175a3daf6f952;size=38 942ec79295ffd2b992df54343e63dcc9;size=42 H 24 383 99.7 + 0 0 303MD79M fbb36cfbf2119da3b0ae8da5256b7d80;size=38 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 545 380 99.5 + 0 0 380MI 057567b35648467ea5bd99ef77e8eca0;size=37 4dccfc6e5df6764816851eed81992061;size=103 H 99 385 99.7 + 0 0 336MD48M 05f760e85d2b8d26425904b78a245472;size=37 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 678 380 99.2 + 0 0 380MI 0690f2bcb3863ac00ce66cf3f0b88fba;size=37 4ace92dce2d0935e5f80b89930453d93;size=75 S 1138 381 * * * * * 0f007b9f78db3585ddf9f043d04d1cb8;size=37 * H 353 382 99.5 + 0 0 382M 17a219644719976a140924560a4146e3;size=37 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 0 388 99.7 + 0 0 367MD20M 1b56b6f71ca9c2d417915a0fbbf996a8;size=37 b235271fbc8a6c9d990037857189ee9a;size=22254 H 131 382 99.5 + 0 0 298MD83M 1bc37cd8e096da91175d218174499da5;size=37 8eb1dcea5bd1467add941a149de61a15;size=551 S 1139 380 * * * * * 20bc845572d344b643ce3666779673ea;size=37 * H 464 387 99.2 + 0 0 34MD351MD 227bdbaddd10b0eb48e2e4c8effe25c4;size=37 67140b17f11ec835dd99a1f21bbaccbb;size=124 S 1140 375 * * * * * 25b78c2b8c3bbdf8715645a31bb81602;size=37 * H 2 386 99.2 + 0 0 34MD136MD124MD89M 2f58c1e34583fc539a0b612e0c5d5822;size=37 39392bbb9626a64e6663c05b70293e7c;size=11535 H 50 377 99.5 + 0 0 34MD131MD210M 369ff4dadfae8deff68f7d50da0c7a7e;size=37 9c5f62036413629527da0e94e892cf08;size=1423 H 5 374 99.2 + 0 0 167MD206MI 371452804ac9baa764c80304e006cb6e;size=37 da17e1a54e88120e294c7e68e350f47f;size=6062 H 449 379 99.5 + 0 0 379MI 3c573c1743f2164c059710e9f9dd3545;size=37 2daf4fc40b3c80a46cde372c2ab8ab71;size=130 H 402 370 99.7 + 0 0 160MD209M 48290bbdcdba44d3fb5e1ed8fe925678;size=37 7ab9169e82ef97146305b452095d44ef;size=147 H 45 385 99.5 + 0 0 385MI 49ec8e1670cfdd2d57e506f287a94e32;size=37 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 1058 385 99.2 + 0 0 34MD74MD275M 4e62763331b71be57accb3f8c42ce2e9;size=37 1ad5d7db6aa24146e665af7d4d8a5645;size=41 H 840 387 99.5 + 0 0 387M 50cf28de6a4521114a492daadb72dd09;size=37 ad3be942f26a11596cf35311dd1dfaac;size=57 H 41 383 99.5 + 0 0 34MD136MD211M 5bdd991313cebecc2b8acfaf3573fce8;size=37 51c470345442104d94340d82e2f3fb9d;size=1628 H 41 383 99.5 + 0 0 170MD122MD89M 5f83a88c9dd24eefe310c1c83dae173b;size=37 51c470345442104d94340d82e2f3fb9d;size=1628 H 3 385 99.7 + 0 0 336MD48M 63e833e2e860c38689a5437404c3a238;size=37 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 108 382 99.7 + 0 0 292MD89M 65d5cdc621b07f6547665ed01b2724bc;size=37 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 27 384 99.7 + 0 0 360MI24M 697fee3f508ee874871f24959323d8c7;size=37 132ced0592418845eee2359a1359672f;size=2452 H 184 384 99.5 + 0 0 384MI 69b23476748d39409b8c62ebafe5a239;size=37 c836f387c69d729d9e303c2a7a1efd70;size=398 H 48 387 99.7 + 0 0 34MD352M 7550ff0a92722b607a9914e227b13301;size=37 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 182 382 99.5 + 0 0 292MD89M 7ac2bbcb2941eeb9a1c6939b5a0fef00;size=37 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 2 384 99.7 + 0 0 285MD98M 7b9c86151d01e8cfd3ee7e508ec05c8d;size=37 39392bbb9626a64e6663c05b70293e7c;size=11535 H 22 381 99.5 + 0 0 247MI44MD89M 7e810a3e5d1335707d2b9f02e3400a54;size=37 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 32 376 99.5 + 0 0 169MD116MD89M 7fb4867f1caab5274350b84152549739;size=37 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 198 382 99.2 + 0 0 123MI46MD124MI88M 804106c0ea5b9d2c4147813620bb4409;size=37 58d07c53510c05888cde3634d588bfd4;size=355 H 50 376 99.7 + 0 0 292MD83M 83d500602b77fc9650a05e0308005ed0;size=37 9c5f62036413629527da0e94e892cf08;size=1423 H 749 376 99.7 + 0 0 161MI215M 84e5f895ed0c2b04ea47f9567d0fb0c8;size=37 1afb4ab98284acebfa4b3804423fa25d;size=65 H 158 385 99.7 + 0 0 173MD211M 8521efa46773288d55ddaddd644721b6;size=37 57c540a49d737b1100040c740f81c846;size=464 S 1141 381 * * * * * 887aaf299fe7d0da12710d1ef5117d4a;size=37 * H 21 388 99.5 + 0 0 174MD123MD89M 88dcc0a88a687dd2f06d1fd9a4b5065f;size=37 0af8e08a076e300ff906097a4030b9bb;size=2733 H 307 381 99.5 + 0 0 279MI53MD48M 8a194d8fc690c7085968a11b4ea4ba30;size=37 57e7fee728b8d969d30f760343d3ae9b;size=202 S 1142 378 * * * * * 8ed58215d2b700524fad84493d62e3c5;size=37 * H 1130 382 99.5 + 0 0 382MI 8f64553ccebf99a5b664de45345f6f11;size=37 9d1d9ccbf97b72b969742d77cec62880;size=38 H 469 381 99.2 + 0 0 107MI61MI124MD88M 949eaf2531d7ab60810fdaa905bdd880;size=37 a974e78f879496d01bbc65e1b1495f9c;size=124 H 195 385 99.7 + 0 0 34MD350M 960b362165f6b8f8376621724c11a3bf;size=37 f6dbc30b4dda082987af4490645b6ba1;size=363 H 25 385 99.5 + 0 0 34MD223MD126M 9f0a754a9fc5887f64af308f26c80a9e;size=37 7228f266f04a46bfb85ea74e73546004;size=2508 H 42 384 99.7 + 0 0 370MI14M 9fce3dcb7a498c90249321374d00684b;size=37 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 795 383 99.2 + 0 0 383M a033ca1ceb61cbff7152c2052fadb955;size=37 4a6413e453586030b4313873b3623dfe;size=60 H 2 381 99.5 + 0 0 123MI234MI24M a062f04bcce1c387c766b949a5aeaa02;size=37 39392bbb9626a64e6663c05b70293e7c;size=11535 H 5 376 99.5 + 0 0 34MD23MD317M a2471caf4abaa4af2a4570b1d24322c7;size=37 da17e1a54e88120e294c7e68e350f47f;size=6062 S 1143 381 * * * * * a39c63b8bf94164777dcd8850209c09b;size=37 * S 1144 397 * * * * * a7f67359bb393120bbfb24dd85ba28d1;size=37 * H 612 384 99.5 + 0 0 384M a96b4bbd8f39c67cc6a7218091940a4d;size=37 6812d01a3b2a81e51b644567500675ce;size=85 H 16 383 99.2 + 0 0 180MI203MI a9f6b60c34a92d13a92ae345c55bdeb7;size=37 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 50 376 99.5 + 0 0 165MD210M aa4f86864d039e9414a473fdbe067a7e;size=37 9c5f62036413629527da0e94e892cf08;size=1423 H 22 383 99.5 + 0 0 260MD38MD83M abf136c2723bc108e24394d5fe00f092;size=37 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 64 386 99.7 + 0 0 296MD89M ac46f2d56d4549e35475fe86627ffa2a;size=37 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 H 9 380 99.7 + 0 0 322MI58M af27d5686ae51968480fd916b5a918a8;size=37 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 512 386 99.5 + 0 0 386MI b06ddfd8c39a9bab0608a2fc3c303c0b;size=37 31df04d80250b0e6b2cc1099ef584704;size=110 H 790 383 99.7 + 0 0 300MD82M b25ee78a85fb940cdcdee04041e3349c;size=37 e633b0a2a36a149da6b682178e0ca60c;size=61 H 243 380 99.7 + 0 0 160MI220M b93b0cc3ceaf9eda1053ead252f762e2;size=37 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 H 167 381 99.5 + 0 0 381M c29aba5cb0f240638400c62cf676717f;size=37 779d855941ce594643370be05a9669eb;size=435 S 1145 397 * * * * * c839ba9ea1898e226353cd2cef8fca23;size=37 * H 575 383 99.7 + 0 0 293MD89M ca65e19bedb47dbc428dc5b0bd684c43;size=37 824be2266c5b313af5e101056404ab84;size=95 H 470 382 99.7 + 0 0 66MI316M cc99a36e19b6360d086e28d8925e05a9;size=37 2a75dd5b60ee6ae045fe55d21f1891f2;size=123 S 1146 380 * * * * * d3cf31dbc31bc76b85a64223a95d5d3f;size=37 * H 91 385 99.5 + 0 0 104MD190MD89M d5c5e0c005a2f139615d2efbda7b3c3f;size=37 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 6 385 99.5 + 0 0 197MD127MD59M d5f5642cdd5262eaaf2e5aa12fa1dca3;size=37 efbd11c972faa734253f779fc4eb2a64;size=5440 H 550 385 99.7 + 0 0 302MD82M d7407b9b8fee681057f0337db4cc83bf;size=37 aeb6827603e84ef7dc0bc5869764fb00;size=102 H 91 384 99.5 + 0 0 34MD349M db2be21ab6fcc339bf155c3766fe5c72;size=37 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 5 375 99.7 + 0 0 313MD61M db67866e05f2fd824297b1d4f6336815;size=37 da17e1a54e88120e294c7e68e350f47f;size=6062 H 392 384 99.5 + 0 0 258MI126M db9cb214871c17644ccb9b42bf3e7faa;size=37 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 538 381 99.2 + 0 0 381M dbab606d30c34b3b3bed5856e42a918e;size=37 bf95e1477003234a5e0b5dff400ccfea;size=104 H 29 382 99.7 + 0 0 298MD83M dc7592d888d284f82e413a1c7487d616;size=37 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 98 459 99.8 + 0 0 383MD75M dd9e167e71c9b44ec53339f398dc9ca3;size=37 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 459 383 99.7 + 0 0 176MD206M def0bbff3f1fde5cb952511ede683053;size=37 8a7d56f3335ffd26df306adc0984aac4;size=127 S 1147 379 * * * * * deff0df6d718502261810bd9367d8323;size=37 * H 525 378 99.2 + 0 0 166MI125MI87M e217e8839bd3dd504100943a143cbf71;size=37 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 0 387 99.5 + 0 0 272MI66MD48M e5c7b5d553d1d93d017d599794a1b35c;size=37 b235271fbc8a6c9d990037857189ee9a;size=22254 H 38 379 99.7 + 0 0 34MI345M e5d21eee0b084a8f7336aac2e5c28bb2;size=37 4fd9e532b34b278047b4a588cc98708a;size=1762 H 752 385 99.7 + 0 0 125MI260M e65a867c8bbd1701b12464db0736413b;size=37 36f194345de0df113f999ce221c5419a;size=65 H 56 382 99.7 + 0 0 302MD79M ecbfd51008d1da7b03ae0a91ea18293d;size=37 a59736b07833f7851faf4ef612cf5f63;size=1264 H 0 388 99.7 + 0 0 326MD61M ed25d4704af268c734349a6e33b49118;size=37 b235271fbc8a6c9d990037857189ee9a;size=22254 H 160 381 99.7 + 0 0 381M edd0530bff9f659f3c5277772d55d57f;size=37 3aca5a69abbda736195ad86d8326c18a;size=446 H 2 383 99.5 + 0 0 170MD188MI24M ee0543bc1abf95f672dc02af5c33a865;size=37 39392bbb9626a64e6663c05b70293e7c;size=11535 H 187 380 99.7 + 0 0 292MI88M f478b3345cffe21ac8ceeb7bfa598856;size=37 54032a4dfdc08d69ed768ee5679c59cc;size=391 S 1148 382 * * * * * fa82f687d4efca05036c87746c11d11a;size=37 * S 1149 368 * * * * * 01da16e07e493050108af7eb5a225bf1;size=36 * S 1150 364 * * * * * 05af1f62c687193da8316d9af0a92365;size=36 * H 79 382 99.7 + 0 0 356MD25M 05b38d5ac7f7566ed0a9f7508959a37f;size=36 367981d8723cf4e3d71baf722702b583;size=955 H 2 384 99.7 + 0 0 358MD25M 09c279644c3a9d34792c3652c690e691;size=36 39392bbb9626a64e6663c05b70293e7c;size=11535 H 1 374 99.2 + 0 0 374M 0bc83c53fe9cbdff44052dbe67b11370;size=36 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 268 381 99.5 + 0 0 381MI 107ef85bb07688045b15cf8e9663f07d;size=36 a58c38803b9fad8d78b1ec849967273b;size=249 S 1151 378 * * * * * 109f82c8d11001e0db4652fa4eedebbd;size=36 * H 158 383 99.5 + 0 0 383MI 14081dd2081b3bb2f6a2d9b42a408436;size=36 57c540a49d737b1100040c740f81c846;size=464 S 1152 375 * * * * * 1424eb4e74a68a4728b3c91673539f6a;size=36 * S 1153 377 * * * * * 1656d85ccefe15a04ee3abde72dfb011;size=36 * S 1154 381 * * * * * 16d6b73b9d9edba5733a80b404ef1ead;size=36 * S 1155 380 * * * * * 186100a0c14b042454c16fd5b15227e8;size=36 * S 1156 383 * * * * * 1b1926bc0502edf8beb417d6974a9c96;size=36 * S 1157 373 * * * * * 1b3aa5717880e5310c35077e1f33577b;size=36 * H 54 374 99.7 + 0 0 290MD83M 1e17114f94729c5dbbcdfdfaf6eafb17;size=36 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 946 378 99.7 + 0 0 249MI129M 20ee523a024c232c3d61439453d6fdcf;size=36 3f63f8660e755d16406d9e9451f13a5b;size=48 H 120 382 99.7 + 0 0 255MD126M 246f4332b2b4d6ed38cebc4ab5963478;size=36 6526fadb8a186b66b169cde90b5dabc1;size=623 H 93 381 99.2 + 0 0 380MD 298f5b54a77d7c3cd288574ad7438ca9;size=36 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 4 383 99.2 + 0 0 372MI11MI 2fab9d70a1cbcd4ddac92b32cae831fe;size=36 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 46 373 99.7 + 0 0 245MI128M 2fcbbd0a57917cae302546d80735e829;size=36 9251e8578062ae5ff73218117a6def92;size=1541 H 478 381 99.7 + 0 0 381M 2ffb2c6df90958603dccd8f8dde0412d;size=36 431b5ab20107a07c1df8c302caa36f0c;size=120 S 1158 368 * * * * * 335b2824ab42d3ba0f767693d1a557fd;size=36 * S 1159 380 * * * * * 3379923ed19fac256db8dee89aa1ba4f;size=36 * S 1160 371 * * * * * 37edbc2855cdf3c763f57daeb5237484;size=36 * S 1161 345 * * * * * 3f4225dc1a3fb3bce921d01131dca79d;size=36 * S 1162 380 * * * * * 41124c693ea654034fa8b5f0abf90064;size=36 * H 77 370 99.7 + 0 0 162MD207M 41b9996cd28eb08adf052494825227cb;size=36 26da64127a9c2b145603fe1f0660f814;size=958 H 392 385 99.2 + 0 0 258MI126MD 428e99da48d16bbf930f80dbf7d6f2d4;size=36 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 S 1163 367 * * * * * 443f2de004894a17dc20c442e1a51ae7;size=36 * S 1164 385 * * * * * 4706079f6d3ce6087ed886881f3de824;size=36 * H 9 380 99.7 + 0 0 247MI133M 4772ccb42af8b4024a13e252ec2090f3;size=36 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 215 380 99.7 + 0 0 166MI214M 48c2dc517335953e42a83c5d61038c6d;size=36 8685c2fb628e3d22f6ce0e96a594094f;size=329 H 6 383 99.2 + 0 0 123MI133MD126M 49984915f0e6292cebdf14b97c1b88d6;size=36 efbd11c972faa734253f779fc4eb2a64;size=5440 H 34 381 99.2 + 0 0 381M 4a02b3d56bec64f75381deb667bd930f;size=36 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 67 385 99.7 + 0 0 297MI88M 4b1188cb86067fd817dc47e75f285929;size=36 e222fa7a96b66870560ef0055ca5911e;size=1108 H 176 375 99.7 + 0 0 375M 4fea1194898dc20f854112c1bcec95f9;size=36 59ee4110516c17ffb68b3c8ca7a2e409;size=415 H 1056 384 99.2 + 0 0 384M 51cf0cd5099c35f8bc33160a4b27d899;size=36 19c8f3c2439e2dab0e1ea7cdcfddafcb;size=41 H 377 379 99.5 + 0 0 118MI12MD248M 55ce05b1dfeb2df4f1d9dc2fe325f062;size=36 109d07cf7a71b4123b2ee8fe5d5db10c;size=158 H 184 385 99.7 + 0 0 385M 57d0768c752a3def402ba8277891c952;size=36 c836f387c69d729d9e303c2a7a1efd70;size=398 H 530 381 99.5 + 0 0 292MD88M 5f5042d7e227cbeefe8501b2215e1881;size=36 0a4c71741c32163a04eda56efb87c69c;size=105 H 20 380 99.7 + 0 0 292MI88M 6007bf4b5f0115a2ce87e1caf955e85b;size=36 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 308 368 99.5 + 0 0 368MI 66047a0ae84379cec232e5daf9c9adba;size=36 5db6f34fee1480b574dc8432c182e4bf;size=202 H 24 382 99.2 + 0 0 171MD210MI 66aae1855a30a657ee5aa30baa36c1b6;size=36 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 97 379 99.5 + 0 0 246MI133M 6bb7de9c710a9dc4df067cc6ba4e3a1e;size=36 e944faf685bbce6aafc662e764ebeb64;size=743 H 2 383 99.7 + 0 0 383M 6e27ae95e0cd388920eb8ab34a8e2c87;size=36 39392bbb9626a64e6663c05b70293e7c;size=11535 H 214 378 99.7 + 0 0 34MD343M 71ba5611591ac7cb101f20e8727740be;size=36 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 H 89 380 99.5 + 0 0 380MI 71c8e5e41300fe10f7e978e10d82e731;size=36 a62b53f76dabc51fbc608497f0423b3a;size=823 H 270 382 99.7 + 0 0 382M 72bb2be04f6ead7591151fef535d9f5e;size=36 980d40447ad2bed74e1a36ff7a2d8362;size=244 S 1165 374 * * * * * 72d72aeac6c8b8d104270958e57246b4;size=36 * H 484 367 99.7 + 0 0 315MD51M 74547ff0a2f17cfbe4f46f3a3e65ecec;size=36 d041c2a659f90b5790b1f60d0d4aaf65;size=119 H 21 384 99.5 + 0 0 288MI25MI71M 7843fb2223bbbe8e3c4a776793c68019;size=36 0af8e08a076e300ff906097a4030b9bb;size=2733 H 374 382 99.7 + 0 0 247MD134MI 791e00e5564d8ecb36d28d14a37f50ac;size=36 7c8bc4870ad0019624db12f6d72d93ef;size=161 H 751 382 99.7 + 0 0 356MD25M 7d3627fdf1f4cee3dfda3d883012259c;size=36 2cab3eb78545affdcc25e31c4525f0a2;size=65 H 4 386 99.7 + 0 0 293MD92M 7e025d08a92b76239a80ed16e097d222;size=36 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 790 381 99.5 + 0 0 292MI89M 7fc53b129053b24f68735a83f4e2f813;size=36 e633b0a2a36a149da6b682178e0ca60c;size=61 H 1 371 99.2 + 0 0 155MI11MI171MI34M 811a95aa3f56c09d0e5e05057a1f4987;size=36 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 1025 375 99.7 + 0 0 375M 835dd9cce5f00857c938e9e97c5c5ff7;size=36 14df4b327a713638daa82d72e8eed759;size=43 H 539 381 99.7 + 0 0 332MD48M 87d663fa9c1b832022f79fdb29c102e6;size=36 c190db432fe3379d442ce66a06991636;size=104 H 111 382 99.7 + 0 0 356MD25M 8cba4426409d58f817c67d8c26d24ab2;size=36 56411556b414ce9bde350057388ca5cc;size=669 H 68 379 99.2 + 0 0 160MI219MI 8f0847c5e16e833c6b228e017c28e3ed;size=36 992280493f8201664147ee5a7013a338;size=1104 H 128 382 99.7 + 0 0 34MD347M 923c08bc78622d4b33dbf772e303986b;size=36 a1451116f9f7102792d8505467a8c1ad;size=571 S 1166 375 * * * * * 9a8c19ec13f75763d3a4009340096ccd;size=36 * S 1167 381 * * * * * 9c4bf4574206f292bf3570c3d63c57d8;size=36 * H 46 373 99.7 + 0 0 249MI124M 9dba7ef4de7ca8b22794423891460705;size=36 9251e8578062ae5ff73218117a6def92;size=1541 S 1168 389 * * * * * 9e0980cdc06457a7fc2fd8b9b576b0d8;size=36 * H 113 381 99.2 + 0 0 292MD88MI a29507e88cf5ebed125ebe9d4b40c507;size=36 d349ee2925f041b4e7f00f75a0570421;size=651 H 4 384 99.7 + 0 0 375MI9M a4e484fa5824ff7bead58aee64823c71;size=36 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 1 372 99.5 + 0 0 281MI33MI58M a5098739dd20927f5e785470730311ad;size=36 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 16 387 99.5 + 0 0 172MD160MD53M a5f9fa73965cbf3d63501a29a12f2ef4;size=36 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 17 385 99.5 + 0 0 294MD21MD68M a9e14f75b61f19c2c2ade52721b10e46;size=36 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 1169 386 * * * * * ab10147a2ad374d0afec4ef28e718b26;size=36 * H 4 387 99.5 + 0 0 306MD11MD68M ace1566bf524fe32b4862c795efcf19d;size=36 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 784 382 99.2 + 0 0 298MD82MD b119c5c966f1ede289dbb0477647e533;size=36 ff15a5588da6ab0e53d191ed6fe7e5b6;size=62 H 182 380 99.2 + 0 0 380MI b3156c3046571763c5b3d6a0a8fe7c7d;size=36 1f61b384ea0261ceb88a31ab35a8c847;size=407 S 1170 382 * * * * * b8264940f02cd9245b6b1d153b54ec96;size=36 * H 9 381 99.5 + 0 0 381M b8c67120fb313c10b56a04fa5051f9af;size=36 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 240 380 99.7 + 0 0 292MI88M bdc866ffd36df2ee5c19d0e069128c98;size=36 a0e8ecf140a0454516a59931b7e530ac;size=282 H 183 376 99.5 + 0 0 376M c126f06322092921a54c2e571a218417;size=36 0ea571522ec6517425a9908ecf958be8;size=402 H 187 381 99.5 + 0 0 381M c85df8c6386ebefc539f4562c578704c;size=36 54032a4dfdc08d69ed768ee5679c59cc;size=391 S 1171 369 * * * * * caa9f8b8f97257618f5e5b4b6cc3d9ac;size=36 * H 14 382 100.0 + 0 0 381MD cc11bd03be56e8f0c21dcd1c19eef9f6;size=36 78951b2d4ca30531381672a30be0978a;size=3655 H 5 375 99.7 + 0 0 285MD89M d56dfee84abd37c59bceb38043bc5404;size=36 da17e1a54e88120e294c7e68e350f47f;size=6062 H 318 379 99.7 + 0 0 160MD218M d5f1dacfb601c5480974b86043ae6240;size=36 da285096b7bc838d922f2db9bc467d04;size=193 H 23 382 99.2 + 0 0 251MI131MI e12ac06039cf446faf87a9d00e78f33a;size=36 86bdf526074a459b826e641cd6131868;size=2562 S 1172 382 * * * * * e1617a3e97a133d7745cf30f6e2f9a46;size=36 * H 907 341 99.4 + 0 0 340MD e20bd4dedf3bed33d22d70e580ad3a6e;size=36 28cf4b7f2057888b45eebb42323854c0;size=51 H 50 374 99.5 + 0 0 374MI e49e02971a5510c32a0a76c7dd51726b;size=36 9c5f62036413629527da0e94e892cf08;size=1423 H 109 383 99.7 + 0 0 325MI58M e5e2ab09327860a12cfe4509395c44e2;size=36 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 899 381 99.2 + 0 0 250M2I131M e998e0b6388ca002b8071834efcf13c3;size=36 9334db2601513508b8910703e710fc81;size=52 H 57 381 99.5 + 0 0 34MD208MI138M eab7b4e16a116c668db49ee4f48a964d;size=36 78cf40830a68c9575dc2988262767324;size=1234 S 1173 388 * * * * * f13f5d45cde4677f5b1560819f65989d;size=36 * S 1174 380 * * * * * f16b5cf11937a2e9c2e898bb602dd2fb;size=36 * H 27 387 99.5 + 0 0 197MD99MD89M f4f35ee6f0fed0cee44b95e1fc61adce;size=36 132ced0592418845eee2359a1359672f;size=2452 H 602 379 99.7 + 0 0 160MI219M f5eaaf70e31e3894f6e945e0d97c8f38;size=36 7153a584343fe354d179cb84bdfbeedd;size=87 H 387 381 99.2 + 0 0 381M f7ac62224a503bc970fc3e5ec6289561;size=36 d398cf3693190a98021b8f272b62bc02;size=153 H 44 380 99.7 + 0 0 356MI24M f9356912739da5cc9334c1fb6a177c29;size=36 0758959c27aa3f623d5484ca0cefb2dc;size=1595 S 1175 380 * * * * * f94726b281603c028bbe3956c72311e4;size=36 * H 1105 385 99.5 + 0 0 123MD47MD213M fa28608dd09724c4ed38b99321c5c903;size=36 66f4357c4bb07b69610392f0a17a2579;size=39 H 123 382 99.2 + 0 0 160MD221M fbf9290a21d3e58e8d44c5bd8b099aed;size=36 33b3c5e1986b70b996a950c3cd017795;size=595 H 107 379 99.7 + 0 0 247MI132M fda8cc67229a05c28ad0e2132740afee;size=36 60eeb6236088c448b9f709e81feed0b0;size=681 H 17 383 99.2 + 0 0 294MD88MI 019098d2edeed9b4bb5a3c8bf387bda2;size=35 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 804 377 99.5 + 0 0 377M 02c4044fceeb645e405552284cd654f5;size=35 1bf1420651aa66dfe4876d891ad75be8;size=59 H 1 374 99.5 + 0 0 167MD148MI58M 039f92b7cc96da9d514f4f18e449751e;size=35 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 426 376 99.7 + 0 0 376M 03a674c6f564510b66c7918a02e17ede;size=35 e2e1a77eb3bd3f5c3459bf90d477dd09;size=139 H 34 380 99.7 + 0 0 356MI24M 04d63537ccbf791831c58ac26c500a01;size=35 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 66 386 99.5 + 0 0 176MD209M 060ebe3ba7f0e04a16a31f4e118257a4;size=35 f0bcb2f583a32c4931244476a962f148;size=1110 H 2 385 99.2 + 0 0 294MD89MD 08133b022473d4055d0e69314525dcb5;size=35 39392bbb9626a64e6663c05b70293e7c;size=11535 H 67 387 99.7 + 0 0 136MD250M 0821e0f9ecc79ce161c153d150131ab7;size=35 e222fa7a96b66870560ef0055ca5911e;size=1108 H 726 384 99.2 + 0 0 384M 10c2bee8c6936f3bbc939dc16b2c0722;size=35 2295c4bbad16419e76e111c41930e505;size=68 H 21 388 99.5 + 0 0 34MD140MD212M 18095c02dd29a3ffbff347a16fd044b4;size=35 0af8e08a076e300ff906097a4030b9bb;size=2733 S 1176 385 * * * * * 1cc7712f5c1c372dbe8c4f74d7848b1f;size=35 * H 301 363 99.7 + 0 0 305MI58M 1d37c637a7bbe32ca6a4c35d81188af2;size=35 90914a038ed604281643abf683af9c9f;size=208 H 827 381 99.5 + 0 0 381M 1df502619b108872fc030e00ed36c72d;size=35 7cb0c3c99b1b09536d02b9c770b98f8e;size=58 H 2 385 99.5 + 0 0 34MD293MD56M 1f97d8aff3d38e3ad68b5f270700e7e0;size=35 39392bbb9626a64e6663c05b70293e7c;size=11535 S 1177 374 * * * * * 20b2b7f985497fdba9fc78387df9daa7;size=35 * H 4 386 99.7 + 0 0 353MD32M 2644b0baac806f01af502ad8362de0c8;size=35 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 442 385 99.2 + 0 0 295MD88MD 312e67f07ab61e24fae81f7bdb5b8ce7;size=35 2803b629febf0dff179566fba40214e1;size=132 H 26 381 99.5 + 0 0 381M 312e97e6cd03d4ea6515a28a99080aa2;size=35 38a1e68923981030900a4744924d4694;size=2491 S 1178 386 * * * * * 315ce5d749c1c64d17c9d9cd7502e441;size=35 * H 47 371 99.2 + 0 0 321MD48MD 38a51b4e20143e3b520a3851f5f75af3;size=35 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 S 1179 379 * * * * * 38c5a771d607d624060a145f617a68b8;size=35 * H 500 382 99.2 + 0 0 292MD88MD 3d5b78e47df441535c395247048f3fd3;size=35 86d4259184e6f43595879c970aa34fda;size=113 S 1180 382 * * * * * 3effa7a48f684cd0cb597d80a47ac5ab;size=35 * H 292 382 99.7 + 0 0 333MD48M 45f12ce6be17e4d77b9b23fa862a388f;size=35 ede0b0c431730358e4bd2979faba3b09;size=213 H 0 389 99.5 + 0 0 34MD274MD79M 460ab31ce99940a55fd5a849ada9493e;size=35 b235271fbc8a6c9d990037857189ee9a;size=22254 H 344 382 99.7 + 0 0 164MI218M 46519fafafa7702b32a5fbc631ae802c;size=35 7b2e0c6384bd8bb8cc5d536867344435;size=178 H 42 383 99.2 + 0 0 180MI203MI 47b9f24252d8a91e707bae93c7f2ab52;size=35 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 67 384 99.2 + 0 0 297MI87MI 47cf757b0c52a2a9b1ce61375fd23e3e;size=35 e222fa7a96b66870560ef0055ca5911e;size=1108 H 45 388 99.5 + 0 0 260MD43MD83M 499a2b3e5b100a143903145328cc24ac;size=35 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 484 367 99.5 + 0 0 366MD 4a92236e0ec7054c06bd5c146d5d844d;size=35 d041c2a659f90b5790b1f60d0d4aaf65;size=119 S 1181 381 * * * * * 4c9212a1a0b735c531f646c23693f157;size=35 * H 3 384 99.7 + 0 0 384M 4ddabdf76f4184f9da5a0044d4ccd755;size=35 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 111 382 99.7 + 0 0 298MD83M 4e02cd229aef24c0d93ddad4afb1a52c;size=35 56411556b414ce9bde350057388ca5cc;size=669 H 217 387 99.7 + 0 0 387M 5480b88bf2c8a1660a5de307bbfad59c;size=35 b70728739981fa5153c9a1dea8c491ef;size=327 H 495 381 99.7 + 0 0 291MD89M 552754750368459ea9279d3cbf2a44f3;size=35 9cc4ceabe78213715ad3aaf0cca1b92d;size=116 H 132 382 99.7 + 0 0 180MI202M 55bf63503312a13e89e0b64ab630e1c6;size=35 2560b28ed4687a9bda5318525c3f117a;size=549 H 22 383 99.5 + 0 0 252MD46MD83M 55c763c94af3bc09fe173048f9700296;size=35 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 35 378 99.2 + 0 0 346MD31MI 594ebf118bb045652f153675bc003457;size=35 4084bd8293b08a58e03158d6668952f9;size=1934 H 4 385 99.5 + 0 0 385M 60ad89cafb1849173ac37cca4bf85221;size=35 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1182 396 * * * * * 617ac7aca09b85a8b0240ac7372c2584;size=35 * H 34 380 99.7 + 0 0 160MI220M 62310af384c3156c7a68b7934b6e43ea;size=35 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 1183 381 * * * * * 67d9a2717888907f1d75c46fbe43ca83;size=35 * H 19 387 99.7 + 0 0 303MD83M 6a7834976b104dd2d233ed3a4cdf427d;size=35 be32a04d8af28ab822f66005c721cc1a;size=2849 S 1184 379 * * * * * 6e40833ccbb1c072cf6d2f1b7d69255f;size=35 * H 213 383 99.7 + 0 0 34MD348M 6e75fd275cc0b3b40a1c6a2502cb386e;size=35 32dc689e2ec6cc02ae5d14bc1d4fceb7;size=333 H 207 379 99.2 + 0 0 289MD89M 6ea9ebac28c1d4627f15d34b2328d926;size=35 c58abb8cf2241b85452776eeb4f4c1cc;size=340 S 1185 388 * * * * * 7235d699a4faeb069f4c39ddbec7901e;size=35 * H 54 375 99.5 + 0 0 34MD260MD79M 727edbb56d3ac64ac5bd5068a3fe6c74;size=35 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 21 385 99.7 + 0 0 34MI351M 740b535fa2981cfde349b099afc6d00d;size=35 0af8e08a076e300ff906097a4030b9bb;size=2733 H 19 387 99.2 + 0 0 34MD352M 746ab29ed7afc5c10de874235fee5228;size=35 be32a04d8af28ab822f66005c721cc1a;size=2849 H 11 383 99.7 + 0 0 254MI129M 75232a14b08b5fb541e4873a9ddb24d2;size=35 96ba76b9e5bd26447d84901071634c23;size=4384 H 271 382 99.7 + 0 0 160MD221M 7b01a6dd6739f8a1ffcb27ebdae8b98a;size=35 a7bba9391a3b9325b047a9aa2a4ece16;size=244 S 1186 381 * * * * * 7c8bf320465da0eaa792650d1da0ef1a;size=35 * H 24 380 99.2 + 0 0 293MI87MI 7e3c4b8685b45ed09974703433df92c7;size=35 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 250 373 99.5 + 0 0 373MI 7e6544a5646cd234816812abe6300dc5;size=35 c5ffc66b15459f2709fa625c42de4981;size=269 H 0 388 99.7 + 0 0 241MD146M 7f06ae163e8493113fb318ba8e112e5b;size=35 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1187 378 * * * * * 833dfb1ed4895413fccff03b2bad0e4d;size=35 * S 1188 381 * * * * * 836d58e99ef4575f5cf7053470be9178;size=35 * S 1189 378 * * * * * 8c72b80b00d97b21bd964005edc9fd68;size=35 * H 198 382 99.7 + 0 0 123MI259M 911f5fc4197104e7ecf511f60869351c;size=35 58d07c53510c05888cde3634d588bfd4;size=355 H 18 368 99.5 + 0 0 368MI 9176a24bb9255a6fbf0ab083e301b7c5;size=35 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 2 381 99.2 + 0 0 178MI203MI 921cd5616bffdfb985d2b0cf2feccbf9;size=35 39392bbb9626a64e6663c05b70293e7c;size=11535 H 4 385 99.5 + 0 0 34MI282MD68M 9b10f8d0c5044004b23022d608079d4d;size=35 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 298 382 99.7 + 0 0 160MD221M a1696ac58dfd18a79e08f5780f97bf99;size=35 2cc4a7ea6554fefe66c2297c645d10d0;size=209 H 1058 385 99.5 + 0 0 34MD276MD73M a204647d2e2070aff56f570a0162d32a;size=35 1ad5d7db6aa24146e665af7d4d8a5645;size=41 S 1190 369 * * * * * a20f133ad4bbc08ba22f8bc8830ea512;size=35 * H 1151 378 99.2 + 0 0 378M a598c07a5176d6ce8e2aab90365ca56e;size=35 109f82c8d11001e0db4652fa4eedebbd;size=36 H 1084 381 99.5 + 0 0 114MD266M a670723f7e0e44106a524df7739fd971;size=35 7299389f05d124608b89ea291c820c41;size=40 H 1188 382 99.7 + 0 0 169MD212M a9526128504b8b7f973f01e722b178a9;size=35 836d58e99ef4575f5cf7053470be9178;size=35 S 1191 381 * * * * * ab900d9edd72dd46593cc3e6aaa93882;size=35 * H 158 385 99.7 + 0 0 34MD350M acba57645e02833cdf3ddc4ba5bbddc0;size=35 57c540a49d737b1100040c740f81c846;size=464 S 1192 379 * * * * * b17e227b03291f56ead24a8d02777d8a;size=35 * H 8 386 99.5 + 0 0 125MI46MD214M b1a3781de032cf15f1a8da4125319e68;size=35 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 39 382 99.7 + 0 0 382M b38af10d41f04669593e2f677321e6a4;size=35 750451de425698bad38d5e1c872b2f12;size=1660 H 228 383 99.7 + 0 0 35MI348M b875a24d779ade4daed01fbec453c80f;size=35 006eb542c4ddd1086af742069fc840ba;size=294 H 359 381 99.7 + 0 0 297MD83M b92e32cfb0bf4df095588236892f8632;size=35 e88eb8da934e51d4208b6d8d2b7b0473;size=171 H 6 383 99.2 + 0 0 383M b9a2edbe04a819eb41547f3292163e7d;size=35 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1193 376 * * * * * bda709da78026265dab81ff5960ec8d4;size=35 * H 16 387 99.5 + 0 0 34MD138MD213M c4e55f8569aa501248248d2e33167cfb;size=35 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 308 368 99.7 + 0 0 161MI207M c5c14c95f794aef31af53c8430b1023f;size=35 5db6f34fee1480b574dc8432c182e4bf;size=202 S 1194 381 * * * * * c6f565670928ca2282d278dd864ed4fd;size=35 * H 28 382 100.0 + 0 0 381MD c70b1c53e4e4f465c7234e6da348ea51;size=35 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 712 382 99.7 + 0 0 295MI87M c8f8c0d715647260fffa0de9f1af9314;size=35 48817878b07e319f86b731e39134f572;size=70 H 40 381 99.5 + 0 0 34MD214MI132M c934bb27d8baad03d714f695b0491fa6;size=35 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 22 383 99.5 + 0 0 34MD264MD83M ca3e09d6b948aeb2deeb99d544cf44c3;size=35 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 736 385 99.5 + 0 0 385MI cb4ef0c44ea3358f514ee87e306228e2;size=35 6cc4b483d43a6b3faddf90f2a69e8b4a;size=67 H 6 384 99.5 + 0 0 291MD92M ce4688a11cd0ef7e3c5b7080dd7072c6;size=35 efbd11c972faa734253f779fc4eb2a64;size=5440 H 55 381 99.7 + 0 0 381M cf24dc2d0969f7e9f4de77bff6c4f921;size=35 213782d871e7988943bf278c3191f221;size=1289 H 22 383 99.5 + 0 0 298MD83MD cfaa3fd2241acf4cb21b7c276c49b197;size=35 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 94 379 99.7 + 0 0 169MI210M cfb6048f75e73226c91b0a934a007427;size=35 7ff818ff14477645d9748f9e80212e1a;size=791 H 7 379 99.5 + 0 0 247MI44MI88M d0f558a3eb56bd7d3a73c76c801ad5dd;size=35 aecd442213d89e3f43949aee5040a3ed;size=5318 H 8 388 99.5 + 0 0 251MD46MD89M d722836c457a38354e9a1d32230ee020;size=35 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 26 381 99.7 + 0 0 381M d838989d747bd2c0d353b04b87c6ed05;size=35 38a1e68923981030900a4744924d4694;size=2491 H 6 384 99.7 + 0 0 59MD324M da87c5bea276239b80da25ca4a85fbb6;size=35 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1195 389 * * * * * db2ae54617a41f25192910709e2d2196;size=35 * S 1196 383 * * * * * de144292186c0559fc07d1fe443abcec;size=35 * H 767 386 99.7 + 0 0 337MD48M dfb88f3dbbdddfdabedc54b9214b6d20;size=35 c27585a2c7e56671986b7ec988b7037e;size=64 H 1093 370 99.5 + 0 0 160MI210M e25dc62b338c8584a2684ccd7d7cc230;size=35 010c062c6e556e17ffb2f5405cca1bfc;size=39 S 1197 381 * * * * * e4e8897811fd731074aa99c6a553ac9a;size=35 * S 1198 373 * * * * * e6b0a489121e7df89008aec8719a9566;size=35 * S 1199 381 * * * * * eb8e66ac0085a8ed576e4445f5d2d79d;size=35 * H 26 382 99.5 + 0 0 160MD221M ed77589fcf9d3e989bafe88fe2b286a7;size=35 38a1e68923981030900a4744924d4694;size=2491 H 59 455 99.6 + 0 0 366MD30MI58M ef7365d80eb4aa5257db738a4d419005;size=35 b285cba086c6d068c453be4adc4c5611;size=1210 H 222 379 99.2 + 0 0 379M f406d97cfafda0ce61a2efb8719215c9;size=35 e8d79661d8df6a73b6c307f88dc6c9b9;size=313 H 60 380 99.7 + 0 0 245MD134M f5f2cf21eedb11f7579994ca98ff7842;size=35 cf300107400178f2895f501833126e35;size=1153 H 232 382 99.7 + 0 0 34MD347M f81128d9bcbbf971dcd76f8bfce76d72;size=35 8fbc677febbfb8d425055fa3db9cc8ee;size=290 H 1056 382 99.5 + 0 0 34MI288MI60M faf33c025052cb6b3a7e2790f56c640d;size=35 19c8f3c2439e2dab0e1ea7cdcfddafcb;size=41 S 1200 411 * * * * * fb040b72da89eb37a043b6dd6a003239;size=35 * H 77 371 99.5 + 0 0 34MD246MD89M fb28e87ede141f3258087138243c8805;size=35 26da64127a9c2b145603fe1f0660f814;size=958 H 331 382 99.7 + 0 0 333MD48M fb41be6764ef7070c2a49eb9e9de79a4;size=35 11109b2b1cdada8226ec191c63610ec2;size=186 S 1201 380 * * * * * fc50efdd51bd1ff257f2d5ba4fbdc670;size=35 * S 1202 394 * * * * * ff1ab5a1686dc8247e548a15c533cfca;size=35 * H 35 376 99.2 + 0 0 175MI201MI 0172ed203a69cebc501f932b3565bd7d;size=34 4084bd8293b08a58e03158d6668952f9;size=1934 S 1203 381 * * * * * 02d673b2354f8b5bf98245f8ae3fdb09;size=34 * S 1204 383 * * * * * 05018bb271ba9b5c6e3b016e80971c04;size=34 * S 1205 382 * * * * * 0642a754d62996828e3c2ecd57a1e0e0;size=34 * S 1206 389 * * * * * 08f73e5be39a1d3e3c03c1a22724bb62;size=34 * H 466 388 99.7 + 0 0 109MI279M 0c2e0d2343d970b8b1d0a772070ed047;size=34 739ae1c510140993f8c47bca65ec58c6;size=124 H 27 386 99.2 + 0 0 296MD89M 0d7fb05a907b817807e8c0e449132458;size=34 132ced0592418845eee2359a1359672f;size=2452 S 1207 389 * * * * * 1056b67257180e9c2ee098ee1b246aaa;size=34 * H 525 382 99.2 + 0 0 34MD346MD 134e309e54b1c1ffd81db0abf115b066;size=34 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 S 1208 381 * * * * * 169bb94693b38fc343d4a47e37f646c5;size=34 * S 1209 378 * * * * * 16cc4ef874cddcc02e590b211841f816;size=34 * H 267 381 99.7 + 0 0 291MD89M 173dd1a75b9a3c07e79b0cd9ffac9589;size=34 f48c99e65315f6d409831915ed80eb27;size=250 H 806 379 99.5 + 0 0 379MI 203a42d3aabadfa20d0619ccfe405011;size=34 2889d9e14cd482bae3ed84fa3ab9b941;size=59 H 8 388 99.5 + 0 0 303MD83MD 2599ea944eeb2352101af3a065782864;size=34 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 34 379 99.2 + 0 0 166MI213MI 25de6c1af19ad1d338b892690284cdd5;size=34 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 S 1210 387 * * * * * 2a3c69ae7cc891ad861b95c45447ac65;size=34 * H 174 385 99.2 + 0 0 116MD268M 2a5f4c12690dd55b8b040dc0eb91270e;size=34 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 26 381 99.7 + 0 0 381M 30c6a37c6f349221d0ba5dfe2f7e8e04;size=34 38a1e68923981030900a4744924d4694;size=2491 S 1211 368 * * * * * 36c212e6c7b55cf569b54d709142e2f5;size=34 * H 851 389 99.2 + 0 0 317MI72M 37e0fe119117aa95ed66561ddb77e1a2;size=34 509c5f14914567ff50e81613290280b2;size=56 H 1 374 99.5 + 0 0 34MD133MI206M 389a15faa5ff293dda36093d15015120;size=34 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 108 380 99.7 + 0 0 34MI346M 38cd8e16d2c43d9d4c3dfcd21a1ac155;size=34 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 310 379 99.2 + 0 0 160MI219MI 3b4d26ab87ef7e140cd45c4fb9482e91;size=34 ecfd79a724f6204a86861923d54ef2cf;size=202 S 1212 385 * * * * * 3e10820ac57973f5d2b2a1835c2e54cb;size=34 * H 2 384 99.7 + 0 0 320MD63M 40545d722cd324e4dc3a8ef3cb0c3043;size=34 39392bbb9626a64e6663c05b70293e7c;size=11535 H 470 382 99.7 + 0 0 34MI348M 41a18b6d5ceaf3d17b79cfed9d107dfc;size=34 2a75dd5b60ee6ae045fe55d21f1891f2;size=123 S 1213 381 * * * * * 45ee7b7389d5366dd3108d9cbf2b15e9;size=34 * H 145 373 99.5 + 0 0 111MI53MI209M 461866c1d41e0130b906a287905aeafd;size=34 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 S 1214 381 * * * * * 475dbce371e4fc8c5588e94995f3f04a;size=34 * H 646 382 99.2 + 0 0 122MD259M 494440dce1a8b9a9e10430c26a0b6e88;size=34 25cf8b32b18aa9c54b28fe09d5c1e888;size=78 H 186 386 99.7 + 0 0 298MI88M 4a8b974d8edd66f15a40075cebfdcf8c;size=34 e67a9d63816097204dd6e18fb386751d;size=393 H 66 385 99.7 + 0 0 385M 4b089a4f8b01882984ba870c1de4e29f;size=34 f0bcb2f583a32c4931244476a962f148;size=1110 H 2 382 99.7 + 0 0 236MI146M 4bc494657a5232dd16c6a9b458474634;size=34 39392bbb9626a64e6663c05b70293e7c;size=11535 S 1215 381 * * * * * 4c6dd44a8776bd6fa3975e9e7fffc716;size=34 * H 162 454 99.8 + 0 0 238MI216M 4eb942137d754378fd216e41da5788eb;size=34 9512aed25d10127818005b2d88fab273;size=445 H 946 377 99.5 + 0 0 238MI10MI129M 4f0392607664226d563123a755339f3c;size=34 3f63f8660e755d16406d9e9451f13a5b;size=48 H 185 379 99.7 + 0 0 34MD344M 505df2acaba29eab7a4066cf1103cfc0;size=34 2d267b9634e394fc577a40288d17c176;size=397 H 22 382 100.0 + 0 0 381MD 570026a79eb85c9a2b9e3ed71a041fe8;size=34 a3b19115a503e03c27f9577b3e9c673e;size=2708 S 1216 375 * * * * * 57cecaa89e426f9751d4f8feadb7cf1f;size=34 * H 253 368 99.7 + 0 0 342MD25M 5da5ec7b3ab2d9444f55eba5f76017a7;size=34 7703a3d4abce8b78c541ec58203eb129;size=267 H 469 385 99.2 + 0 0 124MD258M2D 5e8e0a1b12b7a0c3da361406ec7d1c20;size=34 a974e78f879496d01bbc65e1b1495f9c;size=124 S 1217 373 * * * * * 5fca03a10d0294add764a4e770f2cde5;size=34 * S 1218 381 * * * * * 62355c33223802c17be6ab5386bf8d7e;size=34 * S 1219 381 * * * * * 6255f194f840bd44c5db8036bc199120;size=34 * H 1102 391 99.5 + 0 0 391M 6464177b131d791420a3040719a38e23;size=34 54e8da2967bf11ff2799ef69eaa08ea8;size=39 H 392 383 99.5 + 0 0 248MI111MI24M 65b62e17fbc96a90c6bf406734b03f60;size=34 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 275 382 99.5 + 0 0 382MI 687fca0b70f616e25449aed69ff1eb87;size=34 106319ba11924df34809e74ecafd2d4f;size=240 H 263 378 99.5 + 0 0 378M 69ca4a47406b33ef85d8c93ae0170e15;size=34 23f7952d42a3a152e33aafadabaa9970;size=256 H 135 381 99.7 + 0 0 381M 6ce42ce7dd9de6a0a2bfe6c9908f6e1b;size=34 6d534239f9c5ebd883a72f96e2d21557;size=546 H 40 381 99.7 + 0 0 381M 70904708c2a76262e339cb3157d0b75a;size=34 a3ca93396fb5ca07e787acea379dcf9e;size=1640 S 1220 380 * * * * * 710375bb3485686de4ff2d97d689cc62;size=34 * S 1221 381 * * * * * 7679c3c7dd7db097cc498ce3594cae95;size=34 * S 1222 379 * * * * * 7833c9ed0cbd9d1c6bd30caabc49b270;size=34 * H 8 386 99.7 + 0 0 386M 7f3df946ee1beebd6d32523e48d0ecdb;size=34 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 93 379 99.7 + 0 0 160MI219M 81f86257417b184d2c9e9142be36e390;size=34 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 451 384 99.7 + 0 0 177MI207M 8219b20cdbf9b0f0756502004c147b50;size=34 d915fc9aea29a8edb0317f8fe7f5e474;size=130 S 1223 379 * * * * * 86a6fbecff9e09396e2a59de8a6a60a8;size=34 * H 69 382 99.7 + 0 0 34MD347M 89547cb1e97108ed17cb75ab05c5cf52;size=34 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 21 386 99.5 + 0 0 318MD24MI43M 8c8edf05160394b2eafd91758f307529;size=34 0af8e08a076e300ff906097a4030b9bb;size=2733 H 54 372 99.7 + 0 0 275MI97M 927bacaa87a3a166d5d089819a77f460;size=34 ae4fe86cbc5620b3b25634f21ab75488;size=1320 H 107 381 99.7 + 0 0 324MD56M 95495cc5a0b42676eea3dda88a5cdfa4;size=34 60eeb6236088c448b9f709e81feed0b0;size=681 H 99 385 99.7 + 0 0 173MD211M a3f74b26cce69e150d3c6126d53f5088;size=34 42c7fb60f5a894d2b933bba9d7a36d89;size=727 H 7 383 99.5 + 0 0 34MD222MD125M a40340dfea43dc030b6bb9565b1986a0;size=34 aecd442213d89e3f43949aee5040a3ed;size=5318 H 129 394 99.2 + 0 0 394M a63296794994e4d5eae90f8b9b695167;size=34 90c9170a9669c983bb4cec5fd6ac400e;size=558 H 81 383 99.5 + 0 0 34MD264MD83M a93b021b1df6cd1a177f3b4d63db9d67;size=34 6fc56ad4136bef51967a799db040f7d7;size=930 H 104 385 99.7 + 0 0 385M aa06ae04e4d83747bb1dcc0d8411dea7;size=34 4a1b19992477b69740b3dd9e44698fb0;size=694 H 273 380 99.7 + 0 0 169MD210M b01d988b307f480d2176c4f8b75c91b7;size=34 b2375ffff142915632631ec0c828bd92;size=242 H 1089 377 99.7 + 0 0 292MI85M b1c34eee8103559ee3ddd6f0dd6d4d62;size=34 bf01c999b3e432ecdc92dc39228e6ff1;size=40 H 3 382 99.2 + 0 0 181MI201MI b3b0a184483e415ce2c33e5253432552;size=34 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 2 383 99.2 + 0 0 34MD348MI ba987c24dd9c95724533ce2f209da4c4;size=34 39392bbb9626a64e6663c05b70293e7c;size=11535 H 101 382 99.5 + 0 0 292MD89M c3f36bffbe87c2e20dffbe85d7d49a7e;size=34 a8660d900db113ef096bf415e3731d91;size=702 H 81 383 99.5 + 0 0 260MD38MD83M c8f1ea771263d1111b20e6a50392f7bf;size=34 6fc56ad4136bef51967a799db040f7d7;size=930 H 8 387 99.5 + 0 0 172MD214M c961b2959d9d6bb4454a6c286ec8751d;size=34 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 0 385 99.5 + 0 0 272MI72MI41M ca758a0d27ecb5c6a34769c6590dad9d;size=34 b235271fbc8a6c9d990037857189ee9a;size=22254 H 391 380 99.5 + 0 0 380MI cd72b8cac44cb0661799ea7905a88c4d;size=34 07557f9bd1bc921415bff860181b6453;size=151 S 1224 371 * * * * * cfdf7d32be213a4c127ba42eb9e1c8eb;size=34 * H 59 455 99.3 + 0 0 455M d352bb9b922713fae8fed657a0a16738;size=34 b285cba086c6d068c453be4adc4c5611;size=1210 H 278 379 99.7 + 0 0 160MI219M d3fcdb40b395eddad36bdaabd37ad8b0;size=34 7f1ce15f3979e89beca8d4b7daf94032;size=239 H 3 385 99.7 + 0 0 249MD135M d82573b78241f01c4a3ae7d6140781c8;size=34 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 333 372 99.5 + 0 0 34MD131MI206M db08caf679c4aaeeb73624baaa95f86e;size=34 c1b7171836226e1dc4ba965cdc162096;size=186 S 1225 386 * * * * * dc599995397dd15e757d9c6b3f6d16d1;size=34 * H 24 380 99.2 + 0 0 171MI209MI de940d58c17486137aefae7d9c08a61e;size=34 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 3 383 99.2 + 0 0 295MI88M e0831d7a4f62963355691d1bef2ec4d8;size=34 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 6 382 99.7 + 0 0 342MI40M e606e5386da0e2ab297ba395f2d76bb6;size=34 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1226 378 * * * * * e6c1d72df299d62f4486b760e7ffd149;size=34 * H 29 381 99.2 + 0 0 34MD346MI ea05b1cd2b8645f5f089c8e60ddee4eb;size=34 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 10 374 99.7 + 0 0 333MI41M ec325765331c8dba390aa935848a932a;size=34 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 500 380 99.5 + 0 0 380M ed06edd93b1022a983d6604e6db1808c;size=34 86d4259184e6f43595879c970aa34fda;size=113 H 916 383 99.7 + 0 0 123MD259M ef9498d1c7c695fcbabd048d4244a243;size=34 15728e1b1c0c3c3e59c640ee4c06243f;size=50 H 79 381 99.7 + 0 0 381M efae916a85c46c8295b3d0c172a32204;size=34 367981d8723cf4e3d71baf722702b583;size=955 H 130 390 99.7 + 0 0 124MD265M f1f2a99b408dce8c53634f8b3948d0c7;size=34 5b6004dcbe29ef8c813378538fa706d5;size=553 H 408 490 99.6 + 0 0 490MI f46817965f2f10189a8ccdda13105279;size=34 8bb82b41a18117e1fb9f340acbac3253;size=144 H 38 382 99.2 + 0 0 297MD83MD f58a711a341bc2081b06ce8a47a4855b;size=34 4fd9e532b34b278047b4a588cc98708a;size=1762 H 60 378 99.7 + 0 0 250MI128M f68ef4bd0897ab53bd01239762af0c0f;size=34 cf300107400178f2895f501833126e35;size=1153 H 70 387 99.5 + 0 0 313MD11MD61M f6e64f02ff52c6139bfd08b2a6edd7e0;size=34 f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 S 1227 381 * * * * * f8652b0b63bc957f2d8049bc31ff4b54;size=34 * H 67 387 99.7 + 0 0 260MD126M faa9b31df66621312f47fb0fb0b78c96;size=34 e222fa7a96b66870560ef0055ca5911e;size=1108 H 74 380 99.2 + 0 0 160MD219MI 01d3257e5d33a58d71211347ea3b130e;size=33 02e9878bee1cafa43998775734f77d5f;size=1012 H 20 381 99.2 + 0 0 34MD346MI 01f7a4f3d30051f8491846b388a1f1e5;size=33 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 8 389 99.2 + 0 0 34MD91MD47MD214M 05fcdedb2561d00d87cf6f6383721811;size=33 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 2 384 99.7 + 0 0 364MD19M 06cda9c5743b4ebb03801d6209f3033c;size=33 39392bbb9626a64e6663c05b70293e7c;size=11535 H 530 381 99.2 + 0 0 380MD 09e821f94a32dceebaf150110dad7d00;size=33 0a4c71741c32163a04eda56efb87c69c;size=105 H 141 379 99.5 + 0 0 379MI 0a03763d11d5ef301903dbbb77df6a57;size=33 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 H 22 380 99.5 + 0 0 283MI97M 0a1177565d1aa8092264c315c194f796;size=33 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 35 380 99.5 + 0 0 34MD133MD211M 0b8e9693091b34d97a2a5c7f3d25d624;size=33 4084bd8293b08a58e03158d6668952f9;size=1934 H 12 380 99.5 + 0 0 162MI86MI132M 0d956213a3aef7fad2e1769b01dced7e;size=33 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 59 456 99.6 + 0 0 366MD89M 0e2f3a2390b487039c0daab0288fde75;size=33 b285cba086c6d068c453be4adc4c5611;size=1210 H 34 382 99.7 + 0 0 94MD287M 101fe7e9bc658701e2ac47caf6545de1;size=33 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 37 376 99.5 + 0 0 165MD120MD89M 14d07cca185dc51013c83661afaaa017;size=33 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 45 386 99.7 + 0 0 171MD214MI 15854b0fd0af428046fa4db06f0f57e8;size=33 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 210 384 99.7 + 0 0 257MD126M 17a67595dad515194dd7cd9a70dc55ad;size=33 2d2a776b0d3b4f5174a40a5e118dee6d;size=337 H 796 379 99.5 + 0 0 379M 1a173d71f5b83da0aac94ff10bb09291;size=33 7c54d429ed78b9fbbba689523489aaa0;size=60 S 1228 370 * * * * * 1a8724d6e3b5d7355e0a1cbf8b0ee169;size=33 * H 1058 383 99.5 + 0 0 108MD62MI212M 238c27d979cb4f452385ee5323c4798c;size=33 1ad5d7db6aa24146e665af7d4d8a5645;size=41 H 119 381 99.7 + 0 0 298MD82M 241f6c45a7a675b86b9b69298b671313;size=33 cfd6a70895524ca606ec066301d205ff;size=629 H 382 384 99.5 + 0 0 384MI 266df688c71ebd7384c4e5704d516ac5;size=33 fea5798bdc02fcfa4db1ce68c5ac863b;size=156 H 116 379 99.7 + 0 0 246MI133M 31b0faa720530b580ca91cf6f40bb036;size=33 8d56b6f91b7034d2d47894a305860099;size=645 H 17 382 99.7 + 0 0 175MI207M 324a05c46c79dc458eedee6d5c78ce07;size=33 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 191 373 99.5 + 0 0 373MI 32a147f1231cdbee8d3a290b0609fe75;size=33 6cfab8a4e1ab8dbd9c2331c7bec5dc23;size=372 H 143 386 99.7 + 0 0 34MD351M 32a58e26268eb02f9191078c820b8c57;size=33 6d79dda1be8786b3376d5968384f7e74;size=499 H 101 381 99.5 + 0 0 381M 34664e686145291cef269cae0f7c5409;size=33 a8660d900db113ef096bf415e3731d91;size=702 H 209 385 99.7 + 0 0 359MD25M 36db5290154d6045e17135340d47032a;size=33 0951cbafa9af3ed69eb56b9cad3bc656;size=337 S 1229 384 * * * * * 3b10406329969daee52250c42e9b701f;size=33 * H 0 388 99.7 + 0 0 30MD357M 3c69cc95ff97867626133760d1cced6d;size=33 b235271fbc8a6c9d990037857189ee9a;size=22254 H 5 373 99.7 + 0 0 315MI58M 3e054a6480d98567d54e9346b765761c;size=33 da17e1a54e88120e294c7e68e350f47f;size=6062 H 49 382 99.7 + 0 0 337MD44M 3e9433f588b12080df3137dab77a9f05;size=33 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 58 372 99.5 + 0 0 372MI 4094143c3e2c7cfb774b9ec5793e853f;size=33 e9d6851ad20662b945b5ea040e1028f1;size=1219 H 12 383 99.7 + 0 0 170MD212M 4144861c792693ceaff1ab1168968f9e;size=33 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 9 381 99.5 + 0 0 160MI131MD89M 41a9655264b0d6b6b4e07047c6416c98;size=33 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 49 380 99.5 + 0 0 34MI346M 42f1c345d33b9279452dabb0aead80c2;size=33 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 1229 382 99.2 + 0 0 294MI88MI 44575e6d8b47963ed6c0f189b89b2c93;size=33 3b10406329969daee52250c42e9b701f;size=33 H 1 374 99.7 + 0 0 374M 48fffbf90340339fa0a80b075d89c186;size=33 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 718 369 99.5 + 0 0 369M 4b33f7ac2ed0ecf0d8cd23a02a701998;size=33 eebfbb7140e897eb92a8eb5af9ca429c;size=70 S 1230 381 * * * * * 4b45ec2e8c853f95fa617b9bbee02b73;size=33 * H 409 380 99.7 + 0 0 160MI220M 500316c3891225e867345ff7a24f19ef;size=33 9c0576362a77fe1c27d1842401a857a4;size=144 H 376 393 99.7 + 0 0 393M 53d2b66522e7fc7b44b1a48aa0a34570;size=33 4107fed1b8bece1edc063614b215046a;size=159 H 297 390 99.7 + 0 0 306MD83M 544203481b1c8b910e75ad9400847828;size=33 de16438e0da8524569b072a9ef32809d;size=210 H 45 386 99.7 + 0 0 386M 54c62cea9e8d8b3ae24857aef89b5d04;size=33 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 78 382 99.7 + 0 0 34MD347M 5651352b52d39baaa52bc64cb3c2116e;size=33 e0750d61a73d546098900a1ad9c61542;size=958 H 47 368 99.7 + 0 0 34MI334M 56f200c3a7af8ba622111511240d8024;size=33 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 15 384 99.5 + 0 0 34MD139MD209M 58c9b6f04f4c6bcc458570a153e3e0e7;size=33 721460e46e8804111d74cb730340492f;size=3538 H 17 385 99.2 + 0 0 300MD83MD 5b801aa2ddd0dd1d5c93f59e2905ffd8;size=33 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 101 380 99.7 + 0 0 247MI133M 5e310ab1957e04d24832540fe9d51975;size=33 a8660d900db113ef096bf415e3731d91;size=702 H 26 381 99.7 + 0 0 381M 5edbd667c2bed688a3cc37e395dd743e;size=33 38a1e68923981030900a4744924d4694;size=2491 H 19 386 99.5 + 0 0 386M 61fd5da95990eea1febbb4d4ce46c70d;size=33 be32a04d8af28ab822f66005c721cc1a;size=2849 H 67 388 99.5 + 0 0 172MD189MD25M 621878f500512aec8f3f56853e8828f4;size=33 e222fa7a96b66870560ef0055ca5911e;size=1108 H 0 388 99.7 + 0 0 328MD59M 6260e8f6a33b9ef3a6d626ff0ca428e7;size=33 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1231 378 * * * * * 6271b0618698ce68f69e92f1ddb81e42;size=33 * H 389 387 99.7 + 0 0 288MD98M 64275b1c507cfbd267a64c4478fb2eab;size=33 60fb2fd6cdab95b22832991d484c34a7;size=152 H 142 388 99.5 + 0 0 299MD11MD76M 6492f08b579a5e795eb503c78fe1fbd2;size=33 a59c20a795c10fca5ddea1b5bb9467c1;size=513 S 1232 370 * * * * * 6794d87af4b87ef52504a37727d7315d;size=33 * H 1088 385 99.2 + 0 0 295MD88MD 694fde1971836aabb15730cb22bf98e2;size=33 b24d2c16c11d142e28448ef1eea8a388;size=40 H 2 385 99.5 + 0 0 300MD83MD 6a0e357eda364b41be2287bdb96d0984;size=33 39392bbb9626a64e6663c05b70293e7c;size=11535 S 1233 388 * * * * * 6aeb80a95d96cc16bae6ae09b8695ce7;size=33 * H 133 382 99.7 + 0 0 292MD89M 6b562759f16ccbfed4b99383e0aafbbb;size=33 40ee3d716c5d6182074f0a132734dc08;size=547 S 1234 326 * * * * * 6e693c587ce4656374be43a0c5a0e0f1;size=33 * S 1235 395 * * * * * 700e2c3941cdc5196e08f10a0a3c7984;size=33 * H 39 382 99.2 + 0 0 34MD347MI 738a3f640956bb1f7a6da374bd437356;size=33 750451de425698bad38d5e1c872b2f12;size=1660 S 1236 381 * * * * * 76a07689f2cf88ff93e1c6b4375c7fc4;size=33 * H 291 382 99.2 + 0 0 109MI62MI124MI87M 77334a2660e619264d7b5b706a9871e5;size=33 d737b579d968428fd8e98a55fbc56bc3;size=213 S 1237 381 * * * * * 7aa0dadfc543aff705741690adade5ed;size=33 * H 389 385 99.7 + 0 0 297MI88M 7ef83b96bb1daf31abd1dfce90532085;size=33 60fb2fd6cdab95b22832991d484c34a7;size=152 H 85 381 99.5 + 0 0 34MD134MD211M 807daa3393dddd6dcb7aa1afd12639aa;size=33 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 0 388 99.7 + 0 0 192MD195M 809da880c3117a4d9d21cfa4c2a2276d;size=33 b235271fbc8a6c9d990037857189ee9a;size=22254 H 231 380 99.5 + 0 0 380MI 813129bdfb8774626594ed40e857c57b;size=33 c5e16c5edd0279857aad608bdf1808b6;size=294 H 4 383 99.2 + 0 0 344MI39MI 829670a9a506fc7ecac55551a1e98ed8;size=33 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 409 381 99.7 + 0 0 381M 83a28dbdb317994d0e03abed261fc659;size=33 9c0576362a77fe1c27d1842401a857a4;size=144 S 1238 381 * * * * * 848464baf30c2ef865b1349cf38d0596;size=33 * S 1239 392 * * * * * 86a4b0d37af1141d89a71442888996bb;size=33 * S 1240 358 * * * * * 86bb22e6744166c30b2d124ef5fc9652;size=33 * H 371 382 99.2 + 0 0 382M 8b11edef38e03dd41e373ee5a6bfc13b;size=33 50e79c91bff616ab2cfd8acb51fba68d;size=164 H 11 384 99.2 + 0 0 94MD289MI 8b737b546c122bfeb0db41f9c4223637;size=33 96ba76b9e5bd26447d84901071634c23;size=4384 S 1241 385 * * * * * 8c45b37a2de635cb6417a50bd5a95efa;size=33 * H 17 382 99.7 + 0 0 96MI286M 90b11e0dc132984cb6dfddb98e9627b5;size=33 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 238 379 99.7 + 0 0 379M 913760a0f7e4fa4beb0728720412e89f;size=33 59e1856b28986d01ae3003b4aaaa88cd;size=286 H 358 381 99.2 + 0 0 381M 9170ace1f7b9484dbab3d3cdba84a72c;size=33 aeafbbc2a8951b54ffbed95d9486ea4d;size=171 H 337 383 99.5 + 0 0 383MI 97caf17610122336797eacb34a5ba579;size=33 bdfa7b9e6f330e37383e906984ee333e;size=184 H 534 382 99.5 + 0 0 382M 98fe2918d2850f3f978dd5c85d1fcfad;size=33 6f911fbb6ae1f093f52251c3f2d14af9;size=105 S 1242 378 * * * * * 9ab7ac23cd1a26bc617491e0fcc4f5f5;size=33 * H 491 386 99.5 + 0 0 386MI 9c5e5d72aa3076515f1072a9bddc5931;size=33 9048a397b987e4846bff08d7e2187481;size=117 H 88 394 99.7 + 0 0 87MD306M 9c9cb1eea080a6c1e6bfe5f5c6d3c4eb;size=33 844790a9a48307f1f851021640d62a66;size=827 H 128 382 99.2 + 0 0 160MD221M 9d4ed2f691263e073829c58ec0003f56;size=33 a1451116f9f7102792d8505467a8c1ad;size=571 H 318 378 99.5 + 0 0 166MD69MI142M 9f2ee9f8530dafee9e3c7a87b6bbe292;size=33 da285096b7bc838d922f2db9bc467d04;size=193 H 594 381 99.5 + 0 0 381M a082ac3f60f4d34b71d31e9f9f3033fd;size=33 221754849b5d3bba60df8840316db722;size=89 H 7 381 99.5 + 0 0 247MI50MD83M a2461968440ae0108ade99eae6b75aeb;size=33 aecd442213d89e3f43949aee5040a3ed;size=5318 H 5 372 99.5 + 0 0 34MI250MI88M a282ba2634fc58ea83a6524d66cdab73;size=33 da17e1a54e88120e294c7e68e350f47f;size=6062 H 57 382 99.7 + 0 0 100MD281M adbc5f2ab6760cb36cdce411cf08b0f2;size=33 78cf40830a68c9575dc2988262767324;size=1234 H 78 380 99.5 + 0 0 380MI af70fb3f09bf1b00600a88b208b8b3ed;size=33 e0750d61a73d546098900a1ad9c61542;size=958 H 764 373 99.7 + 0 0 193MI180M b06bd283d8d0a73a5cfcf04911891ec0;size=33 33b4c203c4a1e13a8f7242a6b264acba;size=64 H 19 386 99.5 + 0 0 168MI128MD89M b0cf7ef470df3b979da5549a534e2c28;size=33 be32a04d8af28ab822f66005c721cc1a;size=2849 H 32 374 99.7 + 0 0 374M b276b95b27ce63017b70860b922604e2;size=33 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 28 382 99.7 + 0 0 337MD44M b578ee68500d1edcede738e75fc01e77;size=33 809c29f61330f3ce6c7939cb98b7daa5;size=2440 S 1243 385 * * * * * b5af3e1e42c7a94b2e9bcb5a23b4a15d;size=33 * H 1 372 99.5 + 0 0 302MI12MI58M b6bcdbb2054a0b070c2749a6a330c470;size=33 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1244 384 * * * * * b7eb171eb159ede5017d9d5df41518a6;size=33 * H 142 387 99.7 + 0 0 34MD352M b8dd1754af395647efff913ea7c57e3e;size=33 a59c20a795c10fca5ddea1b5bb9467c1;size=513 H 215 380 99.5 + 0 0 380MI b9919cdd0b0dfc626bdbd23762b56d04;size=33 8685c2fb628e3d22f6ce0e96a594094f;size=329 H 24 381 99.7 + 0 0 340MI41M bba72686e8a6e5a82832273f6b1ae3d3;size=33 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 198 384 99.5 + 0 0 257MD126M bbcd2fb32c7f12b241907d1270aeb4d4;size=33 58d07c53510c05888cde3634d588bfd4;size=355 H 44 382 99.2 + 0 0 325MD56M bbf9cb32df7b0730d64eaf0ca71bd32c;size=33 0758959c27aa3f623d5484ca0cefb2dc;size=1595 H 450 380 99.2 + 0 0 380MI c047335af396df06a249ed00cf4ab7e9;size=33 51c989a5d175d45ea421ec8055058c1a;size=130 H 56 381 99.2 + 0 0 381M c09ce5a877850a85697439e6e82ef863;size=33 a59736b07833f7851faf4ef612cf5f63;size=1264 H 42 384 99.7 + 0 0 326MI58M c41db5fb36a6161321a62f20e264d5fc;size=33 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 39 384 99.5 + 0 0 293MD89MD c66186efa66bcd8f78c9c6160d4edb63;size=33 750451de425698bad38d5e1c872b2f12;size=1660 H 2 382 99.7 + 0 0 370MI12M ca4ec5286ab4c256ad0a4505a1dc1ab0;size=33 39392bbb9626a64e6663c05b70293e7c;size=11535 H 11 383 99.7 + 0 0 374MI9M ccf80cf7b4cf5cec9d592e7285e3a409;size=33 96ba76b9e5bd26447d84901071634c23;size=4384 H 100 379 99.7 + 0 0 330MD48M cede0facab27ef9539ee677f4f1a1f66;size=33 1a635349b6fd22404fab94284c3fe203;size=710 H 198 381 99.5 + 0 0 166MI127MI88M cf51b93553b5175b87f4b6ae0debb3ec;size=33 58d07c53510c05888cde3634d588bfd4;size=355 S 1245 380 * * * * * cff91b722e146632ee463df910d7535c;size=33 * H 91 385 99.5 + 0 0 104MD153MD126M d022107edee9b6e39de6751d5c3a430e;size=33 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 S 1246 381 * * * * * d2a8f93bc10fe6ebb7b589822afce661;size=33 * H 55 380 99.2 + 0 0 292MI88M d3eed5ef6f10ac88b654b23c1d1f4019;size=33 213782d871e7988943bf278c3191f221;size=1289 H 530 379 99.7 + 0 0 292MI87M dc42697e8ac0734937a7602879c539e6;size=33 0a4c71741c32163a04eda56efb87c69c;size=105 H 3 385 99.7 + 0 0 19MD365M df70107a7aee0866faf5558ac6782ac3;size=33 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 102 380 99.7 + 0 0 40MD339M e0b6cbd65c121bfa3002684e70775bea;size=33 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 S 1247 383 * * * * * e1c807b5fe15fd4921a3995b40ad649d;size=33 * H 342 379 99.5 + 0 0 379MI e39a20cdbabfa6a4be26d7e687c5eec7;size=33 ae17ca11cc0e5adbfcad026d3eaf7d91;size=180 S 1248 380 * * * * * e653148671b85a2e59c3b05060c59504;size=33 * H 66 384 99.7 + 0 0 184MI200M e8e36a62f433b3f3ea9eb34672cd979b;size=33 f0bcb2f583a32c4931244476a962f148;size=1110 H 38 379 99.2 + 0 0 116MI55MI118MD89M e9f06846b6c2e69e839b7ebb1ae09d12;size=33 4fd9e532b34b278047b4a588cc98708a;size=1762 H 49 383 99.2 + 0 0 292MD89MD e9f0f4a77c7a7c3079f6cd1767d7a677;size=33 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 4 383 99.2 + 0 0 178MI205MI eb87fac32bcdd87862445a7bb539c7e9;size=33 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 107 379 99.7 + 0 0 170MI209M ecb4f51c6db84c92dfb7594fa4eaec31;size=33 60eeb6236088c448b9f709e81feed0b0;size=681 H 1018 383 99.2 + 0 0 169MI214MI f0a7e2f337a447df4d9addfb37e306fe;size=33 b07bd5280a580704d8624860c831c24b;size=44 H 4 386 99.7 + 0 0 326MD59M f105945ca22a6a97336ee5e2150a86b8;size=33 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 57 381 99.5 + 0 0 171MD71MI138M f1cf5908f44bd5d03240a82956c87cb1;size=33 78cf40830a68c9575dc2988262767324;size=1234 H 17 384 99.5 + 0 0 159MD224M f26c4e90a9e0f54c3156b09bf09ec2a7;size=33 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 14 383 99.5 + 0 0 298MD39MD44M f64a6e2271ada76fa3f3e0f5b5ff672d;size=33 78951b2d4ca30531381672a30be0978a;size=3655 H 91 382 99.5 + 0 0 324MI58M f7a3c6829d278682a4494cce28742553;size=33 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 H 687 381 99.7 + 0 0 381M f827e8540e054e4e3b8ca33867d5b3f9;size=33 ca358408d16f2a839b1c6d6acd58a425;size=74 H 26 381 99.2 + 0 0 381M f8832af0005d5cbd6d7f24993b8499a6;size=33 38a1e68923981030900a4744924d4694;size=2491 H 9 382 99.7 + 0 0 350MD31M f95435ad9e2af5156326d9fd7ed0f0cf;size=33 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 83 380 99.7 + 0 0 292MI88M fbd5e800c7fc6d0906b7e55e7b1bf683;size=33 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 184 386 99.7 + 0 0 34MD351M fc48cb01548d8ea68e804496c9c86234;size=33 c836f387c69d729d9e303c2a7a1efd70;size=398 H 22 381 99.5 + 0 0 381M fcd227cd289bf4bbf9408fc4178da1bc;size=33 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 35 376 99.2 + 0 0 139MI237MI fcdc319a8c51abd29ae8e77b2173bec3;size=33 4084bd8293b08a58e03158d6668952f9;size=1934 H 55 381 99.7 + 0 0 381M fcf4d1d9f2da555de50e2d2f3d9981a4;size=33 213782d871e7988943bf278c3191f221;size=1289 H 2 383 99.5 + 0 0 178MI115MD89M fd5bffe0d6ba5be6a512af260bf94e4e;size=33 39392bbb9626a64e6663c05b70293e7c;size=11535 H 95 383 99.2 + 0 0 383M fdd9a648c9c555e64920cfca09c9557f;size=33 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 1249 383 * * * * * fe159b1243af3aceb692e9e45a07b7bf;size=33 * H 1231 379 99.2 + 0 0 121MD257M fe5ee458df0b5dfc95a19b078b31c0c3;size=33 6271b0618698ce68f69e92f1ddb81e42;size=33 S 1250 380 * * * * * fed2e8bc939488d22c977189dc7f8efe;size=33 * H 1084 382 99.5 + 0 0 34MD80MD266M ff91e414f7373881d23192bb69d88f5a;size=33 7299389f05d124608b89ea291c820c41;size=40 H 512 388 99.7 + 0 0 122MD265M 0146465a0b704dbd67b5e516af1220b3;size=32 31df04d80250b0e6b2cc1099ef584704;size=110 H 66 386 99.7 + 0 0 32MD353M 017206498684185572c640863e511c3a;size=32 f0bcb2f583a32c4931244476a962f148;size=1110 H 622 381 99.7 + 0 0 381M 03725a56d81f62940dc173673fe47758;size=32 33948304f6c9c7b746eb9dd9d759fe5c;size=83 S 1251 380 * * * * * 05b9a2216f8c903bb2a0854451589c82;size=32 * H 7 381 99.2 + 0 0 237MD143MI 05d4229424bd19477be63ca9bc5c5b6b;size=32 aecd442213d89e3f43949aee5040a3ed;size=5318 H 1056 384 99.2 + 0 0 323MI60MD 088c03030e028f2db52fd843379edfc1;size=32 19c8f3c2439e2dab0e1ea7cdcfddafcb;size=41 S 1252 389 * * * * * 08b940e35103140d8b1b5769a9d7980b;size=32 * H 198 385 99.2 + 0 0 301MD82MD 08d9932a7a53501b7201b953d0128d66;size=32 58d07c53510c05888cde3634d588bfd4;size=355 S 1253 374 * * * * * 0c3db6f33705541588890052815a407d;size=32 * S 1254 383 * * * * * 0d047c85732b1b077f18db3d480911c1;size=32 * H 20 381 99.7 + 0 0 381M 13da7afbc3912793dc7e887269190eb4;size=32 fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 H 17 385 99.2 + 0 0 300MD15MD68M 147684866fb43bce2317ee9893b79e40;size=32 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 1255 381 * * * * * 14c2061da357fe69a553f21795e4eb34;size=32 * H 22 380 99.7 + 0 0 166MI214M 14f67b222db848080c3ab69f63cb6169;size=32 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 269 382 99.7 + 0 0 298MD83M 15d74a36ace7400dc489908f187ba024;size=32 62c48c8799526aebb9313025fca81f18;size=246 H 151 382 99.5 + 0 0 320MD12MD48M 16acda1a9664508189f088b33cc47dd9;size=32 1573227062856a5b20f3c26fcc091327;size=487 H 16 387 99.5 + 0 0 296MD36MD53M 18454661d47a15315b9c4f0a36fdafda;size=32 eec3955a38ab32f15ee315b4c26f9af6;size=3440 H 329 379 99.7 + 0 0 34MD344M 1a019cc90b4c857701feae1d81b6b0f2;size=32 907507c4a337e89817a695a8f74d84ef;size=187 H 45 385 99.7 + 0 0 34MI351M 1cb8eb0e48e048da847320f209657a8c;size=32 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 62 379 99.7 + 0 0 170MI209M 1f821e966dd1d574a620007b0a727895;size=32 5683a4033863e64015d0facb4961a38a;size=1129 S 1256 369 * * * * * 237e1754b7e6a5df9739f949c494727b;size=32 * H 210 383 99.2 + 0 0 383M 24d45416988d50e3c4218542678bb057;size=32 2d2a776b0d3b4f5174a40a5e118dee6d;size=337 H 19 385 99.7 + 0 0 380MI5M 25a3e3f6dc2b5621036d5323b98569af;size=32 be32a04d8af28ab822f66005c721cc1a;size=2849 H 329 378 99.5 + 0 0 378M 27ddf2eec027866b866394cbba35d392;size=32 907507c4a337e89817a695a8f74d84ef;size=187 H 81 382 99.5 + 0 0 381MD 27fd6015d9ecdca0df3145f850cc158b;size=32 6fc56ad4136bef51967a799db040f7d7;size=930 S 1257 381 * * * * * 29f71a039b8492fccf18cd71aadd2652;size=32 * H 279 382 99.7 + 0 0 298MD83M 2bf602763b7a41a80eef947f5f4658f2;size=32 794febe7f0e75cadf7a8117f0026e7df;size=234 H 26 381 99.2 + 0 0 381M 2d0bf0966e261cb431e4b93019a02b6d;size=32 38a1e68923981030900a4744924d4694;size=2491 H 37 373 99.2 + 0 0 161MI212M 2e43a58b4f846b55f01d749116c769f8;size=32 40db14c7dc6215a64051a172a8b0fec1;size=1775 H 144 387 99.7 + 0 0 34MD352M 30f0427ff115fb9e733197218216ffd2;size=32 7dfca0a75eaa79462cb606088b714952;size=499 H 118 383 99.7 + 0 0 334MD48M 3213f03ba8472e525c4ada32fb8e6500;size=32 41aa558db03ff7bf571533d8bd1ebb40;size=642 H 729 381 99.2 + 0 0 293MI87MD 34c4477d59b9744a85fd505aafa7e996;size=32 8a6ff6bcab77d08e00e1d316a96c114f;size=68 H 124 381 99.2 + 0 0 160MD220MI 355b0a4a42c84ae0ec0045f59e2ecaf7;size=32 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 1194 380 99.7 + 0 0 247MI133M 366d47e016daf828add975cc6faae0e9;size=32 c6f565670928ca2282d278dd864ed4fd;size=35 H 109 385 99.7 + 0 0 312MD72M 3a7c3a2e5a12b5d9001ff46862c0a5b3;size=32 8fc94c3b06290b83b445bb4d9c9c779b;size=676 H 59 456 99.8 + 0 0 232MD223M 3c7c02bf1d469c31fdac55cf2dc30c8a;size=32 b285cba086c6d068c453be4adc4c5611;size=1210 S 1258 383 * * * * * 3f16776e51c0fe4fcb7fac00762c37ed;size=32 * H 42 386 99.7 + 0 0 34MD351M 3fb0bc8a1dc1eca2f2fa04ca385d707f;size=32 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 294 379 99.7 + 0 0 166MI213M 417181b535059b8d82dc1c07688fca50;size=32 1c0c2996f84d735ad193b3643a804174;size=211 H 45 384 99.2 + 0 0 179MI205MI 469437724314c6311b3b8d740ef1e6c1;size=32 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 253 368 99.7 + 0 0 160MD207M 47a7b2968c9f30835fd2e49f80c9fb6c;size=32 7703a3d4abce8b78c541ec58203eb129;size=267 H 101 382 99.7 + 0 0 292MD89M 4d0534764ee44784f5c0351fdea45ef8;size=32 a8660d900db113ef096bf415e3731d91;size=702 H 45 386 99.5 + 0 0 171MI125MD89M 4d7c51f7ee6f657e0d115ed6a0ffcfed;size=32 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 1259 380 * * * * * 4d7dd1dd120c55f03292c795882e1035;size=32 * H 111 382 99.7 + 0 0 34MD347M 4d9d51631565eaad01f3c0da94585ad2;size=32 56411556b414ce9bde350057388ca5cc;size=669 H 108 382 99.7 + 0 0 34MD347M 4db6d748839d26bef171d7f9c64f42b3;size=32 e03ff1c96e9bf0f70263330efe6428b8;size=681 S 1260 380 * * * * * 5042725fb4e5d737e86a52a154753842;size=32 * H 403 382 99.7 + 0 0 298MD83M 51fa32ec6d9cf9e2e5beca397e5b2702;size=32 3b9c1697cd9fa5e1fb8e2acb74f6880d;size=145 H 34 381 99.5 + 0 0 160MD132MI88M 524ae2e455346b48bae05c1f2f275ac5;size=32 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 270 383 99.5 + 0 0 151MD231M 538b8366abc2fae045f5bc080969a743;size=32 980d40447ad2bed74e1a36ff7a2d8362;size=244 H 42 386 99.7 + 0 0 250MD135M 5395e6181f9b1ebe2276f2f2b27a519c;size=32 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 17 383 99.7 + 0 0 383M 54a23666aab7a0c3877a6667b1c5861d;size=32 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 167 382 99.7 + 0 0 34MD347M 551e34e957c23c14f0a9a351c740f190;size=32 779d855941ce594643370be05a9669eb;size=435 H 364 380 99.5 + 0 0 380MI 556b0f3755664cbf242ad9f0e452dcb2;size=32 356e8c14f987b1f2322debb9d5c2e075;size=169 H 13 377 99.7 + 0 0 184MD192M 5575ab46d097797bb092fc1d1ec66ea4;size=32 7e3fa204e95db351839d719215fba508;size=3689 H 2 385 99.5 + 0 0 170MD130MD83M 59e77f2baded679d6f7ddb85bbe26006;size=32 39392bbb9626a64e6663c05b70293e7c;size=11535 H 408 492 99.8 + 0 0 368MD123M 5b3bd3d89041bf6676e95510f0b0b8e6;size=32 8bb82b41a18117e1fb9f340acbac3253;size=144 S 1261 374 * * * * * 5fbc5b5af8cfefaa6fdc723c54985908;size=32 * H 29 380 99.7 + 0 0 292MI88M 603fd2339fcc42a66f5fb086be3b1b10;size=32 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 62 380 99.7 + 0 0 380M 60d26572c822dffa1ee6742ce2e3598c;size=32 5683a4033863e64015d0facb4961a38a;size=1129 H 183 376 99.7 + 0 0 376M 66f1a4e47f3a49ca44c5af226c9950ec;size=32 0ea571522ec6517425a9908ecf958be8;size=402 H 0 387 99.2 + 0 0 339MD47MI 71fb8246126f68a08f45969c013a2d48;size=32 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1262 384 * * * * * 762dab9668e6601f3289a3a7ab3cb148;size=32 * H 689 385 99.7 + 0 0 165MI220M 77227a50990928206b22c49f5fb99fef;size=32 d364067bfd97e3963adc390ff368ae99;size=74 H 185 379 99.7 + 0 0 330MD48M 780831da26d05164de738d01c821cb12;size=32 2d267b9634e394fc577a40288d17c176;size=397 H 155 379 99.7 + 0 0 289MD89M 7a1269000482fc05dc7f55863782d219;size=32 4e65effd8bfa7747570bc8b001683668;size=474 S 1263 369 * * * * * 7ba160ca8d47271e6973c8d4faada669;size=32 * H 438 384 99.7 + 0 0 35MD348M 7cb310f9dcaf4397cde1efd2d44a786f;size=32 7070a32ea47c6d382c6f111d77342f04;size=135 S 1264 383 * * * * * 7e68fe5b1e3db39c6320abb8e4e025e1;size=32 * H 275 384 99.7 + 0 0 294MD89M 808b66b341c5af27458644e7f7314c11;size=32 106319ba11924df34809e74ecafd2d4f;size=240 H 1058 384 99.2 + 0 0 34MD31MI42MD275M 8208bd2c2d016ef58b38fdc0c840c8e1;size=32 1ad5d7db6aa24146e665af7d4d8a5645;size=41 H 11 383 99.7 + 0 0 369MI14M 8b54d0f737aa755cb7888379f8f6969a;size=32 96ba76b9e5bd26447d84901071634c23;size=4384 H 1173 388 99.7 + 0 0 388M 8b808da3465e86c65a173e9c5e19b975;size=32 f13f5d45cde4677f5b1560819f65989d;size=36 H 7 381 99.2 + 0 0 298MD82MI 8bdb26b69b4d5a434ff818a3d9e50c69;size=32 aecd442213d89e3f43949aee5040a3ed;size=5318 H 147 380 99.7 + 0 0 166MI214M 8be96832ac8d8d93fac27a0ba12936c1;size=32 69fa43539b3c11c2bd0bb9f2885ed390;size=495 H 98 460 99.6 + 0 0 322MD7MD129M 8cf694bf5517e02fc09302d0c222f492;size=32 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 10 375 99.5 + 0 0 165MD121MI88M 8e46139c0dc3c4e876e476805fca5594;size=32 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 2 382 99.5 + 0 0 170MI212M 8e94a0b625932b0896c6214f85eefc59;size=32 39392bbb9626a64e6663c05b70293e7c;size=11535 H 85 380 99.7 + 0 0 318MD61M 8f51413f6443641086353c30e355b1cd;size=32 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 1265 380 * * * * * 9549b704360f84d81aa04ed56945fec0;size=32 * H 525 381 99.5 + 0 0 298MD82M 96498e949ab1fc28a6ef090b8139567a;size=32 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 H 260 377 99.7 + 0 0 166MD210M 9bf1f595f72a598bb7fb98b13be19a96;size=32 1be2b80895ea5d8b86fc610846044f10;size=259 H 106 378 99.7 + 0 0 294MD83M 9ed1bfa4d7df9c6001d2c842b33e3ead;size=32 59c1d21cebe637e57ec8eb01d978b243;size=681 H 67 386 99.7 + 0 0 386M a2aed40412ab16da57fbe1da6d83e22b;size=32 e222fa7a96b66870560ef0055ca5911e;size=1108 H 1166 375 99.5 + 0 0 144MD21MI209M a5c5c7c69c7b0c99934f502213245dc1;size=32 9a8c19ec13f75763d3a4009340096ccd;size=36 H 59 457 99.6 + 0 0 34MD332MD89M a66684d8a93b5a3741c08f723565ddd7;size=32 b285cba086c6d068c453be4adc4c5611;size=1210 H 85 379 99.2 + 0 0 168MD210MI a7479e33bab7feece489c275d0cc4968;size=32 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 1196 384 99.2 + 0 0 294MI88M2D a7b165e5ebe9da1dc0dee9bd88056c39;size=32 de144292186c0559fc07d1fe443abcec;size=35 S 1266 383 * * * * * ac93994d8006a0ff4d8492e97b4ec931;size=32 * H 124 382 99.7 + 0 0 292MD89M ad5e17c5e81584a3da8d78eb05b4f43a;size=32 a8529aac58a9f78bcce9c59b4ec76ce0;size=595 H 12 379 99.2 + 0 0 148MI13MI8MI210M adf6dce5065236779fedb3a45426191d;size=32 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 73 388 99.5 + 0 0 387MD b30b72d5a1cf0a16efadf8fa14536366;size=32 f26485df52a1b9756dec85dbe84cc764;size=1036 H 696 381 99.7 + 0 0 381M b6dfffc600c88897abb5327ad9631acb;size=32 7ec9ddc75b3b4a19bcea598f95e91dca;size=73 H 49 380 99.7 + 0 0 166MI214M b83ef84acbf993cd957ecc7812d0989e;size=32 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1267 373 * * * * * b88bf9afff6c449621550efa677369fc;size=32 * H 243 382 99.7 + 0 0 160MD221M b9532ecde8b18234885915a14a5e7e7a;size=32 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 H 85 380 99.7 + 0 0 290MD89M ba84a13d51a46b971769f7d06e42abe6;size=32 0eae5dbd597526fbd9fd2aaec402ae86;size=863 S 1268 381 * * * * * baf035fe8ca72419832a889910341691;size=32 * H 548 379 99.7 + 0 0 292MI87M bc079e5ba1af69bb9515295b8f8614f9;size=32 411089f7f65d93900914c4a7338e3be6;size=102 S 1269 381 * * * * * bd28dd228f906fe45ffea64a48186abc;size=32 * H 83 382 99.7 + 0 0 34MD347M be6b1f865e28de621e095440b9798771;size=32 ee997d8e830f38c3a6bc26479d6aeb34;size=883 H 967 381 99.7 + 0 0 381M c73498386fe959c9607be9f6b1130d0e;size=32 9a9783d9cf407ae36c6fcf76003c7dd5;size=47 H 122 390 99.7 + 0 0 34MD355M c8db7f84d7491e2f1c57e168ef8d15a6;size=32 5aeaacb4835e86de247998ffbc34107c;size=606 H 469 383 99.7 + 0 0 124MD258M cbf4f21049426cb74a687ea4aa3ad963;size=32 a974e78f879496d01bbc65e1b1495f9c;size=124 H 123 381 99.2 + 0 0 381M ccf8cc2ada99c82bffecbb0ee35de20a;size=32 33b3c5e1986b70b996a950c3cd017795;size=595 H 239 381 99.5 + 0 0 381M ce83f307f218f9bc1056a5f97e65a1f5;size=32 5e17c3e33777d518bd32c27129ba5ebb;size=282 H 32 375 99.5 + 0 0 374MD d07f144de385c569eda1a385e050409a;size=32 db38f1b47bbe57241030f94f3cab84cd;size=2069 H 0 387 99.7 + 0 0 387M d0ccba6bffbccb1beb0f85569bcdbaeb;size=32 b235271fbc8a6c9d990037857189ee9a;size=22254 S 1270 381 * * * * * d1a96690b3816a93d761b8526419551c;size=32 * H 265 387 99.5 + 0 0 338MD48M da5d9a647fa9af246da72c437ec86f0d;size=32 bff54f5c9caa3eae2a840fa814c8c8ee;size=253 H 2 383 99.7 + 0 0 383M dd13bc2cd91939d40278faa69f12291c;size=32 39392bbb9626a64e6663c05b70293e7c;size=11535 H 40 382 99.5 + 0 0 381MD e35a1172c84169ab076e76c6ab095d13;size=32 a3ca93396fb5ca07e787acea379dcf9e;size=1640 H 122 390 99.7 + 0 0 300MD89M e8aeecbe7d211951b50b09b49663dbd6;size=32 5aeaacb4835e86de247998ffbc34107c;size=606 H 67 385 99.7 + 0 0 125MI260M ed01f794d13cef1a0f08ff3ce9e6e4ca;size=32 e222fa7a96b66870560ef0055ca5911e;size=1108 H 52 380 99.7 + 0 0 322MI58M ef6fce7375a90ca7dd2363637c309c0e;size=32 baf09ace0115fe3c856c80b04af9cd49;size=1364 S 1271 384 * * * * * f1e5c7912841741e08651c0af8d5e122;size=32 * H 534 381 99.2 + 0 0 160MI221M f3380a0a566b5acb4fcb06853ba17810;size=32 6f911fbb6ae1f093f52251c3f2d14af9;size=105 S 1272 386 * * * * * f44b28c95f58131e94649e3bb297556c;size=32 * H 87 383 99.5 + 0 0 357MD25M f47a20940dbc4366d325629670d48eef;size=32 a515a6062896d997c5e630b545f3dc12;size=833 H 10 376 99.7 + 0 0 375MD f4a06c9fb0ff89eaf75a3948f07180ba;size=32 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 H 65 379 99.7 + 0 0 379M f4d66a7868fcf2d65e0fa6312bb32d2e;size=32 834a8eff393e23d3b887ee35b0556568;size=1112 H 8 386 99.2 + 0 0 251MD134MI f5e11551f0a91f9e1d864ebe3bb3cc2a;size=32 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 1273 379 * * * * * f82e17c2e4235db018ec89cf1985e59b;size=32 * H 114 375 99.7 + 0 0 375M f907ff960e112d3ac9a56f2443956458;size=32 83df0573e06954f0754ab2dd3e851d44;size=649 H 182 381 99.7 + 0 0 381M f945b317ac75eb5e63707498ab9a76b1;size=32 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 1 373 99.7 + 0 0 258MI115M fe204952fbb35ecd3391850362974ad1;size=32 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1274 383 * * * * * fee9e4b7e186b22fd7a30876179aa8a9;size=32 * H 674 380 99.5 + 0 0 380MI 026c8eb02e51ef3d15901d87d2e8fa25;size=31 e6019a832b65655b96c04357690f1894;size=76 H 49 383 99.2 + 0 0 292MD45MD44M 0b28ba847ef600a6362f35d622b9a24e;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1275 385 * * * * * 0fb46c6e48966c17382c88463c9d21e2;size=31 * H 143 386 99.7 + 0 0 176MD209M 0fea2c6ff16d19a99e8b2bbfcac5c288;size=31 6d79dda1be8786b3376d5968384f7e74;size=499 H 310 381 99.5 + 0 0 381M 101c9897c3596c0d8712a6e5f01f6454;size=31 ecfd79a724f6204a86861923d54ef2cf;size=202 H 29 380 99.7 + 0 0 339MI41M 1285aa221d7c39d719eb7b9e8317cfd5;size=31 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 H 11 386 99.5 + 0 0 172MD123MD89M 16eb24b42bdc261f50127f183e4f821b;size=31 96ba76b9e5bd26447d84901071634c23;size=4384 S 1276 379 * * * * * 17d018f500a24bed8bc72e2a585a12b5;size=31 * H 1253 371 99.2 + 0 0 34MI249MI30MI58M 18434656683237e4abaafc6508544aa5;size=31 0c3db6f33705541588890052815a407d;size=32 S 1277 382 * * * * * 1861b60b035cde95be794a2605fff718;size=31 * H 951 381 99.5 + 0 0 116MD180MD83M 19f9dbd36b4a7a66776f7bb0ed12ed89;size=31 8e0398ddf8cd6f39612e7e79b2c15eb1;size=48 H 28 380 99.7 + 0 0 356MI24M 1a7d509ceb0f466d9a7e58d109ef5690;size=31 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 47 371 99.5 + 0 0 161MD160MD48M 1b19b3eb46d8b90dd58c4c119b4efe37;size=31 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 S 1278 374 * * * * * 1d2ac576cb03a4771616ed8888595a5f;size=31 * H 40 379 99.2 + 0 0 292MI87MI 1d5b922963a02cc6cb9cf49af3460ff6;size=31 a3ca93396fb5ca07e787acea379dcf9e;size=1640 S 1279 380 * * * * * 1f127ee747e0209f08cf751102ea7f01;size=31 * H 34 382 99.7 + 0 0 116MD265M 211c5e52ebc44ac8779e5d72b9c796c8;size=31 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 176 376 99.7 + 0 0 350MD25M 238826827f830cc32acd07afc1d6ca9d;size=31 59ee4110516c17ffb68b3c8ca7a2e409;size=415 S 1280 381 * * * * * 260411d6eb2168c9f45da7685cbb1ed7;size=31 * H 98 460 99.1 + 0 0 317M2D141M 263cf13efbf85a5445d68804e93b4d9f;size=31 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 292 379 99.2 + 0 0 34MI345MI 26edae48e10421c51cc8b1635f8896ef;size=31 ede0b0c431730358e4bd2979faba3b09;size=213 H 49 380 99.7 + 0 0 292MI88M 280c5c726fc4cd28a5b4fede8fcd4406;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 417 381 99.5 + 0 0 381MI 286ec17f8d545aeace0b8c07a0ec82de;size=31 1bf9afba6119419d78d4f02113f6116b;size=140 S 1281 380 * * * * * 28f4bfb4ef2d438892ad8651617bef08;size=31 * H 2 384 99.5 + 0 0 300MD83M 2c3ed2c5b778568da41f53c9f72a4164;size=31 39392bbb9626a64e6663c05b70293e7c;size=11535 H 179 379 99.7 + 0 0 168MD210M 2ca59c9e7fcb9c2a8433866869a1c14d;size=31 9128132d0cf180c38a31b71a3f5a3fa0;size=409 H 78 382 99.7 + 0 0 160MD221M 2ceb9c8b9b3c7061b24ebf03905747a2;size=31 e0750d61a73d546098900a1ad9c61542;size=958 H 49 383 99.5 + 0 0 292MD45MD44M 3016cf899de216395790c904ac51ea90;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 1 375 99.5 + 0 0 374MD 3266e9c6557681978ac5e8ae468c34b3;size=31 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 120 382 99.7 + 0 0 292MD89M 34837e9bff9843b2517f967004ad4717;size=31 6526fadb8a186b66b169cde90b5dabc1;size=623 H 49 381 99.5 + 0 0 292MD64MI24M 34cfb9b427a1f7498553f802cc2907b9;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 466 387 99.5 + 0 0 109MI189MI89M 3545441eb84a96b48e3d83c83e36f4d8;size=31 739ae1c510140993f8c47bca65ec58c6;size=124 H 906 382 99.5 + 0 0 34MD126MI221M 358961f1501314b8f359b7dac15ebfe6;size=31 00215465978886967ca2a169fa7f4c86;size=51 H 304 459 99.8 + 0 0 249MI210M 38dd5bcb48a511e780aef4b63445382f;size=31 c764e2bd39b276f8d9ffd7fc51f5a89d;size=206 H 45 388 99.5 + 0 0 171MD89MD126M 3a3311a7145daaf7de371ea145b0fa3b;size=31 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 S 1282 389 * * * * * 3acc92961dddc300dae8c3901311bdb3;size=31 * H 49 380 99.7 + 0 0 356MI24M 3e1d1c3867b934e6c94e6cafbe384af6;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1283 380 * * * * * 3e5aa8958aafe2691ead1d03f6b94b11;size=31 * H 1229 383 99.5 + 0 0 383MI 40f64844a842679090af3435375b8200;size=31 3b10406329969daee52250c42e9b701f;size=33 S 1284 383 * * * * * 425c7811be92ce32bb6467dd229117db;size=31 * H 643 388 99.5 + 0 0 388MI 43bd0c1f686ce30b72dbfe21bf7f0d1e;size=31 cdeb9cb5de848608895c5bf6c69a3785;size=79 H 142 385 99.7 + 0 0 34MI351M 44b320fd1cc717122fe99adf6d6e047a;size=31 a59c20a795c10fca5ddea1b5bb9467c1;size=513 S 1285 381 * * * * * 469aea7257f2f26011c522857bd28566;size=31 * S 1286 384 * * * * * 46e82a2ea2cdc27d25eb03b1d9812a93;size=31 * H 26 382 99.7 + 0 0 260MD121M 48c98f75e73cd943a00421e3ec3413a6;size=31 38a1e68923981030900a4744924d4694;size=2491 H 55 380 99.7 + 0 0 34MI346M 493b7e1abc5f8d385bfaba78beb33e68;size=31 213782d871e7988943bf278c3191f221;size=1289 H 45 385 99.7 + 0 0 179MI206M 4996970e022488f42c73fd0cfd697f8f;size=31 a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 H 55 381 99.2 + 0 0 381M 4c9ee35d6b3a0377143e7b277782f0de;size=31 213782d871e7988943bf278c3191f221;size=1289 S 1287 386 * * * * * 4fc7b6d16b9275bef7d24cfe97eadecf;size=31 * H 530 380 99.2 + 0 0 292MI87MD 507c29344c48045aaa83fd7a2d5988d6;size=31 0a4c71741c32163a04eda56efb87c69c;size=105 H 61 382 99.7 + 0 0 82MI300M 53a0f8ef386578a313a307516aa3ade6;size=31 2a79e4a96c029c692c8850009603471f;size=1145 H 267 379 99.2 + 0 0 379MI 53f573575e9f1b8819555c5c9770aeab;size=31 f48c99e65315f6d409831915ed80eb27;size=250 H 95 385 99.5 + 0 0 269MD25MD89M 549fcc7eeafb619de8b2696c85bff3dd;size=31 e78f9cdd1e85c305a15fdcdbd579a681;size=777 S 1288 381 * * * * * 54e30ee3477cfd12b89944760568aad7;size=31 * H 956 378 99.2 + 0 0 378M 55cd88768a0a3f1074eee0226841f979;size=31 1690bc43caeb945298e11737eb51ee2b;size=47 S 1289 382 * * * * * 566e545a5d660afd64005b21fe5c2595;size=31 * S 1290 380 * * * * * 5762c962fe8761864d9b05ec699247d0;size=31 * H 76 380 99.5 + 0 0 380MI 5850f5eab709a5f95a2893a4281c2763;size=31 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 1 374 99.5 + 0 0 155MI135MD83M 5bb97dd76a6c417f8dba02f15314ba62;size=31 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 22 381 99.5 + 0 0 381M 5c5e7f381a7b60fcd0b2a3afbff972ab;size=31 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 357 381 99.7 + 0 0 355MD25M 5eabd9cf54c1f39e153a503ae133152a;size=31 d1b6396ef739e1dd7e906b7ce2d1daee;size=172 S 1291 381 * * * * * 5eef7b7e3d3fc22b1474549690a9646b;size=31 * H 464 385 99.2 + 0 0 256MI128MD 606a7070d92da80cc4dd098731569f7a;size=31 67140b17f11ec835dd99a1f21bbaccbb;size=124 S 1292 381 * * * * * 614fe1e79d13e2a064c7602b90090dec;size=31 * H 1272 386 99.5 + 0 0 170MD27MI188M 64720374bbf397715e0e362da08319f7;size=31 f44b28c95f58131e94649e3bb297556c;size=32 H 530 382 99.2 + 0 0 34MD346MD 648cfa5284ff8edc40faa35001f1e7c3;size=31 0a4c71741c32163a04eda56efb87c69c;size=105 S 1293 378 * * * * * 64cf68ff5ffb7f188b8235293d488fc4;size=31 * H 116 379 99.7 + 0 0 255MI124M 667c7c5a3e525aeeab5446db9421316c;size=31 8d56b6f91b7034d2d47894a305860099;size=645 H 154 383 99.7 + 0 0 383M 6698100db7636f572d729e307cfeb164;size=31 0562c5abd0413e52c8b76fa92a6f69a2;size=478 H 838 372 99.5 + 0 0 372MI 6777b71b60758e2e9449a42ba71f3211;size=31 a85515be1782e93cd541b6e19cf70e7e;size=57 H 133 381 99.2 + 0 0 381M 6cea24020532219e66e9998efb0bb5af;size=31 40ee3d716c5d6182074f0a132734dc08;size=547 H 472 381 99.2 + 0 0 160MD220MI 6ecd793d594b6d02d6db73249b784020;size=31 594f0832a4fa619638895f89d10b2370;size=123 H 9 380 99.2 + 0 0 380MI 76bb4d09f762a1a518eedc88e87b782f;size=31 26d2046e1a0f79450d6233ef29aab44e;size=4937 S 1294 381 * * * * * 7703dc40358460b844094ef92d8849e0;size=31 * H 182 382 99.5 + 0 0 298MD83M 782f19a973af2beef854ca01b5666ae8;size=31 1f61b384ea0261ceb88a31ab35a8c847;size=407 S 1295 383 * * * * * 7ad01631c62bf4301912c4ded852b64a;size=31 * H 5 376 99.5 + 0 0 34MD133MD207M 7b0c89d78762c03366f878c8b457bc84;size=31 da17e1a54e88120e294c7e68e350f47f;size=6062 H 49 382 99.5 + 0 0 34MD347M 7b1982ea125e25b7c049c9d8104933ab;size=31 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 56 381 99.2 + 0 0 170MD210MI 7d73b6c2f468ff3d931ea7578ec50e95;size=31 a59736b07833f7851faf4ef612cf5f63;size=1264 H 76 382 99.5 + 0 0 255MD126M 7d7469620e120d03f96c3e1bbaf09359;size=31 59e2d50d6cbbbd084444de8f0d1c8460;size=979 H 569 381 99.5 + 0 0 381MI 7ed949e23302b6553ae61d7388fbc3ba;size=31 2447827934d773f4fcf485f7e9621448;size=96 H 46 375 99.5 + 0 0 306MD68M 7f7df87853c889372f80e38e06657f86;size=31 9251e8578062ae5ff73218117a6def92;size=1541 H 4 387 99.5 + 0 0 170MD60MD155M 80f999336ee3b56a548d9b9b4fbd2315;size=31 a9d668eae33f9fd4484585d9fe52b05e;size=8638 S 1296 377 * * * * * 82dcab98afbffcf0389fa70b9a154695;size=31 * H 26 381 99.5 + 0 0 381M 8592bac897c1211dd1ebc13d93a33b2b;size=31 38a1e68923981030900a4744924d4694;size=2491 H 108 382 99.7 + 0 0 246MD135M 859f986dc188c12c3cd527d6d9851088;size=31 e03ff1c96e9bf0f70263330efe6428b8;size=681 H 760 381 99.5 + 0 0 381M 85fbd0013d56ccfd1db7f7f7e7071651;size=31 021ed6001e240000741635a2c1084ad9;size=64 H 452 381 99.5 + 0 0 381M 86c33a24a2da1f38d067cfec803a014e;size=31 d300adcdd3ddd3f4663a0152f87f9fae;size=129 H 177 387 99.2 + 0 0 361MD25M 8770d8fe71312cb92307c63badc865fe;size=31 d922aec73268c49fe7a057cadeb19ae7;size=411 H 55 382 99.5 + 0 0 160MD221M 8a2e11194f4ca6c2ea16c0f977be701c;size=31 213782d871e7988943bf278c3191f221;size=1289 H 50 375 99.7 + 0 0 375M 8d67bf861b14a751d57886f1f6808cbe;size=31 9c5f62036413629527da0e94e892cf08;size=1423 H 226 374 99.5 + 0 0 374M 8f2cec1ab73f67abec8ef0c1e67c4b5e;size=31 5c7e0fe5d4df983c6431134a82237956;size=302 H 270 384 99.5 + 0 0 151MD148MD83M 952cda1d5184245272c2e327bf0de829;size=31 980d40447ad2bed74e1a36ff7a2d8362;size=244 H 950 384 99.2 + 0 0 168MD215MI 95ea985b363a098eb6318c283862bd46;size=31 6d0a68c97b13bc668d035282df74841f;size=48 S 1297 381 * * * * * 97d94f57cffb0a1730866bf38567a82f;size=31 * S 1298 381 * * * * * 99b2d276771c9099c9b826111fe8925d;size=31 * H 88 392 99.7 + 0 0 173MI219M 9cc6a9512469dbaf3ded2d0212bf6a93;size=31 844790a9a48307f1f851021640d62a66;size=827 S 1299 381 * * * * * a0b3bc768ac0ce02c1c0b625956eb0f9;size=31 * S 1300 381 * * * * * a15d7eaa1debc3623ff8570e40101e10;size=31 * S 1301 389 * * * * * a19bf8d5837f6f0a7d7b93f54059aaea;size=31 * H 86 380 99.7 + 0 0 380M a2297c1f2fb4b625497ffef594364efc;size=31 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 H 38 378 99.5 + 0 0 116MI55MI207M a8929010276a808e2663f209af6d2d21;size=31 4fd9e532b34b278047b4a588cc98708a;size=1762 H 95 381 99.7 + 0 0 381M2I a945c34d5610ce26f66c023f6e47713d;size=31 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 17 384 99.7 + 0 0 334MD49M acfdb7b9104d246edd4b73c50f065986;size=31 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 S 1302 389 * * * * * ae996cf046ad897972620d90fc893f71;size=31 * H 190 394 99.7 + 0 0 178MD215M b026ccccd4cc003bf31cfb150ae9750b;size=31 2f14057efc703e11ca446472cbd58089;size=389 H 4 386 99.2 + 0 0 317MD68M b167febd7dc1fce7f0f595a94a56f3e0;size=31 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 13 375 99.7 + 0 0 34MI341M b327f1c4c86786063e82857ed57f8292;size=31 7e3fa204e95db351839d719215fba508;size=3689 H 243 381 99.2 + 0 0 34MD346MI b567a78af198cca4da87c35da7c05e0e;size=31 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 H 65 380 99.7 + 0 0 326MD53M b5fe7a3c4c951655a0608303c933b26c;size=31 834a8eff393e23d3b887ee35b0556568;size=1112 H 34 379 99.5 + 0 0 292MI63MI24M b6a0312a4a247f9acace7f85a40752e1;size=31 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 H 1 376 99.5 + 0 0 167MD187MD20M b8e14f205c35b97b1789ce08397971e7;size=31 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 398 379 99.7 + 0 0 108MD270M b9bb4021a7ccb362e4430d283fab2efe;size=31 acb159fc94423733b425e11bcf418ebc;size=148 H 59 456 99.6 + 0 0 366MD89M ba141d294d02810f47ac5f1b29a8387f;size=31 b285cba086c6d068c453be4adc4c5611;size=1210 H 815 381 99.7 + 0 0 381M bc1f3815fc14a3f89854bb6d4ece0382;size=31 f1821010509d870b5b1099a026308ae1;size=59 H 90 371 99.2 + 0 0 370MD bdaa3a797a08d7081c303ab21af3059c;size=31 bea8d6b972e185a60abf5d100e3941e5;size=815 H 440 380 99.2 + 0 0 166MI213MD bf377f6f76c5ed120cb5ae84c1384208;size=31 4bbef363bea9aec3637a99d494b8141c;size=134 H 35 376 99.5 + 0 0 110MI33MI233M c175910d026d5ae0f3d4b014b148e3f8;size=31 4084bd8293b08a58e03158d6668952f9;size=1934 H 185 378 99.7 + 0 0 378M c77c70f64670e3c70578a70091af2284;size=31 2d267b9634e394fc577a40288d17c176;size=397 S 1303 391 * * * * * c828ac4787a624d8cb5feb645ea027c3;size=31 * H 104 385 99.5 + 0 0 385M caf75d5a9daed03680e6f0faa6a9877f;size=31 4a1b19992477b69740b3dd9e44698fb0;size=694 H 165 383 99.7 + 0 0 34MD348M cb4b959b49ca3ecffc8b81a37244de9e;size=31 01a71ee728b1597b04d339505a58ed04;size=439 H 239 381 99.5 + 0 0 381M cdafab0b6b1b8d34b80bdbf8ed813b00;size=31 5e17c3e33777d518bd32c27129ba5ebb;size=282 H 875 386 99.5 + 0 0 386M ce5379d487d8c92f4e49081d66e306af;size=31 5580dcd42dc8163231d4078f47c684e5;size=54 S 1304 381 * * * * * d053234ec4fa04a2c0fb442dfb96641e;size=31 * H 151 381 99.7 + 0 0 332MD48M d19da298b8ca55578cad679d6836428f;size=31 1573227062856a5b20f3c26fcc091327;size=487 H 98 457 99.8 + 0 0 34MI423M d22ea32c6f5378809e11ea9cac04c234;size=31 ffd96ef15fd96d9d5b60c8fed2047a64;size=737 H 618 386 99.7 + 0 0 386M d3871e29a68bd81f900c582cd6919891;size=31 1128d2980bf6e0005fc20d74ba3e8624;size=84 H 469 383 99.2 + 0 0 169MI212M2D d63a4193d64124361b2d800a738b23a3;size=31 a974e78f879496d01bbc65e1b1495f9c;size=124 H 1272 385 99.2 + 0 0 197MI51MD47MI89M de5b4fca273be60197c0d2853a334b50;size=31 f44b28c95f58131e94649e3bb297556c;size=32 H 147 381 99.7 + 0 0 381M e131b679b05e0c7e80afe44055702394;size=31 69fa43539b3c11c2bd0bb9f2885ed390;size=495 H 927 383 99.2 + 0 0 383M e1d5b8fbf0d7436f63c58aae579c91e4;size=31 f8430c834621130ea1ce906866f2fe56;size=50 H 57 382 99.7 + 0 0 373MD8M e4035bdb9f6908eb6559cf9025c7ef35;size=31 78cf40830a68c9575dc2988262767324;size=1234 H 25 383 99.7 + 0 0 383M e44cde594c234cf8b4d4a56cdd70f6e9;size=31 7228f266f04a46bfb85ea74e73546004;size=2508 S 1305 381 * * * * * e6214e7a6d31864120461cd3ef53e370;size=31 * H 84 396 99.7 + 0 0 269MD126M e8e1d89a01bbbbe2cafa37df6b6d7fc8;size=31 e6e538f0d2a5f8f8bba226e9c92df64b;size=882 H 73 386 99.7 + 0 0 289MI97M e9d3cf1b3b796ae5877bb804725ca1e0;size=31 f26485df52a1b9756dec85dbe84cc764;size=1036 H 89 380 99.7 + 0 0 116MI264M e9dd95543a61fb26f3bb5fd8ad819004;size=31 a62b53f76dabc51fbc608497f0423b3a;size=823 H 182 381 99.5 + 0 0 381M ed3f9d105545a9751741061b1d1e66de;size=31 1f61b384ea0261ceb88a31ab35a8c847;size=407 H 277 382 99.7 + 0 0 382M eda4c409a06402511a5577c58d368ba7;size=31 65ed9f762fb5ec24df6718dc95ddd011;size=239 H 22 382 99.7 + 0 0 260MD121M ee8885354697f560a2e2adb6b4af5b87;size=31 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 17 384 99.5 + 0 0 334MD49M f04f7b9cd2e9b9aed3d62aeebb05a717;size=31 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 676 383 99.7 + 0 0 383M f0a30d1ca2c70c11a9f86b9a8b0087a8;size=31 2b37026d9e6f2bf87ae6166d42698862;size=75 H 24 381 99.7 + 0 0 171MI210M f1f79a16e6999517759dfa259a31b7cb;size=31 32a6455756704a5ceca00b9f7beefc0c;size=2516 H 1 372 99.5 + 0 0 315MI57MI f3baff4be7839082a09ca2f85f300f35;size=31 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1306 379 * * * * * f3d5bac81ff7e64f4c970881cf027c6b;size=31 * H 353 380 99.2 + 0 0 292MI88MI f46ed501627c51fba7e4f5e2aa95d049;size=31 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 H 6 383 99.7 + 0 0 383M f497dccd3b20846e76275832a06099c5;size=31 efbd11c972faa734253f779fc4eb2a64;size=5440 H 102 381 99.2 + 0 0 34MD345MD fa3f70d2a6a01012b5c86f4acfc8d595;size=31 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 H 280 373 99.2 + 0 0 373MI 007d79ac3208b91e6a57c339d4ce7417;size=30 b783342e694a6da6649d73110288c4b7;size=232 H 309 368 99.7 + 0 0 278MD89M 026754dec97971ba32144d1c6327c143;size=30 7589f69104c1d80574360c3f378e9c64;size=202 H 12 383 99.7 + 0 0 334MD48M 05d7799edcffb2f645a766e7e01547ed;size=30 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 174 383 99.2 + 0 0 34MI349M 0866116a49d9dac1b4da88542bb66df9;size=30 673a7d04c8bcf089ba87b9d892447e5c;size=420 H 55 380 99.7 + 0 0 167MI213M 0907390c0f97f056980a0c777e796f0b;size=30 213782d871e7988943bf278c3191f221;size=1289 S 1307 387 * * * * * 09222229619ad550d295e2574fc79a35;size=30 * H 26 382 99.7 + 0 0 356MD25M 097958727e605698580d06cf6e407d40;size=30 38a1e68923981030900a4744924d4694;size=2491 H 934 354 99.7 + 0 0 354M 0c8e6a8f59ae69830714c4710540f666;size=30 8d5e43e719aad9429f6b83dd58df87bb;size=49 H 36 387 99.7 + 0 0 253MD133M 0c91c697cc7bdee548139290cb02a3ba;size=30 99ba81c88f63f83daf290add3918d38b;size=1787 H 442 385 99.2 + 0 0 34MD349MD 0d8ce9a4d57c68a16eb50ede6b9d1968;size=30 2803b629febf0dff179566fba40214e1;size=132 H 1011 380 99.5 + 0 0 380MI 0ecf20611e692762f8a0fbe804bfa043;size=30 3d84793da99aa56325511b96599d0a5c;size=44 H 25 385 99.5 + 0 0 34MD90MD259M 0fbd0f997d0b3577cbe7f9554cefef00;size=30 7228f266f04a46bfb85ea74e73546004;size=2508 H 950 384 99.2 + 0 0 171MD212MI 117822bc14d5b009f878efc6a1f3fc15;size=30 6d0a68c97b13bc668d035282df74841f;size=48 H 192 381 99.2 + 0 0 381M 13ef0e3e709cad8305ad3b8013f4ed94;size=30 f3e37dbc68f5fcd5df044ae9e8ca7365;size=371 H 93 380 99.2 + 0 0 380M 186e2d1117f6054b453ffba8079c6318;size=30 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 1 374 99.5 + 0 0 155MD160MI58M 1881c64822431818acf351833e82d801;size=30 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 494 366 99.7 + 0 0 227MI139M 188e2d612c4a1065e8700651e98ac7ce;size=30 296961dc330dd1638f43b623c81cc942;size=116 H 222 378 99.7 + 0 0 158MI220M 18cda7863e85565879b6c1d2d8df41d8;size=30 e8d79661d8df6a73b6c307f88dc6c9b9;size=313 S 1308 381 * * * * * 1b0b43aaf7a5a745abdd6ff4a8ce60c5;size=30 * H 1278 375 99.5 + 0 0 374MD 1b664103cb82ae0fee5ce4e34fa2cfbf;size=30 1d2ac576cb03a4771616ed8888595a5f;size=31 H 50 376 99.7 + 0 0 286MD89M 1c7af89c2877ddca806f31eeaa91446c;size=30 9c5f62036413629527da0e94e892cf08;size=1423 H 168 382 99.7 + 0 0 34MD347M 1ce0bede79bb5898a54d9be53579b64e;size=30 772a2d8fcd7b325862af3f66e296458a;size=429 H 694 380 99.5 + 0 0 380MI 1eda344977f67d142b31d9cda73fda52;size=30 5676375ae449dbb14044513ac0ca89b1;size=73 H 81 383 99.5 + 0 0 160MD138MD83M 2282acf45f534a0f0312794851277512;size=30 6fc56ad4136bef51967a799db040f7d7;size=930 H 11 385 100.0 + 0 0 384MD 22ab0055c47be78af78e9668967421fa;size=30 96ba76b9e5bd26447d84901071634c23;size=4384 H 26 379 99.2 + 0 0 247MI132MI 2392aacacd744661379bc58138f97a8d;size=30 38a1e68923981030900a4744924d4694;size=2491 H 459 383 99.7 + 0 0 34MD348M 23fa685fe77e88e0fc79ccf078f17718;size=30 8a7d56f3335ffd26df306adc0984aac4;size=127 H 298 380 99.5 + 0 0 380MI 246c8823040eda10ead24c6c0f21b900;size=30 2cc4a7ea6554fefe66c2297c645d10d0;size=209 S 1309 415 * * * * * 2517668eb37b16209af0e929de08da69;size=30 * H 106 376 99.7 + 0 0 117MI259M 272cd1abb143ad448272e81d223ec0d8;size=30 59c1d21cebe637e57ec8eb01d978b243;size=681 H 230 379 99.7 + 0 0 158MD220M 276715057fef614cd4e7b9c0ec8e3114;size=30 b9d3f55926dfefa3987f713cc791cbcc;size=294 H 899 383 99.5 + 0 0 252MI130MD 2b2b28066c96891db2fcdc51b44e0926;size=30 9334db2601513508b8910703e710fc81;size=52 H 93 380 99.7 + 0 0 380M 2b5f367ebb240f6e0d1418f1a934b7a5;size=30 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 532 380 99.5 + 0 0 380MI 2b7019732085f64fe941e66a766d6b99;size=30 55b728f9d5d54291ebe799567d7f0af8;size=105 H 119 380 99.2 + 0 0 166MI213MD 2c0d56783bd4fc706565167de342cf50;size=30 cfd6a70895524ca606ec066301d205ff;size=629 H 320 383 99.5 + 0 0 383MI 2c9bb104cb21c28dd7377fbb4dd86c75;size=30 8bf332f5465083171adfe5bad1702397;size=191 H 243 382 99.7 + 0 0 34MD347M 2f35f5c831bae50a236119bef491b5ad;size=30 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 S 1310 380 * * * * * 31b5515057977eedd22924296bebc3d4;size=30 * H 140 382 99.7 + 0 0 34MD347M 34590c30a082231ce1a784c69116c5ab;size=30 c2ec0deab354d63640bf15935c669906;size=520 H 308 367 99.5 + 0 0 151MI9MI207M 3557f7412b5db6ddddf6769549815461;size=30 5db6f34fee1480b574dc8432c182e4bf;size=202 H 102 379 99.2 + 0 0 34MI344MD 366bd381a6d5678dc66ed577354f43d0;size=30 f1fa1cee2f17c496f5a20ba58e589c7c;size=697 S 1311 382 * * * * * 368bd657852f781f68498a73523d1711;size=30 * H 8 385 99.7 + 0 0 327MI58M 3884aafb5c2870008743339764721717;size=30 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 49 379 99.2 + 0 0 116MI263MI 392306da89c59f0f826607b517f960a2;size=30 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 26 382 99.5 + 0 0 292MD89M 3a3b518e928302b8e8e700f4cef7f2c7;size=30 38a1e68923981030900a4744924d4694;size=2491 S 1312 368 * * * * * 42601e1912a50fef89df8280559ab035;size=30 * H 241 373 99.7 + 0 0 373M 43bea93f8e58a469b73541e1aa77df74;size=30 c9d60fd5329ddcf61ef59b5b5c1f8836;size=279 S 1313 381 * * * * * 4585948ca8ce056aafd2a7e42b06ea32;size=30 * S 1314 383 * * * * * 45b6b0d15ad3b48fdad06d2e0bc9c42a;size=30 * H 3 384 99.7 + 0 0 384M 467df835c7d86b50571160454ebf79d2;size=30 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 2 383 99.7 + 0 0 383M 48292700e0331616a69a6be885295edd;size=30 39392bbb9626a64e6663c05b70293e7c;size=11535 S 1315 384 * * * * * 48a4508cde004abf97c5c437a32b890b;size=30 * H 17 385 99.2 + 0 0 299M2D84M 4a62455dda0db6f323a16cc7c0297f78;size=30 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 39 383 99.7 + 0 0 357MD25M 4bb52993003b620bd3b9cfe13c4014fb;size=30 750451de425698bad38d5e1c872b2f12;size=1660 H 41 382 99.7 + 0 0 298MD83M 4c90a8f64dc4828bb390e228ab24967e;size=30 51c470345442104d94340d82e2f3fb9d;size=1628 H 3 385 99.7 + 0 0 13MD371M 4d88fe1a6d8efc3e996d8cda859940f0;size=30 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 654 364 99.7 + 0 0 315MD48M 4f7756e4b35fcd03d6aba2ca17ccf05f;size=30 04aea65caa96e67baaab99567c447e4c;size=77 H 6 383 99.7 + 0 0 383M 50d0a842733e9817da756c3e6c9f3059;size=30 efbd11c972faa734253f779fc4eb2a64;size=5440 S 1316 384 * * * * * 52360d4cb2376a3d2a5ed6034728a6fc;size=30 * H 17 383 99.5 + 0 0 383M 527b9b07cad173bd9b94d01672111b7c;size=30 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 56 381 99.2 + 0 0 34MD346MI 52cac0a5f186031e32e8b775ceec54d7;size=30 a59736b07833f7851faf4ef612cf5f63;size=1264 S 1317 384 * * * * * 53f76ffe69cbb269ff7a820f46bc8756;size=30 * H 442 385 99.2 + 0 0 171MD212MD 5625e38aaa5182287ac85990bf8580a3;size=30 2803b629febf0dff179566fba40214e1;size=132 H 46 373 99.5 + 0 0 245MI128M 5896c92b909e453092613a8d7725dd46;size=30 9251e8578062ae5ff73218117a6def92;size=1541 H 3 382 99.5 + 0 0 295MI25MI62M 58a8e49a0113414384f960c89a587d53;size=30 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 S 1318 381 * * * * * 5cd7c6ac35c0f87dcb8c180ec992d3bf;size=30 * S 1319 385 * * * * * 6028380ec9df2fb137312651bb388e47;size=30 * S 1320 380 * * * * * 6148a94e658d1196c674f24c94298edd;size=30 * H 899 382 99.5 + 0 0 252MI130M 626351ef181980186f7bed75d501ec61;size=30 9334db2601513508b8910703e710fc81;size=52 H 9 382 99.7 + 0 0 260MD121M 635fe30f4c17063142a3af7c34b7ca87;size=30 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 55 379 99.2 + 0 0 116MI263MI 643ebd1afc69757d978b2824835777d2;size=30 213782d871e7988943bf278c3191f221;size=1289 H 127 362 99.7 + 0 0 327MD34M 649094ebe0076e62ce7d5e199affeac9;size=30 1e7bf5b9268da3a50505214ab3a5670f;size=575 H 0 387 99.7 + 0 0 387M 66a60ff87b90407bdc21c7983e4bfd6a;size=30 b235271fbc8a6c9d990037857189ee9a;size=22254 H 197 381 99.7 + 0 0 381M 6c60e550836feb781f76a5d09362a1bb;size=30 ae556cc266047d8429d800334c893f45;size=357 H 353 382 99.7 + 0 0 382M 6f316a894621815ce7b77a7fd068e530;size=30 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 S 1321 380 * * * * * 6f6743b938ec66f62a6de93b522fb376;size=30 * H 212 374 99.2 + 0 0 34MD339M 6fb50f7bc28e1f8dc1a134d8647774e9;size=30 f6967f5c1b256bfc4f189948af2f5bd8;size=336 S 1322 382 * * * * * 71d0bf30d0c6d9f4d00240044594ce0e;size=30 * S 1323 389 * * * * * 71db1bb7502a93243aeda2f6fa031e0c;size=30 * H 392 385 99.5 + 0 0 248MI53MD83M 72781d107e939e5d2a49f7405509ef0c;size=30 e57a7347672d0be9a9f5e0fda3cf75c2;size=151 H 121 371 99.7 + 0 0 162MI209M 729a5b131842b8a550620c39d79f2319;size=30 8a3f691559e55fa79484cf4b022e0b0b;size=621 S 1324 381 * * * * * 741e6cd748029a12afb76b918c6d77ce;size=30 * H 93 382 99.5 + 0 0 380M2D 75a2f308290afa0941053d8f3126163c;size=30 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 927 383 99.5 + 0 0 383M 765182bd3062bc912e74dfa77af4ebfc;size=30 f8430c834621130ea1ce906866f2fe56;size=50 H 123 380 99.5 + 0 0 380MI 767d0b05d98b5b8983cf2bde36c2b58c;size=30 33b3c5e1986b70b996a950c3cd017795;size=595 H 496 386 99.5 + 0 0 259MI75MD51M 7a6f706202807dc974ef0ce5d2caefed;size=30 db6aa57ecbcb32166848db1ebdbe0bbf;size=116 S 1325 386 * * * * * 7b7e7fff6405e22ad292c692fdc1ab9a;size=30 * S 1326 384 * * * * * 8073525f69e70ecf9c0b01d4ead746c2;size=30 * S 1327 383 * * * * * 81be08d11a962aa24c5b379f0afa1a4a;size=30 * H 530 378 99.5 + 0 0 283MI8MI87M 8374c1b0279c6c3e83dc2280b2e17245;size=30 0a4c71741c32163a04eda56efb87c69c;size=105 S 1328 380 * * * * * 84c75f81d6462f4f6bdfc1b80cc2863b;size=30 * S 1329 366 * * * * * 85b0b74ff08f182913b6b2e2b828ab36;size=30 * H 733 379 99.7 + 0 0 379M 85c88d89de84c111e2763e2578724f16;size=30 0a16fc2fa2a948a707d51e752654151f;size=67 H 12 380 99.5 + 0 0 148MI100MI132M 872544dcba7e0cd8674b028cd1b68a13;size=30 de935b7625d937ebe744b3125cfd1dfc;size=3868 H 4 386 99.7 + 0 0 32MD353M 890e898d10fdff2fa300e6dca9d4a511;size=30 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 55 382 99.5 + 0 0 34MD347M 8c1d06a298d8d769a4187f5028d75ea3;size=30 213782d871e7988943bf278c3191f221;size=1289 H 132 381 99.2 + 0 0 180MI201MI 8d43de194f5ae3c227cb9a8ea32aceeb;size=30 2560b28ed4687a9bda5318525c3f117a;size=549 H 10 377 99.2 + 0 0 286MD89MD 8dca9708315ac02153a82d3225b3187c;size=30 a1fe4d26985b4fd62b7bef1949d111f4;size=4547 S 1330 382 * * * * * 8fbc557181558c713d540dd86ade1cf3;size=30 * H 226 373 99.7 + 0 0 285MI88M 9289ef6a1900f864966fb1b627f964a6;size=30 5c7e0fe5d4df983c6431134a82237956;size=302 S 1331 382 * * * * * 96c93f6f9819a680fc494c9c0dcbe418;size=30 * S 1332 379 * * * * * 9925797c99b3b812e7179b59b113490f;size=30 * H 74 380 99.7 + 0 0 380M 9a3812f019202dc223d2d76b74d99734;size=30 02e9878bee1cafa43998775734f77d5f;size=1012 H 17 384 99.7 + 0 0 352MD31M 9afe18fa31a35a4272a426f62e9bc08a;size=30 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 2 385 99.5 + 0 0 170MD160MD53M 9e6a76ded90b5d04379c2d3209e3ef5e;size=30 39392bbb9626a64e6663c05b70293e7c;size=11535 H 94 380 99.5 + 0 0 66MI46MD267M 9f1f62411fdd70b73fb1db77b5e34bf3;size=30 7ff818ff14477645d9748f9e80212e1a;size=791 S 1333 382 * * * * * 9fd94ba744e5447dd917214d5f333399;size=30 * S 1334 385 * * * * * a062133fa6e7c89c011019c2f94fb594;size=30 * H 408 492 99.8 + 0 0 363MD128M a0db13ac48fe53746f62697be51eb75c;size=30 8bb82b41a18117e1fb9f340acbac3253;size=144 H 191 375 99.7 + 0 0 34MD340M a216e484e069fed853a097e7138278bc;size=30 6cfab8a4e1ab8dbd9c2331c7bec5dc23;size=372 H 526 387 99.7 + 0 0 387M a3774daa5ffbe69c3332ec97c684b420;size=30 674e1fdfa398327768ddaffbf41bd157;size=106 H 567 381 99.5 + 0 0 381M a52ec458d32ca218b4f9bc8d17694ff6;size=30 d96bd99acdee6c21572cedb8f88ebb21;size=97 H 41 382 99.7 + 0 0 128MD253M a559b20694f86378b3124ef985f8b55d;size=30 51c470345442104d94340d82e2f3fb9d;size=1628 S 1335 381 * * * * * a779123e689e4c9585c5ef603d765405;size=30 * H 48 387 99.7 + 0 0 47MD339M aa32209d8959620c98fcf05279f52da6;size=30 b4b09cd410a9464688c58a94a70ec8e4;size=1496 H 615 379 99.5 + 0 0 34MD255MI89M aa5f7a08dc2c40f88d49811aecd62f32;size=30 a9baf2e744f3dd8e55c6c6f9f733822f;size=85 H 0 388 99.7 + 0 0 315MD72M aae23ecc36ab773daff92de1a7c2b4bb;size=30 b235271fbc8a6c9d990037857189ee9a;size=22254 H 114 374 99.7 + 0 0 286MI88M ab0cac559b0d1a0920f6197cc63e5af7;size=30 83df0573e06954f0754ab2dd3e851d44;size=649 H 107 381 99.7 + 0 0 135MD245M af18ba956f0db64d1afe430b7025fd75;size=30 60eeb6236088c448b9f709e81feed0b0;size=681 H 49 383 99.5 + 0 0 34MD126MD221M affbb81b6009e2daafb98ba4e822e776;size=30 e401b165aa34a990ec26b307fb8a93c5;size=1445 S 1336 379 * * * * * b09df1d089c98349eec50ee5fb192f36;size=30 * H 1238 381 99.7 + 0 0 381M b0a23d82887a6f987bd2e928e20c0d16;size=30 848464baf30c2ef865b1349cf38d0596;size=33 H 63 383 99.5 + 0 0 160MD132MD89M b0e2ce1930af7283b8e365e4e798bf6c;size=30 a32e35071373097dc70182413f4c3ace;size=1123 H 2 381 99.5 + 0 0 19MI14MI348M b221c281625fdce587127ef029336895;size=30 39392bbb9626a64e6663c05b70293e7c;size=11535 H 537 379 99.2 + 0 0 166MI213M b27e5cf0c0f0da6bf5d33f074c6997d9;size=30 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 H 1 372 99.5 + 0 0 155MI159MI58M b3acc780cfd4c1295c45bfa6370509c7;size=30 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 S 1337 372 * * * * * b84a4c94f511bcd643425530fac83d53;size=30 * H 145 372 99.2 + 0 0 111MI23MI29MI209M b9a47c95633152c7da76a0ca6a3f20d7;size=30 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 H 22 382 99.7 + 0 0 381MD bad816be215bf7c0593c4932a23edbf3;size=30 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 564 381 99.5 + 0 0 381M bcb6a11dbb8e0af4f73b9d167e23946c;size=30 41adb02887726df1852fe9938796a325;size=97 S 1338 393 * * * * * bd6ec630887dbbad937d8caf082d5b6f;size=30 * H 393 380 99.7 + 0 0 34MD345M c25baad77e2094a5e72bfcd13a9dde9c;size=30 0f5be79a19626b00e068f075098c8a3c;size=150 H 42 384 99.7 + 0 0 172MI212M c27b37b3cb59ce344a636ffa65ff83b3;size=30 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 S 1339 381 * * * * * c27b4d38781ee248676d51f5dc0dd01e;size=30 * H 17 382 99.2 + 0 0 382MI c2f220eec9b94aed54dd8ecbee63236f;size=30 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 39 383 99.7 + 0 0 363MD19M c32abcc70f3069666836b7cacee09e58;size=30 750451de425698bad38d5e1c872b2f12;size=1660 H 28 382 99.7 + 0 0 260MD121M c5e9f37e263fcfddc5177765545cfddf;size=30 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 26 382 99.2 + 0 0 292MD89M c6fe0b8e8b12c1797112e35b86f7dc47;size=30 38a1e68923981030900a4744924d4694;size=2491 S 1340 383 * * * * * c9610c2a2222757bd7eddf582979539b;size=30 * S 1341 380 * * * * * c9e8d206463c2c1b657e79f4935dc7f7;size=30 * H 396 370 99.5 + 0 0 370M cac85520e161e506e30201e78e63d9bf;size=30 6b7e5f9add0e8980e31c16f5879369d3;size=150 H 5 372 99.5 + 0 0 34MI22MI316M cb10b1d4ff814d2e18327d70db7e7fb4;size=30 da17e1a54e88120e294c7e68e350f47f;size=6062 H 302 389 99.7 + 0 0 118MD270M cbf194adbfc72614e1ca01bbe586ef8c;size=30 2b3fb909c49cb2d0e33f1df536a67a4a;size=206 H 82 387 99.5 + 0 0 387MI cca817f0a9dbbc9c1f6ba80a366a026b;size=30 c86d596d4d6a99ba828b047bf3e2c4b3;size=921 H 896 309 99.4 + 0 0 309M cdb44fd3289eb8ee3c35d63c974d7ee6;size=30 5f6b41eee25b85749d6079c416331706;size=52 H 154 385 99.5 + 0 0 34MD260MD89M cec280fb1d443239beba11cf2fa06097;size=30 0562c5abd0413e52c8b76fa92a6f69a2;size=478 H 221 381 99.5 + 0 0 124MD20MD235M cf3fc56a134993f2b60d5cc5b3984d0f;size=30 da0b95a1ca2127cb2b68f048379acb50;size=321 H 511 391 99.5 + 0 0 125MD265M cfae12849529c20c33cf2e1ee3bbf7c0;size=30 c484a106a0103d2c4785a594b6797995;size=111 S 1342 381 * * * * * d26ce0d3dc1674f9f61dac770645b957;size=30 * H 322 365 99.5 + 0 0 303MD12MD48M d9ac9faf4b6f32ebd5c50e8d427047a0;size=30 30b1b51fe2175706d0b82e5134d699f0;size=190 S 1343 486 * * * * * d9dd80f66077bd29d1569180753d1ea6;size=30 * H 207 379 99.7 + 0 0 34MD344M df1a0871a3a5d0310a7f0767d7723c73;size=30 c58abb8cf2241b85452776eeb4f4c1cc;size=340 H 2 385 99.5 + 0 0 34MD260MD89M dfc1318958e7910773157e7a1d70970e;size=30 39392bbb9626a64e6663c05b70293e7c;size=11535 H 56 380 99.7 + 0 0 339MI41M e29987656acc1f1e4995398025a6b05b;size=30 a59736b07833f7851faf4ef612cf5f63;size=1264 H 168 382 99.7 + 0 0 170MD211M e5aea8c21a68dc5039709b419950befa;size=30 772a2d8fcd7b325862af3f66e296458a;size=429 H 496 387 99.7 + 0 0 297MD89M e81964537740df0ae7ceeb8eab20dfd8;size=30 db6aa57ecbcb32166848db1ebdbe0bbf;size=116 H 4 387 99.5 + 0 0 34MD262MD89M ead9efee8fd7b0b79cce4caa296e477b;size=30 a9d668eae33f9fd4484585d9fe52b05e;size=8638 H 95 383 99.7 + 0 0 383M eb29ba7551ad91049917386bbe9b4ae0;size=30 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 117 381 99.2 + 0 0 333MD47MI eb2c9c9dbfcf5ae9779c5322bcd68ad9;size=30 e184857255389e6f5c6e6db33f3ca673;size=643 H 2 385 99.5 + 0 0 318MD9MD56M eda4486ea2f5b88cbebf1f6033c3b7fc;size=30 39392bbb9626a64e6663c05b70293e7c;size=11535 H 22 383 99.5 + 0 0 298MD68MD15M ef8aed4d7d5e7c620655850abed71e24;size=30 a3b19115a503e03c27f9577b3e9c673e;size=2708 H 9 380 99.7 + 0 0 292MI88M f3070e0ad05e6a88133ddb716c9875df;size=30 26d2046e1a0f79450d6233ef29aab44e;size=4937 H 18 369 99.5 + 0 0 369M f51d143fb984005777df640d464ff7f7;size=30 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 604 375 99.7 + 0 0 375M f75c569d270595596feb10dab484986f;size=30 0c29fd3bc8ac0b509f12f3679cd20a85;size=86 H 11 386 99.5 + 0 0 94MD201MD89M f7b6488b987582a05484953d0a1a3714;size=30 96ba76b9e5bd26447d84901071634c23;size=4384 H 1253 372 99.5 + 0 0 229MI54MI89M f7cbeadbfe26777a3239471d3062808b;size=30 0c3db6f33705541588890052815a407d;size=32 H 712 385 99.2 + 0 0 172MD211MD f979b14b9ecff122e9612d2f6c8888ee;size=30 48817878b07e319f86b731e39134f572;size=70 H 81 381 99.5 + 0 0 298MD58MI24M fca59c04a1898a695e0879a739fa3913;size=30 6fc56ad4136bef51967a799db040f7d7;size=930 H 26 381 99.5 + 0 0 166MI131MD83M 00b243e7a8e0ce07493eeba6226a8696;size=29 38a1e68923981030900a4744924d4694;size=2491 H 42 386 99.7 + 0 0 40MD345M 02d23c2729a631b8aa817efb3269dab3;size=29 cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 H 97 379 99.2 + 0 0 169MI76MI50MD83M 06637b4c4566ae9a9dd4d9523a8a5e2a;size=29 e944faf685bbce6aafc662e764ebeb64;size=743 S 1344 382 * * * * * 06ec4b215640a9d44a35861354b60bcf;size=29 * H 245 382 99.7 + 0 0 313MD68M 073ee9ec23c799317469c5236b00bfb1;size=29 6390f44f0b705043810524d9aefe9486;size=272 H 17 385 99.5 + 0 0 300MD83MD 07b82e290338da64b72a5334e78149e0;size=29 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 8 386 99.2 + 0 0 260MD125MI 087d2f5426c96e2af07953234f9d648d;size=29 ea64ae1d6dddc2146105a882229c81bb;size=5125 S 1345 385 * * * * * 09d9016732327d30c3cc7c56bb4f171b;size=29 * H 11 383 99.7 + 0 0 349MI34M 0b84199ce60a0a417969d8f4e6dcdad2;size=29 96ba76b9e5bd26447d84901071634c23;size=4384 H 17 384 99.7 + 0 0 40MD343M 0c690c6b291cdf44ef70ecf4dd9922af;size=29 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 H 7 379 99.5 + 0 0 167MI79MI133M 0d163fe6ec9553a58da375f699cc7086;size=29 aecd442213d89e3f43949aee5040a3ed;size=5318 H 60 381 99.5 + 0 0 34MD135MD210M 0e438643ee22805ea7e466f6ba2482c4;size=29 cf300107400178f2895f501833126e35;size=1153 H 89 380 99.7 + 0 0 34MI346M 0eee92475205e3ad0f3bf9d15d7938b4;size=29 a62b53f76dabc51fbc608497f0423b3a;size=823 S 1346 389 * * * * * 0f7b2738c163da7592b2ec5b091e430c;size=29 * H 217 387 99.5 + 0 0 251MD135MI 1092c1f8435abddea687d04f06bb7b95;size=29 b70728739981fa5153c9a1dea8c491ef;size=327 H 28 381 99.7 + 0 0 381M 1157096c495920b7c89be569354686ba;size=29 809c29f61330f3ce6c7939cb98b7daa5;size=2440 H 11 384 99.5 + 0 0 333MD36MI14M 137d4b72d1a7786a3a080d972bbcc87c;size=29 96ba76b9e5bd26447d84901071634c23;size=4384 H 152 382 99.7 + 0 0 128MD253M 14eab7edcebcd2a618ea89ece256f616;size=29 06243f68f28fa8603db36cfd42d73d76;size=485 S 1347 390 * * * * * 14fe7d71921400066f68568c1ee66f64;size=29 * H 1295 383 99.7 + 0 0 383M 1526ea3b3522dcb904adcb87ab243a22;size=29 7ad01631c62bf4301912c4ded852b64a;size=31 H 8 386 99.5 + 0 0 125MD131MI129M 1a25cade450a509fba71adc7111fef5f;size=29 ea64ae1d6dddc2146105a882229c81bb;size=5125 H 955 382 99.7 + 0 0 382M 1d282b358984c68529801de7d31dbb10;size=29 ff216bbfced2e5d0ed24e350117ff49a;size=48 S 1348 383 * * * * * 1d70fd34fe06fbe95fba7f655f655758;size=29 * H 118 381 99.5 + 0 0 381MI 1dd1fb9c95f423fe68f81d414b5b416a;size=29 41aa558db03ff7bf571533d8bd1ebb40;size=642 H 78 380 99.7 + 0 0 34MI346M 202faee081568518dda5e12d55b7100d;size=29 e0750d61a73d546098900a1ad9c61542;size=958 S 1349 367 * * * * * 20604f8a2c76f83892fd14f7bcfe76df;size=29 * H 112 379 99.7 + 0 0 170MD208M 20d8cf828ad1b2391ed07a25fef729a0;size=29 ab0f5465200e09fee6b992dca4756f8d;size=664 H 175 373 99.7 + 0 0 326MI47M 21c8d8aae7f885ae6567f1bab2191379;size=29 721ba4ac8a65f9d24e6b4a158d71845d;size=420 H 14 380 99.5 + 0 0 247MI133M 24b16bcfe4959971687c646e630c8e14;size=29 78951b2d4ca30531381672a30be0978a;size=3655 S 1350 378 * * * * * 26769256ffebeb1a6e0371ac660a25fc;size=29 * H 85 379 99.5 + 0 0 168MD118MI92M 2769a81387cff2f41abb12b857a39fac;size=29 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 331 382 99.7 + 0 0 292MD89M 2839a472ce9b199c11f94b6c3fc11458;size=29 11109b2b1cdada8226ec191c63610ec2;size=186 H 232 382 99.7 + 0 0 313MD68M 294061e5fd1b3ce2261649696c3b4fc5;size=29 8fbc677febbfb8d425055fa3db9cc8ee;size=290 H 3 385 99.7 + 0 0 251MD133M 2a60e2644eca42b336ed62df2bb806ec;size=29 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 5 375 99.7 + 0 0 354MD20M 2b8c0a47e8c3409ae73f9c857bb646ac;size=29 da17e1a54e88120e294c7e68e350f47f;size=6062 H 0 387 99.7 + 0 0 387M 2d8141fcc7a2d40105840428c4b11185;size=29 b235271fbc8a6c9d990037857189ee9a;size=22254 H 57 381 99.5 + 0 0 381M 2d8f16f5575c684e96f01639e3bbca20;size=29 78cf40830a68c9575dc2988262767324;size=1234 H 2 383 99.5 + 0 0 294MD64MI24M 2e0235a397b9039ca991223455831295;size=29 39392bbb9626a64e6663c05b70293e7c;size=11535 H 1028 387 99.5 + 0 0 170MD90MI126M 2fe8a40b6555a053e7a7bc0d97f7ad69;size=29 3fe3b8db4c197112739844b1b09eb337;size=43 H 899 383 99.5 + 0 0 252MI40MD90M 31b2b670b255504e7a35c0c00a6ccd7f;size=29 9334db2601513508b8910703e710fc81;size=52 S 1351 389 * * * * * 33715194bd7bd2a7b9a077b741f6cc2e;size=29 * H 548 379 99.7 + 0 0 160MI219M 3711cf1c7e523e78cbdc36e483ad167f;size=29 411089f7f65d93900914c4a7338e3be6;size=102 S 1352 379 * * * * * 38526a0979700335599178945868ce22;size=29 * S 1353 382 * * * * * 3b8091cb7dc8c56e6be20afafebfec6a;size=29 * H 0 389 99.7 + 0 0 319MD68MD 3cbb20f7f5091c55e03649f07813585b;size=29 b235271fbc8a6c9d990037857189ee9a;size=22254 H 85 377 99.2 + 0 0 290MI87MI 3f5ccfd6ba5395c57dc810c8aa16432f;size=29 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 256 388 99.5 + 0 0 388M 40efa1535bbf35196cd7834f3c44d0ee;size=29 afd2e65c916ac39ab8783c0b5b356e51;size=263 H 18 370 99.7 + 0 0 369MD 45018d770b10aa7a8423d143f2451704;size=29 57529eb32f16fd6b0ca316c7d376501f;size=2965 H 837 389 99.5 + 0 0 174MD214M 451406343e3737e689250883bfda6bf5;size=29 7679fdfe26f963530c1536076c42fbcc;size=57 H 6 382 99.7 + 0 0 117MI265M 479aa15483c39ddc23915fd4cf34e699;size=29 efbd11c972faa734253f779fc4eb2a64;size=5440 H 514 380 99.7 + 0 0 354MD25M 4a086220aa077c943dc5f8fe6e00e4c4;size=29 9827bde02ad9a266a19af46c7b233240;size=109 H 93 382 99.2 + 0 0 313MD67MD 4b02d630bcc1c7cc9af757b48a3add17;size=29 e4708f969a8a882865af5e27d4b4ce4a;size=796 H 419 388 99.7 + 0 0 362MD25M 4c89dca7cfdd26050596db812379adce;size=29 781f65e8bef88141100cfb50c2c39f71;size=140 H 179 376 99.2 + 0 0 168MI208MI 4d178944ac449e88d15cf9535674e354;size=29 9128132d0cf180c38a31b71a3f5a3fa0;size=409 H 107 381 99.7 + 0 0 291MD89M 4e8aa666cf00d5b89830944bd42bca0d;size=29 60eeb6236088c448b9f709e81feed0b0;size=681 H 198 384 99.7 + 0 0 257MD126M 50bf1e18aab54142d07b667d81e896a1;size=29 58d07c53510c05888cde3634d588bfd4;size=355 H 106 376 99.7 + 0 0 245MI131M 51412c91f542e407d65118cc4c00b380;size=29 59c1d21cebe637e57ec8eb01d978b243;size=681 S 1354 375 * * * * * 52a4a2f1371e78d7a7cdfdd999eb3546;size=29 * S 1355 381 * * * * * 52b4839f784baae85fe516e7c3d3da61;size=29 * S 1356 383 * * * * * 544588bc8cc3527abda2c1fece847e42;size=29 * H 55 381 99.2 + 0 0 292MD88MI 55a8affa641d9a8fd5fbbc49d0f491bd;size=29 213782d871e7988943bf278c3191f221;size=1289 H 755 388 99.2 + 0 0 308MD78MD 5a60165505637c7fbb2d01ddd21a057c;size=29 812e7358198db187ba4918a38da3c31d;size=65 H 103 378 99.5 + 0 0 116MD156MI105M 5ac3d418ca292ac35f8a8fc7f68232e1;size=29 fb99900f8529cad2015e965c715f4e66;size=696 S 1357 376 * * * * * 5d95068a9a0e1cd216427e5ad4e78188;size=29 * H 113 383 99.5 + 0 0 196MD96MD89M 5ea10f81900caee14594c24c6e7d5ba3;size=29 d349ee2925f041b4e7f00f75a0570421;size=651 H 148 382 99.2 + 0 0 295MI87MI 5eaa7229cf52913f187a81c6aef23da1;size=29 3b1221ec852febd44787188eb6382a49;size=494 H 1055 381 99.7 + 0 0 356MI25M 620531efa91b5bc59fd3b28b4d93d6d3;size=29 0b3b38972c69b24c9389f0be8db2da5f;size=41 S 1358 380 * * * * * 637f9ec05c3503b7a982f9faf1c4a478;size=29 * H 85 380 99.7 + 0 0 311MD68M 644e56da2e0dd3d745ad3e35bd31a595;size=29 0eae5dbd597526fbd9fd2aaec402ae86;size=863 H 491 386 99.7 + 0 0 194MI192M 671187ca6283334db0c23ae1d851a3dd;size=29 9048a397b987e4846bff08d7e2187481;size=117 S 1359 381 * * * * * 6b54e906df82703cd0a7241729adb4ef;size=29 * H 26 381 99.2 + 0 0 381M 6c6ea74d2153a2546c9d32e56a9e05b6;size=29 38a1e68923981030900a4744924d4694;size=2491 H 186 385 99.2 + 0 0 298MI87MI 6c8d3696cf7b74caa260fcf7889ae0e3;size=29 e67a9d63816097204dd6e18fb386751d;size=393 H 15 382 99.5 + 0 0 34MD139MI208M 6e58a65f43ba141d60a68ff5d6e45dd8;size=29 721460e46e8804111d74cb730340492f;size=3538 H 1124 381 99.7 + 0 0 381M 72bde66e5f127fe7f74a98238f954eec;size=29 02671f362279fb727b1c70703d4b0477;size=38 S 1360 389 * * * * * 748ac5205f48bd0a3a321e1e57163040;size=29 * H 95 384 99.7 + 0 0 258MD125M 771ccd910a62823e17d8eaa6bd5eae61;size=29 e78f9cdd1e85c305a15fdcdbd579a681;size=777 H 160 381 99.2 + 0 0 381M 7878974c9f8e6ffa81732a4417ba8f19;size=29 3aca5a69abbda736195ad86d8326c18a;size=446 H 261 374 99.7 + 0 0 305MD68M 78f8b70642cb8a3948030471f0c59486;size=29 9b391d6228d8f837e966f68f1f519390;size=259 S 1361 389 * * * * * 7b50737990725c82d470868ca5f02238;size=29 * H 111 382 99.5 + 0 0 160MD221M 7c24e841a79251b34715af72feee5488;size=29 56411556b414ce9bde350057388ca5cc;size=669 H 14 381 99.2 + 0 0 160MD220MI 7c645fb5785b4f9c96000b604d55b0cb;size=29 78951b2d4ca30531381672a30be0978a;size=3655 S 1362 380 * * * * * 7dd480e0369ded364a5476b8b5c0a20e;size=29 * H 5 374 99.5 + 0 0 4MI344MD25M 8098d0f76e64475d211bdf4bb7c193b5;size=29 da17e1a54e88120e294c7e68e350f47f;size=6062 S 1363 376 * * * * * 829a92af0a7cb2a6faf53a31f74ac32e;size=29 * H 454 381 99.7 + 0 0 324MD56M 835fd6c5c54a8651c00b059284ecfd3b;size=29 9701b75c97af0ba765c88b2014f38e86;size=128 H 49 382 99.7 + 0 0 283MD98M 839e78cbcaa38d36d86a49e90a7176c4;size=29 e401b165aa34a990ec26b307fb8a93c5;size=1445 H 279 381 99.7 + 0 0 381M 83b59c5798c4f802422cd674ce8883dc;size=29 794febe7f0e75cadf7a8117f0026e7df;size=234 S 1364 381 * * * * * 85a816fc48b95e011c25738668ff92f5;size=29 * S 1365 382 * * * * * 88ee2d113b38cac2a65f4b8fdefc85e6;size=29 * H 266 383 99.7 + 0 0 383M 89ec5bf22b89b5fed88eb5b163685995;size=29 d35654eb7b71f92a7122dd25696b4daa;size=253 S 1366 400 * * * * * 8b580ba225c9ae8df06f925310b59e4e;size=29 * H 562 382 99.7 + 0 0 115MD266M 8d339c62296eca340c7acb045295c05e;size=29 e380031f8f6d7ed53c033b8c5981c084;size=98 S 1367 394 * * * * * 8e9a6185e05151042cc0beaadb77eec0;size=29 * H 79 382 99.7 + 0 0 34MD347M 8f74bedb82f8c3ae32eca1334fa9a2a2;size=29 367981d8723cf4e3d71baf722702b583;size=955 H 3 384 99.5 + 0 0 384M 8f97fb55171c8402950a35e8cd45ea60;size=29 b970fcbdd71ad2a333f702c7ecfe7114;size=10907 H 250 373 99.7 + 0 0 285MI88M 90fef2cdcb4526d62ccf228cf2f65036;size=29 c5ffc66b15459f2709fa625c42de4981;size=269 H 0 387 99.7 + 0 0 387M 948fae47a59f06837b296195e9533481;size=29 b235271fbc8a6c9d990037857189ee9a;size=22254 H 1 372 99.5 + 0 0 315MI33MI24M 96e5ebe13592405389371e79097fe24b;size=29 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 H 813 378 99.5 + 0 0 34MI133MI211M 97d07a69c81b8915f910806f49e1dfce;size=29 9aa859a343f11ef50552680c294ab3d6;size=59 H 133 380 99.7 + 0 0 247MI133M 9b9e6561b71bacb65b011e11233b558a;size=29 40ee3d716c5d6182074f0a132734dc08;size=547 H 1058 382 99.2 + 0 0 4MI14MI88MD275M 9cc276e5562b2e067000cb804716cc72;size=29 1ad5d7db6aa24146e665af7d4d8a5645;size=41 H 403 380 99.5 + 0 0 380MI 9ded02e7fe5ddf955662e0838c9405da;size=29 3b9c1697cd9fa5e1fb8e2acb74f6880d;size=145 H 1072 381 99.2 + 0 0 380MD a10ef95bf74e767de728aaf250f82216;size=29 c79afaf32375a47ab67be556fa3b564e;size=41 S 1368 380 * * * * * a23d5d75d02581e3115e23a6a2fe031b;size=29 * H 51 373 99.7 + 0 0 34MI339M a2d30bb89fe95b2bb2b26190230b6269;size=29 6b394e36e1bef9a54ee149410df5edd4;size=1366 H 38 382 99.5 + 0 0 34MD257MD89M a6b565b23702c4c81f2b9640cd2ed0f5;size=29 4fd9e532b34b278047b4a588cc98708a;size=1762 H 26 381 99.5 + 0 0 381M a8fa1f030499f69b8fb66a5b092f99ed;size=29 38a1e68923981030900a4744924d4694;size=2491 H 556 380 99.5 + 0 0 380M a99f65aa4c312b67b876b0d2b46004a5;size=29 1c7a4a95f9f23058b6176ae6e7360636;size=99 S 1369 381 * * * * * a9a1fbfca4ade41ce328b07594f11688;size=29 * S 1370 385 * * * * * aa026d2676cecd33e4a002dbb455ada8;size=29 * H 204 380 99.7 + 0 0 380M ab0e8a4a8831aef6e2035920bad0af8a;size=29 165c8aa6c294466e476a628e2d42326e;size=343 H 272 381 99.7 + 0 0 160MD220M acb0b77870a486baf4b722a345c5c3be;size=29 354bfa6c30fdd33ca8b1824f0c386b31;size=243 H 94 378 99.2 + 0 0 169MI209MI acc5f37521e0eeacfb71521f731c1982;size=29 7ff818ff14477645d9748f9e80212e1a;size=791 H 564 383 99.5 + 0 0 292MD13MD76M b0613a10ff3c5d8f689c7514b929dd97;size=29 41adb02887726df1852fe9938796a325;size=97 S 1371 384 * * * * * b0f7bb5e2512ce1b8140fd67d40f0ca2;size=29 * H 270 382 99.2 + 0 0 151MD230MI b16bd7eaabd549f5a8da90e2876cc4ff;size=29 980d40447ad2bed74e1a36ff7a2d8362;size=244 H 47 369 99.2 + 0 0 369M b24ac35e6510476fadee6eb47569b6bd;size=29 e16848b95cf7309d011c4c97a7bcd2f9;size=1507 H 135 380 99.7 + 0 0 322MI58M b2daba5635e59a330b9a233031882bef;size=29 6d534239f9c5ebd883a72f96e2d21557;size=546 H 69 381 99.5 + 0 0 381M b765ebc6c4d8ce8455dd1b24ed76cd62;size=29 a52196ae2db82d5f270103453bc3a2ac;size=1101 H 228 385 99.7 + 0 0 35MD349M ba839876211fb0b6fb9113d05ce8a6b4;size=29 006eb542c4ddd1086af742069fc840ba;size=294 H 127 359 99.4 + 0 0 327MI15MI17M bc04647af93059a38915012d5f17d308;size=29 1e7bf5b9268da3a50505214ab3a5670f;size=575 H 36 386 99.5 + 0 0 34MD259MI92M bca7d1b2f489d827fc22ee3e509e096d;size=29 99ba81c88f63f83daf290add3918d38b;size=1787 H 62 379 99.5 + 0 0 178MI201M bd3a0cff22a32ba782f8df17e8ef6a90;size=29 5683a4033863e64015d0facb4961a38a;size=1129 H 980 382 99.5 + 0 0 34MI348M bd722cae807361199a837719abb82aa5;size=29 2f5d10970ddf2332d2df676704aa0c78;size=46 S 1372 381 * * * * * bdaad40d1a72de52eebf25010f5b300f;size=29 * H 169 383 99.5 + 0 0 383M c5ffb5368376c81f723b6402ca2b84ba;size=29 1f854f3a83c7c03dc88303978686c39a;size=427 H 537 382 99.2 + 0 0 34MD346MD c7230827efa17f5f79a837fa1d3d9e9b;size=29 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 S 1373 380 * * * * * c72b7875fe56dca4f7d9c24360650a25;size=29 * S 1374 379 * * * * * c8403bc529537d14794709f99640ac8f;size=29 * C 0 86 * * * * * b235271fbc8a6c9d990037857189ee9a;size=22254 * C 1 105 * * * * * 7e02ae2e1e404d4e7c6035a6e374d29d;size=20728 * C 2 94 * * * * * 39392bbb9626a64e6663c05b70293e7c;size=11535 * C 3 66 * * * * * b970fcbdd71ad2a333f702c7ecfe7114;size=10907 * C 4 73 * * * * * a9d668eae33f9fd4484585d9fe52b05e;size=8638 * C 5 38 * * * * * da17e1a54e88120e294c7e68e350f47f;size=6062 * C 6 70 * * * * * efbd11c972faa734253f779fc4eb2a64;size=5440 * C 7 50 * * * * * aecd442213d89e3f43949aee5040a3ed;size=5318 * C 8 58 * * * * * ea64ae1d6dddc2146105a882229c81bb;size=5125 * C 9 36 * * * * * 26d2046e1a0f79450d6233ef29aab44e;size=4937 * C 10 33 * * * * * a1fe4d26985b4fd62b7bef1949d111f4;size=4547 * C 11 36 * * * * * 96ba76b9e5bd26447d84901071634c23;size=4384 * C 12 42 * * * * * de935b7625d937ebe744b3125cfd1dfc;size=3868 * C 13 21 * * * * * 7e3fa204e95db351839d719215fba508;size=3689 * C 14 39 * * * * * 78951b2d4ca30531381672a30be0978a;size=3655 * C 15 26 * * * * * 721460e46e8804111d74cb730340492f;size=3538 * C 16 21 * * * * * eec3955a38ab32f15ee315b4c26f9af6;size=3440 * C 17 45 * * * * * 4edf10a5e3aa4bd4ed28b1694727a060;size=3078 * C 18 18 * * * * * 57529eb32f16fd6b0ca316c7d376501f;size=2965 * C 19 19 * * * * * be32a04d8af28ab822f66005c721cc1a;size=2849 * C 20 18 * * * * * fd9c8703206ef0b3c0fcd3846f26fb50;size=2770 * C 21 25 * * * * * 0af8e08a076e300ff906097a4030b9bb;size=2733 * C 22 44 * * * * * a3b19115a503e03c27f9577b3e9c673e;size=2708 * C 23 11 * * * * * 86bdf526074a459b826e641cd6131868;size=2562 * C 24 22 * * * * * 32a6455756704a5ceca00b9f7beefc0c;size=2516 * C 25 25 * * * * * 7228f266f04a46bfb85ea74e73546004;size=2508 * C 26 88 * * * * * 38a1e68923981030900a4744924d4694;size=2491 * C 27 19 * * * * * 132ced0592418845eee2359a1359672f;size=2452 * C 28 18 * * * * * 809c29f61330f3ce6c7939cb98b7daa5;size=2440 * C 29 23 * * * * * 3a6ac67b4b0f35b2c4c7537fef7b8c15;size=2326 * C 30 9 * * * * * 653897d9ba97be73ecdabcf6efed61ca;size=2163 * C 31 8 * * * * * bbab8ae32b8c7afaef852b438e6dc70d;size=2148 * C 32 19 * * * * * db38f1b47bbe57241030f94f3cab84cd;size=2069 * C 33 11 * * * * * b4e1bd5eac322b803425414f19938cd6;size=1992 * C 34 29 * * * * * 8cf1de80f6c4fb75463e4ec3ee0e36c4;size=1937 * C 35 33 * * * * * 4084bd8293b08a58e03158d6668952f9;size=1934 * C 36 16 * * * * * 99ba81c88f63f83daf290add3918d38b;size=1787 * C 37 21 * * * * * 40db14c7dc6215a64051a172a8b0fec1;size=1775 * C 38 36 * * * * * 4fd9e532b34b278047b4a588cc98708a;size=1762 * C 39 17 * * * * * 750451de425698bad38d5e1c872b2f12;size=1660 * C 40 15 * * * * * a3ca93396fb5ca07e787acea379dcf9e;size=1640 * C 41 15 * * * * * 51c470345442104d94340d82e2f3fb9d;size=1628 * C 42 20 * * * * * cca5827845a2cd2e4f1bfb058ea76b4a;size=1608 * C 43 13 * * * * * b004e29357ab2a04c9e404f649b9b9cd;size=1600 * C 44 25 * * * * * 0758959c27aa3f623d5484ca0cefb2dc;size=1595 * C 45 32 * * * * * a4fcbfbd0bab3615b1357ea94b0abe1b;size=1542 * C 46 27 * * * * * 9251e8578062ae5ff73218117a6def92;size=1541 * C 47 13 * * * * * e16848b95cf7309d011c4c97a7bcd2f9;size=1507 * C 48 9 * * * * * b4b09cd410a9464688c58a94a70ec8e4;size=1496 * C 49 36 * * * * * e401b165aa34a990ec26b307fb8a93c5;size=1445 * C 50 16 * * * * * 9c5f62036413629527da0e94e892cf08;size=1423 * C 51 11 * * * * * 6b394e36e1bef9a54ee149410df5edd4;size=1366 * C 52 11 * * * * * baf09ace0115fe3c856c80b04af9cd49;size=1364 * C 53 8 * * * * * 9ddce3e7a0d38ffd2f5bacbcfe906fbf;size=1363 * C 54 13 * * * * * ae4fe86cbc5620b3b25634f21ab75488;size=1320 * C 55 29 * * * * * 213782d871e7988943bf278c3191f221;size=1289 * C 56 11 * * * * * a59736b07833f7851faf4ef612cf5f63;size=1264 * C 57 24 * * * * * 78cf40830a68c9575dc2988262767324;size=1234 * C 58 12 * * * * * e9d6851ad20662b945b5ea040e1028f1;size=1219 * C 59 21 * * * * * b285cba086c6d068c453be4adc4c5611;size=1210 * C 60 12 * * * * * cf300107400178f2895f501833126e35;size=1153 * C 61 7 * * * * * 2a79e4a96c029c692c8850009603471f;size=1145 * C 62 14 * * * * * 5683a4033863e64015d0facb4961a38a;size=1129 * C 63 9 * * * * * a32e35071373097dc70182413f4c3ace;size=1123 * C 64 10 * * * * * 40e8c344e6b7e0770d8b87fb65b41b9d;size=1116 * C 65 16 * * * * * 834a8eff393e23d3b887ee35b0556568;size=1112 * C 66 13 * * * * * f0bcb2f583a32c4931244476a962f148;size=1110 * C 67 17 * * * * * e222fa7a96b66870560ef0055ca5911e;size=1108 * C 68 11 * * * * * 992280493f8201664147ee5a7013a338;size=1104 * C 69 11 * * * * * a52196ae2db82d5f270103453bc3a2ac;size=1101 * C 70 29 * * * * * f06d17d4b0138ffa08d4f76dc098b6b1;size=1076 * C 71 9 * * * * * 4625bea51c6ef6ac56eb3226e764f2fe;size=1046 * C 72 8 * * * * * 2899d676f63e67670e53d630f084525a;size=1037 * C 73 10 * * * * * f26485df52a1b9756dec85dbe84cc764;size=1036 * C 74 9 * * * * * 02e9878bee1cafa43998775734f77d5f;size=1012 * C 75 13 * * * * * 2fa9b827204a1d3d905718078b9109d9;size=1011 * C 76 20 * * * * * 59e2d50d6cbbbd084444de8f0d1c8460;size=979 * C 77 9 * * * * * 26da64127a9c2b145603fe1f0660f814;size=958 * C 78 8 * * * * * e0750d61a73d546098900a1ad9c61542;size=958 * C 79 10 * * * * * 367981d8723cf4e3d71baf722702b583;size=955 * C 80 7 * * * * * 9e43073edd634e96c9cd46bd340a9d8d;size=940 * C 81 13 * * * * * 6fc56ad4136bef51967a799db040f7d7;size=930 * C 82 6 * * * * * c86d596d4d6a99ba828b047bf3e2c4b3;size=921 * C 83 7 * * * * * ee997d8e830f38c3a6bc26479d6aeb34;size=883 * C 84 6 * * * * * e6e538f0d2a5f8f8bba226e9c92df64b;size=882 * C 85 17 * * * * * 0eae5dbd597526fbd9fd2aaec402ae86;size=863 * C 86 7 * * * * * 2c6be5ae9d8919dd5b811ce527e01e8f;size=841 * C 87 14 * * * * * a515a6062896d997c5e630b545f3dc12;size=833 * C 88 5 * * * * * 844790a9a48307f1f851021640d62a66;size=827 * C 89 13 * * * * * a62b53f76dabc51fbc608497f0423b3a;size=823 * C 90 10 * * * * * bea8d6b972e185a60abf5d100e3941e5;size=815 * C 91 16 * * * * * 053bb7efd5ee6ea6b6738ad1ca3b7388;size=813 * C 92 6 * * * * * 7479c4378ae7e84010e92ff0663ba6e5;size=798 * C 93 29 * * * * * e4708f969a8a882865af5e27d4b4ce4a;size=796 * C 94 11 * * * * * 7ff818ff14477645d9748f9e80212e1a;size=791 * C 95 15 * * * * * e78f9cdd1e85c305a15fdcdbd579a681;size=777 * C 96 5 * * * * * 7339ea459aa81191fce7bdc808274976;size=761 * C 97 20 * * * * * e944faf685bbce6aafc662e764ebeb64;size=743 * C 98 17 * * * * * ffd96ef15fd96d9d5b60c8fed2047a64;size=737 * C 99 9 * * * * * 42c7fb60f5a894d2b933bba9d7a36d89;size=727 * C 100 10 * * * * * 1a635349b6fd22404fab94284c3fe203;size=710 * C 101 16 * * * * * a8660d900db113ef096bf415e3731d91;size=702 * C 102 8 * * * * * f1fa1cee2f17c496f5a20ba58e589c7c;size=697 * C 103 8 * * * * * fb99900f8529cad2015e965c715f4e66;size=696 * C 104 10 * * * * * 4a1b19992477b69740b3dd9e44698fb0;size=694 * C 105 3 * * * * * c5363a5641cc635d03bd615ea2662839;size=685 * C 106 8 * * * * * 59c1d21cebe637e57ec8eb01d978b243;size=681 * C 107 10 * * * * * 60eeb6236088c448b9f709e81feed0b0;size=681 * C 108 9 * * * * * e03ff1c96e9bf0f70263330efe6428b8;size=681 * C 109 8 * * * * * 8fc94c3b06290b83b445bb4d9c9c779b;size=676 * C 110 6 * * * * * c8926fa8c7f49786b4fda5bf7c914dc4;size=676 * C 111 10 * * * * * 56411556b414ce9bde350057388ca5cc;size=669 * C 112 8 * * * * * ab0f5465200e09fee6b992dca4756f8d;size=664 * C 113 10 * * * * * d349ee2925f041b4e7f00f75a0570421;size=651 * C 114 7 * * * * * 83df0573e06954f0754ab2dd3e851d44;size=649 * C 115 7 * * * * * b969a9cedb7481eb3eff9f84facd4aa8;size=646 * C 116 11 * * * * * 8d56b6f91b7034d2d47894a305860099;size=645 * C 117 6 * * * * * e184857255389e6f5c6e6db33f3ca673;size=643 * C 118 7 * * * * * 41aa558db03ff7bf571533d8bd1ebb40;size=642 * C 119 15 * * * * * cfd6a70895524ca606ec066301d205ff;size=629 * C 120 4 * * * * * 6526fadb8a186b66b169cde90b5dabc1;size=623 * C 121 6 * * * * * 8a3f691559e55fa79484cf4b022e0b0b;size=621 * C 122 5 * * * * * 5aeaacb4835e86de247998ffbc34107c;size=606 * C 123 14 * * * * * 33b3c5e1986b70b996a950c3cd017795;size=595 * C 124 8 * * * * * a8529aac58a9f78bcce9c59b4ec76ce0;size=595 * C 125 5 * * * * * f6ec8a341098724a8b61989aa15f7362;size=589 * C 126 5 * * * * * d8361fa382562000eee5e9a11a6e0a11;size=580 * C 127 8 * * * * * 1e7bf5b9268da3a50505214ab3a5670f;size=575 * C 128 9 * * * * * a1451116f9f7102792d8505467a8c1ad;size=571 * C 129 5 * * * * * 90c9170a9669c983bb4cec5fd6ac400e;size=558 * C 130 6 * * * * * 5b6004dcbe29ef8c813378538fa706d5;size=553 * C 131 11 * * * * * 8eb1dcea5bd1467add941a149de61a15;size=551 * C 132 6 * * * * * 2560b28ed4687a9bda5318525c3f117a;size=549 * C 133 7 * * * * * 40ee3d716c5d6182074f0a132734dc08;size=547 * C 134 5 * * * * * c3859079a9dd32bf9dbfe26094582ad3;size=547 * C 135 8 * * * * * 6d534239f9c5ebd883a72f96e2d21557;size=546 * C 136 8 * * * * * dbc1082a874a94772a2a0c3e344035dc;size=546 * C 137 4 * * * * * 2c3b99b33b4109cda1ed9cc9368d3583;size=544 * C 138 6 * * * * * a132452c2bc0948bb95daf81049430cb;size=538 * C 139 3 * * * * * adf782967a9fd5c412b7ed6ffada8835;size=522 * C 140 6 * * * * * c2ec0deab354d63640bf15935c669906;size=520 * C 141 5 * * * * * 74c8498d80a1a1dae35d9b77c6bdcb01;size=519 * C 142 8 * * * * * a59c20a795c10fca5ddea1b5bb9467c1;size=513 * C 143 5 * * * * * 6d79dda1be8786b3376d5968384f7e74;size=499 * C 144 3 * * * * * 7dfca0a75eaa79462cb606088b714952;size=499 * C 145 11 * * * * * 87c363aa0dcd74668b5a4b16bb6c5de5;size=497 * C 146 5 * * * * * cbe73a92f8d3d35ac06dc2d46ab2f2d7;size=496 * C 147 7 * * * * * 69fa43539b3c11c2bd0bb9f2885ed390;size=495 * C 148 8 * * * * * 3b1221ec852febd44787188eb6382a49;size=494 * C 149 3 * * * * * 760ea90cfe74b77d6a72b8a4dba50018;size=492 * C 150 5 * * * * * 09cfe255011adb5c7fe95388d27ca351;size=490 * C 151 7 * * * * * 1573227062856a5b20f3c26fcc091327;size=487 * C 152 4 * * * * * 06243f68f28fa8603db36cfd42d73d76;size=485 * C 153 5 * * * * * f72e21a265c49ad63b49aaab5f4ded40;size=480 * C 154 8 * * * * * 0562c5abd0413e52c8b76fa92a6f69a2;size=478 * C 155 7 * * * * * 4e65effd8bfa7747570bc8b001683668;size=474 * C 156 2 * * * * * e8a4c0ba199e303dfe61c93fad9c67d2;size=474 * C 157 3 * * * * * 422e7cc48ca60ca09dea025baea5ef16;size=472 * C 158 5 * * * * * 57c540a49d737b1100040c740f81c846;size=464 * C 159 7 * * * * * d599abec9e36066c363eab67ce6b6469;size=457 * C 160 6 * * * * * 3aca5a69abbda736195ad86d8326c18a;size=446 * C 161 4 * * * * * db456d1986bf378d4358672720486687;size=446 * C 162 8 * * * * * 9512aed25d10127818005b2d88fab273;size=445 * C 163 3 * * * * * d4591ad0229b7c5e5c49ad5afd69b9dc;size=445 * C 164 2 * * * * * 1a7acc4b2de33264acc41af600f16b07;size=444 * C 165 6 * * * * * 01a71ee728b1597b04d339505a58ed04;size=439 * C 166 9 * * * * * 351fd1540c2aab8567725ee8cb8a60fd;size=437 * C 167 8 * * * * * 779d855941ce594643370be05a9669eb;size=435 * C 168 4 * * * * * 772a2d8fcd7b325862af3f66e296458a;size=429 * C 169 3 * * * * * 1f854f3a83c7c03dc88303978686c39a;size=427 * C 170 10 * * * * * bf4b84650b8ece2da287764105cd67a0;size=425 * C 171 4 * * * * * 5459237955111c0681f507be88a7f611;size=422 * C 172 4 * * * * * 5856d5441f68104b13b7584cf46ba6a4;size=421 * C 173 6 * * * * * b03f7ab855744b4cb5328e4d7f1ae9f1;size=421 * C 174 11 * * * * * 673a7d04c8bcf089ba87b9d892447e5c;size=420 * C 175 6 * * * * * 721ba4ac8a65f9d24e6b4a158d71845d;size=420 * C 176 5 * * * * * 59ee4110516c17ffb68b3c8ca7a2e409;size=415 * C 177 6 * * * * * d922aec73268c49fe7a057cadeb19ae7;size=411 * C 178 1 * * * * * 6a143ec78fa90780211ba306f029b595;size=410 * C 179 6 * * * * * 9128132d0cf180c38a31b71a3f5a3fa0;size=409 * C 180 3 * * * * * cbae1b029b432ffea6fc36462608bbc3;size=409 * C 181 2 * * * * * d316eb75a1d37df3333680911d85e38a;size=409 * C 182 14 * * * * * 1f61b384ea0261ceb88a31ab35a8c847;size=407 * C 183 6 * * * * * 0ea571522ec6517425a9908ecf958be8;size=402 * C 184 5 * * * * * c836f387c69d729d9e303c2a7a1efd70;size=398 * C 185 8 * * * * * 2d267b9634e394fc577a40288d17c176;size=397 * C 186 7 * * * * * e67a9d63816097204dd6e18fb386751d;size=393 * C 187 8 * * * * * 54032a4dfdc08d69ed768ee5679c59cc;size=391 * C 188 4 * * * * * ba0047b717b657eb821512549412426b;size=390 * C 189 2 * * * * * 2b3be3a7d50a6a3bf4fecde0c1d5a6d3;size=389 * C 190 4 * * * * * 2f14057efc703e11ca446472cbd58089;size=389 * C 191 4 * * * * * 6cfab8a4e1ab8dbd9c2331c7bec5dc23;size=372 * C 192 3 * * * * * f3e37dbc68f5fcd5df044ae9e8ca7365;size=371 * C 193 5 * * * * * 4e802064a64173a67e0acb114667578c;size=370 * C 194 7 * * * * * 6b2753d150574fc564bf0c86986e5aa9;size=369 * C 195 3 * * * * * f6dbc30b4dda082987af4490645b6ba1;size=363 * C 196 1 * * * * * ada2665ff799c6cfba577825d6a0fae1;size=359 * C 197 9 * * * * * ae556cc266047d8429d800334c893f45;size=357 * C 198 24 * * * * * 58d07c53510c05888cde3634d588bfd4;size=355 * C 199 4 * * * * * 994f63ec426d91db7e7fb403ffb4037a;size=355 * C 200 3 * * * * * d28eb22f309e80be11a927dd1fb44ad8;size=354 * C 201 4 * * * * * d313cfac3e8156f4ab4f5ab8db052c94;size=349 * C 202 4 * * * * * 0f68fde17a89b6724e64664e93118c90;size=346 * C 203 5 * * * * * 49d06a3ae3c9ca45d30c80ff48fc7caf;size=346 * C 204 6 * * * * * 165c8aa6c294466e476a628e2d42326e;size=343 * C 205 2 * * * * * b52c88c52b9e04ba438320e56a311572;size=343 * C 206 3 * * * * * a0fca590795e93c916ac16d2e56838a7;size=342 * C 207 6 * * * * * c58abb8cf2241b85452776eeb4f4c1cc;size=340 * C 208 2 * * * * * 73f4acc86502c3d4b9b524aac9eb0bad;size=338 * C 209 5 * * * * * 0951cbafa9af3ed69eb56b9cad3bc656;size=337 * C 210 3 * * * * * 2d2a776b0d3b4f5174a40a5e118dee6d;size=337 * C 211 2 * * * * * 2be42e9cbdcdef0bf95878fd10b7058c;size=336 * C 212 6 * * * * * f6967f5c1b256bfc4f189948af2f5bd8;size=336 * C 213 3 * * * * * 32dc689e2ec6cc02ae5d14bc1d4fceb7;size=333 * C 214 7 * * * * * 4f94c50ead594e6c9dd82b42d1e47d8a;size=332 * C 215 5 * * * * * 8685c2fb628e3d22f6ce0e96a594094f;size=329 * C 216 2 * * * * * a1b176b599cb431fe74bfe674b66e971;size=327 * C 217 7 * * * * * b70728739981fa5153c9a1dea8c491ef;size=327 * C 218 3 * * * * * 83a62235f350d19cd37c04c9bfca83ec;size=324 * C 219 1 * * * * * a834d6b613b6e32d010c9b4d5d232432;size=324 * C 220 4 * * * * * 3065bc6f2db8f8e4fc472d109d834122;size=321 * C 221 2 * * * * * da0b95a1ca2127cb2b68f048379acb50;size=321 * C 222 6 * * * * * e8d79661d8df6a73b6c307f88dc6c9b9;size=313 * C 223 5 * * * * * 6f23a2ffff38c9840dcbf1c07d32dd33;size=310 * C 224 2 * * * * * 83085bd1c0ae1a2dbf23bcaf836283d4;size=310 * C 225 2 * * * * * ccd852f5692a27f8e2858a6db67e6e06;size=304 * C 226 4 * * * * * 5c7e0fe5d4df983c6431134a82237956;size=302 * C 227 3 * * * * * f4d046c3e4669c026cc998f92510b9a3;size=298 * C 228 3 * * * * * 006eb542c4ddd1086af742069fc840ba;size=294 * C 229 3 * * * * * 929948fcaca814c3a37bab7f585ffb79;size=294 * C 230 3 * * * * * b9d3f55926dfefa3987f713cc791cbcc;size=294 * C 231 4 * * * * * c5e16c5edd0279857aad608bdf1808b6;size=294 * C 232 3 * * * * * 8fbc677febbfb8d425055fa3db9cc8ee;size=290 * C 233 4 * * * * * eb75a7d1a7b9f8e87937141a4ff9f9fe;size=290 * C 234 5 * * * * * 326398282ab043dfadaec0c97d2515d9;size=288 * C 235 2 * * * * * d2b5f22d6a1fde53fd841e5b067ec1f5;size=288 * C 236 15 * * * * * f5105f226e901edcf42c4754437126f8;size=288 * C 237 1 * * * * * 6234d9e1faf8f56ddc02c0934437b060;size=287 * C 238 4 * * * * * 59e1856b28986d01ae3003b4aaaa88cd;size=286 * C 239 3 * * * * * 5e17c3e33777d518bd32c27129ba5ebb;size=282 * C 240 2 * * * * * a0e8ecf140a0454516a59931b7e530ac;size=282 * C 241 3 * * * * * c9d60fd5329ddcf61ef59b5b5c1f8836;size=279 * C 242 1 * * * * * db13d448e498c873e1a4a845b19e053c;size=279 * C 243 7 * * * * * 6b7fba7b8a188048d6b5cc1d6a1193b9;size=278 * C 244 2 * * * * * 0911bb6e9f4a7c8bb4d1f3a392b52139;size=276 * C 245 3 * * * * * 6390f44f0b705043810524d9aefe9486;size=272 * C 246 6 * * * * * 405df9af32f6958ecb5fda42f4ffc114;size=271 * C 247 1 * * * * * 61cefbd0ee8304fab3db6e6eea066f7d;size=270 * C 248 2 * * * * * 80703fdf962b09a8670618edee83bc00;size=270 * C 249 3 * * * * * 2b09ed1b51f5b033b8d16c9b432ed8a6;size=269 * C 250 8 * * * * * c5ffc66b15459f2709fa625c42de4981;size=269 * C 251 1 * * * * * 0af8fa3f2d32d3cacaeef8f171cbc5e2;size=268 * C 252 3 * * * * * 448aacca199006dee4f9dfc0d1471961;size=267 * C 253 6 * * * * * 7703a3d4abce8b78c541ec58203eb129;size=267 * C 254 3 * * * * * e8c7759df43178f58d6d576b767b2224;size=265 * C 255 1 * * * * * 8a5b9eb1225acff68366b70faf6ea837;size=264 * C 256 4 * * * * * afd2e65c916ac39ab8783c0b5b356e51;size=263 * C 257 2 * * * * * c8c0082f129bead91a96896ad71a9b3a;size=263 * C 258 4 * * * * * 0dfe7a9e677ce342589fbd789438995a;size=261 * C 259 2 * * * * * 36f1352359cd2c67c35720a489a1f48c;size=261 * C 260 3 * * * * * 1be2b80895ea5d8b86fc610846044f10;size=259 * C 261 5 * * * * * 9b391d6228d8f837e966f68f1f519390;size=259 * C 262 2 * * * * * 50ecd5236a9fb9f7766e6251360794df;size=257 * C 263 5 * * * * * 23f7952d42a3a152e33aafadabaa9970;size=256 * C 264 6 * * * * * 9d4c4eacd62e50f5d4f6a32d4d0cda3c;size=253 * C 265 7 * * * * * bff54f5c9caa3eae2a840fa814c8c8ee;size=253 * C 266 9 * * * * * d35654eb7b71f92a7122dd25696b4daa;size=253 * C 267 5 * * * * * f48c99e65315f6d409831915ed80eb27;size=250 * C 268 3 * * * * * a58c38803b9fad8d78b1ec849967273b;size=249 * C 269 4 * * * * * 62c48c8799526aebb9313025fca81f18;size=246 * C 270 6 * * * * * 980d40447ad2bed74e1a36ff7a2d8362;size=244 * C 271 4 * * * * * a7bba9391a3b9325b047a9aa2a4ece16;size=244 * C 272 3 * * * * * 354bfa6c30fdd33ca8b1824f0c386b31;size=243 * C 273 5 * * * * * b2375ffff142915632631ec0c828bd92;size=242 * C 274 1 * * * * * 52eca38cfd9c86992b1ddab06f50a335;size=241 * C 275 3 * * * * * 106319ba11924df34809e74ecafd2d4f;size=240 * C 276 2 * * * * * 5ad963d0920590c96a137d232e0639d3;size=240 * C 277 4 * * * * * 65ed9f762fb5ec24df6718dc95ddd011;size=239 * C 278 3 * * * * * 7f1ce15f3979e89beca8d4b7daf94032;size=239 * C 279 6 * * * * * 794febe7f0e75cadf7a8117f0026e7df;size=234 * C 280 5 * * * * * b783342e694a6da6649d73110288c4b7;size=232 * C 281 1 * * * * * cc5f8b4578989cf5de5359019f740aaa;size=230 * C 282 2 * * * * * e4295c8bbaae43a1ff6cb47bb0d9932f;size=229 * C 283 2 * * * * * 47bf006bfb0373f624f991a93f2ab240;size=226 * C 284 1 * * * * * c45f4e8ce531cbd7176d63466e4b23db;size=225 * C 285 2 * * * * * 82736fd450382b26d8f631601a213655;size=223 * C 286 3 * * * * * 18cc54d8c83fee985c68fd39c0110221;size=220 * C 287 4 * * * * * 4608baedf86b144e7d02aed3357fc9da;size=220 * C 288 3 * * * * * 908baaf2bec72eafc520025ef78d0b01;size=220 * C 289 2 * * * * * 0163586b0f345f647de20868f5b35221;size=216 * C 290 2 * * * * * 4f610af4c82abf3650eb56a2a0b4c2d3;size=215 * C 291 12 * * * * * d737b579d968428fd8e98a55fbc56bc3;size=213 * C 292 5 * * * * * ede0b0c431730358e4bd2979faba3b09;size=213 * C 293 3 * * * * * 3bd0d875a3c60558455c78fe689efa66;size=212 * C 294 18 * * * * * 1c0c2996f84d735ad193b3643a804174;size=211 * C 295 3 * * * * * 163c9722d10ff7f474477e8ee21d3736;size=210 * C 296 5 * * * * * 8855636c409d6c35f652d3879ab98880;size=210 * C 297 3 * * * * * de16438e0da8524569b072a9ef32809d;size=210 * C 298 5 * * * * * 2cc4a7ea6554fefe66c2297c645d10d0;size=209 * C 299 1 * * * * * 10a8affd9174f72191a521825b088fec;size=208 * C 300 1 * * * * * 8567eb7b559d63836dddfdf4c7df1db1;size=208 * C 301 3 * * * * * 90914a038ed604281643abf683af9c9f;size=208 * C 302 3 * * * * * 2b3fb909c49cb2d0e33f1df536a67a4a;size=206 * C 303 1 * * * * * b51fd19a1644cccbe61bca01f590b24c;size=206 * C 304 3 * * * * * c764e2bd39b276f8d9ffd7fc51f5a89d;size=206 * C 305 2 * * * * * e560380fa046a9b1349f45dd58425ca6;size=204 * C 306 2 * * * * * cfe80826341a1197b6a9cb0a5c17eddd;size=203 * C 307 8 * * * * * 57e7fee728b8d969d30f760343d3ae9b;size=202 * C 308 6 * * * * * 5db6f34fee1480b574dc8432c182e4bf;size=202 * C 309 3 * * * * * 7589f69104c1d80574360c3f378e9c64;size=202 * C 310 3 * * * * * ecfd79a724f6204a86861923d54ef2cf;size=202 * C 311 2 * * * * * aaf799f97bb0c2e2fa62a1c48a371cf2;size=201 * C 312 3 * * * * * 25d0769520a2e9b6af140c2b57a15e48;size=199 * C 313 1 * * * * * 78e796dbe19070b181d20258392b5ae1;size=199 * C 314 2 * * * * * 9adbb505afe964f0078eac19dc422c75;size=197 * C 315 2 * * * * * 698e1dfe9834fef7f5e23dc35f921cc0;size=196 * C 316 1 * * * * * e6588f50db28de115f632b985c4c4492;size=195 * C 317 1 * * * * * bb53aca625312992515fdea72094f754;size=193 * C 318 9 * * * * * da285096b7bc838d922f2db9bc467d04;size=193 * C 319 1 * * * * * 8694cf797aa1fe235af59d5c2a38f7d8;size=192 * C 320 3 * * * * * 8bf332f5465083171adfe5bad1702397;size=191 * C 321 2 * * * * * b35054cf4157b7f2bc414d44ffd15cd3;size=191 * C 322 5 * * * * * 30b1b51fe2175706d0b82e5134d699f0;size=190 * C 323 2 * * * * * 3e74b312eb573589547042635bac0fdc;size=190 * C 324 2 * * * * * 9f3849a022d8cfb55e3f7a34611c967e;size=190 * C 325 1 * * * * * 28476766131e32f1381766a1fe71a1c9;size=189 * C 326 2 * * * * * 343e53e81cdb3d66deee7bc68b7cab78;size=189 * C 327 2 * * * * * e2ad6b6be0fcb84db72c55f7945e1349;size=188 * C 328 5 * * * * * 1d67ed778076a80b5816b1d88f35c5d1;size=187 * C 329 4 * * * * * 907507c4a337e89817a695a8f74d84ef;size=187 * C 330 1 * * * * * b3b856d8c2ebfb56f137beff9d2d360b;size=187 * C 331 5 * * * * * 11109b2b1cdada8226ec191c63610ec2;size=186 * C 332 6 * * * * * 5c9b0840f16c84a6b7589f1c25071639;size=186 * C 333 7 * * * * * c1b7171836226e1dc4ba965cdc162096;size=186 * C 334 1 * * * * * 0c5c1ef61ba3e26639392fe658f6386a;size=185 * C 335 1 * * * * * f9ba30aa18a77de3a7dcf0168d64d48a;size=185 * C 336 2 * * * * * 63c6688e62f7f48de5b7a2de9f5ad19c;size=184 * C 337 2 * * * * * bdfa7b9e6f330e37383e906984ee333e;size=184 * C 338 6 * * * * * 28eb4ed106e8fb818c3f153206ff9e4b;size=183 * C 339 2 * * * * * 402ba4aa3fe6035a30a5edac574baf81;size=183 * C 340 1 * * * * * ef0ddbc18a0a8869475d7b86e6578925;size=182 * C 341 2 * * * * * 97327b8a766529b2b1b04834febbb09a;size=180 * C 342 2 * * * * * ae17ca11cc0e5adbfcad026d3eaf7d91;size=180 * C 343 4 * * * * * 757e963adac95bae071695186cb73f60;size=178 * C 344 4 * * * * * 7b2e0c6384bd8bb8cc5d536867344435;size=178 * C 345 1 * * * * * f91966552fea7cd6e5bca4ebbbd812f5;size=178 * C 346 1 * * * * * 21ec6ea72c862dec6cbe83d7a17f3be5;size=177 * C 347 1 * * * * * e869507a97db82351a1746696c1a9118;size=177 * C 348 1 * * * * * 7ed12debe5fd6804fba36c5ad8030606;size=176 * C 349 2 * * * * * 8a4d3318fa046bbe0058b67047bab3a8;size=176 * C 350 3 * * * * * b0ce6167ff2b0d18ad4b146bc8ceac7f;size=175 * C 351 1 * * * * * 6608ec8bb5705094bdc9894099469a46;size=174 * C 352 2 * * * * * 28155e710779c6b5bff45c03ecfa58a4;size=173 * C 353 9 * * * * * 4ec33f21f6e12ff07ba1d75d1c348dc9;size=173 * C 354 2 * * * * * 63d61f2268cf500794e06a0236e40032;size=173 * C 355 3 * * * * * 059ce5876bd9227a5316e6b0e00c8d53;size=172 * C 356 1 * * * * * d188cb7f239723c5ba02285fb41d71d6;size=172 * C 357 2 * * * * * d1b6396ef739e1dd7e906b7ce2d1daee;size=172 * C 358 3 * * * * * aeafbbc2a8951b54ffbed95d9486ea4d;size=171 * C 359 3 * * * * * e88eb8da934e51d4208b6d8d2b7b0473;size=171 * C 360 1 * * * * * f91dbe69d11c4083460f7d8430a2888d;size=171 * C 361 3 * * * * * 98bbbb18f44346a9af0315e5a5e969a6;size=170 * C 362 1 * * * * * b9f3cabf0552c0bd9b5945d3c3cfb4e7;size=170 * C 363 1 * * * * * ec6c942b981ec738334f3ac7efd6a6a1;size=170 * C 364 2 * * * * * 356e8c14f987b1f2322debb9d5c2e075;size=169 * C 365 4 * * * * * 6324164037db651f2e0fbae744783214;size=169 * C 366 2 * * * * * 20859d97b54f9b7d615db391bdbfdaef;size=168 * C 367 1 * * * * * c8cd0cfec384f10e9763c4ff2a431299;size=168 * C 368 1 * * * * * 3269dc4086c34dd0057c1bed77d5aa16;size=167 * C 369 1 * * * * * 50ae30b166341bb0cb2f2271706f7c1d;size=167 * C 370 2 * * * * * d2f553d71bc74b9b9c7346afbd0a5c98;size=167 * C 371 2 * * * * * 50e79c91bff616ab2cfd8acb51fba68d;size=164 * C 372 2 * * * * * aabc9e81fff103e89857f3d5a9ba950a;size=164 * C 373 1 * * * * * b17067b400f8bde2f2a8d1c454e0d1c9;size=162 * C 374 3 * * * * * 7c8bc4870ad0019624db12f6d72d93ef;size=161 * C 375 1 * * * * * 45be46e3657df75d893b609ff44e4fd7;size=160 * C 376 2 * * * * * 4107fed1b8bece1edc063614b215046a;size=159 * C 377 3 * * * * * 109d07cf7a71b4123b2ee8fe5d5db10c;size=158 * C 378 1 * * * * * 2ffd01dc158ec8c6378f9042bd9263f4;size=158 * C 379 2 * * * * * fc3ceb28df65d18a8f5085121b0d8fe5;size=157 * C 380 1 * * * * * 39f21b631862eb5eb09ef8077dbfc2b4;size=156 * C 381 2 * * * * * fe8d70918536a0d048cbaa72d857febc;size=156 * C 382 3 * * * * * fea5798bdc02fcfa4db1ce68c5ac863b;size=156 * C 383 2 * * * * * 97b0ab38564af089899367644f946735;size=155 * C 384 1 * * * * * 32100a285727697ac6e8657bd57c861b;size=154 * C 385 1 * * * * * e86da6520af774203e85979cd6a5668f;size=154 * C 386 3 * * * * * cc30aba65fdd9fe4be968ec3320b9020;size=153 * C 387 2 * * * * * d398cf3693190a98021b8f272b62bc02;size=153 * C 388 1 * * * * * 3c341489165b65925f980f872d70d2a3;size=152 * C 389 4 * * * * * 60fb2fd6cdab95b22832991d484c34a7;size=152 * C 390 2 * * * * * c8853816fba540da3ed4d3632dd1f948;size=152 * C 391 3 * * * * * 07557f9bd1bc921415bff860181b6453;size=151 * C 392 17 * * * * * e57a7347672d0be9a9f5e0fda3cf75c2;size=151 * C 393 3 * * * * * 0f5be79a19626b00e068f075098c8a3c;size=150 * C 394 1 * * * * * 21e4f6b7728fc86e257b7c9795058aeb;size=150 * C 395 2 * * * * * 33244f91d4ba5d9bdf049d43bd3d67b0;size=150 * C 396 4 * * * * * 6b7e5f9add0e8980e31c16f5879369d3;size=150 * C 397 1 * * * * * 772e590738b282a10efe470cd247e464;size=148 * C 398 3 * * * * * acb159fc94423733b425e11bcf418ebc;size=148 * C 399 3 * * * * * f64747a3cb098a025f6f6bd24ce36f2b;size=148 * C 400 1 * * * * * f9c1fd8479e1f8bc61c087341b86bcb0;size=148 * C 401 1 * * * * * 62958ced4998d771c65f3c8eb79107b2;size=147 * C 402 2 * * * * * 7ab9169e82ef97146305b452095d44ef;size=147 * C 403 3 * * * * * 3b9c1697cd9fa5e1fb8e2acb74f6880d;size=145 * C 404 3 * * * * * 0d4719a1de635a940b7374fa8a77558e;size=144 * C 405 1 * * * * * 15fbfda3dc4e116e69f08b4957167f08;size=144 * C 406 1 * * * * * 24465278399dcc4e2cf75ae8aaff59a4;size=144 * C 407 1 * * * * * 431bfc83280a7d0857b8e1aea9248822;size=144 * C 408 4 * * * * * 8bb82b41a18117e1fb9f340acbac3253;size=144 * C 409 3 * * * * * 9c0576362a77fe1c27d1842401a857a4;size=144 * C 410 1 * * * * * a998e788744ee422d8719726aa43ba5c;size=144 * C 411 2 * * * * * eb5baab55402933a55bc5ea7a7af4eb5;size=144 * C 412 2 * * * * * f83dde28c501ba8d75f317007a86d7a5;size=144 * C 413 2 * * * * * 57757cca5106563993a857dfc9649e40;size=143 * C 414 1 * * * * * 6b7930074f4201754b287fe6019e139a;size=143 * C 415 1 * * * * * c3650e62a94ee18739e5839ad15e0fa6;size=141 * C 416 1 * * * * * 101ea572d7d10319421a27436f874c8d;size=140 * C 417 2 * * * * * 1bf9afba6119419d78d4f02113f6116b;size=140 * C 418 1 * * * * * 7309a145a0de8b8e6755cd2dc9ddc89d;size=140 * C 419 3 * * * * * 781f65e8bef88141100cfb50c2c39f71;size=140 * C 420 1 * * * * * a8b9244b5eab270f3fdf0f776ea16a69;size=140 * C 421 1 * * * * * c09f2a499f8e1d52198ba3ff8a8a07c7;size=140 * C 422 1 * * * * * dcb3ac686138c56478071b5893fd6d7b;size=140 * C 423 1 * * * * * e5c56a2dabeceded6311d616ddde25c5;size=140 * C 424 3 * * * * * 21a62962ca810d55dd2bec6030e89381;size=139 * C 425 2 * * * * * 98ecf939fb9e7fd58907d0c52a76e345;size=139 * C 426 3 * * * * * e2e1a77eb3bd3f5c3459bf90d477dd09;size=139 * C 427 3 * * * * * 3fbcb61508e1f4c6c5714461138b92a1;size=138 * C 428 1 * * * * * 9de75ead9dc0b700ec50dcca584770b9;size=138 * C 429 1 * * * * * e2c2ea040e8bfb0fb381fe1ad13f7235;size=138 * C 430 1 * * * * * 024afc63f62a1d66ad7e9b133ef840a7;size=137 * C 431 1 * * * * * 7a10bc4f2e89129c655f1c21e6f30f7b;size=137 * C 432 1 * * * * * 81d30bb04126bf5a165b7965f0c70b55;size=137 * C 433 2 * * * * * 287dd818ac3405efb03925c835d47d48;size=136 * C 434 1 * * * * * 3600057e2767a239d8b3354b8fcccfb0;size=136 * C 435 1 * * * * * 6db8b81aef28254858d13e196244718f;size=136 * C 436 1 * * * * * 93d6a4320dced08b133637ce81268c21;size=136 * C 437 2 * * * * * c7fb898803920bd57c6749fb04a5ce3f;size=136 * C 438 2 * * * * * 7070a32ea47c6d382c6f111d77342f04;size=135 * C 439 1 * * * * * ac410eb9b93f3699917f4f4afa2ebe03;size=135 * C 440 6 * * * * * 4bbef363bea9aec3637a99d494b8141c;size=134 * C 441 2 * * * * * 9aab7e571e72bc162ad8207f8e7e834e;size=133 * C 442 7 * * * * * 2803b629febf0dff179566fba40214e1;size=132 * C 443 3 * * * * * 45d774045e9f194d5f2e04c9d68f3563;size=132 * C 444 1 * * * * * ef7e79c644cf2069506b8d7f65213321;size=132 * C 445 1 * * * * * 0b38fb6d3477ad9dbb40653a4fb247a6;size=131 * C 446 1 * * * * * 7617acd4dea2b34dba7b7a0dd66490fc;size=131 * C 447 2 * * * * * a804a56e39d33a56047fff62b95bcdc0;size=131 * C 448 1 * * * * * 136575082db21337f650eea99211dbaf;size=130 * C 449 2 * * * * * 2daf4fc40b3c80a46cde372c2ab8ab71;size=130 * C 450 5 * * * * * 51c989a5d175d45ea421ec8055058c1a;size=130 * C 451 2 * * * * * d915fc9aea29a8edb0317f8fe7f5e474;size=130 * C 452 4 * * * * * d300adcdd3ddd3f4663a0152f87f9fae;size=129 * C 453 2 * * * * * 251445e850910bf2b3faa4afdfb2fdb9;size=128 * C 454 2 * * * * * 9701b75c97af0ba765c88b2014f38e86;size=128 * C 455 2 * * * * * e03c738d22c9d782fd0f5867a652bb9d;size=128 * C 456 1 * * * * * 08914044daf05f1cac7e587eb96625fc;size=127 * C 457 1 * * * * * 7c484267d6e1e246f8a6a999a961c41a;size=127 * C 458 2 * * * * * 7d80cb67323ec9dcb6540bb14e3572ba;size=127 * C 459 3 * * * * * 8a7d56f3335ffd26df306adc0984aac4;size=127 * C 460 2 * * * * * 24e6d514c53b40484022df86171c75e7;size=126 * C 461 6 * * * * * ce574ac00a70f0286ef6dc9075515dc8;size=125 * C 462 1 * * * * * 07a2484e10b64ca05d0d692afef926ea;size=124 * C 463 1 * * * * * 12cc7316c1a66b0e53b7035a5c3e7f18;size=124 * C 464 9 * * * * * 67140b17f11ec835dd99a1f21bbaccbb;size=124 * C 465 1 * * * * * 69b2bc4b82e2199a4b45886fd120fc66;size=124 * C 466 4 * * * * * 739ae1c510140993f8c47bca65ec58c6;size=124 * C 467 2 * * * * * 77048b9691237d7e260433c778acc56a;size=124 * C 468 1 * * * * * 93746e13717504bf3d967d10b628ffe8;size=124 * C 469 14 * * * * * a974e78f879496d01bbc65e1b1495f9c;size=124 * C 470 4 * * * * * 2a75dd5b60ee6ae045fe55d21f1891f2;size=123 * C 471 1 * * * * * 308725ab9bbcfb77166cd65c53959631;size=123 * C 472 4 * * * * * 594f0832a4fa619638895f89d10b2370;size=123 * C 473 3 * * * * * 60a953329e6b95aa01911bc7abde7b11;size=123 * C 474 2 * * * * * a14505f55d873fb93fecfd9140f81536;size=123 * C 475 2 * * * * * b5d44eb0ac468dbda5d6e928b5357b71;size=123 * C 476 1 * * * * * 74ede5a323edffa0b74df4b04f4b765f;size=122 * C 477 1 * * * * * b6345964bd0e993763f40e6da5df1fcf;size=122 * C 478 2 * * * * * 431b5ab20107a07c1df8c302caa36f0c;size=120 * C 479 1 * * * * * 91a998891bb7076daf1c91d8ff85fef6;size=120 * C 480 2 * * * * * e30c26b62884a9db13dd694ce63c5496;size=120 * C 481 2 * * * * * 3d43ec24d33190ca2a16b8fe60e4efe7;size=119 * C 482 1 * * * * * 98dadbaa9779487b702321faa3dda23e;size=119 * C 483 2 * * * * * b6e14850000db76b7fba1d1f892335b0;size=119 * C 484 3 * * * * * d041c2a659f90b5790b1f60d0d4aaf65;size=119 * C 485 1 * * * * * 303e81c29d1a835e31599c1f593ec817;size=118 * C 486 2 * * * * * 3669fa9e83322b95d3f6784b6bb328bd;size=118 * C 487 1 * * * * * 4ef7c66cee3c88583c94ec71bc9e3fea;size=118 * C 488 3 * * * * * b9c073b526217050cffc946035e151f3;size=118 * C 489 1 * * * * * fa5b39aa0fce179d0a37724e29387347;size=118 * C 490 1 * * * * * 4cac0f07d57427274c3ab72cba6c155f;size=117 * C 491 3 * * * * * 9048a397b987e4846bff08d7e2187481;size=117 * C 492 2 * * * * * 9a7d349964cc364863a89bf243131c89;size=117 * C 493 1 * * * * * e94a90c8f17092a1b5075f6814609953;size=117 * C 494 3 * * * * * 296961dc330dd1638f43b623c81cc942;size=116 * C 495 2 * * * * * 9cc4ceabe78213715ad3aaf0cca1b92d;size=116 * C 496 4 * * * * * db6aa57ecbcb32166848db1ebdbe0bbf;size=116 * C 497 1 * * * * * 07a66b21d5f47efd8d9f9c3aa501460a;size=114 * C 498 1 * * * * * 808fe6f1596d8de414d980b418dcedf9;size=114 * C 499 2 * * * * * 65472f1e1017375e1b2165949cd1925a;size=113 * C 500 9 * * * * * 86d4259184e6f43595879c970aa34fda;size=113 * C 501 2 * * * * * d3c614677da390bbd05e9b0dd42369e9;size=113 * C 502 1 * * * * * de8c179f8afad29dfdc83cf60c7ae3f3;size=113 * C 503 3 * * * * * ebf06e66b86ff1bdbdc42adbafdbd3fd;size=113 * C 504 1 * * * * * 6b24403d4b3c561f606c371c09c7a270;size=112 * C 505 1 * * * * * 8f31642fd4864aa43e8a33f32e1695f9;size=112 * C 506 2 * * * * * dee714888ba3b4dc560f75ef349dd7dc;size=112 * C 507 1 * * * * * e515b44fa3d0c024a5790896dca4f349;size=112 * C 508 2 * * * * * e81d12f22cbdc5b3a69c0a81e6b657a6;size=112 * C 509 2 * * * * * af5ea0b792988caa9821add60e4246d3;size=111 * C 510 2 * * * * * b68a6a19856e73f32f6993206ddf1333;size=111 * C 511 2 * * * * * c484a106a0103d2c4785a594b6797995;size=111 * C 512 3 * * * * * 31df04d80250b0e6b2cc1099ef584704;size=110 * C 513 1 * * * * * 388e1888e775e8e2665a7b253346f93e;size=109 * C 514 3 * * * * * 9827bde02ad9a266a19af46c7b233240;size=109 * C 515 2 * * * * * 0a1e5a1c7a872a0df679c03e3777f768;size=108 * C 516 1 * * * * * 7d0257f851e9f741e17e6dd61b08e497;size=108 * C 517 1 * * * * * c06cf0bdc97429fb64466dea9a27df6b;size=108 * C 518 2 * * * * * 07d87383ee36242b173ac6e3b585fbcb;size=107 * C 519 1 * * * * * 6e9a8ba4543d4d1874e75111d71dd0eb;size=107 * C 520 1 * * * * * 6f86ca42411f092db423a325fbe4afb2;size=107 * C 521 3 * * * * * 77e05ba70f34923d22c2495a6ae5e685;size=107 * C 522 3 * * * * * 95eca36b6573970e4ed62c63f1f316f9;size=107 * C 523 1 * * * * * da49c672ee314c15db4cbffac7efd577;size=107 * C 524 1 * * * * * 45ddb95ada1af1d17b8411ab01d6746b;size=106 * C 525 9 * * * * * 57f457f6f3dd3088388e8b0af3f6ebd3;size=106 * C 526 3 * * * * * 674e1fdfa398327768ddaffbf41bd157;size=106 * C 527 2 * * * * * 6ffa6d61c2b326bc4e5cbfea865f3771;size=106 * C 528 1 * * * * * f44cecb09a5702c74d56674f80a4b39b;size=106 * C 529 2 * * * * * 03c0b8d08782dccedd73ccc7473111dc;size=105 * C 530 7 * * * * * 0a4c71741c32163a04eda56efb87c69c;size=105 * C 531 1 * * * * * 21c7b8cfd9084776672fa37d5cb7912c;size=105 * C 532 2 * * * * * 55b728f9d5d54291ebe799567d7f0af8;size=105 * C 533 2 * * * * * 6d0005a2f1dfca384db1699021172baa;size=105 * C 534 6 * * * * * 6f911fbb6ae1f093f52251c3f2d14af9;size=105 * C 535 1 * * * * * a8db5b7b90ecce2e9c68611c6a1cbeda;size=105 * C 536 2 * * * * * cce63f5f27ccd6d21dc78dd5e8795c9d;size=105 * C 537 6 * * * * * 7ba6b7e87ff4f03a195f5b23b517ecb2;size=104 * C 538 2 * * * * * bf95e1477003234a5e0b5dff400ccfea;size=104 * C 539 3 * * * * * c190db432fe3379d442ce66a06991636;size=104 * C 540 1 * * * * * d54a946a43fd47cf1bc9c74de9a87bcc;size=104 * C 541 2 * * * * * e6c33bc9f30819684774b90c1cecab41;size=104 * C 542 1 * * * * * 185579cf86ac627ff5c6cd82e0e9934f;size=103 * C 543 2 * * * * * 432691362d116591409b8a91da108f48;size=103 * C 544 1 * * * * * 4571c152993956b6467857a06fc92d23;size=103 * C 545 2 * * * * * 4dccfc6e5df6764816851eed81992061;size=103 * C 546 2 * * * * * 7d2fc015649f14619b60576393cde6b4;size=103 * C 547 1 * * * * * fed0d4e81452598a7c9937d7b70733a5;size=103 * C 548 6 * * * * * 411089f7f65d93900914c4a7338e3be6;size=102 * C 549 1 * * * * * 50b2e059e2589c4cdf9ffd8a3bb6e76e;size=102 * C 550 2 * * * * * aeb6827603e84ef7dc0bc5869764fb00;size=102 * C 551 2 * * * * * c9dff47f3d41e5afd4249c175c950eb5;size=102 * C 552 1 * * * * * 5b148679e5e655b2f1681b046ccdb5e8;size=101 * C 553 2 * * * * * 6a856d480615702df54420dc70f40eb2;size=101 * C 554 1 * * * * * 84b09d86574ce7e36a08fc841089dfbf;size=101 * C 555 1 * * * * * 7dadd2953d586d083e03420d5133a335;size=100 * C 556 2 * * * * * 1c7a4a95f9f23058b6176ae6e7360636;size=99 * C 557 2 * * * * * fc3ef6cef69ea0cd485c1d3718f18959;size=99 * C 558 2 * * * * * 15355260d2e29b06632f063a5a43a5e1;size=98 * C 559 1 * * * * * 640e2ee6f7197f9bcc1485f8d475ccc4;size=98 * C 560 1 * * * * * 8ef467fcb2a12e4ff4c34b66c56ceafc;size=98 * C 561 1 * * * * * b5db8dfe1fa31dce90b6c5c958dfba7e;size=98 * C 562 2 * * * * * e380031f8f6d7ed53c033b8c5981c084;size=98 * C 563 1 * * * * * 409ecfc67b71b22187855ac96669560c;size=97 * C 564 4 * * * * * 41adb02887726df1852fe9938796a325;size=97 * C 565 1 * * * * * 7c1a12f69b255e984cc5819a4d04b19e;size=97 * C 566 1 * * * * * d91a4938aedc3f69f731fc5edfacffbc;size=97 * C 567 4 * * * * * d96bd99acdee6c21572cedb8f88ebb21;size=97 * C 568 2 * * * * * 10ce31c4f0b634e3c8f69bb4681927de;size=96 * C 569 2 * * * * * 2447827934d773f4fcf485f7e9621448;size=96 * C 570 1 * * * * * 38d67b89eba6e1a5135f807c78aebbde;size=96 * C 571 1 * * * * * e001b7a3a16bd111337772b31c6ddc6c;size=96 * C 572 2 * * * * * 2b0e74b6dfe2319424797f597507cb92;size=95 * C 573 1 * * * * * 4566380904834ec9b55b2acde0aa6a20;size=95 * C 574 1 * * * * * 63acce8448b392a300e6618d0251b952;size=95 * C 575 3 * * * * * 824be2266c5b313af5e101056404ab84;size=95 * C 576 1 * * * * * 26ab8b5886c8588c50ab20edf840f23c;size=94 * C 577 1 * * * * * 32f968aa0778e494d2eac7a105da8284;size=94 * C 578 1 * * * * * 6b97378c781324abe7c4a510c3b029b1;size=94 * C 579 1 * * * * * 6e543b32ee3101e667ef11ba05052cf2;size=94 * C 580 1 * * * * * 1414182ae8d880d7acb33cb3b5d58495;size=93 * C 581 1 * * * * * b512412eca9a4b56d17b085bca2c1afe;size=93 * C 582 1 * * * * * ca9027642e70766078137beede2b1a7a;size=93 * C 583 1 * * * * * f98991713f44f515f1c131953ab78f83;size=93 * C 584 1 * * * * * fe885b5ce52f821975fc47386bc0494c;size=93 * C 585 1 * * * * * d7092f1d00b1b4ace5685af4c9f426c8;size=92 * C 586 1 * * * * * 249da55a3c5811d53c8a18b070ec465c;size=91 * C 587 2 * * * * * e4965cd1e425586bb16e7485f34bad21;size=91 * C 588 1 * * * * * 008783681cef7d91238d312d6cb89eca;size=90 * C 589 1 * * * * * 0f3479f99b73457c8f374e5b941f6d50;size=90 * C 590 1 * * * * * e1e0c5421e029c5e9ddc2de0023e4712;size=90 * C 591 1 * * * * * 05d67584da43a9e3e1da4c8865af4ab6;size=89 * C 592 1 * * * * * 09fb73aa67635f274913f3803d7af298;size=89 * C 593 1 * * * * * 1fc9a93398031f2ea943229b7dc65fb3;size=89 * C 594 2 * * * * * 221754849b5d3bba60df8840316db722;size=89 * C 595 1 * * * * * 94b2fc73e53ea239a2941188e5b40f67;size=89 * C 596 1 * * * * * b1f551338f9d32c126e86a0790244dd4;size=89 * C 597 1 * * * * * ed7aeaba673d9b0e7fffdd2404f711ee;size=89 * C 598 1 * * * * * 59eeb6172a06ae83b5c23d1d2006c0ca;size=88 * C 599 1 * * * * * 8199af05033b9ae2dd027dd46baba8f6;size=88 * C 600 1 * * * * * 99403ee6d11dcc50802b9f84721b5d73;size=88 * C 601 1 * * * * * 53ef852692969c1c93c690b9a491c023;size=87 * C 602 2 * * * * * 7153a584343fe354d179cb84bdfbeedd;size=87 * C 603 1 * * * * * fc953606db8f9c9f1dae35b20d7b9067;size=87 * C 604 2 * * * * * 0c29fd3bc8ac0b509f12f3679cd20a85;size=86 * C 605 1 * * * * * 1103e27e3bee2400b33d6a3ac3645421;size=86 * C 606 1 * * * * * 40341a0e026076973d4cec34559117db;size=86 * C 607 1 * * * * * 4ecaf62a6f3f465faa286cdc35df1e50;size=86 * C 608 1 * * * * * b77eeeabb7d45622cf15c07038ee4857;size=86 * C 609 1 * * * * * 0e294bdc4d798a585c511fdddece1839;size=85 * C 610 1 * * * * * 1fe6ab2096ec5bff406fdf11dca37ce8;size=85 * C 611 1 * * * * * 5822c9efcddef75056324bb45f16b3e9;size=85 * C 612 2 * * * * * 6812d01a3b2a81e51b644567500675ce;size=85 * C 613 1 * * * * * 8d17513cced2107e58d020aef19cdb8b;size=85 * C 614 1 * * * * * 98be2224c0935b1795303d2f8d35fb6f;size=85 * C 615 4 * * * * * a9baf2e744f3dd8e55c6c6f9f733822f;size=85 * C 616 1 * * * * * ac8e6fa6062964f450470a19a27c16d1;size=85 * C 617 1 * * * * * e91d0fcf12b84d37e12a1f346f9b6d1c;size=85 * C 618 2 * * * * * 1128d2980bf6e0005fc20d74ba3e8624;size=84 * C 619 1 * * * * * 80a823bb87b493ba0cea3ad52220b70b;size=84 * C 620 1 * * * * * ac60083f50820fccc30edff0999b5fa9;size=84 * C 621 3 * * * * * cd91890e09adec26e3e64c487b30c924;size=84 * C 622 3 * * * * * 33948304f6c9c7b746eb9dd9d759fe5c;size=83 * C 623 2 * * * * * 3afd3cf1bd6f727bc325d97a0c3da1d1;size=83 * C 624 1 * * * * * 7130250c09b1f55189a33425eb553848;size=83 * C 625 1 * * * * * cd6dcb94950b755505ac03981582af6c;size=83 * C 626 1 * * * * * dc5696c5aa1065c876c09c8601d83bb5;size=83 * C 627 1 * * * * * ea73760f4590a5d312d581e7718d1141;size=83 * C 628 1 * * * * * 2ecd62c073be4798936f18f05a6909f6;size=82 * C 629 3 * * * * * 42d8a28dffe024560c024c756b6b0951;size=82 * C 630 1 * * * * * 497e97732844efe1e8170e6fdb7feae5;size=81 * C 631 1 * * * * * 6b9d10b68a912d66cafff3c96e836992;size=81 * C 632 1 * * * * * 9002aac2ad5e2158ba66f22d92280ff3;size=81 * C 633 1 * * * * * 1d328d9bed571225af56baab08b2fe0d;size=80 * C 634 2 * * * * * 53bfb68325c8e0b7594504ecb97058a9;size=80 * C 635 2 * * * * * 6eb95c3397c68284573898251f8909f8;size=80 * C 636 1 * * * * * 958d755e79ac45134e93827c8ab2c4ac;size=80 * C 637 1 * * * * * b14ea3d8f195cb8886de96c08b592d68;size=80 * C 638 1 * * * * * b60aa5af21bf66c7feb10166b68e4265;size=80 * C 639 1 * * * * * b8c05a7abf0d5ff3c4778d38a247fa15;size=80 * C 640 5 * * * * * 2411078065643b26f1278d2275243d77;size=79 * C 641 1 * * * * * 366798dc23623b05fa3f18a8d9bcd6d0;size=79 * C 642 1 * * * * * 73dc09eb9c3fa0f1ffaeaa0b8e5b8949;size=79 * C 643 2 * * * * * cdeb9cb5de848608895c5bf6c69a3785;size=79 * C 644 2 * * * * * e84af61254287c9ff3b854475abfc5ac;size=79 * C 645 2 * * * * * 23156b999d7684f0b44bdfbbbda3487c;size=78 * C 646 3 * * * * * 25cf8b32b18aa9c54b28fe09d5c1e888;size=78 * C 647 1 * * * * * 40876671335aff4b508a5928496fee53;size=78 * C 648 3 * * * * * 6d57294ed67242529f4edffb9b4e878a;size=78 * C 649 1 * * * * * 96a9caaafe30428b70835b5d473865f4;size=78 * C 650 2 * * * * * 9fa019e62ba1701f3e2e33f43e60d213;size=78 * C 651 1 * * * * * f6416120b3110025064c3c1f90346f1d;size=78 * C 652 1 * * * * * fb935c1e516259c97105a6f206f1d359;size=78 * C 653 1 * * * * * feffab8931d822124706419f5fc0a736;size=78 * C 654 2 * * * * * 04aea65caa96e67baaab99567c447e4c;size=77 * C 655 1 * * * * * 1e18b660c46837a37c370d47ad6331c5;size=77 * C 656 1 * * * * * 2c5105e017264372518d41301740f4c9;size=77 * C 657 1 * * * * * 425f9a2ef186fe4292d5e6fb6fd25043;size=77 * C 658 1 * * * * * 46751fa21f572db890b3fb442b22773b;size=77 * C 659 1 * * * * * 7135f80ee865aa0186cb5d0590b92bdc;size=77 * C 660 1 * * * * * af76fe37c22dc07520309ecba7e7aff5;size=77 * C 661 1 * * * * * b1446ce255d383d67c922d9fe7cbcc4a;size=77 * C 662 2 * * * * * b355da0856b4efc35997c1b3d411e1bd;size=77 * C 663 1 * * * * * cd26fc1045af71ab928a72e3dc75b6c7;size=77 * C 664 2 * * * * * e8f0e14258a9dc32b8ba10cdfbc9c8db;size=77 * C 665 1 * * * * * e955bc3335889da99c5c10ca273058c0;size=77 * C 666 1 * * * * * f6f535bf828ddefed6032fae04b03993;size=77 * C 667 1 * * * * * 2e7bdd1a5c3539d344504936c5713499;size=76 * C 668 1 * * * * * 6b25667dd8ea3ee0fd9430966509da0a;size=76 * C 669 1 * * * * * 88314a1535070aefc02fe340759d583f;size=76 * C 670 1 * * * * * 8db84e8092b1c45c872f00ba1181b6f5;size=76 * C 671 1 * * * * * 9293d2f096f8dd87aed3af49ef950e01;size=76 * C 672 2 * * * * * a37053dd0e7607e69bf8baba3b46979d;size=76 * C 673 1 * * * * * ca50403f2247791a8c661d7984875ab0;size=76 * C 674 2 * * * * * e6019a832b65655b96c04357690f1894;size=76 * C 675 1 * * * * * 0c742db17e9479ac02b13291e64a23bf;size=75 * C 676 2 * * * * * 2b37026d9e6f2bf87ae6166d42698862;size=75 * C 677 3 * * * * * 41125d6c05c80210a176e28bdf3bf0b6;size=75 * C 678 2 * * * * * 4ace92dce2d0935e5f80b89930453d93;size=75 * C 679 1 * * * * * 743d8a44fe6b3b6e0b4c74e79e11307b;size=75 * C 680 1 * * * * * 89fa690255d173104ad85f47a661cfac;size=75 * C 681 2 * * * * * f8f0d543e00f357333f4198a2a6fcca8;size=75 * C 682 1 * * * * * fc137ae3d4f5eb20104e5d3f1490201c;size=75 * C 683 1 * * * * * 3bc389f8ac2596d9031e3d256222bcd9;size=74 * C 684 1 * * * * * 3f5eb7cf4fbc981b40d88c30b5622a31;size=74 * C 685 1 * * * * * 584ab732879213e6b05544b8297e3b49;size=74 * C 686 1 * * * * * b1850cb805ed2c3442e92b9194154987;size=74 * C 687 3 * * * * * ca358408d16f2a839b1c6d6acd58a425;size=74 * C 688 1 * * * * * cadb1bfa026afb086e7ca9a160b79dee;size=74 * C 689 2 * * * * * d364067bfd97e3963adc390ff368ae99;size=74 * C 690 1 * * * * * d4ba2f01bc228c818cb9c273ce105b77;size=74 * C 691 1 * * * * * fd9afdbfaf39489d8075ca66a70e4aad;size=74 * C 692 1 * * * * * 01f4bff51785dedec784169f7a705160;size=73 * C 693 1 * * * * * 18e8c5c2f0600f7af4219243f79c153c;size=73 * C 694 2 * * * * * 5676375ae449dbb14044513ac0ca89b1;size=73 * C 695 2 * * * * * 6c68795246c66ba5bc4bebf41c6b880e;size=73 * C 696 2 * * * * * 7ec9ddc75b3b4a19bcea598f95e91dca;size=73 * C 697 1 * * * * * 5a54935ddbae29380d78d0d88f7c9224;size=72 * C 698 1 * * * * * 673d3dd0c318b2f4cd8086b9988f3f16;size=72 * C 699 1 * * * * * 72f3caf30625e4c2d095f6418cb53665;size=72 * C 700 1 * * * * * bc587e826611f17573f6b512d9d702c5;size=72 * C 701 2 * * * * * e63fa1426942e33f7a9a52d06c7078f4;size=72 * C 702 1 * * * * * 089698731014856af80631edce1886c7;size=71 * C 703 1 * * * * * 41c0be3fed1d187ddb216cb70f0bc07b;size=71 * C 704 1 * * * * * 6d23e3b9b8db42f3ee64c4b8b3b3e016;size=71 * C 705 1 * * * * * 81a1aad38d0fa1b9f5f3bae9d9bab418;size=71 * C 706 1 * * * * * 9146a45ce897801f1855ca68e9b76f84;size=71 * C 707 1 * * * * * af7c586bb2b8197af4a224caa23c5f7a;size=71 * C 708 1 * * * * * c6a9d0c73aab8e0a18b7d6cb2dce4c7e;size=71 * C 709 1 * * * * * dff31a5d4a65a1dbe6e7c60772e12cf3;size=71 * C 710 1 * * * * * fb46e7713582e20a71d7650430481fdc;size=71 * C 711 1 * * * * * 39911ee3e23f3e946290f130255d9026;size=70 * C 712 5 * * * * * 48817878b07e319f86b731e39134f572;size=70 * C 713 3 * * * * * 65c3c82704da76fae20dcd672f42aff2;size=70 * C 714 2 * * * * * 838ee9d588bf9083a15609c2318ad211;size=70 * C 715 2 * * * * * 8ab95798acb8d041ceb09ab8e0712a4a;size=70 * C 716 1 * * * * * c2363175b50d6f35b43cb53f5088ca18;size=70 * C 717 1 * * * * * cc9feec5e0277544ac1f20295baff0f1;size=70 * C 718 3 * * * * * eebfbb7140e897eb92a8eb5af9ca429c;size=70 * C 719 1 * * * * * 2173f155ee95f079701c2e9199b863d3;size=69 * C 720 2 * * * * * 39af196793b32a229c3c495706452a4d;size=69 * C 721 1 * * * * * 3a2f2750cdfc5531563779eaee16c8f7;size=69 * C 722 2 * * * * * 45d2d56b7687a408711bfbea3ae697d3;size=69 * C 723 2 * * * * * 467a647a3b32fb6ef03917c95b829651;size=69 * C 724 1 * * * * * a6df5fcbb7a9054c75b37890a666f0d4;size=69 * C 725 1 * * * * * a8fc00cd0432aff815321e24d56d056b;size=69 * C 726 2 * * * * * 2295c4bbad16419e76e111c41930e505;size=68 * C 727 1 * * * * * 31fe3aee3b81e8df63bb51dbcfb7907f;size=68 * C 728 1 * * * * * 616a1f3a9c209a227dcf288617182472;size=68 * C 729 5 * * * * * 8a6ff6bcab77d08e00e1d316a96c114f;size=68 * C 730 1 * * * * * ba80b2e3df6c7920186e7e51ec874854;size=68 * C 731 1 * * * * * ece5813d02e332373cf262cf58ae18ee;size=68 * C 732 1 * * * * * ee2dbf543fe6f151216ca9917f5f3217;size=68 * C 733 2 * * * * * 0a16fc2fa2a948a707d51e752654151f;size=67 * C 734 1 * * * * * 400504fbfb9fc698ee94fbcc9ae23313;size=67 * C 735 1 * * * * * 56797823f3207e3f1456de9eb744e7e2;size=67 * C 736 2 * * * * * 6cc4b483d43a6b3faddf90f2a69e8b4a;size=67 * C 737 2 * * * * * c69ff36865b5e8875202d635b38fe11e;size=67 * C 738 1 * * * * * db545c58bc4086014dadc1a655a3e6b0;size=67 * C 739 3 * * * * * 048bf771c981a0d245347fe6948c0fe3;size=66 * C 740 1 * * * * * 0b39d793e131b3aeb32d2a2b1a917fe1;size=66 * C 741 1 * * * * * 188152f53ebc3e1345e153f61e3f8da8;size=66 * C 742 1 * * * * * 44381fc41eb135545732aac8f90f55b8;size=66 * C 743 1 * * * * * 4a50f53fe9d72ca2918a7561956e92ef;size=66 * C 744 1 * * * * * 7e7f616d72519367e1c10cd62735df13;size=66 * C 745 1 * * * * * 8b25e8eecd41a08c55260515ee3c640a;size=66 * C 746 1 * * * * * db7e136a2665bfc62cdc8598bdcdaf98;size=66 * C 747 1 * * * * * dd6fd985acbc7ae23cddd0d7a0552d4b;size=66 * C 748 1 * * * * * eafd5fe7842c48365dc8b96100533d27;size=66 * C 749 2 * * * * * 1afb4ab98284acebfa4b3804423fa25d;size=65 * C 750 1 * * * * * 1fba7fc96256558ee8ce9d7ec0afd3f1;size=65 * C 751 2 * * * * * 2cab3eb78545affdcc25e31c4525f0a2;size=65 * C 752 2 * * * * * 36f194345de0df113f999ce221c5419a;size=65 * C 753 1 * * * * * 4b3de6053e8d3870216798b233fa17db;size=65 * C 754 1 * * * * * 533bbb68a0fb6992ed783ba3131feabd;size=65 * C 755 4 * * * * * 812e7358198db187ba4918a38da3c31d;size=65 * C 756 1 * * * * * 88716cdfbc8e37a5a6bb17d901c4ebae;size=65 * C 757 1 * * * * * 8f6d5b807e4ab5a6be79aa1da59d7505;size=65 * C 758 1 * * * * * b858b313f1df62306272d6837665a1ff;size=65 * C 759 1 * * * * * c345e9aa827f1b6a3fa226cf3f8b3c33;size=65 * C 760 2 * * * * * 021ed6001e240000741635a2c1084ad9;size=64 * C 761 1 * * * * * 0be80b17f9ff194e41e5f6ed79fe0d9a;size=64 * C 762 2 * * * * * 0c3be445a3409c8f41e5feac9bb0b6cf;size=64 * C 763 1 * * * * * 27ddaa4c366fca8dbe7e241db5b2b284;size=64 * C 764 2 * * * * * 33b4c203c4a1e13a8f7242a6b264acba;size=64 * C 765 1 * * * * * 458652fc1ffa5f6a4a3ae2fc2ed82e6a;size=64 * C 766 2 * * * * * 8189c62883b074718aa565dd3a377d32;size=64 * C 767 2 * * * * * c27585a2c7e56671986b7ec988b7037e;size=64 * C 768 2 * * * * * c640564ce7dcd235a0e588de9c6a91e2;size=64 * C 769 1 * * * * * d870722e88c5e9a9eee9910e9f818b54;size=64 * C 770 1 * * * * * fe13b88cb4e6ca7dd223a498eb64f036;size=64 * C 771 1 * * * * * 2fb5e5344f48baf09004f0835a3c8acd;size=63 * C 772 1 * * * * * 6187c95ecd00ae1c5545cb8665256f34;size=63 * C 773 1 * * * * * 78ce92fdece1bcfaeb5dae9afd8d53b0;size=63 * C 774 1 * * * * * cc8ed55f4d0c692d16b1a859f0ff9656;size=63 * C 775 3 * * * * * f8f558a58c80218b6a555c6159ce7d1a;size=63 * C 776 1 * * * * * 0323a8b937f5641625d4de6f9d283550;size=62 * C 777 1 * * * * * 105d30f832cb5d10c93babd40329efe1;size=62 * C 778 1 * * * * * 3ddd97affb6cd24a50bf9acf760185fd;size=62 * C 779 1 * * * * * 5297c8bcb3e662e1762912ddd11f5878;size=62 * C 780 2 * * * * * 55558e307e0db56935c5a15f95860e82;size=62 * C 781 1 * * * * * 7ee955f6f75303296b185409f92f0c5b;size=62 * C 782 1 * * * * * c2a694853b5cdc7b0ddcdd5c3ee217c9;size=62 * C 783 1 * * * * * d62ce82d43b51bb5cc39d183b9e984d1;size=62 * C 784 2 * * * * * ff15a5588da6ab0e53d191ed6fe7e5b6;size=62 * C 785 1 * * * * * 5a0710f974c4c7d116e5d8db505e41ca;size=61 * C 786 1 * * * * * 70c6e4e249488002fd60e27e39c6ef4c;size=61 * C 787 1 * * * * * 8eece1bfb387537588b482297f3a3861;size=61 * C 788 1 * * * * * a6bb0ed730e8d493fb807e3c3c994f2a;size=61 * C 789 4 * * * * * b9b93de88fdcac81ded1f0d53827ba92;size=61 * C 790 4 * * * * * e633b0a2a36a149da6b682178e0ca60c;size=61 * C 791 1 * * * * * 09dd365cf225be82cb5958123a37270f;size=60 * C 792 1 * * * * * 1128953e6999a2c8c463eb487cf09b0c;size=60 * C 793 1 * * * * * 182bdd625716cc31bac1fd1feeebd865;size=60 * C 794 1 * * * * * 375cea3eb737e8974f942fcb3391938d;size=60 * C 795 2 * * * * * 4a6413e453586030b4313873b3623dfe;size=60 * C 796 3 * * * * * 7c54d429ed78b9fbbba689523489aaa0;size=60 * C 797 1 * * * * * 8902b8b6a4ab40d13b57b1ebb5245aa7;size=60 * C 798 1 * * * * * ea12e07075b4d2c82a504e8b5edeb68b;size=60 * C 799 1 * * * * * 0030ad8ce44f257c42daf3673bf92197;size=59 * C 800 2 * * * * * 015abc2784d711e4aa6a89138a90da72;size=59 * C 801 1 * * * * * 0448abf634b3cc9de9bd29a59c56187a;size=59 * C 802 1 * * * * * 0a2b489a85fff2c68c58d3430cd7fed8;size=59 * C 803 1 * * * * * 19e69210ea0393c1f48c868115ca85fa;size=59 * C 804 3 * * * * * 1bf1420651aa66dfe4876d891ad75be8;size=59 * C 805 1 * * * * * 1c48dbd15008543214ffe8a67c863585;size=59 * C 806 2 * * * * * 2889d9e14cd482bae3ed84fa3ab9b941;size=59 * C 807 1 * * * * * 3002b7a5417b60ce3373f239c133d695;size=59 * C 808 1 * * * * * 3b9a7433b926d4db69b4bed5ea9741df;size=59 * C 809 1 * * * * * 3edb3732c22e516318b183d0d3a8c993;size=59 * C 810 1 * * * * * 483da9012543c8eb19894d08dd55dee3;size=59 * C 811 1 * * * * * 7ae144009f200832ac427d19369f24da;size=59 * C 812 1 * * * * * 967127ab9736989296fabdfed809dada;size=59 * C 813 4 * * * * * 9aa859a343f11ef50552680c294ab3d6;size=59 * C 814 1 * * * * * b5778c113f17dd94eeeca62df558f328;size=59 * C 815 4 * * * * * f1821010509d870b5b1099a026308ae1;size=59 * C 816 1 * * * * * f4129aa4c9a5e8c464f8c00ad27c5456;size=59 * C 817 1 * * * * * f6e7722941cb89a643b21aa52482a042;size=59 * C 818 1 * * * * * 1aa9475539d782de71ee7d1cfac8997a;size=58 * C 819 1 * * * * * 1b00dead43a89eb28f3676cc7d4cfdf7;size=58 * C 820 2 * * * * * 221403e8fdbf00a971c1fa6e89684cd2;size=58 * C 821 1 * * * * * 24b29f460e623ca2573184b87c088a1a;size=58 * C 822 1 * * * * * 2e3f0c805e7d0c43c595bacfaac94889;size=58 * C 823 1 * * * * * 433cf5ff5e0b42f5ecd8633f9779967a;size=58 * C 824 2 * * * * * 526f4dd32c2c133e05cd9becce3163fe;size=58 * C 825 1 * * * * * 56b1f01e91b75b772f3dd37da4368f75;size=58 * C 826 1 * * * * * 73aa31d1843573ea09a5f144775010d5;size=58 * C 827 2 * * * * * 7cb0c3c99b1b09536d02b9c770b98f8e;size=58 * C 828 2 * * * * * 9307330636bf28d7f7fd26982f4e97bc;size=58 * C 829 1 * * * * * 9a1cf114f4eec19032178afbbaae7fbb;size=58 * C 830 2 * * * * * a38213c12c81d58af53ad5104685a8d1;size=58 * C 831 1 * * * * * f6da0d42c4914695dd8fb7de6ec450cb;size=58 * C 832 1 * * * * * 077a66bff6d68f22b1d5dfa563f40043;size=57 * C 833 1 * * * * * 154ddad2aa7975bfee2e9fef892a4bc1;size=57 * C 834 4 * * * * * 171301f8675b7dba4efc226691071d08;size=57 * C 835 1 * * * * * 2eac56407f688f04ad87bedd0330d6ce;size=57 * C 836 1 * * * * * 4ff66f8696a79c4dca4499d9957449ec;size=57 * C 837 2 * * * * * 7679fdfe26f963530c1536076c42fbcc;size=57 * C 838 2 * * * * * a85515be1782e93cd541b6e19cf70e7e;size=57 * C 839 1 * * * * * aaf95007acece97c7e4dc68bd1779ffb;size=57 * C 840 2 * * * * * ad3be942f26a11596cf35311dd1dfaac;size=57 * C 841 1 * * * * * c5024b0d7c484029517d8800a97d7b15;size=57 * C 842 1 * * * * * d618f43e3a60eb915917ff920521af5c;size=57 * C 843 1 * * * * * e78b35dfb926ebded0754e79f328b5bb;size=57 * C 844 1 * * * * * f11019ab0324f014e457165d738c7e46;size=57 * C 845 1 * * * * * f85196be992fc41cdbf3374b73483387;size=57 * C 846 1 * * * * * 02796ae1c1d5c7006377cbdefea83fb4;size=56 * C 847 2 * * * * * 0a9f655f253ad9e396158119ac9ec3f0;size=56 * C 848 1 * * * * * 179f8da7e42d7749e139bc9962b134fe;size=56 * C 849 1 * * * * * 30a2a3af22ea9632422a62283975f8cb;size=56 * C 850 1 * * * * * 3ff1b429f7d2d362b7c2d1521aabb32a;size=56 * C 851 3 * * * * * 509c5f14914567ff50e81613290280b2;size=56 * C 852 1 * * * * * 5420fb2508a371f9a69854d0869ee0f9;size=56 * C 853 1 * * * * * 5b21e9dd9f7e22d0530068b3ed7fef4b;size=56 * C 854 1 * * * * * 67ca5d3e5d157b6c3deb027aa8378179;size=56 * C 855 1 * * * * * 89466ece5820df03d80af8fa1973383d;size=56 * C 856 1 * * * * * 95bc46499d0f4f7b6629ba08aaf5ce07;size=56 * C 857 1 * * * * * 9edafdebb73f864f1eb11d9897bc8c54;size=56 * C 858 1 * * * * * a933261e15a8a0df008037f3ee5b1247;size=56 * C 859 1 * * * * * c632b5739dc020aa9edb6adeaff6d863;size=56 * C 860 1 * * * * * ea0e653d3c6c63a34d2fd51697955280;size=56 * C 861 2 * * * * * 012cbb89289264c4046c27a7881abfbe;size=55 * C 862 4 * * * * * 0b3886429fccdb72fc4669c03bd3c71b;size=55 * C 863 1 * * * * * 1be5d1ca8d9d31e63c7fbefcf0925be7;size=55 * C 864 1 * * * * * 285ee9fecb19e2be06f55e451b3a97c6;size=55 * C 865 2 * * * * * 2c50a4a6ea22e0d36a62a80dac47a872;size=55 * C 866 1 * * * * * 5ae986873524c479b278fcf50cd5409c;size=55 * C 867 1 * * * * * 82e977525b54c2b8bd75568955067a7a;size=55 * C 868 1 * * * * * a6c041ede297ed54cc28ee941f141410;size=55 * C 869 1 * * * * * bc3403f2c58b6bf9631f0d14141e142e;size=55 * C 870 1 * * * * * cd05718e847e4cb0c223f830f3c757f9;size=55 * C 871 1 * * * * * 018f69ef328a50aee4e87196ea6de8cf;size=54 * C 872 1 * * * * * 0bb6afa975ff310a92848ca7a6e2d87b;size=54 * C 873 1 * * * * * 1893f9f06916d8004561f8894890866f;size=54 * C 874 1 * * * * * 4df424d04f139d435bab761b287dc2cf;size=54 * C 875 2 * * * * * 5580dcd42dc8163231d4078f47c684e5;size=54 * C 876 1 * * * * * 762b142d903eb5d4ae3e845c964e8936;size=54 * C 877 1 * * * * * 989d1b4876ee823819e800deea346bce;size=54 * C 878 1 * * * * * a639035c23d77b76e40370a2f0902d3d;size=54 * C 879 1 * * * * * c2086e348d1da26889450e4143430460;size=54 * C 880 1 * * * * * 1017cf18db3e888eecd2433927cdacc8;size=53 * C 881 1 * * * * * 1d0340668845daf8a2a790008f8ada48;size=53 * C 882 1 * * * * * 1fcfe9045f0bc00da82d03df44a48394;size=53 * C 883 1 * * * * * 20f0f951e95b044cd869a66502a8216b;size=53 * C 884 1 * * * * * 2b6beb4253e23c4eb8e90bc96e07187d;size=53 * C 885 2 * * * * * 39f168ccfc5b9e0c74ef2c4b05ea411a;size=53 * C 886 1 * * * * * 966a5d8bf9aa4614e4859c01c326ab04;size=53 * C 887 1 * * * * * a8944576a12c7d4c3db351230a2d4c7f;size=53 * C 888 1 * * * * * bd1d335850d74baec349713fad4487f9;size=53 * C 889 5 * * * * * daadeee4882cfe19f1b1df31b3b6dea7;size=53 * C 890 1 * * * * * f534d00013195594fd56ef26034b2317;size=53 * C 891 1 * * * * * 0435dceb51a36b0abd40f24572de2cf5;size=52 * C 892 1 * * * * * 0893e92d86ff68376a55ab46595017f9;size=52 * C 893 1 * * * * * 1b2b750c1fd8766c5878cddb0391d0ba;size=52 * C 894 1 * * * * * 4fe06179364432f8568813357860b968;size=52 * C 895 1 * * * * * 5a06713ddc53f360a775a0eb31b07cb7;size=52 * C 896 2 * * * * * 5f6b41eee25b85749d6079c416331706;size=52 * C 897 1 * * * * * 6030c611f99d7a3a46a57960796dc064;size=52 * C 898 1 * * * * * 8dcf0fe635fe964a71e123dfda78ee56;size=52 * C 899 5 * * * * * 9334db2601513508b8910703e710fc81;size=52 * C 900 1 * * * * * a0d3d80ccd14a4bce579a9136b501bea;size=52 * C 901 1 * * * * * b68373259d3fdd007b52565df00e0ff1;size=52 * C 902 1 * * * * * cf40bdaecdbc35c56ea8cf80b48afef6;size=52 * C 903 1 * * * * * e49f1b5b3d83de671e58ebcaeff2edfb;size=52 * C 904 1 * * * * * ee2697b56100eb2de88e26475652f08b;size=52 * C 905 1 * * * * * fe8f8fe14ccffdbc49bbe8243ec13a10;size=52 * C 906 3 * * * * * 00215465978886967ca2a169fa7f4c86;size=51 * C 907 2 * * * * * 28cf4b7f2057888b45eebb42323854c0;size=51 * C 908 1 * * * * * 2e913ee32ea01554f1d30ebfee9f620f;size=51 * C 909 1 * * * * * 3ce11481015978e15936ce7c9c18d233;size=51 * C 910 1 * * * * * 9457cc34c7139c9911d591d3887a0bbb;size=51 * C 911 1 * * * * * c60936f1504a272930d370c0ed049c47;size=51 * C 912 1 * * * * * c95d1a101b086de8e9d514f45fafabef;size=51 * C 913 1 * * * * * f5a3778ceec270698bb1a4d279f2a73f;size=51 * C 914 1 * * * * * fd28f40b4536bac5df5a4157d73eaee8;size=51 * C 915 1 * * * * * 108ed60116e7986a812e09b0d1b33e75;size=50 * C 916 2 * * * * * 15728e1b1c0c3c3e59c640ee4c06243f;size=50 * C 917 1 * * * * * 207a5a182a9a2f7ea3a9277eab77334d;size=50 * C 918 1 * * * * * 259c5209b96275908055ab6718b6b6e6;size=50 * C 919 1 * * * * * 32225ffac7c11c88638e75d7410f7149;size=50 * C 920 1 * * * * * 5bddc98fba0751d786830704920c7b66;size=50 * C 921 1 * * * * * 8f790639c4dfabdc8b647a9705e2774e;size=50 * C 922 1 * * * * * 9b9e424d601f78dde79a0eb58e7ae439;size=50 * C 923 1 * * * * * c9269bdd6d2ae01d61bf33e56a47929f;size=50 * C 924 1 * * * * * cea29623321bccd710ed79d6d5789c00;size=50 * C 925 2 * * * * * d077341ff10b316d05b594030ea6ca9a;size=50 * C 926 1 * * * * * f7451b75c8195112964a9341b0be16b3;size=50 * C 927 3 * * * * * f8430c834621130ea1ce906866f2fe56;size=50 * C 928 1 * * * * * 1a85b8ad4b57c2937e29ae3bc9575e92;size=49 * C 929 3 * * * * * 5228cdd60e8607eb70fee5f42a7a2fdb;size=49 * C 930 1 * * * * * 53dbaec2a3a0db1f5fc2e2694a0c0110;size=49 * C 931 1 * * * * * 64917e805d80b212440f5572fbf40e89;size=49 * C 932 1 * * * * * 67034eb64c1991cdbc1edbd9dada178b;size=49 * C 933 1 * * * * * 829d5765b43e8085ad65088bcd1042fc;size=49 * C 934 2 * * * * * 8d5e43e719aad9429f6b83dd58df87bb;size=49 * C 935 1 * * * * * 8ef6def66f0a1021c7cdce897438ccb8;size=49 * C 936 1 * * * * * a5cc1147e7ff5b3d3323ad705050be79;size=49 * C 937 1 * * * * * a846eaab79f7bacc837fcb5dda7dde16;size=49 * C 938 2 * * * * * b759c9c5d33d4dc8b2d1fe0de2779b12;size=49 * C 939 1 * * * * * b8502ec7b525fabe65ab0723311ca0f8;size=49 * C 940 1 * * * * * f34d3db7bd0e2af9945c8a10e67e0d3c;size=49 * C 941 1 * * * * * 165ffaedd55e6afda7c33151efb797cf;size=48 * C 942 1 * * * * * 1771a43c3fcaf0974871ae884e135fc8;size=48 * C 943 1 * * * * * 1d06bd485d10127b1f32587c7401bdf2;size=48 * C 944 2 * * * * * 36c1f42f2d3e2266179672641562fd4d;size=48 * C 945 1 * * * * * 3808db0450d9ee47d07fdb4331ad32a2;size=48 * C 946 3 * * * * * 3f63f8660e755d16406d9e9451f13a5b;size=48 * C 947 1 * * * * * 40e55725361e4e8c8fb24ff5938d4348;size=48 * C 948 1 * * * * * 47d40c7700aa44f320d559af94c3b2f3;size=48 * C 949 1 * * * * * 49af1b3e03c47b17b6fb4d49b1e66052;size=48 * C 950 3 * * * * * 6d0a68c97b13bc668d035282df74841f;size=48 * C 951 2 * * * * * 8e0398ddf8cd6f39612e7e79b2c15eb1;size=48 * C 952 1 * * * * * 9ed2875e5147e8b5dfb1319608c14223;size=48 * C 953 1 * * * * * b4729598657c64a09a8a8f5aee413078;size=48 * C 954 1 * * * * * f5e45e6e1d2a4642ef1b4047519168c3;size=48 * C 955 2 * * * * * ff216bbfced2e5d0ed24e350117ff49a;size=48 * C 956 2 * * * * * 1690bc43caeb945298e11737eb51ee2b;size=47 * C 957 1 * * * * * 2914643e521455a8cfed92e79a5a4d78;size=47 * C 958 1 * * * * * 2d9843d19cd2e2e8bf23e155fa9b5903;size=47 * C 959 1 * * * * * 2fc902ba6670d1cacd684cd0077b2fba;size=47 * C 960 1 * * * * * 33f15c3c3e257a63cc0b4b9bc4219b99;size=47 * C 961 1 * * * * * 3470bb5a2c5cfaf92c76991b526fce36;size=47 * C 962 1 * * * * * 3488fb4ec5180db03e5171f51f747bd2;size=47 * C 963 1 * * * * * 3ac8a01eb0de5b74c92fe7555574cb35;size=47 * C 964 1 * * * * * 48f977858a788d7720512377bc814dfa;size=47 * C 965 1 * * * * * 50aa005e25c5d4fe0d87c40ffee984d4;size=47 * C 966 1 * * * * * 58233cb5ed8e8113918df14238126e2c;size=47 * C 967 2 * * * * * 9a9783d9cf407ae36c6fcf76003c7dd5;size=47 * C 968 1 * * * * * af59b93e39291ecf25a2bf85c2fc6325;size=47 * C 969 1 * * * * * b934d4fbb3ad4a13a426c84103120170;size=47 * C 970 1 * * * * * d52683ffcbd92987e9457ddc4d4b3037;size=47 * C 971 1 * * * * * d527908776423e7f957f192adfa6b84b;size=47 * C 972 1 * * * * * db3845d8f7e458ffb09ee21473984733;size=47 * C 973 1 * * * * * e0b5e3feea6ae89476c110b5d10d0ca3;size=47 * C 974 1 * * * * * e486292d5723c92a093b318cce4ae9aa;size=47 * C 975 1 * * * * * edfa20f63d5e2e5b9812a2061eed3609;size=47 * C 976 1 * * * * * f34e7e08f33a3a72f5c8368819d39b52;size=47 * C 977 1 * * * * * f696d745067f59b375beea81d8700663;size=47 * C 978 1 * * * * * 075f321f08cf0cba8efda9ee2e50742e;size=46 * C 979 2 * * * * * 1dd775282f6b803dde73700251456ad7;size=46 * C 980 2 * * * * * 2f5d10970ddf2332d2df676704aa0c78;size=46 * C 981 1 * * * * * 3d4b79e322332cefe3abe5eea6f52e38;size=46 * C 982 2 * * * * * 41d481e09c9e369fe9f93a626e2877c7;size=46 * C 983 1 * * * * * 47aa394fb7fd818c96c94a6e9a2c387a;size=46 * C 984 1 * * * * * 611cdc8816cbdcb6da5a51e674c1fbac;size=46 * C 985 1 * * * * * 8a3b7a181879023ff06073370887e13b;size=46 * C 986 1 * * * * * 8e413318efae68cd571dadada5ef634e;size=46 * C 987 1 * * * * * 945dc59ce166792258c856f6c43251d5;size=46 * C 988 1 * * * * * a0eac48c94e587faa11019d03a192b59;size=46 * C 989 1 * * * * * aa485319a8fa0254c0fa7f62ef05ce24;size=46 * C 990 1 * * * * * cb4804486d99ecb0f869e21b5910b311;size=46 * C 991 2 * * * * * f3a223053406d476438576b26dda12d5;size=46 * C 992 1 * * * * * fe872a51d937327f1c3522ccbe0128f3;size=46 * C 993 1 * * * * * 0381e83be78ebe6c239c519f678fc1c9;size=45 * C 994 1 * * * * * 03a864fb6ba12d459b9d86a73a1357df;size=45 * C 995 1 * * * * * 1662274a78195487dad4d923c92887c7;size=45 * C 996 1 * * * * * 204942901c444e2222c49635d8e657e2;size=45 * C 997 1 * * * * * 220c659e8ec1d6a04d4f2145a7d706b2;size=45 * C 998 1 * * * * * 2c080dc5fb3a2d6ba581bbb180938b5a;size=45 * C 999 1 * * * * * 31930a1f07d9cff5abd7b034a803bc79;size=45 * C 1000 1 * * * * * 406dd920be9653646776171ddd0790d5;size=45 * C 1001 1 * * * * * 776d0f39c9782f38953a1cea6f45f7fc;size=45 * C 1002 1 * * * * * 938becb10a3fb4bfdc40d7c77435c22c;size=45 * C 1003 2 * * * * * 95ed5a227f3b9adfadb536d419649526;size=45 * C 1004 1 * * * * * a4ac98db7c122c401abe6724f58f19b1;size=45 * C 1005 1 * * * * * d22ba1798a803a603821c54e2e9b80ee;size=45 * C 1006 2 * * * * * 070abf8a222a8fcba31b15f291e9260b;size=44 * C 1007 1 * * * * * 0986328e0938ccd0aa546b85dc762676;size=44 * C 1008 1 * * * * * 0e463e50e541cea55392f490cbb834a4;size=44 * C 1009 1 * * * * * 0e5e654d6f417b89b72ebafbaa51b56d;size=44 * C 1010 1 * * * * * 104592ba882cc462e622ef0d6750e578;size=44 * C 1011 2 * * * * * 3d84793da99aa56325511b96599d0a5c;size=44 * C 1012 1 * * * * * 47998bb3428889e7adcd8eceb8116dc5;size=44 * C 1013 1 * * * * * 5490b73a239bf999a5d08d7ecfca925c;size=44 * C 1014 1 * * * * * 66fe19746b4a4f0ac427410c1757fe6b;size=44 * C 1015 1 * * * * * 68c0886052ea12f81c2627efc97c5090;size=44 * C 1016 1 * * * * * 711fcceae3887e996abbdeb6a85878af;size=44 * C 1017 1 * * * * * 9cb5ae017f00a0f77f77cadb8b7e229c;size=44 * C 1018 4 * * * * * b07bd5280a580704d8624860c831c24b;size=44 * C 1019 1 * * * * * bae957d63029d1dfcb8e2c1555321d3c;size=44 * C 1020 1 * * * * * cc410d7805499927201e7162d83a905e;size=44 * C 1021 1 * * * * * d7388c4aa9c9a3ac5109d9d597cb0f39;size=44 * C 1022 1 * * * * * ee63a334eba256fbabd125a9ac5beb98;size=44 * C 1023 1 * * * * * fc56d071194200698f848554141b9a37;size=44 * C 1024 1 * * * * * 126941ffe6573f57d28d59319462c79e;size=43 * C 1025 2 * * * * * 14df4b327a713638daa82d72e8eed759;size=43 * C 1026 2 * * * * * 1ce6b5d152f6f97776aebf6f8fe830de;size=43 * C 1027 1 * * * * * 2eb50aa31f82ccb67a8763863e0262fb;size=43 * C 1028 3 * * * * * 3fe3b8db4c197112739844b1b09eb337;size=43 * C 1029 1 * * * * * 5711a5c9d14811c444cfd407b3a83cea;size=43 * C 1030 1 * * * * * 5fec2290acbd4358da50f9d120cdb665;size=43 * C 1031 1 * * * * * 61b663c00c99daab88523d1471dfc69a;size=43 * C 1032 1 * * * * * 63800fd04ce3ca9b08f3e03172d0634a;size=43 * C 1033 1 * * * * * 64a333d134c97f46358792449de2f1c4;size=43 * C 1034 1 * * * * * 7da1831cb2eeeaa9b9821fdc4c22a227;size=43 * C 1035 1 * * * * * 8ea6ddec30f4377b8c1cedd9378bf8a7;size=43 * C 1036 1 * * * * * cbd30db2f4ec28a4d991954efbe58ec7;size=43 * C 1037 1 * * * * * dcba3988e7e1a5bf400970520c8f274c;size=43 * C 1038 1 * * * * * dd9c9696486e4c8e44f64040bfd68af0;size=43 * C 1039 1 * * * * * 00edbdb1e729b139bab9c3e3d616ecd9;size=42 * C 1040 1 * * * * * 068b31b50e034627948e4691652f2d47;size=42 * C 1041 1 * * * * * 282ee89181afd962f67ffc2dbe59daa8;size=42 * C 1042 1 * * * * * 576fc0cc65f8dbafda40c896bfcae7d4;size=42 * C 1043 1 * * * * * 6213ec808c608db770a9dd6821f5b333;size=42 * C 1044 1 * * * * * 659059e28539287188237ce24a192162;size=42 * C 1045 1 * * * * * 6dd1a361723575d6a04aa5415d68861d;size=42 * C 1046 1 * * * * * 6fb8c9032420fb54a1ad4b27fd4a16bd;size=42 * C 1047 1 * * * * * 81414bfbd2c122c1ab26d33883eb793f;size=42 * C 1048 1 * * * * * 81d414b1628111c9c4b379da1dda7531;size=42 * C 1049 1 * * * * * 875b4b83662f446265da2c2c93e85f36;size=42 * C 1050 2 * * * * * 942ec79295ffd2b992df54343e63dcc9;size=42 * C 1051 1 * * * * * b45ba92a32872e23af90e6fa10dea41d;size=42 * C 1052 1 * * * * * b75a8d4ca89a79ec6690c74d5765259e;size=42 * C 1053 1 * * * * * ce86b929ec8bcc91177e1c60a5cabb16;size=42 * C 1054 1 * * * * * f1406e56eedee3c3ef2172a6b6b2adb8;size=42 * C 1055 2 * * * * * 0b3b38972c69b24c9389f0be8db2da5f;size=41 * C 1056 4 * * * * * 19c8f3c2439e2dab0e1ea7cdcfddafcb;size=41 * C 1057 1 * * * * * 1a14706455485b8329b8af37ee385c78;size=41 * C 1058 6 * * * * * 1ad5d7db6aa24146e665af7d4d8a5645;size=41 * C 1059 1 * * * * * 2331d18b438fd9f054d4a66e63593e40;size=41 * C 1060 1 * * * * * 294f541473330d142729f9409a35dbf1;size=41 * C 1061 1 * * * * * 30d234d1a6d240cb089a9fc94bbb10f9;size=41 * C 1062 1 * * * * * 47f306c06647d151f7fcbe5b6ba697a3;size=41 * C 1063 1 * * * * * 561d061b768e6dd2db53c40671145bcd;size=41 * C 1064 1 * * * * * 615bfcc9eba911e632797f7144777819;size=41 * C 1065 1 * * * * * 7733e41e525387883ee3e37fc15977c9;size=41 * C 1066 1 * * * * * 81ac1c14a8a5770881a25eb01c6d48ce;size=41 * C 1067 1 * * * * * 93662cd8535a2cf7574d93ff59fe512e;size=41 * C 1068 1 * * * * * 99a360f63996092b970725e4e80ef13e;size=41 * C 1069 1 * * * * * 9bb73c9e187fbb9d295cd76f575a226a;size=41 * C 1070 1 * * * * * a19ea019bdc8b74e08dd070a47cb96b4;size=41 * C 1071 1 * * * * * a4df55c9684204070650d8e31ef8f263;size=41 * C 1072 2 * * * * * c79afaf32375a47ab67be556fa3b564e;size=41 * C 1073 1 * * * * * ca284d745b7e92a7f982e7b312d2058d;size=41 * C 1074 1 * * * * * d10d16fa251ed0fabf3947144798230d;size=41 * C 1075 1 * * * * * dd9efb7bc40fe65e97525f55f426b816;size=41 * C 1076 1 * * * * * e70b28f8cb1b2b31bab8d1a72e6e8861;size=41 * C 1077 1 * * * * * e9b0bc94e5f6477a80a865a1647bb13c;size=41 * C 1078 1 * * * * * ee3932d97583e1ab6ef1b43e0ca5c7e3;size=41 * C 1079 1 * * * * * f7280a96e8f071c8791c1ebc51c15c12;size=41 * C 1080 1 * * * * * f9f2b2414b3e961813cbb9a99069a09b;size=41 * C 1081 1 * * * * * 15a2b3f853d7cf28489ed50958ed238b;size=40 * C 1082 1 * * * * * 6247a3d37fab435f94b5bc1f8e465e93;size=40 * C 1083 1 * * * * * 62fc14660f8c0fc711e7dc525df4d9bc;size=40 * C 1084 3 * * * * * 7299389f05d124608b89ea291c820c41;size=40 * C 1085 1 * * * * * 8570c90733fa847851be468389af9972;size=40 * C 1086 1 * * * * * 9fe0e93991e7177969c31cdd4e352676;size=40 * C 1087 1 * * * * * af0d766ca6ab70e2e8c2278e4f07f1e3;size=40 * C 1088 2 * * * * * b24d2c16c11d142e28448ef1eea8a388;size=40 * C 1089 2 * * * * * bf01c999b3e432ecdc92dc39228e6ff1;size=40 * C 1090 1 * * * * * c903991bb8493f4c259e54b38dcc7a41;size=40 * C 1091 1 * * * * * ce291c2620b3cd6a0b627ca586ddd4e9;size=40 * C 1092 1 * * * * * fd8a091232387185eb58753472eccbda;size=40 * C 1093 2 * * * * * 010c062c6e556e17ffb2f5405cca1bfc;size=39 * C 1094 1 * * * * * 0419ed1287579113076e80151409dabf;size=39 * C 1095 1 * * * * * 09328c756e47d508b376a4811fdc1d22;size=39 * C 1096 1 * * * * * 1875b32cafacd48802a84a4268ef20d8;size=39 * C 1097 1 * * * * * 25b1a2aefa90451ec0e901872a30339a;size=39 * C 1098 1 * * * * * 2797b99c5cdc4f9819587fb514ba47d8;size=39 * C 1099 1 * * * * * 3a04b6a198ff43de772d323841ee2db3;size=39 * C 1100 1 * * * * * 4308a6af401a046ea80573655c4ae2c5;size=39 * C 1101 1 * * * * * 513bd3ff6308cfc877d64f2a1313c335;size=39 * C 1102 2 * * * * * 54e8da2967bf11ff2799ef69eaa08ea8;size=39 * C 1103 1 * * * * * 65ca73ace3a189355ca78bb34c88339f;size=39 * C 1104 1 * * * * * 66b2df5ecf5eda347483b7fc506783ab;size=39 * C 1105 2 * * * * * 66f4357c4bb07b69610392f0a17a2579;size=39 * C 1106 1 * * * * * 6eda75cf9f931dfa5bc1edc044300b2d;size=39 * C 1107 1 * * * * * 766d4ef59a492bb631616b58a11381c9;size=39 * C 1108 1 * * * * * 76fe81eaf1e46b1d936b06e6b295a845;size=39 * C 1109 1 * * * * * 8ac0c9273034936abd07a820945e7f98;size=39 * C 1110 1 * * * * * 8f8e4c51499043e0860c876680636399;size=39 * C 1111 1 * * * * * 9cbdea4e742ccdf2a768cf2ee3c434bb;size=39 * C 1112 1 * * * * * a1f9a6a0446eae5fa147902330d7f969;size=39 * C 1113 1 * * * * * a8f4d1802090499f9e58b288d7fbce72;size=39 * C 1114 1 * * * * * a9f1fb08fe9c7cf381fc20e19de7d0ab;size=39 * C 1115 1 * * * * * c4783e4ce39b7649ac2c79f69696b84f;size=39 * C 1116 1 * * * * * cbb99b1e6e350f38efc903e49da382e6;size=39 * C 1117 1 * * * * * d2e3033173a78c9f02de1873de7b6faa;size=39 * C 1118 1 * * * * * d9b98d74139d6c740567a10c84322e41;size=39 * C 1119 1 * * * * * e0424941056e83034d5a9bda090de4d9;size=39 * C 1120 1 * * * * * ee70c09a681cb7f36858a8e5cfbc35dd;size=39 * C 1121 1 * * * * * f17f61d9a7db93d32c770cec1d0c6be9;size=39 * C 1122 1 * * * * * f7afacef8cbc25d37d40260ab9cf37e1;size=39 * C 1123 1 * * * * * fee336a5687b2c3cde439cb446312b43;size=39 * C 1124 2 * * * * * 02671f362279fb727b1c70703d4b0477;size=38 * C 1125 1 * * * * * 2c86afbb1022849e52385283f65e1f1f;size=38 * C 1126 1 * * * * * 3b5b50289fa657be02f8223db1ceecc1;size=38 * C 1127 1 * * * * * 5315b0a1f7bc23db3685274572bbbdb2;size=38 * C 1128 1 * * * * * 82611b92b69e35cbca1a89bdd60f8362;size=38 * C 1129 1 * * * * * 8f6528c4a5e67e0de2ef6d52a652248c;size=38 * C 1130 2 * * * * * 9d1d9ccbf97b72b969742d77cec62880;size=38 * C 1131 1 * * * * * b852199de4f9309fd817a95e527cc96e;size=38 * C 1132 1 * * * * * cf197dfe32048f90ded1ecf0c6d39ed9;size=38 * C 1133 1 * * * * * d3ef6721982340d566f2d3a3bdeb9540;size=38 * C 1134 1 * * * * * ddc6ea88330faf28ef92ee4e8b1380cf;size=38 * C 1135 1 * * * * * e5f168ac996b2c5634002278faf85b81;size=38 * C 1136 1 * * * * * eebba12b062e5370e63839d7ccad92a8;size=38 * C 1137 1 * * * * * f903aaac2ed8cc7672d1a8b43dd28e9e;size=38 * C 1138 1 * * * * * 0f007b9f78db3585ddf9f043d04d1cb8;size=37 * C 1139 1 * * * * * 20bc845572d344b643ce3666779673ea;size=37 * C 1140 1 * * * * * 25b78c2b8c3bbdf8715645a31bb81602;size=37 * C 1141 1 * * * * * 887aaf299fe7d0da12710d1ef5117d4a;size=37 * C 1142 1 * * * * * 8ed58215d2b700524fad84493d62e3c5;size=37 * C 1143 1 * * * * * a39c63b8bf94164777dcd8850209c09b;size=37 * C 1144 1 * * * * * a7f67359bb393120bbfb24dd85ba28d1;size=37 * C 1145 1 * * * * * c839ba9ea1898e226353cd2cef8fca23;size=37 * C 1146 1 * * * * * d3cf31dbc31bc76b85a64223a95d5d3f;size=37 * C 1147 1 * * * * * deff0df6d718502261810bd9367d8323;size=37 * C 1148 1 * * * * * fa82f687d4efca05036c87746c11d11a;size=37 * C 1149 1 * * * * * 01da16e07e493050108af7eb5a225bf1;size=36 * C 1150 1 * * * * * 05af1f62c687193da8316d9af0a92365;size=36 * C 1151 2 * * * * * 109f82c8d11001e0db4652fa4eedebbd;size=36 * C 1152 1 * * * * * 1424eb4e74a68a4728b3c91673539f6a;size=36 * C 1153 1 * * * * * 1656d85ccefe15a04ee3abde72dfb011;size=36 * C 1154 1 * * * * * 16d6b73b9d9edba5733a80b404ef1ead;size=36 * C 1155 1 * * * * * 186100a0c14b042454c16fd5b15227e8;size=36 * C 1156 1 * * * * * 1b1926bc0502edf8beb417d6974a9c96;size=36 * C 1157 1 * * * * * 1b3aa5717880e5310c35077e1f33577b;size=36 * C 1158 1 * * * * * 335b2824ab42d3ba0f767693d1a557fd;size=36 * C 1159 1 * * * * * 3379923ed19fac256db8dee89aa1ba4f;size=36 * C 1160 1 * * * * * 37edbc2855cdf3c763f57daeb5237484;size=36 * C 1161 1 * * * * * 3f4225dc1a3fb3bce921d01131dca79d;size=36 * C 1162 1 * * * * * 41124c693ea654034fa8b5f0abf90064;size=36 * C 1163 1 * * * * * 443f2de004894a17dc20c442e1a51ae7;size=36 * C 1164 1 * * * * * 4706079f6d3ce6087ed886881f3de824;size=36 * C 1165 1 * * * * * 72d72aeac6c8b8d104270958e57246b4;size=36 * C 1166 2 * * * * * 9a8c19ec13f75763d3a4009340096ccd;size=36 * C 1167 1 * * * * * 9c4bf4574206f292bf3570c3d63c57d8;size=36 * C 1168 1 * * * * * 9e0980cdc06457a7fc2fd8b9b576b0d8;size=36 * C 1169 1 * * * * * ab10147a2ad374d0afec4ef28e718b26;size=36 * C 1170 1 * * * * * b8264940f02cd9245b6b1d153b54ec96;size=36 * C 1171 1 * * * * * caa9f8b8f97257618f5e5b4b6cc3d9ac;size=36 * C 1172 1 * * * * * e1617a3e97a133d7745cf30f6e2f9a46;size=36 * C 1173 2 * * * * * f13f5d45cde4677f5b1560819f65989d;size=36 * C 1174 1 * * * * * f16b5cf11937a2e9c2e898bb602dd2fb;size=36 * C 1175 1 * * * * * f94726b281603c028bbe3956c72311e4;size=36 * C 1176 1 * * * * * 1cc7712f5c1c372dbe8c4f74d7848b1f;size=35 * C 1177 1 * * * * * 20b2b7f985497fdba9fc78387df9daa7;size=35 * C 1178 1 * * * * * 315ce5d749c1c64d17c9d9cd7502e441;size=35 * C 1179 1 * * * * * 38c5a771d607d624060a145f617a68b8;size=35 * C 1180 1 * * * * * 3effa7a48f684cd0cb597d80a47ac5ab;size=35 * C 1181 1 * * * * * 4c9212a1a0b735c531f646c23693f157;size=35 * C 1182 1 * * * * * 617ac7aca09b85a8b0240ac7372c2584;size=35 * C 1183 1 * * * * * 67d9a2717888907f1d75c46fbe43ca83;size=35 * C 1184 1 * * * * * 6e40833ccbb1c072cf6d2f1b7d69255f;size=35 * C 1185 1 * * * * * 7235d699a4faeb069f4c39ddbec7901e;size=35 * C 1186 1 * * * * * 7c8bf320465da0eaa792650d1da0ef1a;size=35 * C 1187 1 * * * * * 833dfb1ed4895413fccff03b2bad0e4d;size=35 * C 1188 2 * * * * * 836d58e99ef4575f5cf7053470be9178;size=35 * C 1189 1 * * * * * 8c72b80b00d97b21bd964005edc9fd68;size=35 * C 1190 1 * * * * * a20f133ad4bbc08ba22f8bc8830ea512;size=35 * C 1191 1 * * * * * ab900d9edd72dd46593cc3e6aaa93882;size=35 * C 1192 1 * * * * * b17e227b03291f56ead24a8d02777d8a;size=35 * C 1193 1 * * * * * bda709da78026265dab81ff5960ec8d4;size=35 * C 1194 2 * * * * * c6f565670928ca2282d278dd864ed4fd;size=35 * C 1195 1 * * * * * db2ae54617a41f25192910709e2d2196;size=35 * C 1196 2 * * * * * de144292186c0559fc07d1fe443abcec;size=35 * C 1197 1 * * * * * e4e8897811fd731074aa99c6a553ac9a;size=35 * C 1198 1 * * * * * e6b0a489121e7df89008aec8719a9566;size=35 * C 1199 1 * * * * * eb8e66ac0085a8ed576e4445f5d2d79d;size=35 * C 1200 1 * * * * * fb040b72da89eb37a043b6dd6a003239;size=35 * C 1201 1 * * * * * fc50efdd51bd1ff257f2d5ba4fbdc670;size=35 * C 1202 1 * * * * * ff1ab5a1686dc8247e548a15c533cfca;size=35 * C 1203 1 * * * * * 02d673b2354f8b5bf98245f8ae3fdb09;size=34 * C 1204 1 * * * * * 05018bb271ba9b5c6e3b016e80971c04;size=34 * C 1205 1 * * * * * 0642a754d62996828e3c2ecd57a1e0e0;size=34 * C 1206 1 * * * * * 08f73e5be39a1d3e3c03c1a22724bb62;size=34 * C 1207 1 * * * * * 1056b67257180e9c2ee098ee1b246aaa;size=34 * C 1208 1 * * * * * 169bb94693b38fc343d4a47e37f646c5;size=34 * C 1209 1 * * * * * 16cc4ef874cddcc02e590b211841f816;size=34 * C 1210 1 * * * * * 2a3c69ae7cc891ad861b95c45447ac65;size=34 * C 1211 1 * * * * * 36c212e6c7b55cf569b54d709142e2f5;size=34 * C 1212 1 * * * * * 3e10820ac57973f5d2b2a1835c2e54cb;size=34 * C 1213 1 * * * * * 45ee7b7389d5366dd3108d9cbf2b15e9;size=34 * C 1214 1 * * * * * 475dbce371e4fc8c5588e94995f3f04a;size=34 * C 1215 1 * * * * * 4c6dd44a8776bd6fa3975e9e7fffc716;size=34 * C 1216 1 * * * * * 57cecaa89e426f9751d4f8feadb7cf1f;size=34 * C 1217 1 * * * * * 5fca03a10d0294add764a4e770f2cde5;size=34 * C 1218 1 * * * * * 62355c33223802c17be6ab5386bf8d7e;size=34 * C 1219 1 * * * * * 6255f194f840bd44c5db8036bc199120;size=34 * C 1220 1 * * * * * 710375bb3485686de4ff2d97d689cc62;size=34 * C 1221 1 * * * * * 7679c3c7dd7db097cc498ce3594cae95;size=34 * C 1222 1 * * * * * 7833c9ed0cbd9d1c6bd30caabc49b270;size=34 * C 1223 1 * * * * * 86a6fbecff9e09396e2a59de8a6a60a8;size=34 * C 1224 1 * * * * * cfdf7d32be213a4c127ba42eb9e1c8eb;size=34 * C 1225 1 * * * * * dc599995397dd15e757d9c6b3f6d16d1;size=34 * C 1226 1 * * * * * e6c1d72df299d62f4486b760e7ffd149;size=34 * C 1227 1 * * * * * f8652b0b63bc957f2d8049bc31ff4b54;size=34 * C 1228 1 * * * * * 1a8724d6e3b5d7355e0a1cbf8b0ee169;size=33 * C 1229 3 * * * * * 3b10406329969daee52250c42e9b701f;size=33 * C 1230 1 * * * * * 4b45ec2e8c853f95fa617b9bbee02b73;size=33 * C 1231 2 * * * * * 6271b0618698ce68f69e92f1ddb81e42;size=33 * C 1232 1 * * * * * 6794d87af4b87ef52504a37727d7315d;size=33 * C 1233 1 * * * * * 6aeb80a95d96cc16bae6ae09b8695ce7;size=33 * C 1234 1 * * * * * 6e693c587ce4656374be43a0c5a0e0f1;size=33 * C 1235 1 * * * * * 700e2c3941cdc5196e08f10a0a3c7984;size=33 * C 1236 1 * * * * * 76a07689f2cf88ff93e1c6b4375c7fc4;size=33 * C 1237 1 * * * * * 7aa0dadfc543aff705741690adade5ed;size=33 * C 1238 2 * * * * * 848464baf30c2ef865b1349cf38d0596;size=33 * C 1239 1 * * * * * 86a4b0d37af1141d89a71442888996bb;size=33 * C 1240 1 * * * * * 86bb22e6744166c30b2d124ef5fc9652;size=33 * C 1241 1 * * * * * 8c45b37a2de635cb6417a50bd5a95efa;size=33 * C 1242 1 * * * * * 9ab7ac23cd1a26bc617491e0fcc4f5f5;size=33 * C 1243 1 * * * * * b5af3e1e42c7a94b2e9bcb5a23b4a15d;size=33 * C 1244 1 * * * * * b7eb171eb159ede5017d9d5df41518a6;size=33 * C 1245 1 * * * * * cff91b722e146632ee463df910d7535c;size=33 * C 1246 1 * * * * * d2a8f93bc10fe6ebb7b589822afce661;size=33 * C 1247 1 * * * * * e1c807b5fe15fd4921a3995b40ad649d;size=33 * C 1248 1 * * * * * e653148671b85a2e59c3b05060c59504;size=33 * C 1249 1 * * * * * fe159b1243af3aceb692e9e45a07b7bf;size=33 * C 1250 1 * * * * * fed2e8bc939488d22c977189dc7f8efe;size=33 * C 1251 1 * * * * * 05b9a2216f8c903bb2a0854451589c82;size=32 * C 1252 1 * * * * * 08b940e35103140d8b1b5769a9d7980b;size=32 * C 1253 3 * * * * * 0c3db6f33705541588890052815a407d;size=32 * C 1254 1 * * * * * 0d047c85732b1b077f18db3d480911c1;size=32 * C 1255 1 * * * * * 14c2061da357fe69a553f21795e4eb34;size=32 * C 1256 1 * * * * * 237e1754b7e6a5df9739f949c494727b;size=32 * C 1257 1 * * * * * 29f71a039b8492fccf18cd71aadd2652;size=32 * C 1258 1 * * * * * 3f16776e51c0fe4fcb7fac00762c37ed;size=32 * C 1259 1 * * * * * 4d7dd1dd120c55f03292c795882e1035;size=32 * C 1260 1 * * * * * 5042725fb4e5d737e86a52a154753842;size=32 * C 1261 1 * * * * * 5fbc5b5af8cfefaa6fdc723c54985908;size=32 * C 1262 1 * * * * * 762dab9668e6601f3289a3a7ab3cb148;size=32 * C 1263 1 * * * * * 7ba160ca8d47271e6973c8d4faada669;size=32 * C 1264 1 * * * * * 7e68fe5b1e3db39c6320abb8e4e025e1;size=32 * C 1265 1 * * * * * 9549b704360f84d81aa04ed56945fec0;size=32 * C 1266 1 * * * * * ac93994d8006a0ff4d8492e97b4ec931;size=32 * C 1267 1 * * * * * b88bf9afff6c449621550efa677369fc;size=32 * C 1268 1 * * * * * baf035fe8ca72419832a889910341691;size=32 * C 1269 1 * * * * * bd28dd228f906fe45ffea64a48186abc;size=32 * C 1270 1 * * * * * d1a96690b3816a93d761b8526419551c;size=32 * C 1271 1 * * * * * f1e5c7912841741e08651c0af8d5e122;size=32 * C 1272 3 * * * * * f44b28c95f58131e94649e3bb297556c;size=32 * C 1273 1 * * * * * f82e17c2e4235db018ec89cf1985e59b;size=32 * C 1274 1 * * * * * fee9e4b7e186b22fd7a30876179aa8a9;size=32 * C 1275 1 * * * * * 0fb46c6e48966c17382c88463c9d21e2;size=31 * C 1276 1 * * * * * 17d018f500a24bed8bc72e2a585a12b5;size=31 * C 1277 1 * * * * * 1861b60b035cde95be794a2605fff718;size=31 * C 1278 2 * * * * * 1d2ac576cb03a4771616ed8888595a5f;size=31 * C 1279 1 * * * * * 1f127ee747e0209f08cf751102ea7f01;size=31 * C 1280 1 * * * * * 260411d6eb2168c9f45da7685cbb1ed7;size=31 * C 1281 1 * * * * * 28f4bfb4ef2d438892ad8651617bef08;size=31 * C 1282 1 * * * * * 3acc92961dddc300dae8c3901311bdb3;size=31 * C 1283 1 * * * * * 3e5aa8958aafe2691ead1d03f6b94b11;size=31 * C 1284 1 * * * * * 425c7811be92ce32bb6467dd229117db;size=31 * C 1285 1 * * * * * 469aea7257f2f26011c522857bd28566;size=31 * C 1286 1 * * * * * 46e82a2ea2cdc27d25eb03b1d9812a93;size=31 * C 1287 1 * * * * * 4fc7b6d16b9275bef7d24cfe97eadecf;size=31 * C 1288 1 * * * * * 54e30ee3477cfd12b89944760568aad7;size=31 * C 1289 1 * * * * * 566e545a5d660afd64005b21fe5c2595;size=31 * C 1290 1 * * * * * 5762c962fe8761864d9b05ec699247d0;size=31 * C 1291 1 * * * * * 5eef7b7e3d3fc22b1474549690a9646b;size=31 * C 1292 1 * * * * * 614fe1e79d13e2a064c7602b90090dec;size=31 * C 1293 1 * * * * * 64cf68ff5ffb7f188b8235293d488fc4;size=31 * C 1294 1 * * * * * 7703dc40358460b844094ef92d8849e0;size=31 * C 1295 2 * * * * * 7ad01631c62bf4301912c4ded852b64a;size=31 * C 1296 1 * * * * * 82dcab98afbffcf0389fa70b9a154695;size=31 * C 1297 1 * * * * * 97d94f57cffb0a1730866bf38567a82f;size=31 * C 1298 1 * * * * * 99b2d276771c9099c9b826111fe8925d;size=31 * C 1299 1 * * * * * a0b3bc768ac0ce02c1c0b625956eb0f9;size=31 * C 1300 1 * * * * * a15d7eaa1debc3623ff8570e40101e10;size=31 * C 1301 1 * * * * * a19bf8d5837f6f0a7d7b93f54059aaea;size=31 * C 1302 1 * * * * * ae996cf046ad897972620d90fc893f71;size=31 * C 1303 1 * * * * * c828ac4787a624d8cb5feb645ea027c3;size=31 * C 1304 1 * * * * * d053234ec4fa04a2c0fb442dfb96641e;size=31 * C 1305 1 * * * * * e6214e7a6d31864120461cd3ef53e370;size=31 * C 1306 1 * * * * * f3d5bac81ff7e64f4c970881cf027c6b;size=31 * C 1307 1 * * * * * 09222229619ad550d295e2574fc79a35;size=30 * C 1308 1 * * * * * 1b0b43aaf7a5a745abdd6ff4a8ce60c5;size=30 * C 1309 1 * * * * * 2517668eb37b16209af0e929de08da69;size=30 * C 1310 1 * * * * * 31b5515057977eedd22924296bebc3d4;size=30 * C 1311 1 * * * * * 368bd657852f781f68498a73523d1711;size=30 * C 1312 1 * * * * * 42601e1912a50fef89df8280559ab035;size=30 * C 1313 1 * * * * * 4585948ca8ce056aafd2a7e42b06ea32;size=30 * C 1314 1 * * * * * 45b6b0d15ad3b48fdad06d2e0bc9c42a;size=30 * C 1315 1 * * * * * 48a4508cde004abf97c5c437a32b890b;size=30 * C 1316 1 * * * * * 52360d4cb2376a3d2a5ed6034728a6fc;size=30 * C 1317 1 * * * * * 53f76ffe69cbb269ff7a820f46bc8756;size=30 * C 1318 1 * * * * * 5cd7c6ac35c0f87dcb8c180ec992d3bf;size=30 * C 1319 1 * * * * * 6028380ec9df2fb137312651bb388e47;size=30 * C 1320 1 * * * * * 6148a94e658d1196c674f24c94298edd;size=30 * C 1321 1 * * * * * 6f6743b938ec66f62a6de93b522fb376;size=30 * C 1322 1 * * * * * 71d0bf30d0c6d9f4d00240044594ce0e;size=30 * C 1323 1 * * * * * 71db1bb7502a93243aeda2f6fa031e0c;size=30 * C 1324 1 * * * * * 741e6cd748029a12afb76b918c6d77ce;size=30 * C 1325 1 * * * * * 7b7e7fff6405e22ad292c692fdc1ab9a;size=30 * C 1326 1 * * * * * 8073525f69e70ecf9c0b01d4ead746c2;size=30 * C 1327 1 * * * * * 81be08d11a962aa24c5b379f0afa1a4a;size=30 * C 1328 1 * * * * * 84c75f81d6462f4f6bdfc1b80cc2863b;size=30 * C 1329 1 * * * * * 85b0b74ff08f182913b6b2e2b828ab36;size=30 * C 1330 1 * * * * * 8fbc557181558c713d540dd86ade1cf3;size=30 * C 1331 1 * * * * * 96c93f6f9819a680fc494c9c0dcbe418;size=30 * C 1332 1 * * * * * 9925797c99b3b812e7179b59b113490f;size=30 * C 1333 1 * * * * * 9fd94ba744e5447dd917214d5f333399;size=30 * C 1334 1 * * * * * a062133fa6e7c89c011019c2f94fb594;size=30 * C 1335 1 * * * * * a779123e689e4c9585c5ef603d765405;size=30 * C 1336 1 * * * * * b09df1d089c98349eec50ee5fb192f36;size=30 * C 1337 1 * * * * * b84a4c94f511bcd643425530fac83d53;size=30 * C 1338 1 * * * * * bd6ec630887dbbad937d8caf082d5b6f;size=30 * C 1339 1 * * * * * c27b4d38781ee248676d51f5dc0dd01e;size=30 * C 1340 1 * * * * * c9610c2a2222757bd7eddf582979539b;size=30 * C 1341 1 * * * * * c9e8d206463c2c1b657e79f4935dc7f7;size=30 * C 1342 1 * * * * * d26ce0d3dc1674f9f61dac770645b957;size=30 * C 1343 1 * * * * * d9dd80f66077bd29d1569180753d1ea6;size=30 * C 1344 1 * * * * * 06ec4b215640a9d44a35861354b60bcf;size=29 * C 1345 1 * * * * * 09d9016732327d30c3cc7c56bb4f171b;size=29 * C 1346 1 * * * * * 0f7b2738c163da7592b2ec5b091e430c;size=29 * C 1347 1 * * * * * 14fe7d71921400066f68568c1ee66f64;size=29 * C 1348 1 * * * * * 1d70fd34fe06fbe95fba7f655f655758;size=29 * C 1349 1 * * * * * 20604f8a2c76f83892fd14f7bcfe76df;size=29 * C 1350 1 * * * * * 26769256ffebeb1a6e0371ac660a25fc;size=29 * C 1351 1 * * * * * 33715194bd7bd2a7b9a077b741f6cc2e;size=29 * C 1352 1 * * * * * 38526a0979700335599178945868ce22;size=29 * C 1353 1 * * * * * 3b8091cb7dc8c56e6be20afafebfec6a;size=29 * C 1354 1 * * * * * 52a4a2f1371e78d7a7cdfdd999eb3546;size=29 * C 1355 1 * * * * * 52b4839f784baae85fe516e7c3d3da61;size=29 * C 1356 1 * * * * * 544588bc8cc3527abda2c1fece847e42;size=29 * C 1357 1 * * * * * 5d95068a9a0e1cd216427e5ad4e78188;size=29 * C 1358 1 * * * * * 637f9ec05c3503b7a982f9faf1c4a478;size=29 * C 1359 1 * * * * * 6b54e906df82703cd0a7241729adb4ef;size=29 * C 1360 1 * * * * * 748ac5205f48bd0a3a321e1e57163040;size=29 * C 1361 1 * * * * * 7b50737990725c82d470868ca5f02238;size=29 * C 1362 1 * * * * * 7dd480e0369ded364a5476b8b5c0a20e;size=29 * C 1363 1 * * * * * 829a92af0a7cb2a6faf53a31f74ac32e;size=29 * C 1364 1 * * * * * 85a816fc48b95e011c25738668ff92f5;size=29 * C 1365 1 * * * * * 88ee2d113b38cac2a65f4b8fdefc85e6;size=29 * C 1366 1 * * * * * 8b580ba225c9ae8df06f925310b59e4e;size=29 * C 1367 1 * * * * * 8e9a6185e05151042cc0beaadb77eec0;size=29 * C 1368 1 * * * * * a23d5d75d02581e3115e23a6a2fe031b;size=29 * C 1369 1 * * * * * a9a1fbfca4ade41ce328b07594f11688;size=29 * C 1370 1 * * * * * aa026d2676cecd33e4a002dbb455ada8;size=29 * C 1371 1 * * * * * b0f7bb5e2512ce1b8140fd67d40f0ca2;size=29 * C 1372 1 * * * * * bdaad40d1a72de52eebf25010f5b300f;size=29 * C 1373 1 * * * * * c72b7875fe56dca4f7d9c24360650a25;size=29 * C 1374 1 * * * * * c8403bc529537d14794709f99640ac8f;size=29 *
UnrealScript
1
ic4f/tools-iuc
tools/vsearch/test-data/clustering_uc_result3.uc
[ "MIT" ]
package consulo.sandboxPlugin.lang.lexer; import java.util.*; import com.intellij.lexer.LexerBase; import com.intellij.psi.tree.IElementType; import consulo.sandboxPlugin.lang.psi.SandTokens; %% %public %class SandLexer %extends LexerBase %unicode %function advanceImpl %type IElementType %eof{ return; %eof} %state MACRO %state MACRO_ENTERED %state MACRO_EXPRESSION DIGIT=[0-9] LETTER=[a-z]|[A-Z] WHITE_SPACE=[ \n\r\t\f]+ SINGLE_LINE_COMMENT="/""/"[^\r\n]* MULTI_LINE_STYLE_COMMENT=("/*"[^"*"]{COMMENT_TAIL})|"/*" COMMENT_TAIL=([^"*"]*("*"+[^"*""/"])?)*("*"+"/")? CHARACTER_LITERAL="'"([^\\\'\r\n]|{ESCAPE_SEQUENCE})*("'"|\\)? STRING_LITERAL=\"([^\\\"\r\n]|{ESCAPE_SEQUENCE})*(\"|\\)? ESCAPE_SEQUENCE=\\[^\r\n] IDENTIFIER=[:jletter:] [:jletterdigit:]* %% <YYINITIAL> { "class" { return SandTokens.CLASS_KEYWORD; } {SINGLE_LINE_COMMENT} { return SandTokens.LINE_COMMENT; } {IDENTIFIER} { return SandTokens.IDENTIFIER; } {WHITE_SPACE} { return SandTokens.WHITE_SPACE; } . { return SandTokens.BAD_CHARACTER; } }
JFlex
4
halotroop2288/consulo
sandbox/sand-language-plugin/src/main/java/consulo/sandboxPlugin/lang/lexer/_SandLexer.flex
[ "Apache-2.0" ]
defmodule Mix.Tasks.Phx.Gen do use Mix.Task @shortdoc "Lists all available Phoenix generators" @moduledoc """ Lists all available Phoenix generators. ## CRUD related generators The table below shows a summary of the contents created by the CRUD generators: | Task | Schema | Migration | Context | Controller | View | LiveView | |:------------------ |:-:|:-:|:-:|:-:|:-:|:-:| | `phx.gen.embedded` | ✓ | | | | | | | `phx.gen.schema` | ✓ | ✓ | | | | | | `phx.gen.context` | ✓ | ✓ | ✓ | | | | | `phx.gen.live` | ✓ | ✓ | ✓ | | | ✓ | | `phx.gen.json` | ✓ | ✓ | ✓ | ✓ | ✓ | | | `phx.gen.html` | ✓ | ✓ | ✓ | ✓ | ✓ | | """ def run(_args) do Mix.Task.run("help", ["--search", "phx.gen."]) end end
Elixir
5
faheempatel/phoenix
lib/mix/tasks/phx.gen.ex
[ "MIT" ]
<GameProjectFile> <PropertyGroup Type="Scene" Name="TestNullProjectNode" ID="691cf8eb-87a6-4100-b178-07ab0993261f" Version="2.1.0.0" /> <Content ctype="GameProjectContent"> <Content> <Animation Duration="0" Speed="1.0000" /> <ObjectData Name="Scene" FrameEvent="" Tag="114" ctype="SingleNodeObjectData"> <Position X="0.0000" Y="0.0000" /> <Scale ScaleX="1.0000" ScaleY="1.0000" /> <AnchorPoint /> <CColor A="255" R="255" G="255" B="255" /> <Size X="640.0000" Y="960.0000" /> <PrePosition X="0.0000" Y="0.0000" /> <PreSize X="0.0000" Y="0.0000" /> <Children> <NodeObjectData Name="ProjectNode_1" ActionTag="-181137099" FrameEvent="" Tag="146" ObjectIndex="1" IconVisible="True" ctype="ProjectNodeObjectData"> <Position X="131.6666" Y="523.3334" /> <Scale ScaleX="1.0000" ScaleY="1.0000" /> <AnchorPoint /> <CColor A="255" R="255" G="255" B="255" /> <Size X="0.0000" Y="0.0000" /> <PrePosition X="0.0000" Y="0.0000" /> <PreSize X="0.0000" Y="0.0000" /> </NodeObjectData> </Children> </ObjectData> </Content> </Content> </GameProjectFile>
Csound
3
rh101/engine-x
tests/cpp-tests/Resources/ActionTimeline/TestNullProjectNode.csd
[ "MIT" ]